]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/stdlib/Symbol.map
Merge LUA 5.4.6
[FreeBSD/FreeBSD.git] / lib / libc / stdlib / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         _Exit;
7         a64l;
8         abort;
9         abs;
10         atexit;
11         __cxa_atexit;
12         __cxa_finalize;
13         atof;
14         atoi;
15         atol;
16         atoll;
17         bsearch;
18         div;
19         __isthreaded;
20         exit;
21         getenv;
22         opterr;
23         optind;
24         optopt;
25         optreset;
26         optarg;
27         getopt;
28         getopt_long;
29         getopt_long_only;
30         suboptarg;
31         getsubopt;
32         grantpt;
33         ptsname;
34         unlockpt;
35         hcreate;
36         hdestroy;
37         hsearch;
38         heapsort;
39         imaxabs;
40         imaxdiv;
41         insque;
42         l64a;
43         l64a_r;
44         labs;
45         ldiv;
46         llabs;
47         lldiv;
48         lsearch;
49         lfind;
50         mergesort;
51         putenv;
52         qsort;
53         radixsort;
54         sradixsort;
55         rand_r;
56         srandom;
57         srandomdev;
58         initstate;
59         setstate;
60         random;
61         reallocf;
62         realpath;
63         remque;
64         setenv;
65         unsetenv;
66         strfmon;
67         strtoimax;
68         strtol;
69         strtoll;
70         strtonum;
71         strtoq;
72         strtoul;
73         strtoull;
74         strtoumax;
75         strtouq;
76         system;
77         tdelete;
78         tfind;
79         tsearch;
80         twalk;
81 };
82
83 FBSD_1.3 {
84         at_quick_exit;
85         atof_l;
86         atoi_l;
87         atol_l;
88         atoll_l;
89         quick_exit;
90         strtod_l;
91         strtof_l;
92         strtoimax_l;
93         strtol_l;
94         strtold_l;
95         strtoll_l;
96         strtoul_l;
97         strtoull_l;
98         strtoumax_l;
99 };
100
101 FBSD_1.4 {
102         atexit_b;
103         bsearch_b;
104         heapsort_b;
105         mergesort_b;
106         qsort_b;
107         hcreate_r;
108         hdestroy_r;
109         hsearch_r;
110         reallocarray;
111 };
112
113 FBSD_1.5 {
114         __cxa_thread_atexit;
115         __cxa_thread_atexit_impl;
116         abort_handler_s;
117         ignore_handler_s;
118         set_constraint_handler_s;
119 };
120
121 FBSD_1.6 {
122         ptsname_r;
123         qsort_s;
124         rand;
125         srand;
126 };
127
128 FBSD_1.7 {
129         clearenv;
130         qsort_r;
131         secure_getenv;
132 };
133
134 FBSDprivate_1.0 {
135         __system;
136         _system;
137         __libc_system;
138         __cxa_thread_call_dtors;
139         __libc_atexit;
140 };