xref: /freebsd/lib/libc/stdlib/Symbol.map (revision 38a52bd3)
1/*
2 * $FreeBSD$
3 */
4
5FBSD_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
83FBSD_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	strtoq_l;
97	strtoul_l;
98	strtoull_l;
99	strtoumax_l;
100	strtouq_l;
101};
102
103FBSD_1.4 {
104	atexit_b;
105	bsearch_b;
106	heapsort_b;
107	mergesort_b;
108	qsort_b;
109	hcreate_r;
110	hdestroy_r;
111	hsearch_r;
112	reallocarray;
113};
114
115FBSD_1.5 {
116	__cxa_thread_atexit;
117	__cxa_thread_atexit_impl;
118	abort_handler_s;
119	ignore_handler_s;
120	set_constraint_handler_s;
121};
122
123FBSD_1.6 {
124	ptsname_r;
125	qsort_s;
126	rand;
127	srand;
128};
129
130FBSD_1.7 {
131	clearenv;
132	qsort_r;
133};
134
135FBSDprivate_1.0 {
136	__system;
137	_system;
138	__libc_system;
139	__cxa_thread_call_dtors;
140	__libc_atexit;
141};
142