File: Versions

package info (click to toggle)
libbsd 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 604 kB
  • ctags: 634
  • sloc: ansic: 4,332; makefile: 220; sh: 14
file content (67 lines) | stat: -rw-r--r-- 943 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
LIBBSD_0.0 {
  global:
    arc4random;
    arc4random_stir;
    arc4random_addrandom;
    bsd_getopt; optreset;
    errc; warnc; verrc; vwarnc;
    fgetln;
    fmtcheck;
    heapsort;
    humanize_number;

    inet_net_pton; /* XXX: Already provided by glibc, remove. */

    getprogname; setprogname;
    strlcpy;
    strlcat;

    setmode;
    getmode;

    vis; strvis; strvisx;
    unvis; strunvis; strunvisx;
    MD5Init;
    MD5Update;
    MD5Pad;
    MD5Final;
    MD5Transform;
    MD5End;
    MD5File;
    MD5FileChunk;
    MD5Data;

  local:
    *;
};

LIBBSD_0.1 {
    strmode;

    __fdnlist; /* Private symbol, but libkvm uses it. */
    nlist;
} LIBBSD_0.0;

LIBBSD_0.2 {
    strtonum;

    strnvis;
    strnunvis;

    dehumanize_number;

    readpassphrase;

    flopen;

    pidfile_open;
    pidfile_write;
    pidfile_close;
    pidfile_remove;

    setproctitle;

    arc4random_buf;
    arc4random_uniform;
} LIBBSD_0.1;