summaryrefslogtreecommitdiff
path: root/lib/libc/Symbols.list
blob: 6eb2cca93e5f1c834a57a03af4a4b3fe27c64ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
/*
 * In order to guarantee that static and shared archs see the same "public"
 * symbols, this file should always include all the non-static symbols that
 * are in the application namespace.  So if a symbol starts with a letter,
 * only delete it from here if you've eliminated it completely, made it
 * static, or renamed it to have a leading underbar.
 */

/* brk/sbrk need this so it can be overridden by the executable's value */
_end

/*
 * XXX binutils can create corrupt symbol table entries (uninitialized?)
 * in shared libs in at least the samba port if at least the __data_start
 * symbol is missing.  For now, put them all back until the bug can be
 * stomped on
 */
__data_start
__bss_start
_edata
__end

/* sys */
__get_tcb
__semctl
__set_tcb
__stack_smash_handler
__tfork_thread
__threxit
__thrsigdivert
__thrsleep
__thrwakeup
_exit
_thread_canceled
_thread_sys___get_tcb
_thread_sys___getcwd
_thread_sys___realpath
_thread_sys___semctl
_thread_sys___set_tcb
_thread_sys___threxit
_thread_sys___thrsigdivert
_thread_sys___thrsleep
_thread_sys___thrwakeup
_thread_sys__exit
_thread_sys_accept4
_thread_sys_accept
_thread_sys_access
_thread_sys_acct
_thread_sys_adjfreq
_thread_sys_adjtime
_thread_sys_bind
_thread_sys_chdir
_thread_sys_chflags
_thread_sys_chflagsat
_thread_sys_chmod
_thread_sys_chown
_thread_sys_chroot
_thread_sys_clock_getres
_thread_sys_clock_gettime
_thread_sys_clock_settime
_thread_sys_close
_thread_sys_closefrom
_thread_sys_connect
_thread_sys_dup2
_thread_sys_dup3
_thread_sys_dup
_thread_sys_execve
_thread_sys_faccessat
_thread_sys_fchdir
_thread_sys_fchflags
_thread_sys_fchmod
_thread_sys_fchmodat
_thread_sys_fchown
_thread_sys_fchownat
_thread_sys_fcntl
_thread_sys_fhopen
_thread_sys_fhstat
_thread_sys_fhstatfs
_thread_sys_flock
_thread_sys_fork
_thread_sys_fpathconf
_thread_sys_fstat
_thread_sys_fstatat
_thread_sys_fstatfs
_thread_sys_fsync
_thread_sys_ftruncate
_thread_sys_futex
_thread_sys_futimens
_thread_sys_futimes
_thread_sys_getdents
_thread_sys_getdtablecount
_thread_sys_getegid
_thread_sys_getentropy
_thread_sys_geteuid
_thread_sys_getfh
_thread_sys_getfsstat
_thread_sys_getgid
_thread_sys_getgroups
_thread_sys_getitimer
_thread_sys_getlogin_r
_thread_sys_getpeername
_thread_sys_getpgid
_thread_sys_getpgrp
_thread_sys_getpid
_thread_sys_getppid
_thread_sys_getpriority
_thread_sys_getresgid
_thread_sys_getresuid
_thread_sys_getrlimit
_thread_sys_getrtable
_thread_sys_getrusage
_thread_sys_getsid
_thread_sys_getsockname
_thread_sys_getsockopt
_thread_sys_getthrid
_thread_sys_getthrname
_thread_sys_gettimeofday
_thread_sys_getuid
_thread_sys_ioctl
_thread_sys_issetugid
_thread_sys_kevent
_thread_sys_kill
_thread_sys_kqueue
_thread_sys_kqueue1
_thread_sys_ktrace
_thread_sys_lchown
_thread_sys_link
_thread_sys_linkat
_thread_sys_listen
_thread_sys_lseek
_thread_sys_lstat
_thread_sys_madvise
_thread_sys_minherit
_thread_sys_mimmutable
_thread_sys_mkdir
_thread_sys_mkdirat
_thread_sys_mkfifo
_thread_sys_mkfifoat
_thread_sys_mknod
_thread_sys_mknodat
_thread_sys_mlock
_thread_sys_mlockall
_thread_sys_mmap
_thread_sys_mount
_thread_sys_mprotect
_thread_sys_mquery
_thread_sys_msgctl
_thread_sys_msgget
_thread_sys_msgrcv
_thread_sys_msgsnd
_thread_sys_msync
_thread_sys_munlock
_thread_sys_munlockall
_thread_sys_munmap
_thread_sys_nanosleep
_thread_sys_nfssvc
_thread_sys_open
_thread_sys_openat
_thread_sys_pathconf
_thread_sys_pathconfat
_thread_sys_pipe
_thread_sys_pipe2
_thread_sys_pledge
_thread_sys_poll
_thread_sys_ppoll
_thread_sys_pread
_thread_sys_preadv
_thread_sys_profil
_thread_sys_pselect
_thread_sys_ptrace
_thread_sys_pwrite
_thread_sys_pwritev
_thread_sys_quotactl
_thread_sys_read
_thread_sys_readlink
_thread_sys_readlinkat
_thread_sys_readv
_thread_sys_reboot
_thread_sys_recvfrom
_thread_sys_recvmmsg
_thread_sys_recvmsg
_thread_sys_rename
_thread_sys_renameat
_thread_sys_revoke
_thread_sys_rmdir
_thread_sys_sched_yield
_thread_sys_select
_thread_sys_semget
_thread_sys_semop
_thread_sys_sendmmsg
_thread_sys_sendmsg
_thread_sys_sendsyslog
_thread_sys_sendto
_thread_sys_setegid
_thread_sys_seteuid
_thread_sys_setgid
_thread_sys_setgroups
_thread_sys_setitimer
_thread_sys_setlogin
_thread_sys_setpgid
_thread_sys_setpriority
_thread_sys_setregid
_thread_sys_setresgid
_thread_sys_setresuid
_thread_sys_setreuid
_thread_sys_setrlimit
_thread_sys_setrtable
_thread_sys_setsid
_thread_sys_setsockopt
_thread_sys_setthrname
_thread_sys_settimeofday
_thread_sys_setuid
_thread_sys_shmat
_thread_sys_shmctl
_thread_sys_shmdt
_thread_sys_shmget
_thread_sys_shutdown
_thread_sys_sigaction
_thread_sys_sigaltstack
_thread_sys_sigpending
_thread_sys_sigprocmask
_thread_sys_sigsuspend
_thread_sys_socket
_thread_sys_socketpair
_thread_sys_stat
_thread_sys_statfs
_thread_sys_swapctl
_thread_sys_symlink
_thread_sys_symlinkat
_thread_sys_sync
_thread_sys_sysarch
_thread_sys_sysctl
_thread_sys_thrkill
_thread_sys_truncate
_thread_sys_umask
_thread_sys_unlink
_thread_sys_unlinkat
_thread_sys_unmount
_thread_sys_unveil
_thread_sys_utimensat
_thread_sys_utimes
_thread_sys_utrace
_thread_sys_vfork
_thread_sys_wait4
_thread_sys_waitid
_thread_sys_write
_thread_sys_writev
accept4
accept
access
acct
adjfreq
adjtime
bind
brk
chdir
chflags
chflagsat
chmod
chown
chroot
clock_getres
clock_gettime
clock_settime
close
closefrom
connect
dup2
dup3
dup
execve
faccessat
fchdir
fchflags
fchmod
fchmodat
fchown
fchownat
fcntl
fhopen
fhstat
fhstatfs
flock
fork
fpathconf
fstat
fstatat
fstatfs
fsync
ftruncate
futex
futimens
futimes
getdents
getdtablecount
getegid
getentropy
geteuid
getfh
getfsstat
getgid
getgroups
getitimer
getpeername
getpgid
getpgrp
getpid
getppid
getpriority
getresgid
getresuid
getrlimit
getrtable
getrusage
getsid
getsockname
getsockopt
getthrid
getthrname
gettimeofday
getuid
ioctl
issetugid
kevent
kill
kqueue
kqueue1
ktrace
lchown
link
linkat
listen
lseek
lstat
madvise
mimmutable
minherit
mkdir
mkdirat
mkfifo
mkfifoat
mknod
mknodat
mlock
mlockall
mmap
mount
mprotect
mquery
msgctl
msgget
msgrcv
msgsnd
msync
munlock
munlockall
munmap
nanosleep
nfssvc
open
openat
pathconf
pathconfat
pipe
pipe2
pledge
poll
posix_madvise
ppoll
pread
preadv
profil
pselect
pthread_sigmask
ptrace
pwrite
pwritev
quotactl
read
readlink
readlinkat
readv
reboot
recvfrom
recvmmsg
recvmsg
rename
renameat
revoke
rmdir
sbrk
sched_yield
select
semctl
semget
semop
sendmmsg
sendmsg
sendsyslog
sendto
setegid
seteuid
setgid
setgroups
setitimer
setpgid
setpriority
setregid
setresgid
setresuid
setreuid
setrlimit
setrtable
setsid
setsockopt
setthrname
settimeofday
setuid
shmat
shmctl
shmdt
shmget
shutdown
sigaction
sigaltstack
sigpending
sigprocmask
sigsuspend
sigwait
socket
socketpair
stat
statfs
swapctl
symlink
symlinkat
sync
sysarch
timer_create
timer_delete
timer_getoverrun
timer_gettime
timer_settime
timespec_get
thrkill
truncate
umask
unlink
unlinkat
unmount
unveil
utimensat
utimes
utrace
vfork
wait4
waitid
write
writev

