1/* 2 * In order to guarantee that static and shared archs see the same "public" 3 * symbols, this file should always include all the non-static symbols that 4 * are in the application namespace. So if a symbol starts with a letter, 5 * only delete it from here if you've eliminated it completely, made it 6 * static, or renamed it to have a leading underbar. 7 */ 8 9/* brk/sbrk need this so it can be overridden by the executable's value */ 10_end 11 12/* 13 * XXX binutils can create corrupt symbol table entries (uninitialized?) 14 * in shared libs in at least the samba port if at least the __data_start 15 * symbol is missing. For now, put them all back until the bug can be 16 * stomped on 17 */ 18__data_start 19__bss_start 20_edata 21__end 22 23/* sys */ 24__get_tcb 25__semctl 26__set_tcb 27__stack_smash_handler 28__tfork_thread 29__threxit 30__thrsigdivert 31__thrsleep 32__thrwakeup 33_exit 34_thread_canceled 35_thread_sys___get_tcb 36_thread_sys___getcwd 37_thread_sys___realpath 38_thread_sys___semctl 39_thread_sys___set_tcb 40_thread_sys___threxit 41_thread_sys___thrsigdivert 42_thread_sys___thrsleep 43_thread_sys___thrwakeup 44_thread_sys__exit 45_thread_sys_accept4 46_thread_sys_accept 47_thread_sys_access 48_thread_sys_acct 49_thread_sys_adjfreq 50_thread_sys_adjtime 51_thread_sys_bind 52_thread_sys_chdir 53_thread_sys_chflags 54_thread_sys_chflagsat 55_thread_sys_chmod 56_thread_sys_chown 57_thread_sys_chroot 58_thread_sys_clock_getres 59_thread_sys_clock_gettime 60_thread_sys_clock_settime 61_thread_sys_close 62_thread_sys_closefrom 63_thread_sys_connect 64_thread_sys_dup2 65_thread_sys_dup3 66_thread_sys_dup 67_thread_sys_execve 68_thread_sys_faccessat 69_thread_sys_fchdir 70_thread_sys_fchflags 71_thread_sys_fchmod 72_thread_sys_fchmodat 73_thread_sys_fchown 74_thread_sys_fchownat 75_thread_sys_fcntl 76_thread_sys_fhopen 77_thread_sys_fhstat 78_thread_sys_fhstatfs 79_thread_sys_flock 80_thread_sys_fork 81_thread_sys_fpathconf 82_thread_sys_fstat 83_thread_sys_fstatat 84_thread_sys_fstatfs 85_thread_sys_fsync 86_thread_sys_ftruncate 87_thread_sys_futex 88_thread_sys_futimens 89_thread_sys_futimes 90_thread_sys_getdents 91_thread_sys_getdtablecount 92_thread_sys_getegid 93_thread_sys_getentropy 94_thread_sys_geteuid 95_thread_sys_getfh 96_thread_sys_getfsstat 97_thread_sys_getgid 98_thread_sys_getgroups 99_thread_sys_getitimer 100_thread_sys_getlogin_r 101_thread_sys_getpeername 102_thread_sys_getpgid 103_thread_sys_getpgrp 104_thread_sys_getpid 105_thread_sys_getppid 106_thread_sys_getpriority 107_thread_sys_getresgid 108_thread_sys_getresuid 109_thread_sys_getrlimit 110_thread_sys_getrtable 111_thread_sys_getrusage 112_thread_sys_getsid 113_thread_sys_getsockname 114_thread_sys_getsockopt 115_thread_sys_getthrid 116_thread_sys_getthrname 117_thread_sys_gettimeofday 118_thread_sys_getuid 119_thread_sys_ioctl 120_thread_sys_issetugid 121_thread_sys_kevent 122_thread_sys_kill 123_thread_sys_kqueue 124_thread_sys_kqueue1 125_thread_sys_ktrace 126_thread_sys_lchown 127_thread_sys_link 128_thread_sys_linkat 129_thread_sys_listen 130_thread_sys_lseek 131_thread_sys_lstat 132_thread_sys_madvise 133_thread_sys_minherit 134_thread_sys_mimmutable 135_thread_sys_mkdir 136_thread_sys_mkdirat 137_thread_sys_mkfifo 138_thread_sys_mkfifoat 139_thread_sys_mknod 140_thread_sys_mknodat 141_thread_sys_mlock 142_thread_sys_mlockall 143_thread_sys_mmap 144_thread_sys_mount 145_thread_sys_mprotect 146_thread_sys_mquery 147_thread_sys_msgctl 148_thread_sys_msgget 149_thread_sys_msgrcv 150_thread_sys_msgsnd 151_thread_sys_msync 152_thread_sys_munlock 153_thread_sys_munlockall 154_thread_sys_munmap 155_thread_sys_nanosleep 156_thread_sys_nfssvc 157_thread_sys_open 158_thread_sys_openat 159_thread_sys_pathconf 160_thread_sys_pathconfat 161_thread_sys_pipe 162_thread_sys_pipe2 163_thread_sys_pledge 164_thread_sys_poll 165_thread_sys_ppoll 166_thread_sys_pread 167_thread_sys_preadv 168_thread_sys_profil 169_thread_sys_pselect 170_thread_sys_ptrace 171_thread_sys_pwrite 172_thread_sys_pwritev 173_thread_sys_quotactl 174_thread_sys_read 175_thread_sys_readlink 176_thread_sys_readlinkat 177_thread_sys_readv 178_thread_sys_reboot 179_thread_sys_recvfrom 180_thread_sys_recvmmsg 181_thread_sys_recvmsg 182_thread_sys_rename 183_thread_sys_renameat 184_thread_sys_revoke 185_thread_sys_rmdir 186_thread_sys_sched_yield 187_thread_sys_select 188_thread_sys_semget 189_thread_sys_semop 190_thread_sys_sendmmsg 191_thread_sys_sendmsg 192_thread_sys_sendsyslog 193_thread_sys_sendto 194_thread_sys_setegid 195_thread_sys_seteuid 196_thread_sys_setgid 197_thread_sys_setgroups 198_thread_sys_setitimer 199_thread_sys_setlogin 200_thread_sys_setpgid 201_thread_sys_setpriority 202_thread_sys_setregid 203_thread_sys_setresgid 204_thread_sys_setresuid 205_thread_sys_setreuid 206_thread_sys_setrlimit 207_thread_sys_setrtable 208_thread_sys_setsid 209_thread_sys_setsockopt 210_thread_sys_setthrname 211_thread_sys_settimeofday 212_thread_sys_setuid 213_thread_sys_shmat 214_thread_sys_shmctl 215_thread_sys_shmdt 216_thread_sys_shmget 217_thread_sys_shutdown 218_thread_sys_sigaction 219_thread_sys_sigaltstack 220_thread_sys_sigpending 221_thread_sys_sigprocmask 222_thread_sys_sigsuspend 223_thread_sys_socket 224_thread_sys_socketpair 225_thread_sys_stat 226_thread_sys_statfs 227_thread_sys_swapctl 228_thread_sys_symlink 229_thread_sys_symlinkat 230_thread_sys_sync 231_thread_sys_sysarch 232_thread_sys_sysctl 233_thread_sys_thrkill 234_thread_sys_truncate 235_thread_sys_umask 236_thread_sys_unlink 237_thread_sys_unlinkat 238_thread_sys_unmount 239_thread_sys_unveil 240_thread_sys_utimensat 241_thread_sys_utimes 242_thread_sys_utrace 243_thread_sys_vfork 244_thread_sys_wait4 245_thread_sys_waitid 246_thread_sys_write 247_thread_sys_writev 248accept4 249accept 250access 251acct 252adjfreq 253adjtime 254bind 255brk 256chdir 257chflags 258chflagsat 259chmod 260chown 261chroot 262clock_getres 263clock_gettime 264clock_settime 265close 266closefrom 267connect 268dup2 269dup3 270dup 271execve 272faccessat 273fchdir 274fchflags 275fchmod 276fchmodat 277fchown 278fchownat 279fcntl 280fhopen 281fhstat 282fhstatfs 283flock 284fork 285fpathconf 286fstat 287fstatat 288fstatfs 289fsync 290ftruncate 291futex 292futimens 293futimes 294getdents 295getdtablecount 296getegid 297getentropy 298geteuid 299getfh 300getfsstat 301getgid 302getgroups 303getitimer 304getpeername 305getpgid 306getpgrp 307getpid 308getppid 309getpriority 310getresgid 311getresuid 312getrlimit 313getrtable 314getrusage 315getsid 316getsockname 317getsockopt 318getthrid 319getthrname 320gettimeofday 321getuid 322ioctl 323issetugid 324kevent 325kill 326kqueue 327kqueue1 328ktrace 329lchown 330link 331linkat 332listen 333lseek 334lstat 335madvise 336mimmutable 337minherit 338mkdir 339mkdirat 340mkfifo 341mkfifoat 342mknod 343mknodat 344mlock 345mlockall 346mmap 347mount 348mprotect 349mquery 350msgctl 351msgget 352msgrcv 353msgsnd 354msync 355munlock 356munlockall 357munmap 358nanosleep 359nfssvc 360open 361openat 362pathconf 363pathconfat 364pipe 365pipe2 366pledge 367poll 368posix_madvise 369ppoll 370pread 371preadv 372profil 373pselect 374pthread_sigmask 375ptrace 376pwrite 377pwritev 378quotactl 379read 380readlink 381readlinkat 382readv 383reboot 384recvfrom 385recvmmsg 386recvmsg 387rename 388renameat 389revoke 390rmdir 391sbrk 392sched_yield 393select 394semctl 395semget 396semop 397sendmmsg 398sendmsg 399sendsyslog 400sendto 401setegid 402seteuid 403setgid 404setgroups 405setitimer 406setpgid 407setpriority 408setregid 409setresgid 410setresuid 411setreuid 412setrlimit 413setrtable 414setsid 415setsockopt 416setthrname 417settimeofday 418setuid 419shmat 420shmctl 421shmdt 422shmget 423shutdown 424sigaction 425sigaltstack 426sigpending 427sigprocmask 428sigsuspend 429sigwait 430socket 431socketpair 432stat 433statfs 434swapctl 435symlink 436symlinkat 437sync 438sysarch 439timer_create 440timer_delete 441timer_getoverrun 442timer_gettime 443timer_settime 444timespec_get 445thrkill 446truncate 447umask 448unlink 449unlinkat 450unmount 451unveil 452utimensat 453utimes 454utrace 455vfork 456wait4 457waitid 458write 459writev 460 461/* db */ 462dbm_clearerr 463dbm_close 464dbm_delete 465dbm_dirfno 466dbm_error 467dbm_fetch 468dbm_firstkey 469dbm_nextkey 470dbm_open 471dbm_rdonly 472dbm_store 473dbopen 474 475/* dlfcn */ 476__progname 477_csu_finish 478_dl_allocate_tib 479_dl_free_tib 480dl_iterate_phdr 481dladdr 482dlclose 483dlctl 484dlerror 485dlopen 486dlsym 487environ 488 489/* compat-43 */ 490creat 491getdtablesize 492gethostid 493getwd 494killpg 495sethostid 496setpgrp 497sigblock 498sigpause 499sigsetmask 500sigvec 501 502/* gen */ 503__assert 504__assert2 505__errno 506__fdnlist 507__flt_rounds 508__fpclassify 509__fpclassifyf 510__fpclassifyl 511__infinity 512__isfinite 513__isfinitef 514__isfinitel 515__isinf 516__isinff 517__isinfl 518__isnan 519__isnanf 520__isnanl 521__isnormal 522__isnormalf 523__isnormall 524__nan 525__signbit 526__signbitf 527__signbitl 528_ctype_ 529_longjmp 530_rb_check 531_rb_find 532_rb_insert 533_rb_left 534_rb_max 535_rb_min 536_rb_next 537_rb_nfind 538_rb_parent 539_rb_poison 540_rb_prev 541_rb_remove 542_rb_right 543_rb_root 544_rb_set_left 545_rb_set_parent 546_rb_set_right 547_setjmp 548_sys_errlist 549_sys_nerr 550_sys_siglist 551_tolower 552_tolower_tab_ 553_toupper 554_toupper_tab_ 555alarm 556alphasort 557auth_approval 558auth_call 559auth_cat 560auth_challenge 561auth_check_change 562auth_check_expire 563auth_checknologin 564auth_clean 565auth_close 566auth_clrenv 567auth_clroption 568auth_clroptions 569auth_getitem 570auth_getpwd 571auth_getstate 572auth_getvalue 573auth_mkvalue 574auth_open 575auth_set_va_list 576auth_setdata 577auth_setenv 578auth_setitem 579auth_setoption 580auth_setpwd 581auth_setstate 582auth_userchallenge 583auth_usercheck 584auth_userokay 585auth_userresponse 586auth_verify 587basename 588bsd_signal 589cgetcap 590cgetclose 591cgetent 592cgetfirst 593cgetmatch 594cgetnext 595cgetnum 596cgetset 597cgetstr 598cgetusedb 599cgetustr 600clock 601clock_getcpuclockid 602closedir 603closelog 604closelog_r 605confstr 606ctermid 607daemon 608devname 609dirfd 610dirname 611elf_aux_info 612endfsent 613endgrent 614endnetgrent 615endpwent 616endttyent 617endusershell 618err 619errx 620execl 621execle 622execlp 623execv 624execvp 625execvpe 626fabs 627fdatasync 628fdopendir 629fflagstostr 630finite 631finitef 632fnmatch 633fpgetmask 634fpgetround 635fpgetsticky 636fpsetmask 637fpsetround 638fpsetsticky 639frexp 640fstatvfs 641ftok 642fts_children 643fts_close 644fts_open 645fts_read 646fts_set 647ftw 648getbsize 649getcwd 650getdiskbyname 651getdomainname 652getfsent 653getfsfile 654getfsspec 655getgrent 656getgrgid 657getgrgid_r 658getgrnam 659getgrnam_r 660getgrouplist 661gethostname 662getloadavg 663getlogin 664getlogin_r 665getmntinfo 666getmode 667getnetgrent 668getpagesize 669getpass 670getprogname 671getpwent 672getpwnam 673getpwnam_r 674getpwnam_shadow 675getpwuid 676getpwuid_r 677getpwuid_shadow 678getttyent 679getttynam 680getusershell 681gid_from_group 682glob 683globfree 684group_from_gid 685initgroups 686innetgr 687isalnum 688isalpha 689isascii 690isatty 691isblank 692iscntrl 693isdigit 694isfdtype 695isgraph 696isinf 697isinff 698islower 699isnan 700isnanf 701isprint 702ispunct 703isspace 704isupper 705isxdigit 706ldexp 707lockf 708login_close 709login_getcapbool 710login_getcapnum 711login_getcapsize 712login_getcapstr 713login_getcaptime 714login_getclass 715login_getstyle 716longjmp 717modf 718nftw 719nice 720nlist 721opendir 722openlog 723openlog_r 724pause 725pclose 726popen 727posix_spawn 728posix_spawn_file_actions_addclose 729posix_spawn_file_actions_adddup2 730posix_spawn_file_actions_addopen 731posix_spawn_file_actions_destroy 732posix_spawn_file_actions_init 733posix_spawnattr_destroy 734posix_spawnattr_getflags 735posix_spawnattr_getpgroup 736posix_spawnattr_getschedparam 737posix_spawnattr_getschedpolicy 738posix_spawnattr_getsigdefault 739posix_spawnattr_getsigmask 740posix_spawnattr_init 741posix_spawnattr_setflags 742posix_spawnattr_setpgroup 743posix_spawnattr_setschedparam 744posix_spawnattr_setschedpolicy 745posix_spawnattr_setsigdefault 746posix_spawnattr_setsigmask 747posix_spawnp 748psignal 749pw_dup 750raise 751readdir 752readdir_r 753readpassphrase 754rewinddir 755scandir 756scandirat 757seekdir 758setclasscontext 759setdomainname 760setfsent 761setgrent 762setgroupent 763sethostname 764setjmp 765setlogin 766setlogmask 767setlogmask_r 768setmode 769setnetgrent 770setpassent 771setproctitle 772setprogname 773setpwent 774setttyent 775setusercontext 776setusershell 777shm_mkstemp 778shm_open 779shm_unlink 780sigaddset 781sigdelset 782sigemptyset 783sigfillset 784siginterrupt 785sigismember 786siglongjmp 787signal 788sigsetjmp 789sleep 790statvfs 791strnunvis 792strnvis 793strtofflags 794strunvis 795strvis 796stravis 797strvisx 798sys_errlist 799sys_nerr 800sys_siglist 801sys_signame 802sysconf 803sysctl 804syslog 805syslog_r 806telldir 807time 808times 809timezone 810toascii 811tolower 812toupper 813ttyname 814ttyname_r 815ttyslot 816ualarm 817uid_from_user 818uname 819unvis 820user_from_uid 821usleep 822utime 823valloc 824verr 825verrx 826vis 827vsyslog 828vsyslog_r 829vwarn 830vwarnx 831wait 832wait3 833waitpid 834warn 835warnx 836errc 837verrc 838vwarnc 839warnc 840 841/* crypt */ 842Blowfish_decipher 843Blowfish_encipher 844Blowfish_expand0state 845Blowfish_expandstate 846Blowfish_initstate 847Blowfish_stream2word 848arc4random 849arc4random_buf 850arc4random_uniform 851bcrypt 852bcrypt_checkpass 853bcrypt_gensalt 854bcrypt_newhash 855blf_cbc_decrypt 856blf_cbc_encrypt 857blf_dec 858blf_ecb_decrypt 859blf_ecb_encrypt 860blf_enc 861blf_key 862crypt 863crypt_checkpass 864crypt_newhash 865 866/* gdtoa */ 867__dtoa 868__freedtoa 869__gdtoa 870__hdtoa 871__hldtoa 872__ldtoa 873strtod 874strtof 875strtold 876 877/* gmon */ 878_gmonparam 879_mcleanup 880_monstartup 881moncontrol 882monstartup 883 884/* hash */ 885MD5Data 886MD5End 887MD5File 888MD5FileChunk 889MD5Final 890MD5Init 891MD5Pad 892MD5Transform 893MD5Update 894RMD160Data 895RMD160End 896RMD160File 897RMD160FileChunk 898RMD160Final 899RMD160Init 900RMD160Pad 901RMD160Transform 902RMD160Update 903SHA1Data 904SHA1End 905SHA1File 906SHA1FileChunk 907SHA1Final 908SHA1Init 909SHA1Pad 910SHA1Transform 911SHA1Update 912SHA224Data 913SHA224End 914SHA224File 915SHA224FileChunk 916SHA224Final 917SHA224Init 918SHA224Pad 919SHA224Transform 920SHA224Update 921SHA256Data 922SHA256End 923SHA256File 924SHA256FileChunk 925SHA256Final 926SHA256Init 927SHA256Pad 928SHA256Transform 929SHA256Update 930SHA384Data 931SHA384End 932SHA384File 933SHA384FileChunk 934SHA384Final 935SHA384Init 936SHA384Pad 937SHA384Transform 938SHA384Update 939SHA512Data 940SHA512End 941SHA512File 942SHA512FileChunk 943SHA512Final 944SHA512Init 945SHA512Pad 946SHA512Transform 947SHA512Update 948SHA512_256Data 949SHA512_256End 950SHA512_256File 951SHA512_256FileChunk 952SHA512_256Final 953SHA512_256Init 954SHA512_256Pad 955SHA512_256Transform 956SHA512_256Update 957SipHash 958SipHash_End 959SipHash_Final 960SipHash_Init 961SipHash_Update 962 963/* locale */ 964__mb_cur_max 965btowc 966c16rtomb 967c32rtomb 968duplocale 969freelocale 970isalnum_l 971isalpha_l 972isblank_l 973iscntrl_l 974isdigit_l 975isgraph_l 976islower_l 977isprint_l 978ispunct_l 979isspace_l 980isupper_l 981iswalnum 982iswalnum_l 983iswalpha 984iswalpha_l 985iswblank 986iswblank_l 987iswcntrl 988iswcntrl_l 989iswctype 990iswctype_l 991iswdigit 992iswdigit_l 993iswgraph 994iswgraph_l 995iswlower 996iswlower_l 997iswprint 998iswprint_l 999iswpunct 1000iswpunct_l 1001iswspace 1002iswspace_l 1003iswupper 1004iswupper_l 1005iswxdigit 1006iswxdigit_l 1007isxdigit_l 1008localeconv 1009mblen 1010mbrlen 1011mbrtowc 1012mbsinit 1013mbsnrtowcs 1014mbsrtowcs 1015mbstowcs 1016newlocale 1017mbrtoc16 1018mbrtoc32 1019mbtowc 1020nl_langinfo 1021nl_langinfo_l 1022setlocale 1023tolower_l 1024toupper_l 1025towctrans 1026towctrans_l 1027towlower 1028towlower_l 1029towupper 1030towupper_l 1031uselocale 1032wcrtomb 1033wcscoll 1034wcscoll_l 1035wcsnrtombs 1036wcsrtombs 1037wcstod 1038wcstof 1039wcstoimax 1040wcstol 1041wcstold 1042wcstoll 1043wcstombs 1044wcstoul 1045wcstoull 1046wcstoumax 1047wcsxfrm 1048wcsxfrm_l 1049wctob 1050wctomb 1051wctrans 1052wctrans_l 1053wctype 1054wctype_l 1055wcwidth 1056 1057/* asr */ 1058asr_abort 1059asr_resolver_from_string 1060asr_resolver_free 1061asr_run 1062asr_run_sync 1063freerrset 1064getaddrinfo 1065getaddrinfo_async 1066gethostbyaddr 1067gethostbyaddr_async 1068gethostbyname 1069gethostbyname2 1070gethostbyname2_async 1071gethostbyname_async 1072getnameinfo 1073getnameinfo_async 1074getnetbyaddr 1075getnetbyaddr_async 1076getnetbyname 1077getnetbyname_async 1078getrrsetbyname 1079getrrsetbyname_async 1080res_init 1081res_mkquery 1082res_query 1083res_query_async 1084res_querydomain 1085res_search 1086res_search_async 1087res_send_async 1088 1089/* net */ 1090__b64_ntop 1091__b64_pton 1092__dn_comp 1093__dn_skipname 1094__p_class 1095__p_class_syms 1096__p_type 1097__p_type_syms 1098__putlong 1099__putshort 1100__res_dnok 1101__res_hnok 1102__res_mailok 1103__res_ownok 1104__res_randomid 1105__res_send 1106__sym_ntos 1107_getlong 1108_getshort 1109_res 1110_res_ext 1111_res_opcodes 1112_res_resultcodes 1113dn_expand 1114endhostent 1115endnetent 1116endprotoent 1117endprotoent_r 1118endservent 1119endservent_r 1120ether_aton 1121ether_hostton 1122ether_line 1123ether_ntoa 1124ether_ntohost 1125freeaddrinfo 1126freeifaddrs 1127gai_strerror 1128gethostent 1129getifaddrs 1130getnetent 1131getpeereid 1132getprotobyname 1133getprotobyname_r 1134getprotobynumber 1135getprotobynumber_r 1136getprotoent 1137getprotoent_r 1138getservbyname 1139getservbyname_r 1140getservbyport 1141getservbyport_r 1142getservent 1143getservent_r 1144h_errlist 1145h_errno 1146h_nerr 1147herror 1148hstrerror 1149htonl 1150htons 1151if_freenameindex 1152if_indextoname 1153if_nameindex 1154if_nametoindex 1155in6addr_any 1156in6addr_intfacelocal_allnodes 1157in6addr_linklocal_allnodes 1158in6addr_linklocal_allrouters 1159in6addr_loopback 1160inet6_opt_append 1161inet6_opt_find 1162inet6_opt_finish 1163inet6_opt_get_val 1164inet6_opt_init 1165inet6_opt_next 1166inet6_opt_set_val 1167inet6_rth_add 1168inet6_rth_getaddr 1169inet6_rth_init 1170inet6_rth_reverse 1171inet6_rth_segments 1172inet6_rth_space 1173inet_addr 1174inet_aton 1175inet_lnaof 1176inet_makeaddr 1177inet_net_ntop 1178inet_net_pton 1179inet_neta 1180inet_netof 1181inet_network 1182inet_ntoa 1183inet_ntop 1184inet_pton 1185link_ntoa 1186ntohl 1187ntohs 1188rcmd 1189rcmd_af 1190rcmdsh 1191recv 1192rresvport 1193rresvport_af 1194ruserok 1195send 1196sethostent 1197setnetent 1198setprotoent 1199setprotoent_r 1200setservent 1201setservent_r 1202sockatmark 1203 1204/* nls */ 1205catclose 1206catgets 1207catopen 1208 1209/* quad (not all archs) */ 1210__adddi3 1211__anddi3 1212__ashldi3 1213__ashrdi3 1214__cmpdi2 1215__divdi3 1216__fixdfdi 1217__fixsfdi 1218__fixunsdfdi 1219__fixunssfdi 1220__floatdidf 1221__floatdisf 1222__floatunsdidf 1223__iordi3 1224__lshldi3 1225__lshrdi3 1226__moddi3 1227__muldi3 1228__negdi2 1229__one_cmpldi2 1230__qdivrem 1231__subdi3 1232__ucmpdi2 1233__udivdi3 1234__umoddi3 1235__xordi3 1236 1237/* regex */ 1238regcomp 1239regerror 1240regexec 1241regfree 1242 1243/* rpc */ 1244__svc_fdset 1245__svc_fdsetsize 1246__xdrrec_getrec 1247__xdrrec_setnonblock 1248_null_auth 1249_seterr_reply 1250_svcauth_null 1251_svcauth_short 1252_svcauth_unix 1253authnone_create 1254authunix_create 1255authunix_create_default 1256bindresvport 1257bindresvport_sa 1258callrpc 1259clnt_broadcast 1260clnt_create 1261clnt_pcreateerror 1262clnt_perrno 1263clnt_perror 1264clnt_spcreateerror 1265clnt_sperrno 1266clnt_sperror 1267clntraw_create 1268clnttcp_create 1269clntudp_bufcreate 1270clntudp_create 1271endrpcent 1272get_myaddress 1273getrpcbyname 1274getrpcbynumber 1275getrpcent 1276getrpcport 1277pmap_getmaps 1278pmap_getport 1279pmap_rmtcall 1280pmap_set 1281pmap_unset 1282registerrpc 1283rpc_createerr 1284set_rpc_maxgrouplist 1285setrpcent 1286svc_fdset 1287svc_getreq 1288svc_getreq_common 1289svc_getreq_poll 1290svc_getreqset 1291svc_getreqset2 1292svc_max_pollfd 1293svc_maxfd 1294svc_pollfd 1295svc_register 1296svc_run 1297svc_sendreply 1298svc_unregister 1299svcerr_auth 1300svcerr_decode 1301svcerr_noproc 1302svcerr_noprog 1303svcerr_progvers 1304svcerr_systemerr 1305svcerr_weakauth 1306svcfd_create 1307svcraw_create 1308svctcp_create 1309svcudp_bufcreate 1310svcudp_create 1311svcudp_enablecache 1312xdr_accepted_reply 1313xdr_array 1314xdr_authunix_parms 1315xdr_bool 1316xdr_bytes 1317xdr_callhdr 1318xdr_callmsg 1319xdr_char 1320xdr_des_block 1321xdr_double 1322xdr_enum 1323xdr_float 1324xdr_free 1325xdr_int 1326xdr_int16_t 1327xdr_int32_t 1328xdr_int64_t 1329xdr_long 1330xdr_netobj 1331xdr_opaque 1332xdr_opaque_auth 1333xdr_pmap 1334xdr_pmaplist 1335xdr_pointer 1336xdr_reference 1337xdr_rejected_reply 1338xdr_replymsg 1339xdr_rmtcall_args 1340xdr_rmtcallres 1341xdr_short 1342xdr_string 1343xdr_u_char 1344xdr_u_int 1345xdr_u_int16_t 1346xdr_u_int32_t 1347xdr_u_int64_t 1348xdr_u_long 1349xdr_u_short 1350xdr_union 1351xdr_vector 1352xdr_void 1353xdr_wrapstring 1354xdrmem_create 1355xdrrec_create 1356xdrrec_endofrecord 1357xdrrec_eof 1358xdrrec_skiprecord 1359xdrstdio_create 1360xprt_register 1361xprt_unregister 1362 1363/* stdio */ 1364__fpending 1365__freadahead 1366__freading 1367__freadptr 1368__freadptrinc 1369__fseterr 1370__fwriting 1371__sF 1372__srget 1373__swbuf 1374asprintf 1375clearerr 1376dprintf 1377fclose 1378fdopen 1379feof 1380ferror 1381fflush 1382fgetc 1383fgetln 1384fgetpos 1385fgets 1386fgetwc 1387fgetwln 1388fgetws 1389fileno 1390flockfile 1391fmemopen 1392fopen 1393fprintf 1394fpurge 1395fputc 1396fputs 1397fputwc 1398fputws 1399fread 1400freopen 1401fscanf 1402fseek 1403fseeko 1404fsetpos 1405ftell 1406ftello 1407ftrylockfile 1408funlockfile 1409funopen 1410fwide 1411fwprintf 1412fwrite 1413fwscanf 1414getc 1415getc_unlocked 1416getchar 1417getchar_unlocked 1418getdelim 1419getline 1420getw 1421getwc 1422getwchar 1423mkdtemp 1424mkdtemps 1425mkostemp 1426mkostemps 1427mkstemp 1428mkstemps 1429mktemp 1430open_memstream 1431open_wmemstream 1432perror 1433printf 1434putc 1435putc_unlocked 1436putchar 1437putchar_unlocked 1438puts 1439putw 1440putwc 1441putwchar 1442remove 1443rewind 1444scanf 1445setbuf 1446setbuffer 1447setlinebuf 1448setvbuf 1449snprintf 1450sprintf 1451sscanf 1452swprintf 1453swscanf 1454tempnam 1455tmpfile 1456tmpnam 1457ungetc 1458ungetwc 1459vasprintf 1460vdprintf 1461vfprintf 1462vfscanf 1463vfwprintf 1464vfwscanf 1465vprintf 1466vscanf 1467vsnprintf 1468vsprintf 1469vsscanf 1470vswprintf 1471vswscanf 1472vwprintf 1473vwscanf 1474wprintf 1475wscanf 1476 1477/* old random */ 1478lcong48_deterministic 1479lcong48 1480seed48_deterministic 1481seed48 1482srand48_deterministic 1483srand48 1484lrand48 1485mrand48 1486nrand48 1487drand48 1488erand48 1489jrand48 1490srand_deterministic 1491srand 1492rand 1493rand_r 1494srandom_deterministic 1495srandom 1496srandomdev 1497random 1498 1499/* stdlib */ 1500_Exit 1501__cxa_atexit 1502__cxa_thread_atexit 1503__cxa_thread_atexit_impl 1504__cxa_finalize 1505__isthreaded 1506a64l 1507abort 1508abs 1509aligned_alloc 1510atexit 1511atof 1512atoi 1513atol 1514atoll 1515bsearch 1516calloc 1517calloc_conceal 1518div 1519ecvt 1520exit 1521fcvt 1522free 1523freezero 1524gcvt 1525getenv 1526getopt 1527getopt_long 1528getopt_long_only 1529getsubopt 1530grantpt 1531hcreate 1532hdestroy 1533heapsort 1534hsearch 1535icdb_new 1536icdb_open 1537icdb_lookup 1538icdb_get 1539icdb_nentries 1540icdb_entries 1541icdb_update 1542icdb_add 1543icdb_rehash 1544icdb_save 1545icdb_close 1546imaxabs 1547imaxdiv 1548initstate 1549insque 1550l64a 1551labs 1552ldiv 1553lfind 1554llabs 1555lldiv 1556lsearch 1557malloc 1558malloc_options 1559malloc_conceal 1560_malloc_init 1561mergesort 1562optarg 1563opterr 1564optind 1565optopt 1566optreset 1567posix_memalign 1568posix_openpt 1569ptsname 1570putenv 1571qabs 1572qdiv 1573qsort 1574radixsort 1575realloc 1576reallocarray 1577recallocarray 1578realpath 1579remque 1580setenv 1581setstate 1582sradixsort 1583strtoimax 1584strtol 1585strtoll 1586strtonum 1587strtoq 1588strtoul 1589strtoull 1590strtoumax 1591strtouq 1592suboptarg 1593system 1594tdelete 1595tfind 1596tsearch 1597twalk 1598unlockpt 1599unsetenv 1600 1601/* exposed due to paranoia over future link-time optimizations */ 1602__explicit_bzero_hook 1603 1604/* string */ 1605bcmp 1606bcopy 1607bzero 1608explicit_bzero 1609ffs 1610index 1611memccpy 1612memchr 1613memcmp 1614memcpy 1615memmem 1616memmove 1617memrchr 1618memset 1619rindex 1620stpcpy 1621stpncpy 1622strcasecmp 1623strcasecmp_l 1624strcasestr 1625strcat 1626strchr 1627strcmp 1628strcoll 1629strcoll_l 1630strcpy 1631strcspn 1632strdup 1633strerror 1634strerror_l 1635strerror_r 1636strlcat 1637strlcpy 1638strlen 1639strmode 1640strncasecmp 1641strncasecmp_l 1642strncat 1643strncmp 1644strncpy 1645strndup 1646strnlen 1647strpbrk 1648strrchr 1649strsep 1650strsignal 1651strspn 1652strstr 1653strtok 1654strtok_r 1655strxfrm 1656strxfrm_l 1657swab 1658timingsafe_bcmp 1659timingsafe_memcmp 1660wcscasecmp 1661wcscasecmp_l 1662wcscat 1663wcschr 1664wcscmp 1665wcscpy 1666wcscspn 1667wcsdup 1668wcslcat 1669wcslcpy 1670wcslen 1671wcsncasecmp 1672wcsncasecmp_l 1673wcsncat 1674wcsncmp 1675wcsncpy 1676wcsnlen 1677wcspbrk 1678wcsrchr 1679wcsspn 1680wcsstr 1681wcstok 1682wcswcs 1683wcswidth 1684wmemchr 1685wmemcmp 1686wmemcpy 1687wmemmove 1688wmemset 1689 1690/* termios */ 1691cfgetispeed 1692cfgetospeed 1693cfmakeraw 1694cfsetispeed 1695cfsetospeed 1696cfsetspeed 1697tcdrain 1698tcflow 1699tcflush 1700tcgetattr 1701tcgetpgrp 1702tcgetsid 1703tcsendbreak 1704tcsetattr 1705tcsetpgrp 1706 1707/* thread */ 1708_rthread_debug 1709_spinlock 1710_spinlocktry 1711_spinunlock 1712_thread_atfork 1713_thread_dofork 1714_thread_set_callbacks 1715pthread_atfork 1716pthread_cond_broadcast 1717pthread_cond_destroy 1718pthread_cond_init 1719pthread_cond_signal 1720pthread_cond_timedwait 1721pthread_cond_wait 1722pthread_condattr_destroy 1723pthread_condattr_getclock 1724pthread_condattr_init 1725pthread_condattr_setclock 1726pthread_equal 1727pthread_exit 1728pthread_getspecific 1729pthread_key_create 1730pthread_key_delete 1731pthread_mutex_destroy 1732pthread_mutex_init 1733pthread_mutex_lock 1734pthread_mutex_timedlock 1735pthread_mutex_trylock 1736pthread_mutex_unlock 1737pthread_once 1738pthread_self 1739pthread_setspecific 1740 1741/* time */ 1742asctime 1743asctime_r 1744ctime 1745ctime_r 1746daylight 1747difftime 1748gmtime 1749gmtime_r 1750localtime 1751localtime_r 1752mktime 1753offtime 1754posix2time 1755strftime 1756strftime_l 1757strptime 1758time2posix 1759timegm 1760timelocal 1761timeoff 1762tzname 1763tzset 1764tzsetwall 1765wcsftime 1766 1767/* uuid */ 1768uuid_compare 1769uuid_create 1770uuid_create_nil 1771uuid_dec_be 1772uuid_dec_le 1773uuid_enc_be 1774uuid_enc_le 1775uuid_equal 1776uuid_from_string 1777uuid_hash 1778uuid_is_nil 1779uuid_to_string 1780 1781/* yp */ 1782yp_all 1783yp_bind 1784yp_first 1785yp_get_default_domain 1786yp_maplist 1787yp_master 1788yp_match 1789yp_next 1790yp_order 1791yperr_string 1792ypprot_err 1793_yp_check /* chpass, passwd, login_chpass */ 1794yp_unbind 1795