xref: /freebsd/lib/libc/stdlib/Symbol.map (revision 87569f75a91f298c52a71823c04d41cf53c88889)
1# $FreeBSD$
2
3FBSD_1.0 {
4	_Exit;
5	a64l;
6	abort;
7	abs;
8	atexit;
9	__cxa_atexit;
10	__cxa_finalize;
11	atof;
12	atoi;
13	atol;
14	atoll;
15	bsearch;
16	div;
17	__isthreaded;
18	exit;
19	getenv;
20	opterr;
21	optind;
22	optopt;
23	optreset;
24	optarg;
25	getopt;
26	getopt_long;
27	getopt_long_only;
28	suboptarg;
29	getsubopt;
30	grantpt;
31	posix_openpt;
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	_malloc_options;
50	_malloc_message;
51	malloc;
52	posix_memalign;
53	calloc;
54	realloc;
55	free;
56	mergesort;
57	putenv;
58	qsort_r;
59	qsort;
60	radixsort;
61	sradixsort;
62	rand_r;
63	rand;
64	srand;
65	sranddev;
66	srandom;
67	srandomdev;
68	initstate;
69	setstate;
70	random;
71	reallocf;
72	realpath;
73	remque;
74	setenv;
75	unsetenv;
76	strfmon;
77	strtoimax;
78	strtol;
79	strtoll;
80	strtonum;
81	strtoq;
82	strtoul;
83	strtoull;
84	strtoumax;
85	strtouq;
86	system;
87	tdelete;
88	tfind;
89	tsearch;
90	twalk;
91};
92
93FBSDprivate {
94	__use_pts;
95	_malloc_prefork;
96	_malloc_postfork;
97	__system;
98	_system;
99};
100