/* db */
dbm_clearerr
dbm_close
dbm_delete
dbm_dirfno
dbm_error
dbm_fetch
dbm_firstkey
dbm_nextkey
dbm_open
dbm_rdonly
dbm_store
dbopen

/* dlfcn */
__progname
_csu_finish
_dl_allocate_tib
_dl_free_tib
dl_iterate_phdr
dladdr
dlclose
dlctl
dlerror
dlopen
dlsym
environ

/* compat-43 */
creat
getdtablesize
gethostid
getwd
killpg
sethostid
setpgrp
sigblock
sigpause
sigsetmask
sigvec

/* gen */
__assert
__assert2
__errno
__fdnlist
__flt_rounds
__fpclassify
__fpclassifyf
__fpclassifyl
__infinity
__isfinite
__isfinitef
__isfinitel
__isinf
__isinff
__isinfl
__isnan
__isnanf
__isnanl
__isnormal
__isnormalf
__isnormall
__nan
__signbit
__signbitf
__signbitl
_ctype_
_longjmp
_rb_check
_rb_find
_rb_insert
_rb_left
_rb_max
_rb_min
_rb_next
_rb_nfind
_rb_parent
_rb_poison
_rb_prev
_rb_remove
_rb_right
_rb_root
_rb_set_left
_rb_set_parent
_rb_set_right
_setjmp
_sys_errlist
_sys_nerr
_sys_siglist
_tolower
_tolower_tab_
_toupper
_toupper_tab_
alarm
alphasort
auth_approval
auth_call
auth_cat
auth_challenge
auth_check_change
auth_check_expire
auth_checknologin
auth_clean
auth_close
auth_clrenv
auth_clroption
auth_clroptions
auth_getitem
auth_getpwd
auth_getstate
auth_getvalue
auth_mkvalue
auth_open
auth_set_va_list
auth_setdata
auth_setenv
auth_setitem
auth_setoption
auth_setpwd
auth_setstate
auth_userchallenge
auth_usercheck
auth_userokay
auth_userresponse
auth_verify
basename
bsd_signal
cgetcap
cgetclose
cgetent
cgetfirst
cgetmatch
cgetnext
cgetnum
cgetset
cgetstr
cgetusedb
cgetustr
clock
clock_getcpuclockid
closedir
closelog
closelog_r
confstr
ctermid
daemon
devname
dirfd
dirname
elf_aux_info
endfsent
endgrent
endnetgrent
endpwent
endttyent
endusershell
err
errx
execl
execle
execlp
execv
execvp
execvpe
fabs
fdatasync
fdopendir
fflagstostr
finite
finitef
fnmatch
fpgetmask
fpgetround
fpgetsticky
fpsetmask
fpsetround
fpsetsticky
frexp
fstatvfs
ftok
fts_children
fts_close
fts_open
fts_read
fts_set
ftw
getbsize
getcwd
getdiskbyname
getdomainname
getfsent
getfsfile
getfsspec
getgrent
getgrgid
getgrgid_r
getgrnam
getgrnam_r
getgrouplist
gethostname
getloadavg
getlogin
getlogin_r
getmntinfo
getmode
getnetgrent
getpagesize
getpass
getprogname
getpwent
getpwnam
getpwnam_r
getpwnam_shadow
getpwuid
getpwuid_r
getpwuid_shadow
getttyent
getttynam
getusershell
gid_from_group
glob
globfree
group_from_gid
initgroups
innetgr
isalnum
isalpha
isascii
isatty
isblank
iscntrl
isdigit
isfdtype
isgraph
isinf
isinff
islower
isnan
isnanf
isprint
ispunct
isspace
isupper
isxdigit
ldexp
lockf
login_close
login_getcapbool
login_getcapnum
login_getcapsize
login_getcapstr
login_getcaptime
login_getclass
login_getstyle
longjmp
modf
nftw
nice
nlist
opendir
openlog
openlog_r
pause
pclose
popen
posix_spawn
posix_spawn_file_actions_addclose
posix_spawn_file_actions_adddup2
posix_spawn_file_actions_addopen
posix_spawn_file_actions_destroy
posix_spawn_file_actions_init
posix_spawnattr_destroy
posix_spawnattr_getflags
posix_spawnattr_getpgroup
posix_spawnattr_getschedparam
posix_spawnattr_getschedpolicy
posix_spawnattr_getsigdefault
posix_spawnattr_getsigmask
posix_spawnattr_init
posix_spawnattr_setflags
posix_spawnattr_setpgroup
posix_spawnattr_setschedparam
posix_spawnattr_setschedpolicy
posix_spawnattr_setsigdefault
posix_spawnattr_setsigmask
posix_spawnp
psignal
pw_dup
raise
readdir
readdir_r
readpassphrase
rewinddir
scandir
scandirat
seekdir
setclasscontext
setdomainname
setfsent
setgrent
setgroupent
sethostname
setjmp
setlogin
setlogmask
setlogmask_r
setmode
setnetgrent
setpassent
setproctitle
setprogname
setpwent
setttyent
setusercontext
setusershell
shm_mkstemp
shm_open
shm_unlink
sigaddset
sigdelset
sigemptyset
sigfillset
siginterrupt
sigismember
siglongjmp
signal
sigsetjmp
sleep
statvfs
strnunvis
strnvis
strtofflags
strunvis
strvis
stravis
strvisx
sys_errlist
sys_nerr
sys_siglist
sys_signame
sysconf
sysctl
syslog
syslog_r
telldir
time
times
timezone
toascii
tolower
toupper
ttyname
ttyname_r
ttyslot
ualarm
uid_from_user
uname
unvis
user_from_uid
usleep
utime
valloc
verr
verrx
vis
vsyslog
vsyslog_r
vwarn
vwarnx
wait
wait3
waitpid
warn
warnx
errc
verrc
vwarnc
warnc

