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