xref: /freebsd/lib/libc/stdlib/Symbol.map (revision 1e413cf93298b5b97441a21d9a50fdcd0ee9945e)
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	posix_openpt;
34	ptsname;
35	unlockpt;
36	hcreate;
37	hdestroy;
38	hsearch;
39	heapsort;
40	imaxabs;
41	imaxdiv;
42	insque;
43	l64a;
44	l64a_r;
45	labs;
46	ldiv;
47	llabs;
48	lldiv;
49	lsearch;
50	lfind;
51	_malloc_options;
52	_malloc_message;
53	malloc;
54	posix_memalign;
55	calloc;
56	realloc;
57	free;
58	malloc_usable_size;
59	mergesort;
60	putenv;
61	qsort_r;
62	qsort;
63	radixsort;
64	sradixsort;
65	rand_r;
66	rand;
67	srand;
68	sranddev;
69	srandom;
70	srandomdev;
71	initstate;
72	setstate;
73	random;
74	reallocf;
75	realpath;
76	remque;
77	setenv;
78	unsetenv;
79	strfmon;
80	strtoimax;
81	strtol;
82	strtoll;
83	strtonum;
84	strtoq;
85	strtoul;
86	strtoull;
87	strtoumax;
88	strtouq;
89	system;
90	tdelete;
91	tfind;
92	tsearch;
93	twalk;
94};
95
96FBSDprivate_1.0 {
97	__use_pts;
98	_malloc_prefork;
99	_malloc_postfork;
100	__system;
101	_system;
102};
103