/* crypt */
Blowfish_decipher
Blowfish_encipher
Blowfish_expand0state
Blowfish_expandstate
Blowfish_initstate
Blowfish_stream2word
arc4random
arc4random_buf
arc4random_uniform
bcrypt
bcrypt_checkpass
bcrypt_gensalt
bcrypt_newhash
blf_cbc_decrypt
blf_cbc_encrypt
blf_dec
blf_ecb_decrypt
blf_ecb_encrypt
blf_enc
blf_key
crypt
crypt_checkpass
crypt_newhash

/* gdtoa */
__dtoa
__freedtoa
__gdtoa
__hdtoa
__hldtoa
__ldtoa
strtod
strtof
strtold

/* gmon */
_gmonparam
_mcleanup
_monstartup
moncontrol
monstartup

/* hash */
MD5Data
MD5End
MD5File
MD5FileChunk
MD5Final
MD5Init
MD5Pad
MD5Transform
MD5Update
RMD160Data
RMD160End
RMD160File
RMD160FileChunk
RMD160Final
RMD160Init
RMD160Pad
RMD160Transform
RMD160Update
SHA1Data
SHA1End
SHA1File
SHA1FileChunk
SHA1Final
SHA1Init
SHA1Pad
SHA1Transform
SHA1Update
SHA224Data
SHA224End
SHA224File
SHA224FileChunk
SHA224Final
SHA224Init
SHA224Pad
SHA224Transform
SHA224Update
SHA256Data
SHA256End
SHA256File
SHA256FileChunk
SHA256Final
SHA256Init
SHA256Pad
SHA256Transform
SHA256Update
SHA384Data
SHA384End
SHA384File
SHA384FileChunk
SHA384Final
SHA384Init
SHA384Pad
SHA384Transform
SHA384Update
SHA512Data
SHA512End
SHA512File
SHA512FileChunk
SHA512Final
SHA512Init
SHA512Pad
SHA512Transform
SHA512Update
SHA512_256Data
SHA512_256End
SHA512_256File
SHA512_256FileChunk
SHA512_256Final
SHA512_256Init
SHA512_256Pad
SHA512_256Transform
SHA512_256Update
SipHash
SipHash_End
SipHash_Final
SipHash_Init
SipHash_Update

