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 ptsname; 34 unlockpt; 35 hcreate; 36 hdestroy; 37 hsearch; 38 heapsort; 39 imaxabs; 40 imaxdiv; 41 insque; 42 l64a; 43 l64a_r; 44 labs; 45 ldiv; 46 llabs; 47 lldiv; 48 lsearch; 49 lfind; 50 mergesort; 51 putenv; 52 qsort_r; 53 qsort; 54 radixsort; 55 sradixsort; 56 rand_r; 57 srandom; 58 srandomdev; 59 initstate; 60 setstate; 61 random; 62 reallocf; 63 realpath; 64 remque; 65 setenv; 66 unsetenv; 67 strfmon; 68 strtoimax; 69 strtol; 70 strtoll; 71 strtonum; 72 strtoq; 73 strtoul; 74 strtoull; 75 strtoumax; 76 strtouq; 77 system; 78 tdelete; 79 tfind; 80 tsearch; 81 twalk; 82}; 83 84FBSD_1.3 { 85 at_quick_exit; 86 atof_l; 87 atoi_l; 88 atol_l; 89 atoll_l; 90 quick_exit; 91 strtod_l; 92 strtof_l; 93 strtoimax_l; 94 strtol_l; 95 strtold_l; 96 strtoll_l; 97 strtoq_l; 98 strtoul_l; 99 strtoull_l; 100 strtoumax_l; 101 strtouq_l; 102}; 103 104FBSD_1.4 { 105 atexit_b; 106 bsearch_b; 107 heapsort_b; 108 mergesort_b; 109 qsort_b; 110 hcreate_r; 111 hdestroy_r; 112 hsearch_r; 113 reallocarray; 114}; 115 116FBSD_1.5 { 117 __cxa_thread_atexit; 118 __cxa_thread_atexit_impl; 119 abort_handler_s; 120 ignore_handler_s; 121 set_constraint_handler_s; 122}; 123 124FBSD_1.6 { 125 ptsname_r; 126 qsort_s; 127 rand; 128 srand; 129}; 130 131FBSDprivate_1.0 { 132 __system; 133 _system; 134 __libc_system; 135 __cxa_thread_call_dtors; 136 __libc_atexit; 137}; 138