xref: /freebsd/lib/libc/stdlib/Symbol.map (revision bfe691b2f75de2224c7ceb304ebcdef2b42d4179)
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	malloc_usable_size;
57	mergesort;
58	putenv;
59	qsort_r;
60	qsort;
61	radixsort;
62	sradixsort;
63	rand_r;
64	rand;
65	srand;
66	sranddev;
67	srandom;
68	srandomdev;
69	initstate;
70	setstate;
71	random;
72	reallocf;
73	realpath;
74	remque;
75	setenv;
76	unsetenv;
77	strfmon;
78	strtoimax;
79	strtol;
80	strtoll;
81	strtonum;
82	strtoq;
83	strtoul;
84	strtoull;
85	strtoumax;
86	strtouq;
87	system;
88	tdelete;
89	tfind;
90	tsearch;
91	twalk;
92};
93
94FBSDprivate {
95	__use_pts;
96	_malloc_prefork;
97	_malloc_postfork;
98	__system;
99	_system;
100};
101