/* locale */
__mb_cur_max
btowc
c16rtomb
c32rtomb
duplocale
freelocale
isalnum_l
isalpha_l
isblank_l
iscntrl_l
isdigit_l
isgraph_l
islower_l
isprint_l
ispunct_l
isspace_l
isupper_l
iswalnum
iswalnum_l
iswalpha
iswalpha_l
iswblank
iswblank_l
iswcntrl
iswcntrl_l
iswctype
iswctype_l
iswdigit
iswdigit_l
iswgraph
iswgraph_l
iswlower
iswlower_l
iswprint
iswprint_l
iswpunct
iswpunct_l
iswspace
iswspace_l
iswupper
iswupper_l
iswxdigit
iswxdigit_l
isxdigit_l
localeconv
mblen
mbrlen
mbrtowc
mbsinit
mbsnrtowcs
mbsrtowcs
mbstowcs
newlocale
mbrtoc16
mbrtoc32
mbtowc
nl_langinfo
nl_langinfo_l
setlocale
tolower_l
toupper_l
towctrans
towctrans_l
towlower
towlower_l
towupper
towupper_l
uselocale
wcrtomb
wcscoll
wcscoll_l
wcsnrtombs
wcsrtombs
wcstod
wcstof
wcstoimax
wcstol
wcstold
wcstoll
wcstombs
wcstoul
wcstoull
wcstoumax
wcsxfrm
wcsxfrm_l
wctob
wctomb
wctrans
wctrans_l
wctype
wctype_l
wcwidth

