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