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 _malloc_options; 51 _malloc_message; 52 malloc; 53 posix_memalign; 54 calloc; 55 realloc; 56 free; 57 malloc_usable_size; 58 mergesort; 59 putenv; 60 qsort_r; 61 qsort; 62 radixsort; 63 sradixsort; 64 rand_r; 65 rand; 66 srand; 67 sranddev; 68 srandom; 69 srandomdev; 70 initstate; 71 setstate; 72 random; 73 reallocf; 74 realpath; 75 remque; 76 setenv; 77 unsetenv; 78 strfmon; 79 strtoimax; 80 strtol; 81 strtoll; 82 strtonum; 83 strtoq; 84 strtoul; 85 strtoull; 86 strtoumax; 87 strtouq; 88 system; 89 tdelete; 90 tfind; 91 tsearch; 92 twalk; 93}; 94 95FBSDprivate_1.0 { 96 _malloc_thread_cleanup; 97 _malloc_prefork; 98 _malloc_postfork; 99 __system; 100 _system; 101}; 102