/* asr */
asr_abort
asr_resolver_from_string
asr_resolver_free
asr_run
asr_run_sync
freerrset
getaddrinfo
getaddrinfo_async
gethostbyaddr
gethostbyaddr_async
gethostbyname
gethostbyname2
gethostbyname2_async
gethostbyname_async
getnameinfo
getnameinfo_async
getnetbyaddr
getnetbyaddr_async
getnetbyname
getnetbyname_async
getrrsetbyname
getrrsetbyname_async
res_init
res_mkquery
res_query
res_query_async
res_querydomain
res_search
res_search_async
res_send_async

/* net */
__b64_ntop
__b64_pton
__dn_comp
__dn_skipname
__p_class
__p_class_syms
__p_type
__p_type_syms
__putlong
__putshort
__res_dnok
__res_hnok
__res_mailok
__res_ownok
__res_randomid
__res_send
__sym_ntos
_getlong
_getshort
_res
_res_ext
_res_opcodes
_res_resultcodes
dn_expand
endhostent
endnetent
endprotoent
endprotoent_r
endservent
endservent_r
ether_aton
ether_hostton
ether_line
ether_ntoa
ether_ntohost
freeaddrinfo
freeifaddrs
gai_strerror
gethostent
getifaddrs
getnetent
getpeereid
getprotobyname
getprotobyname_r
getprotobynumber
getprotobynumber_r
getprotoent
getprotoent_r
getservbyname
getservbyname_r
getservbyport
getservbyport_r
getservent
getservent_r
h_errlist
h_errno
h_nerr
herror
hstrerror
htonl
htons
if_freenameindex
if_indextoname
if_nameindex
if_nametoindex
in6addr_any
in6addr_intfacelocal_allnodes
in6addr_linklocal_allnodes
in6addr_linklocal_allrouters
in6addr_loopback
inet6_opt_append
inet6_opt_find
inet6_opt_finish
inet6_opt_get_val
inet6_opt_init
inet6_opt_next
inet6_opt_set_val
inet6_rth_add
inet6_rth_getaddr
inet6_rth_init
inet6_rth_reverse
inet6_rth_segments
inet6_rth_space
inet_addr
inet_aton
inet_lnaof
inet_makeaddr
inet_net_ntop
inet_net_pton
inet_neta
inet_netof
inet_network
inet_ntoa
inet_ntop
inet_pton
link_ntoa
ntohl
ntohs
rcmd
rcmd_af
rcmdsh
recv
rresvport
rresvport_af
ruserok
send
sethostent
setnetent
setprotoent
setprotoent_r
setservent
setservent_r
sockatmark

