xref: /freebsd/lib/libc/stdlib/Symbol.map (revision 162ae9c834f6d9f9cb443bd62cceb23e0b5fef48)
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_r;
53	qsort;
54	radixsort;
55	sradixsort;
56	rand_r;
57	rand;
58	srand;
59	srandom;
60	srandomdev;
61	initstate;
62	setstate;
63	random;
64	reallocf;
65	realpath;
66	remque;
67	setenv;
68	unsetenv;
69	strfmon;
70	strtoimax;
71	strtol;
72	strtoll;
73	strtonum;
74	strtoq;
75	strtoul;
76	strtoull;
77	strtoumax;
78	strtouq;
79	system;
80	tdelete;
81	tfind;
82	tsearch;
83	twalk;
84};
85
86FBSD_1.3 {
87	at_quick_exit;
88	atof_l;
89	atoi_l;
90	atol_l;
91	atoll_l;
92	quick_exit;
93	strtod_l;
94	strtof_l;
95	strtoimax_l;
96	strtol_l;
97	strtold_l;
98	strtoll_l;
99	strtoq_l;
100	strtoul_l;
101	strtoull_l;
102	strtoumax_l;
103	strtouq_l;
104};
105
106FBSD_1.4 {
107	atexit_b;
108	bsearch_b;
109	heapsort_b;
110	mergesort_b;
111	qsort_b;
112	hcreate_r;
113	hdestroy_r;
114	hsearch_r;
115	reallocarray;
116};
117
118FBSD_1.5 {
119	__cxa_thread_atexit;
120	__cxa_thread_atexit_impl;
121	abort_handler_s;
122	ignore_handler_s;
123	set_constraint_handler_s;
124};
125
126FBSD_1.6 {
127	qsort_s;
128};
129
130FBSDprivate_1.0 {
131	__system;
132	_system;
133	__libc_system;
134	__cxa_thread_call_dtors;
135	__libc_atexit;
136};
137