]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libbsd/libbsd/lib/contrib/src/libbsd.map
Update
[l4.git] / l4 / pkg / libbsd / libbsd / lib / contrib / src / libbsd.map
1 LIBBSD_0.0 {
2   global:
3     arc4random;
4     arc4random_stir;
5     arc4random_addrandom;
6
7     bsd_getopt;
8     optreset;
9
10     errc;
11     warnc;
12     verrc;
13     vwarnc;
14
15     fgetln;
16     fmtcheck;
17     heapsort;
18     humanize_number;
19
20     inet_net_pton; /* XXX: Already provided by glibc, remove. */
21
22     getprogname;
23     setprogname;
24
25     strlcpy;
26     strlcat;
27
28     setmode;
29     getmode;
30
31     vis;
32     strvis;
33     strvisx;
34     unvis;
35     strunvis;
36     strunvisx;
37
38     MD5Init;
39     MD5Update;
40     MD5Pad;
41     MD5Final;
42     MD5Transform;
43     MD5End;
44     MD5File;
45     MD5FileChunk;
46     MD5Data;
47
48   local:
49     *;
50 };
51
52 LIBBSD_0.1 {
53     strmode;
54
55     __fdnlist; /* Private symbol, but libkvm uses it. */
56     nlist;
57 } LIBBSD_0.0;
58
59 LIBBSD_0.2 {
60     strtonum;
61
62     strnvis;
63     strnunvis;
64
65     dehumanize_number;
66
67     readpassphrase;
68
69     flopen;
70
71     pidfile_open;
72     pidfile_write;
73     pidfile_close;
74     pidfile_remove;
75
76     arc4random_buf;
77     arc4random_uniform;
78 } LIBBSD_0.1;
79
80 LIBBSD_0.3 {
81     reallocf;
82     getpeereid;
83
84     mergesort;
85     radixsort;
86     sradixsort;
87
88     fpurge;
89 } LIBBSD_0.2;
90
91 LIBBSD_0.4 {
92     closefrom;
93     expand_number;
94 } LIBBSD_0.3;
95
96 LIBBSD_0.5 {
97     fgetwln;
98     fparseln;
99
100     /* Introduced in 0.2 as a stub, implemented in 0.5. */
101     setproctitle;
102
103     strnstr;
104
105     wcslcat;
106     wcslcpy;
107 } LIBBSD_0.4;
108
109 LIBBSD_0.6 {
110     /* Exported to cope with the constructor+dlopen+threads mess. */
111     setproctitle_init;
112 } LIBBSD_0.5;
113
114 LIBBSD_0.7 {
115     getbsize;
116
117     funopen;
118
119     reallocarray;
120
121     sl_init;
122     sl_add;
123     sl_free;
124     sl_find;
125
126     _time32_to_time;
127     _time_to_time32;
128     _time64_to_time;
129     _time_to_time64;
130     _time_to_long;
131     _long_to_time;
132     _time_to_int;
133     _int_to_time;
134 } LIBBSD_0.6;