/* nls */
catclose
catgets
catopen

/* quad (not all archs) */
__adddi3
__anddi3
__ashldi3
__ashrdi3
__cmpdi2
__divdi3
__fixdfdi
__fixsfdi
__fixunsdfdi
__fixunssfdi
__floatdidf
__floatdisf
__floatunsdidf
__iordi3
__lshldi3
__lshrdi3
__moddi3
__muldi3
__negdi2
__one_cmpldi2
__qdivrem
__subdi3
__ucmpdi2
__udivdi3
__umoddi3
__xordi3

/* regex */
regcomp
regerror
regexec
regfree

/* rpc */
__svc_fdset
__svc_fdsetsize
__xdrrec_getrec
__xdrrec_setnonblock
_null_auth
_seterr_reply
_svcauth_null
_svcauth_short
_svcauth_unix
authnone_create
authunix_create
authunix_create_default
bindresvport
bindresvport_sa
callrpc
clnt_broadcast
clnt_create
clnt_pcreateerror
clnt_perrno
clnt_perror
clnt_spcreateerror
clnt_sperrno
clnt_sperror
clntraw_create
clnttcp_create
clntudp_bufcreate
clntudp_create
endrpcent
get_myaddress
getrpcbyname
getrpcbynumber
getrpcent
getrpcport
pmap_getmaps
pmap_getport
pmap_rmtcall
pmap_set
pmap_unset
registerrpc
rpc_createerr
set_rpc_maxgrouplist
setrpcent
svc_fdset
svc_getreq
svc_getreq_common
svc_getreq_poll
svc_getreqset
svc_getreqset2
svc_max_pollfd
svc_maxfd
svc_pollfd
svc_register
svc_run
svc_sendreply
svc_unregister
svcerr_auth
svcerr_decode
svcerr_noproc
svcerr_noprog
svcerr_progvers
svcerr_systemerr
svcerr_weakauth
svcfd_create
svcraw_create
svctcp_create
svcudp_bufcreate
svcudp_create
svcudp_enablecache
xdr_accepted_reply
xdr_array
xdr_authunix_parms
xdr_bool
xdr_bytes
xdr_callhdr
xdr_callmsg
xdr_char
xdr_des_block
xdr_double
xdr_enum
xdr_float
xdr_free
xdr_int
xdr_int16_t
xdr_int32_t
xdr_int64_t
xdr_long
xdr_netobj
xdr_opaque
xdr_opaque_auth
xdr_pmap
xdr_pmaplist
xdr_pointer
xdr_reference
xdr_rejected_reply
xdr_replymsg
xdr_rmtcall_args
xdr_rmtcallres
xdr_short
xdr_string
xdr_u_char
xdr_u_int
xdr_u_int16_t
xdr_u_int32_t
xdr_u_int64_t
xdr_u_long
xdr_u_short
xdr_union
xdr_vector
xdr_void
xdr_wrapstring
xdrmem_create
xdrrec_create
xdrrec_endofrecord
xdrrec_eof
xdrrec_skiprecord
xdrstdio_create
xprt_register
xprt_unregister

/* stdio */
__fpending
__freadahead
__freading
__freadptr
__freadptrinc
__fseterr
__fwriting
__sF
__srget
__swbuf
asprintf
clearerr
dprintf
fclose
fdopen
feof
ferror
fflush
fgetc
fgetln
fgetpos
fgets
fgetwc
fgetwln
fgetws
fileno
flockfile
fmemopen
fopen
fprintf
fpurge
fputc
fputs
fputwc
fputws
fread
freopen
fscanf
fseek
fseeko
fsetpos
ftell
ftello
ftrylockfile
funlockfile
funopen
fwide
fwprintf
fwrite
fwscanf
getc
getc_unlocked
getchar
getchar_unlocked
getdelim
getline
getw
getwc
getwchar
mkdtemp
mkdtemps
mkostemp
mkostemps
mkstemp
mkstemps
mktemp
open_memstream
open_wmemstream
perror
printf
putc
putc_unlocked
putchar
putchar_unlocked
puts
putw
putwc
putwchar
remove
rewind
scanf
setbuf
setbuffer
setlinebuf
setvbuf
snprintf
sprintf
sscanf
swprintf
swscanf
tempnam
tmpfile
tmpnam
ungetc
ungetwc
vasprintf
vdprintf
vfprintf
vfscanf
vfwprintf
vfwscanf
vprintf
vscanf
vsnprintf
vsprintf
vsscanf
vswprintf
vswscanf
vwprintf
vwscanf
wprintf
wscanf

/* old random */
lcong48_deterministic
lcong48
seed48_deterministic
seed48
srand48_deterministic
srand48
lrand48
mrand48
nrand48
drand48
erand48
jrand48
srand_deterministic
srand
rand
rand_r
srandom_deterministic
srandom
srandomdev
random

/* stdlib */
_Exit
__cxa_atexit
__cxa_thread_atexit
__cxa_thread_atexit_impl
__cxa_finalize
__isthreaded
a64l
abort
abs
aligned_alloc
atexit
atof
atoi
atol
atoll
bsearch
calloc
calloc_conceal
div
ecvt
exit
fcvt
free
freezero
gcvt
getenv
getopt
getopt_long
getopt_long_only
getsubopt
grantpt
hcreate
hdestroy
heapsort
hsearch
icdb_new
icdb_open
icdb_lookup
icdb_get
icdb_nentries
icdb_entries
icdb_update
icdb_add
icdb_rehash
icdb_save
icdb_close
imaxabs
imaxdiv
initstate
insque
l64a
labs
ldiv
lfind
llabs
lldiv
lsearch
malloc
malloc_options
malloc_conceal
_malloc_init
mergesort
optarg
opterr
optind
optopt
optreset
posix_memalign
posix_openpt
ptsname
putenv
qabs
qdiv
qsort
radixsort
realloc
reallocarray
recallocarray
realpath
remque
setenv
setstate
sradixsort
strtoimax
strtol
strtoll
strtonum
strtoq
strtoul
strtoull
strtoumax
strtouq
suboptarg
system
tdelete
tfind
tsearch
twalk
unlockpt
unsetenv

/* exposed due to paranoia over future link-time optimizations */
__explicit_bzero_hook

/* string */
bcmp
bcopy
bzero
explicit_bzero
ffs
index
memccpy
memchr
memcmp
memcpy
memmem
memmove
memrchr
memset
rindex
stpcpy
stpncpy
strcasecmp
strcasecmp_l
strcasestr
strcat
strchr
strcmp
strcoll
strcoll_l
strcpy
strcspn
strdup
strerror
strerror_l
strerror_r
strlcat
strlcpy
strlen
strmode
strncasecmp
strncasecmp_l
strncat
strncmp
strncpy
strndup
strnlen
strpbrk
strrchr
strsep
strsignal
strspn
strstr
strtok
strtok_r
strxfrm
strxfrm_l
swab
timingsafe_bcmp
timingsafe_memcmp
wcscasecmp
wcscasecmp_l
wcscat
wcschr
wcscmp
wcscpy
wcscspn
wcsdup
wcslcat
wcslcpy
wcslen
wcsncasecmp
wcsncasecmp_l
wcsncat
wcsncmp
wcsncpy
wcsnlen
wcspbrk
wcsrchr
wcsspn
wcsstr
wcstok
wcswcs
wcswidth
wmemchr
wmemcmp
wmemcpy
wmemmove
wmemset

/* termios */
cfgetispeed
cfgetospeed
cfmakeraw
cfsetispeed
cfsetospeed
cfsetspeed
tcdrain
tcflow
tcflush
tcgetattr
tcgetpgrp
tcgetsid
tcsendbreak
tcsetattr
tcsetpgrp

/* thread */
_rthread_debug
_spinlock
_spinlocktry
_spinunlock
_thread_atfork
_thread_dofork
_thread_set_callbacks
pthread_atfork
pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_signal
pthread_cond_timedwait
pthread_cond_wait
pthread_condattr_destroy
pthread_condattr_getclock
pthread_condattr_init
pthread_condattr_setclock
pthread_equal
pthread_exit
pthread_getspecific
pthread_key_create
pthread_key_delete
pthread_mutex_destroy
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_timedlock
pthread_mutex_trylock
pthread_mutex_unlock
pthread_once
pthread_self
pthread_setspecific

/* time */
asctime
asctime_r
ctime
ctime_r
daylight
difftime
gmtime
gmtime_r
localtime
localtime_r
mktime
offtime
posix2time
strftime
strftime_l
strptime
time2posix
timegm
timelocal
timeoff
tzname
tzset
tzsetwall
wcsftime

/* uuid */
uuid_compare
uuid_create
uuid_create_nil
uuid_dec_be
uuid_dec_le
uuid_enc_be
uuid_enc_le
uuid_equal
uuid_from_string
uuid_hash
uuid_is_nil
uuid_to_string

/* yp */
yp_all
yp_bind
yp_first
yp_get_default_domain
yp_maplist
yp_master
yp_match
yp_next
yp_order
yperr_string
ypprot_err
_yp_check		/* chpass, passwd, login_chpass */
yp_unbind