Greg Hackmann | e5c872f | 2016-03-03 13:10:23 -0800 | [diff] [blame] | 1 | # Generated by genversion-scripts.py. Do not edit. |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 2 | LIBC { |
| 3 | global: |
| 4 | __assert; |
| 5 | __assert2; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 6 | __b64_ntop; |
| 7 | __b64_pton; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 8 | __cmsg_nxthdr; # introduced=21 |
| 9 | __connect; # arm x86 mips introduced=21 |
| 10 | __ctype_get_mb_cur_max; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 11 | __cxa_atexit; |
| 12 | __cxa_finalize; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 13 | __cxa_thread_atexit_impl; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 14 | __dn_comp; |
| 15 | __dn_count_labels; |
| 16 | __dn_skipname; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 17 | __epoll_pwait; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 18 | __errno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 19 | __exit; # arm x86 mips introduced=21 |
| 20 | __fadvise64; # x86 mips introduced=21 |
| 21 | __fbufsize; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 22 | __fcntl64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 23 | __FD_CLR_chk; # introduced=21 |
| 24 | __FD_ISSET_chk; # introduced=21 |
| 25 | __FD_SET_chk; # introduced=21 |
| 26 | __fgets_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 27 | __flbf; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 28 | __fp_nquery; |
| 29 | __fp_query; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 30 | __fpclassify; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 31 | __fpclassifyd; |
| 32 | __fpclassifyf; |
| 33 | __fpclassifyl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 34 | __fpending; # introduced=23 |
| 35 | __fpurge; # introduced=23 |
| 36 | __freadable; # introduced=23 |
| 37 | __fsetlocking; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 38 | __fstatfs64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 39 | __fwritable; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 40 | __get_h_errno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 41 | __getcpu; # arm x86 mips introduced-arm=12 introduced-mips=16 introduced-x86=12 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 42 | __getcwd; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 43 | __getpid; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 44 | __getpriority; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 45 | __gnu_basename; # introduced=23 |
| 46 | __gnu_strerror_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 47 | __hostalias; |
| 48 | __ioctl; # arm x86 mips |
| 49 | __isfinite; |
| 50 | __isfinitef; |
| 51 | __isfinitel; |
| 52 | __isinf; |
| 53 | __isinff; |
| 54 | __isinfl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 55 | __isnan; # introduced=21 |
| 56 | __isnanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 57 | __isnanl; |
| 58 | __isnormal; |
| 59 | __isnormalf; |
| 60 | __isnormall; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 61 | __isthreaded; # arm x86 mips var |
| 62 | __libc_current_sigrtmax; # introduced=21 |
| 63 | __libc_current_sigrtmin; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 64 | __libc_init; |
| 65 | __llseek; # arm x86 mips |
| 66 | __loc_aton; |
| 67 | __loc_ntoa; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 68 | __memchr_chk; # introduced=23 |
| 69 | __memcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 70 | __memmove_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 71 | __memrchr_chk; # introduced=23 |
| 72 | __memset_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 73 | __mmap2; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 74 | __ns_format_ttl; # arm x86 mips |
| 75 | __ns_get16; # arm x86 mips |
| 76 | __ns_get32; # arm x86 mips |
| 77 | __ns_initparse; # arm x86 mips |
| 78 | __ns_makecanon; # arm x86 mips |
| 79 | __ns_msg_getflag; # arm x86 mips |
| 80 | __ns_name_compress; # arm x86 mips |
| 81 | __ns_name_ntol; # arm x86 mips |
| 82 | __ns_name_ntop; # arm x86 mips |
| 83 | __ns_name_pack; # arm x86 mips |
| 84 | __ns_name_pton; # arm x86 mips |
| 85 | __ns_name_rollback; # arm x86 mips |
| 86 | __ns_name_skip; # arm x86 mips |
| 87 | __ns_name_uncompress; # arm x86 mips |
| 88 | __ns_name_unpack; # arm x86 mips |
| 89 | __ns_parserr; # arm x86 mips |
| 90 | __ns_put16; # arm x86 mips |
| 91 | __ns_put32; # arm x86 mips |
| 92 | __ns_samename; # arm x86 mips |
| 93 | __ns_skiprr; # arm x86 mips |
| 94 | __ns_sprintrr; # arm x86 mips |
| 95 | __ns_sprintrrf; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 96 | __open_2; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 97 | __openat; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 98 | __openat_2; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 99 | __p_cdname; |
| 100 | __p_cdnname; |
| 101 | __p_class; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 102 | __p_class_syms; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 103 | __p_fqname; |
| 104 | __p_fqnname; |
| 105 | __p_option; |
| 106 | __p_query; |
| 107 | __p_rcode; |
| 108 | __p_secstodate; |
| 109 | __p_time; |
| 110 | __p_type; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 111 | __p_type_syms; # var |
| 112 | __poll_chk; # introduced=23 |
| 113 | __ppoll; # arm x86 mips introduced=21 |
| 114 | __ppoll_chk; # introduced=23 |
| 115 | __pread64_chk; # introduced=23 |
| 116 | __pread_chk; # introduced=23 |
| 117 | __progname; # var |
| 118 | __pselect6; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 119 | __pthread_cleanup_pop; |
| 120 | __pthread_cleanup_push; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 121 | __ptrace; # arm x86 mips |
| 122 | __putlong; |
| 123 | __putshort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 124 | __read_chk; # introduced=21 |
| 125 | __readlink_chk; # introduced=23 |
| 126 | __readlinkat_chk; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 127 | __reboot; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 128 | __recvfrom_chk; # introduced=21 |
| 129 | __register_atfork; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 130 | __res_close; |
| 131 | __res_dnok; |
| 132 | __res_hnok; |
| 133 | __res_hostalias; |
| 134 | __res_isourserver; |
| 135 | __res_mailok; |
| 136 | __res_nameinquery; |
| 137 | __res_nclose; |
| 138 | __res_ninit; |
| 139 | __res_nmkquery; |
| 140 | __res_nquery; |
| 141 | __res_nquerydomain; |
| 142 | __res_nsearch; |
| 143 | __res_nsend; |
| 144 | __res_ownok; |
| 145 | __res_queriesmatch; |
| 146 | __res_querydomain; |
| 147 | __res_send; |
| 148 | __res_send_setqhook; |
| 149 | __res_send_setrhook; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 150 | __rt_sigaction; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 151 | __rt_sigpending; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 152 | __rt_sigprocmask; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 153 | __rt_sigsuspend; # arm x86 mips introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 154 | __rt_sigtimedwait; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 155 | __sched_cpualloc; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 156 | __sched_cpucount; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 157 | __sched_cpufree; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 158 | __sched_getaffinity; # arm x86 mips introduced=12 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 159 | __set_thread_area; # x86 |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 160 | __set_tid_address; # arm x86 mips introduced=21 |
| 161 | __sF; # var |
| 162 | __sigaction; # arm x86 mips introduced=21 |
| 163 | __snprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 164 | __socket; # arm x86 mips introduced=21 |
| 165 | __sprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 166 | __stack_chk_fail; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 167 | __stack_chk_guard; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 168 | __statfs64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 169 | __stpcpy_chk; # introduced=21 |
| 170 | __stpncpy_chk; # introduced=21 |
| 171 | __stpncpy_chk2; # introduced=21 |
| 172 | __strcat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 173 | __strchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
| 174 | __strcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 175 | __strlcat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 176 | __strlcpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 177 | __strlen_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 178 | __strncat_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 179 | __strncpy_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 180 | __strncpy_chk2; # introduced=21 |
| 181 | __strrchr_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 182 | __sym_ntop; |
| 183 | __sym_ntos; |
| 184 | __sym_ston; |
Dimitry Ivanov | e1078a9 | 2016-01-13 20:32:12 +0000 | [diff] [blame] | 185 | __system_properties_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 186 | __system_property_add; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 187 | __system_property_area__; # var |
| 188 | __system_property_area_init; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 189 | __system_property_area_serial; # introduced=23 |
Dimitry Ivanov | e1078a9 | 2016-01-13 20:32:12 +0000 | [diff] [blame] | 190 | __system_property_find; |
| 191 | __system_property_find_nth; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 192 | __system_property_foreach; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dimitry Ivanov | e1078a9 | 2016-01-13 20:32:12 +0000 | [diff] [blame] | 193 | __system_property_get; |
| 194 | __system_property_read; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 195 | __system_property_serial; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 196 | __system_property_set; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 197 | __system_property_set_filename; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 198 | __system_property_update; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 199 | __system_property_wait_any; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 200 | __timer_create; # arm x86 mips |
| 201 | __timer_delete; # arm x86 mips |
| 202 | __timer_getoverrun; # arm x86 mips |
| 203 | __timer_gettime; # arm x86 mips |
| 204 | __timer_settime; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 205 | __umask_chk; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
| 206 | __vsnprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 207 | __vsprintf_chk; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 208 | __waitid; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 209 | _ctype_; # var |
| 210 | _Exit; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 211 | _exit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 212 | _flushlbf; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 213 | _getlong; |
| 214 | _getshort; |
| 215 | _longjmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 216 | _resolv_delete_cache_for_net; # introduced=21 |
| 217 | _resolv_flush_cache_for_net; # introduced=21 |
| 218 | _resolv_set_nameservers_for_net; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 219 | _setjmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 220 | _tolower; # introduced=21 |
| 221 | _tolower_tab_; # arm x86 mips var |
| 222 | _toupper; # introduced=21 |
| 223 | _toupper_tab_; # arm x86 mips var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 224 | abort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 225 | abs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 226 | accept; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 227 | accept4; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 228 | access; |
| 229 | acct; |
| 230 | alarm; |
| 231 | alphasort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 232 | alphasort64; # introduced=21 |
| 233 | android_set_abort_message; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 234 | arc4random; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 235 | arc4random_buf; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 236 | arc4random_uniform; |
| 237 | asctime; |
| 238 | asctime64; # arm x86 mips |
| 239 | asctime64_r; # arm x86 mips |
| 240 | asctime_r; |
| 241 | asprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 242 | at_quick_exit; # introduced=21 |
| 243 | atof; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 244 | atoi; |
| 245 | atol; |
| 246 | atoll; |
| 247 | basename; |
| 248 | basename_r; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 249 | bind; |
| 250 | bindresvport; |
| 251 | brk; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 252 | bsearch; |
| 253 | btowc; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 254 | c16rtomb; # introduced=21 |
| 255 | c32rtomb; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 256 | calloc; |
| 257 | capget; |
| 258 | capset; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 259 | cfgetispeed; # introduced=21 |
| 260 | cfgetospeed; # introduced=21 |
| 261 | cfmakeraw; # introduced=21 |
| 262 | cfsetispeed; # introduced=21 |
| 263 | cfsetospeed; # introduced=21 |
| 264 | cfsetspeed; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 265 | chdir; |
| 266 | chmod; |
| 267 | chown; |
| 268 | chroot; |
| 269 | clearenv; |
| 270 | clearerr; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 271 | clearerr_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 272 | clock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 273 | clock_getcpuclockid; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 274 | clock_getres; |
| 275 | clock_gettime; |
| 276 | clock_nanosleep; |
| 277 | clock_settime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 278 | clone; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 279 | close; |
| 280 | closedir; |
| 281 | closelog; |
| 282 | connect; |
| 283 | creat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 284 | creat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 285 | ctime; |
| 286 | ctime64; # arm x86 mips |
| 287 | ctime64_r; # arm x86 mips |
| 288 | ctime_r; |
| 289 | daemon; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 290 | daylight; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 291 | delete_module; |
| 292 | difftime; |
| 293 | dirfd; |
| 294 | dirname; |
| 295 | dirname_r; # arm x86 mips |
| 296 | div; |
| 297 | dn_expand; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 298 | dprintf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 299 | drand48; |
| 300 | dup; |
| 301 | dup2; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 302 | dup3; # introduced=21 |
| 303 | duplocale; # introduced=21 |
| 304 | endmntent; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 305 | endservent; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 306 | endutent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 307 | environ; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 308 | epoll_create; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 309 | epoll_create1; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 310 | epoll_ctl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 311 | epoll_pwait; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 312 | epoll_wait; |
| 313 | erand48; |
| 314 | err; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 315 | error; # introduced=23 |
| 316 | error_at_line; # introduced=23 |
| 317 | error_message_count; # var introduced=23 |
| 318 | error_one_per_line; # var introduced=23 |
| 319 | error_print_progname; # var introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 320 | errx; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 321 | ether_aton; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 322 | ether_aton_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 323 | ether_ntoa; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 324 | ether_ntoa_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 325 | eventfd; |
| 326 | eventfd_read; |
| 327 | eventfd_write; |
| 328 | execl; |
| 329 | execle; |
| 330 | execlp; |
| 331 | execv; |
| 332 | execve; |
| 333 | execvp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 334 | execvpe; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 335 | exit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 336 | faccessat; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 337 | fallocate; # introduced=21 |
| 338 | fallocate64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 339 | fchdir; |
| 340 | fchmod; |
| 341 | fchmodat; |
| 342 | fchown; |
| 343 | fchownat; |
| 344 | fclose; |
| 345 | fcntl; |
| 346 | fdatasync; |
| 347 | fdopen; |
| 348 | fdopendir; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 349 | feof; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 350 | feof_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 351 | ferror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 352 | ferror_unlocked; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 353 | fflush; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 354 | ffs; # introduced-arm=9 introduced-arm64=21 introduced-mips=9 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 355 | fgetc; |
| 356 | fgetln; |
| 357 | fgetpos; |
| 358 | fgets; |
| 359 | fgetwc; |
| 360 | fgetws; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 361 | fgetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 362 | fileno; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 363 | flistxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 364 | flock; |
| 365 | flockfile; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 366 | fmemopen; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 367 | fnmatch; |
| 368 | fopen; |
| 369 | fork; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 370 | forkpty; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 371 | fpathconf; |
| 372 | fprintf; |
| 373 | fpurge; |
| 374 | fputc; |
| 375 | fputs; |
| 376 | fputwc; |
| 377 | fputws; |
| 378 | fread; |
| 379 | free; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 380 | freeaddrinfo; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 381 | freelocale; # introduced=21 |
| 382 | fremovexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 383 | freopen; |
| 384 | fscanf; |
| 385 | fseek; |
| 386 | fseeko; |
| 387 | fsetpos; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 388 | fsetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 389 | fstat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 390 | fstat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 391 | fstatat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 392 | fstatat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 393 | fstatfs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 394 | fstatfs64; # introduced=21 |
| 395 | fstatvfs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 396 | fstatvfs64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 397 | fsync; |
| 398 | ftell; |
| 399 | ftello; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 400 | ftok; |
| 401 | ftruncate; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 402 | ftruncate64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 403 | ftrylockfile; |
| 404 | fts_children; |
| 405 | fts_close; |
| 406 | fts_open; |
| 407 | fts_read; |
| 408 | fts_set; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 409 | ftw; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 410 | ftw64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 411 | funlockfile; |
| 412 | funopen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 413 | futimens; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 414 | fwide; |
| 415 | fwprintf; |
| 416 | fwrite; |
| 417 | fwscanf; |
| 418 | gai_strerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 419 | get_avphys_pages; # introduced=23 |
| 420 | get_nprocs; # introduced=23 |
| 421 | get_nprocs_conf; # introduced=23 |
| 422 | get_phys_pages; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 423 | getaddrinfo; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 424 | getauxval; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 425 | getc; |
| 426 | getc_unlocked; |
| 427 | getchar; |
| 428 | getchar_unlocked; |
| 429 | getcwd; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 430 | getdelim; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 431 | getegid; |
| 432 | getenv; |
| 433 | geteuid; |
| 434 | getgid; |
| 435 | getgrgid; |
| 436 | getgrnam; |
| 437 | getgrouplist; |
| 438 | getgroups; |
| 439 | gethostbyaddr; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 440 | gethostbyaddr_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 441 | gethostbyname; |
| 442 | gethostbyname2; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 443 | gethostbyname2_r; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 444 | gethostbyname_r; |
| 445 | gethostent; |
| 446 | gethostname; |
| 447 | getitimer; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 448 | getline; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 449 | getlogin; |
| 450 | getmntent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 451 | getmntent_r; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 452 | getnameinfo; |
| 453 | getnetbyaddr; |
| 454 | getnetbyname; |
| 455 | getopt; |
| 456 | getopt_long; |
| 457 | getopt_long_only; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 458 | getpagesize; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 459 | getpeername; |
| 460 | getpgid; |
| 461 | getpgrp; |
| 462 | getpid; |
| 463 | getppid; |
| 464 | getpriority; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 465 | getprogname; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 466 | getprotobyname; |
| 467 | getprotobynumber; |
| 468 | getpt; |
| 469 | getpwnam; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 470 | getpwnam_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 471 | getpwuid; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 472 | getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 473 | getresgid; |
| 474 | getresuid; |
| 475 | getrlimit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 476 | getrlimit64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 477 | getrusage; |
| 478 | gets; |
| 479 | getservbyname; |
| 480 | getservbyport; |
| 481 | getservent; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 482 | getsid; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 483 | getsockname; |
| 484 | getsockopt; |
| 485 | gettid; |
| 486 | gettimeofday; |
| 487 | getuid; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 488 | getutent; |
| 489 | getwc; |
| 490 | getwchar; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 491 | getxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 492 | gmtime; |
| 493 | gmtime64; # arm x86 mips |
| 494 | gmtime64_r; # arm x86 mips |
| 495 | gmtime_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 496 | grantpt; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 497 | herror; |
| 498 | hstrerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 499 | htonl; # introduced=21 |
| 500 | htons; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 501 | if_indextoname; |
| 502 | if_nametoindex; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 503 | imaxabs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 504 | imaxdiv; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 505 | inet_addr; |
| 506 | inet_aton; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 507 | inet_lnaof; # introduced=21 |
| 508 | inet_makeaddr; # introduced=21 |
| 509 | inet_netof; # introduced=21 |
| 510 | inet_network; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 511 | inet_nsap_addr; |
| 512 | inet_nsap_ntoa; |
| 513 | inet_ntoa; |
| 514 | inet_ntop; |
| 515 | inet_pton; |
| 516 | init_module; |
| 517 | initgroups; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 518 | initstate; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 519 | inotify_add_watch; |
| 520 | inotify_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 521 | inotify_init1; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 522 | inotify_rm_watch; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 523 | insque; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 524 | ioctl; |
| 525 | isalnum; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 526 | isalnum_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 527 | isalpha; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 528 | isalpha_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 529 | isascii; |
| 530 | isatty; |
| 531 | isblank; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 532 | isblank_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 533 | iscntrl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 534 | iscntrl_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 535 | isdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 536 | isdigit_l; # introduced=21 |
| 537 | isfinite; # introduced=21 |
| 538 | isfinitef; # introduced=21 |
| 539 | isfinitel; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 540 | isgraph; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 541 | isgraph_l; # introduced=21 |
| 542 | isinf; # introduced=21 |
| 543 | isinff; # introduced=21 |
| 544 | isinfl; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 545 | islower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 546 | islower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 547 | isnan; |
| 548 | isnanf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 549 | isnanl; # introduced=21 |
| 550 | isnormal; # introduced=21 |
| 551 | isnormalf; # introduced=21 |
| 552 | isnormall; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 553 | isprint; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 554 | isprint_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 555 | ispunct; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 556 | ispunct_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 557 | isspace; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 558 | isspace_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 559 | isupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 560 | isupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 561 | iswalnum; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 562 | iswalnum_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 563 | iswalpha; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 564 | iswalpha_l; # introduced=21 |
| 565 | iswblank; # introduced=21 |
| 566 | iswblank_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 567 | iswcntrl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 568 | iswcntrl_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 569 | iswctype; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 570 | iswctype_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 571 | iswdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 572 | iswdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 573 | iswgraph; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 574 | iswgraph_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 575 | iswlower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 576 | iswlower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 577 | iswprint; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 578 | iswprint_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 579 | iswpunct; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 580 | iswpunct_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 581 | iswspace; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 582 | iswspace_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 583 | iswupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 584 | iswupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 585 | iswxdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 586 | iswxdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 587 | isxdigit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 588 | isxdigit_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 589 | jrand48; |
| 590 | kill; |
| 591 | killpg; |
| 592 | klogctl; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 593 | labs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 594 | lchown; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 595 | lcong48; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 596 | ldexp; |
| 597 | ldiv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 598 | lfind; # introduced=21 |
| 599 | lgetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 600 | link; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 601 | linkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 602 | listen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 603 | listxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 604 | llabs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 605 | lldiv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 606 | llistxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 607 | localeconv; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 608 | localtime; |
| 609 | localtime64; # arm x86 mips |
| 610 | localtime64_r; # arm x86 mips |
| 611 | localtime_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 612 | login_tty; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 613 | longjmp; |
| 614 | lrand48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 615 | lremovexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 616 | lsearch; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 617 | lseek; |
| 618 | lseek64; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 619 | lsetxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 620 | lstat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 621 | lstat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 622 | madvise; |
| 623 | mallinfo; |
| 624 | malloc; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 625 | malloc_info; # introduced=23 |
| 626 | malloc_usable_size; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 627 | mbrlen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 628 | mbrtoc16; # introduced=21 |
| 629 | mbrtoc32; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 630 | mbrtowc; |
| 631 | mbsinit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 632 | mbsnrtowcs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 633 | mbsrtowcs; |
| 634 | mbstowcs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 635 | mbtowc; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 636 | memalign; |
| 637 | memccpy; |
| 638 | memchr; |
| 639 | memcmp; |
| 640 | memcpy; |
| 641 | memmem; |
| 642 | memmove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 643 | mempcpy; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 644 | memrchr; |
| 645 | memset; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 646 | mincore; |
| 647 | mkdir; |
| 648 | mkdirat; |
| 649 | mkdtemp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 650 | mkfifo; # introduced=21 |
| 651 | mkfifoat; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 652 | mknod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 653 | mknodat; # introduced=21 |
| 654 | mkostemp; # introduced=23 |
| 655 | mkostemp64; # introduced=23 |
| 656 | mkostemps; # introduced=23 |
| 657 | mkostemps64; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 658 | mkstemp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 659 | mkstemp64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 660 | mkstemps; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 661 | mkstemps64; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 662 | mktemp; |
| 663 | mktime; |
| 664 | mktime64; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 665 | mlock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 666 | mlockall; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 667 | mmap; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 668 | mmap64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 669 | mount; |
| 670 | mprotect; |
| 671 | mrand48; |
| 672 | mremap; |
| 673 | msync; |
| 674 | munlock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 675 | munlockall; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 676 | munmap; |
| 677 | nanosleep; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 678 | newlocale; # introduced=21 |
| 679 | nftw; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 680 | nftw64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 681 | nice; |
| 682 | nrand48; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 683 | nsdispatch; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 684 | ntohl; # introduced=21 |
| 685 | ntohs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 686 | open; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 687 | open64; # introduced=21 |
| 688 | open_memstream; # introduced=23 |
| 689 | open_wmemstream; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 690 | openat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 691 | openat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 692 | opendir; |
| 693 | openlog; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 694 | openpty; # introduced=23 |
| 695 | optarg; # var |
| 696 | opterr; # var |
| 697 | optind; # var |
| 698 | optopt; # var |
| 699 | optreset; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 700 | pathconf; |
| 701 | pause; |
| 702 | pclose; |
| 703 | perror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 704 | personality; # introduced-arm=15 introduced-arm64=21 introduced-mips=15 introduced-mips64=21 introduced-x86=15 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 705 | pipe; |
| 706 | pipe2; |
| 707 | poll; |
| 708 | popen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 709 | posix_fadvise; # introduced=21 |
| 710 | posix_fadvise64; # introduced=21 |
| 711 | posix_fallocate; # introduced=21 |
| 712 | posix_fallocate64; # introduced=21 |
| 713 | posix_madvise; # introduced=23 |
| 714 | posix_memalign; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 715 | posix_openpt; # introduced=21 |
| 716 | ppoll; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 717 | prctl; |
| 718 | pread; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 719 | pread64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 720 | printf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 721 | prlimit64; # introduced=21 |
| 722 | process_vm_readv; # introduced=23 |
| 723 | process_vm_writev; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 724 | pselect; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 725 | psiginfo; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 726 | psignal; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 727 | pthread_atfork; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 728 | pthread_attr_destroy; |
| 729 | pthread_attr_getdetachstate; |
| 730 | pthread_attr_getguardsize; |
| 731 | pthread_attr_getschedparam; |
| 732 | pthread_attr_getschedpolicy; |
| 733 | pthread_attr_getscope; |
| 734 | pthread_attr_getstack; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 735 | pthread_attr_getstacksize; |
| 736 | pthread_attr_init; |
| 737 | pthread_attr_setdetachstate; |
| 738 | pthread_attr_setguardsize; |
| 739 | pthread_attr_setschedparam; |
| 740 | pthread_attr_setschedpolicy; |
| 741 | pthread_attr_setscope; |
| 742 | pthread_attr_setstack; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 743 | pthread_attr_setstacksize; |
| 744 | pthread_cond_broadcast; |
| 745 | pthread_cond_destroy; |
| 746 | pthread_cond_init; |
| 747 | pthread_cond_signal; |
| 748 | pthread_cond_timedwait; |
| 749 | pthread_cond_timedwait_monotonic; # arm x86 mips |
| 750 | pthread_cond_timedwait_monotonic_np; # arm x86 mips |
| 751 | pthread_cond_timedwait_relative_np; # arm x86 mips |
| 752 | pthread_cond_timeout_np; # arm x86 mips |
| 753 | pthread_cond_wait; |
| 754 | pthread_condattr_destroy; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 755 | pthread_condattr_getclock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 756 | pthread_condattr_getpshared; |
| 757 | pthread_condattr_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 758 | pthread_condattr_setclock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 759 | pthread_condattr_setpshared; |
| 760 | pthread_create; |
| 761 | pthread_detach; |
| 762 | pthread_equal; |
| 763 | pthread_exit; |
| 764 | pthread_getattr_np; |
| 765 | pthread_getcpuclockid; |
| 766 | pthread_getschedparam; |
| 767 | pthread_getspecific; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 768 | pthread_gettid_np; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 769 | pthread_join; |
| 770 | pthread_key_create; |
| 771 | pthread_key_delete; |
| 772 | pthread_kill; |
| 773 | pthread_mutex_destroy; |
| 774 | pthread_mutex_init; |
| 775 | pthread_mutex_lock; |
| 776 | pthread_mutex_lock_timeout_np; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 777 | pthread_mutex_timedlock; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 778 | pthread_mutex_trylock; |
| 779 | pthread_mutex_unlock; |
| 780 | pthread_mutexattr_destroy; |
| 781 | pthread_mutexattr_getpshared; |
| 782 | pthread_mutexattr_gettype; |
| 783 | pthread_mutexattr_init; |
| 784 | pthread_mutexattr_setpshared; |
| 785 | pthread_mutexattr_settype; |
| 786 | pthread_once; |
| 787 | pthread_rwlock_destroy; |
| 788 | pthread_rwlock_init; |
| 789 | pthread_rwlock_rdlock; |
| 790 | pthread_rwlock_timedrdlock; |
| 791 | pthread_rwlock_timedwrlock; |
| 792 | pthread_rwlock_tryrdlock; |
| 793 | pthread_rwlock_trywrlock; |
| 794 | pthread_rwlock_unlock; |
| 795 | pthread_rwlock_wrlock; |
| 796 | pthread_rwlockattr_destroy; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 797 | pthread_rwlockattr_getkind_np; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 798 | pthread_rwlockattr_getpshared; |
| 799 | pthread_rwlockattr_init; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 800 | pthread_rwlockattr_setkind_np; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 801 | pthread_rwlockattr_setpshared; |
| 802 | pthread_self; |
| 803 | pthread_setname_np; |
| 804 | pthread_setschedparam; |
| 805 | pthread_setspecific; |
| 806 | pthread_sigmask; |
| 807 | ptrace; |
| 808 | ptsname; |
| 809 | ptsname_r; |
| 810 | putc; |
| 811 | putc_unlocked; |
| 812 | putchar; |
| 813 | putchar_unlocked; |
| 814 | putenv; |
| 815 | puts; |
| 816 | pututline; |
| 817 | putw; # arm x86 mips |
| 818 | putwc; |
| 819 | putwchar; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 820 | pvalloc; # arm x86 mips introduced=17 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 821 | pwrite; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 822 | pwrite64; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 823 | qsort; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 824 | quick_exit; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 825 | raise; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 826 | rand; # introduced=21 |
| 827 | rand_r; # introduced=21 |
| 828 | random; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 829 | read; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 830 | readahead; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 831 | readdir; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 832 | readdir64; # introduced=21 |
| 833 | readdir64_r; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 834 | readdir_r; |
| 835 | readlink; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 836 | readlinkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 837 | readv; |
| 838 | realloc; |
| 839 | realpath; |
| 840 | reboot; |
| 841 | recv; |
| 842 | recvfrom; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 843 | recvmmsg; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 844 | recvmsg; |
| 845 | regcomp; |
| 846 | regerror; |
| 847 | regexec; |
| 848 | regfree; |
| 849 | remove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 850 | removexattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 851 | remque; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 852 | rename; |
| 853 | renameat; |
| 854 | res_init; |
| 855 | res_mkquery; |
| 856 | res_query; |
| 857 | res_search; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 858 | rewind; |
| 859 | rewinddir; |
| 860 | rmdir; |
| 861 | sbrk; |
| 862 | scandir; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 863 | scandir64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 864 | scanf; |
| 865 | sched_get_priority_max; |
| 866 | sched_get_priority_min; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 867 | sched_getaffinity; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 868 | sched_getcpu; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 869 | sched_getparam; |
| 870 | sched_getscheduler; |
| 871 | sched_rr_get_interval; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 872 | sched_setaffinity; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 873 | sched_setparam; |
| 874 | sched_setscheduler; |
| 875 | sched_yield; |
| 876 | seed48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 877 | seekdir; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 878 | select; |
| 879 | sem_close; |
| 880 | sem_destroy; |
| 881 | sem_getvalue; |
| 882 | sem_init; |
| 883 | sem_open; |
| 884 | sem_post; |
| 885 | sem_timedwait; |
| 886 | sem_trywait; |
| 887 | sem_unlink; |
| 888 | sem_wait; |
| 889 | send; |
| 890 | sendfile; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 891 | sendfile64; # introduced=21 |
| 892 | sendmmsg; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 893 | sendmsg; |
| 894 | sendto; |
| 895 | setbuf; |
| 896 | setbuffer; |
| 897 | setegid; |
| 898 | setenv; |
| 899 | seteuid; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 900 | setfsgid; # introduced=21 |
| 901 | setfsuid; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 902 | setgid; |
| 903 | setgroups; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 904 | sethostname; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 905 | setitimer; |
| 906 | setjmp; |
| 907 | setlinebuf; |
| 908 | setlocale; |
| 909 | setlogmask; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 910 | setmntent; # introduced=21 |
| 911 | setns; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 912 | setpgid; |
| 913 | setpgrp; |
| 914 | setpriority; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 915 | setprogname; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 916 | setregid; |
| 917 | setresgid; |
| 918 | setresuid; |
| 919 | setreuid; |
| 920 | setrlimit; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 921 | setrlimit64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 922 | setservent; |
| 923 | setsid; |
| 924 | setsockopt; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 925 | setstate; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 926 | settimeofday; |
| 927 | setuid; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 928 | setutent; |
| 929 | setvbuf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 930 | setxattr; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 931 | shutdown; |
| 932 | sigaction; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 933 | sigaddset; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 934 | sigaltstack; |
| 935 | sigblock; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 936 | sigdelset; # introduced=21 |
| 937 | sigemptyset; # introduced=21 |
| 938 | sigfillset; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 939 | siginterrupt; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 940 | sigismember; # introduced=21 |
| 941 | siglongjmp; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
| 942 | signal; # introduced=21 |
| 943 | signalfd; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 944 | sigpending; |
| 945 | sigprocmask; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 946 | sigqueue; # introduced=23 |
| 947 | sigsetjmp; # introduced-arm=9 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 948 | sigsetmask; |
| 949 | sigsuspend; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 950 | sigtimedwait; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 951 | sigwait; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 952 | sigwaitinfo; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 953 | sleep; |
| 954 | snprintf; |
| 955 | socket; |
| 956 | socketpair; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 957 | splice; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 958 | sprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 959 | srand; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 960 | srand48; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 961 | srandom; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 962 | sscanf; |
| 963 | stat; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 964 | stat64; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 965 | statfs; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 966 | statfs64; # introduced=21 |
| 967 | statvfs; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 968 | statvfs64; # introduced=21 |
| 969 | stderr; # var introduced=23 |
| 970 | stdin; # var introduced=23 |
| 971 | stdout; # var introduced=23 |
| 972 | stpcpy; # introduced=21 |
| 973 | stpncpy; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 974 | strcasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 975 | strcasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 976 | strcasestr; |
| 977 | strcat; |
| 978 | strchr; |
| 979 | strcmp; |
| 980 | strcoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 981 | strcoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 982 | strcpy; |
| 983 | strcspn; |
| 984 | strdup; |
| 985 | strerror; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 986 | strerror_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 987 | strerror_r; |
| 988 | strftime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 989 | strftime_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 990 | strlcat; |
| 991 | strlcpy; |
| 992 | strlen; |
| 993 | strncasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 994 | strncasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 995 | strncat; |
| 996 | strncmp; |
| 997 | strncpy; |
| 998 | strndup; |
| 999 | strnlen; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1000 | strpbrk; |
| 1001 | strptime; |
| 1002 | strrchr; |
| 1003 | strsep; |
| 1004 | strsignal; |
| 1005 | strspn; |
| 1006 | strstr; |
| 1007 | strtod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1008 | strtof; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1009 | strtoimax; |
| 1010 | strtok; |
| 1011 | strtok_r; |
| 1012 | strtol; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1013 | strtold; # introduced=21 |
| 1014 | strtold_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1015 | strtoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1016 | strtoll_l; # introduced=21 |
| 1017 | strtoq; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1018 | strtoul; |
| 1019 | strtoull; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1020 | strtoull_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1021 | strtoumax; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1022 | strtouq; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1023 | strxfrm; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1024 | strxfrm_l; # introduced=21 |
| 1025 | swapoff; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1026 | swapon; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1027 | swprintf; |
| 1028 | swscanf; |
| 1029 | symlink; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1030 | symlinkat; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1031 | sync; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1032 | sys_siglist; # var |
| 1033 | sys_signame; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1034 | syscall; |
| 1035 | sysconf; |
| 1036 | sysinfo; |
| 1037 | syslog; |
| 1038 | system; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1039 | tcdrain; # introduced=21 |
| 1040 | tcflow; # introduced=21 |
| 1041 | tcflush; # introduced=21 |
| 1042 | tcgetattr; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1043 | tcgetpgrp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1044 | tcgetsid; # introduced=21 |
| 1045 | tcsendbreak; # introduced=21 |
| 1046 | tcsetattr; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1047 | tcsetpgrp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1048 | tdelete; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1049 | tdestroy; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1050 | tee; # introduced=21 |
| 1051 | telldir; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1052 | tempnam; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1053 | tfind; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
| 1054 | tgkill; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1055 | time; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1056 | timegm; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1057 | timegm64; # arm x86 mips |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1058 | timelocal; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1059 | timelocal64; # arm x86 mips |
| 1060 | timer_create; |
| 1061 | timer_delete; |
| 1062 | timer_getoverrun; |
| 1063 | timer_gettime; |
| 1064 | timer_settime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1065 | timerfd_create; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1066 | timerfd_gettime; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
| 1067 | timerfd_settime; # introduced-arm=19 introduced-arm64=21 introduced-mips=19 introduced-mips64=21 introduced-x86=19 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1068 | times; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1069 | timezone; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1070 | tmpfile; |
| 1071 | tmpnam; |
| 1072 | toascii; |
| 1073 | tolower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1074 | tolower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1075 | toupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1076 | toupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1077 | towlower; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1078 | towlower_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1079 | towupper; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1080 | towupper_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1081 | truncate; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1082 | truncate64; # introduced=21 |
| 1083 | tsearch; # introduced-arm=16 introduced-arm64=21 introduced-mips=16 introduced-mips64=21 introduced-x86=16 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1084 | ttyname; |
| 1085 | ttyname_r; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1086 | twalk; # introduced=21 |
| 1087 | tzname; # var |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1088 | tzset; |
| 1089 | umask; |
| 1090 | umount; |
| 1091 | umount2; |
| 1092 | uname; |
| 1093 | ungetc; |
| 1094 | ungetwc; |
| 1095 | unlink; |
| 1096 | unlinkat; |
| 1097 | unlockpt; |
| 1098 | unsetenv; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1099 | unshare; # introduced-arm=17 introduced-arm64=21 introduced-mips=17 introduced-mips64=21 introduced-x86=17 introduced-x86_64=21 |
| 1100 | uselocale; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1101 | usleep; |
| 1102 | utime; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1103 | utimensat; # introduced-arm=12 introduced-arm64=21 introduced-mips=12 introduced-mips64=21 introduced-x86=12 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1104 | utimes; |
| 1105 | utmpname; |
| 1106 | valloc; # arm x86 mips |
| 1107 | vasprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1108 | vdprintf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1109 | verr; |
| 1110 | verrx; |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1111 | vfork; |
| 1112 | vfprintf; |
| 1113 | vfscanf; |
| 1114 | vfwprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1115 | vfwscanf; # introduced=21 |
| 1116 | vmsplice; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1117 | vprintf; |
| 1118 | vscanf; |
| 1119 | vsnprintf; |
| 1120 | vsprintf; |
| 1121 | vsscanf; |
| 1122 | vswprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1123 | vswscanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1124 | vsyslog; |
| 1125 | vwarn; |
| 1126 | vwarnx; |
| 1127 | vwprintf; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1128 | vwscanf; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1129 | wait; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1130 | wait4; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1131 | waitid; |
| 1132 | waitpid; |
| 1133 | warn; |
| 1134 | warnx; |
| 1135 | wcpcpy; |
| 1136 | wcpncpy; |
| 1137 | wcrtomb; |
| 1138 | wcscasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1139 | wcscasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1140 | wcscat; |
| 1141 | wcschr; |
| 1142 | wcscmp; |
| 1143 | wcscoll; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1144 | wcscoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1145 | wcscpy; |
| 1146 | wcscspn; |
| 1147 | wcsdup; |
| 1148 | wcsftime; |
| 1149 | wcslcat; |
| 1150 | wcslcpy; |
| 1151 | wcslen; |
| 1152 | wcsncasecmp; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1153 | wcsncasecmp_l; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1154 | wcsncat; |
| 1155 | wcsncmp; |
| 1156 | wcsncpy; |
| 1157 | wcsnlen; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1158 | wcsnrtombs; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1159 | wcspbrk; |
| 1160 | wcsrchr; |
| 1161 | wcsrtombs; |
| 1162 | wcsspn; |
| 1163 | wcsstr; |
| 1164 | wcstod; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1165 | wcstof; # introduced=21 |
| 1166 | wcstoimax; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1167 | wcstok; |
| 1168 | wcstol; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1169 | wcstold; # introduced=21 |
| 1170 | wcstold_l; # introduced=21 |
| 1171 | wcstoll; # introduced=21 |
| 1172 | wcstoll_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1173 | wcstombs; |
| 1174 | wcstoul; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1175 | wcstoull; # introduced=21 |
| 1176 | wcstoull_l; # introduced=21 |
| 1177 | wcstoumax; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1178 | wcswidth; |
| 1179 | wcsxfrm; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1180 | wcsxfrm_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1181 | wctob; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1182 | wctomb; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1183 | wctype; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1184 | wctype_l; # introduced=21 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1185 | wcwidth; |
| 1186 | wmemchr; |
| 1187 | wmemcmp; |
| 1188 | wmemcpy; |
| 1189 | wmemmove; |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1190 | wmempcpy; # introduced=23 |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1191 | wmemset; |
| 1192 | wprintf; |
| 1193 | write; |
| 1194 | writev; |
| 1195 | wscanf; |
| 1196 | local: |
| 1197 | *; |
| 1198 | }; |
| 1199 | |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1200 | LIBC_N { # introduced-arm64=24 introduced-mips=24 introduced-mips64=24 introduced-x86=24 introduced-x86_64=24 |
Yabin Cui | c4786d3 | 2015-07-20 19:46:26 -0700 | [diff] [blame] | 1201 | global: |
Dan Albert | 37ba905 | 2016-08-02 15:20:36 -0700 | [diff] [blame] | 1202 | __fread_chk; # introduced=24 |
| 1203 | __fwrite_chk; # introduced=24 |
| 1204 | __getcwd_chk; # introduced=24 |
| 1205 | __pwrite_chk; # introduced=24 |
| 1206 | __pwrite64_chk; # introduced=24 |
| 1207 | __write_chk; # introduced=24 |
| 1208 | adjtimex; # introduced=24 |
| 1209 | clock_adjtime; # introduced=24 |
| 1210 | fgetpos64; # introduced=24 |
| 1211 | fileno_unlocked; # introduced=24 |
| 1212 | fopen64; # introduced=24 |
| 1213 | freeifaddrs; # introduced=24 |
| 1214 | freopen64; # introduced=24 |
| 1215 | fseeko64; # introduced=24 |
| 1216 | fsetpos64; # introduced=24 |
| 1217 | ftello64; # introduced=24 |
| 1218 | funopen64; # introduced=24 |
| 1219 | getgrgid_r; # introduced=24 |
| 1220 | getgrnam_r; # introduced=24 |
| 1221 | getifaddrs; # introduced=24 |
| 1222 | if_freenameindex; # introduced=24 |
| 1223 | if_nameindex; # introduced=24 |
| 1224 | in6addr_any; # var introduced=24 |
| 1225 | in6addr_loopback; # var introduced=24 |
| 1226 | lockf; # introduced=24 |
| 1227 | lockf64; # introduced=24 |
| 1228 | preadv; # introduced=24 |
| 1229 | preadv64; # introduced=24 |
| 1230 | prlimit; # arm mips x86 introduced=24 |
| 1231 | pthread_barrierattr_destroy; # introduced=24 |
| 1232 | pthread_barrierattr_getpshared; # introduced=24 |
| 1233 | pthread_barrierattr_init; # introduced=24 |
| 1234 | pthread_barrierattr_setpshared; # introduced=24 |
| 1235 | pthread_barrier_destroy; # introduced=24 |
| 1236 | pthread_barrier_init; # introduced=24 |
| 1237 | pthread_barrier_wait; # introduced=24 |
| 1238 | pthread_spin_destroy; # introduced=24 |
| 1239 | pthread_spin_init; # introduced=24 |
| 1240 | pthread_spin_lock; # introduced=24 |
| 1241 | pthread_spin_trylock; # introduced=24 |
| 1242 | pthread_spin_unlock; # introduced=24 |
| 1243 | pwritev; # introduced=24 |
| 1244 | pwritev64; # introduced=24 |
| 1245 | scandirat; # introduced=24 |
| 1246 | scandirat64; # introduced=24 |
| 1247 | strchrnul; # introduced=24 |
| 1248 | tmpfile64; # introduced=24 |
Yabin Cui | c4786d3 | 2015-07-20 19:46:26 -0700 | [diff] [blame] | 1249 | } LIBC; |
| 1250 | |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1251 | LIBC_O { |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1252 | global: |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1253 | bsd_signal; # arm x86 mips versioned=26 |
Dan Albert | c8a95a3 | 2016-08-04 15:39:05 -0700 | [diff] [blame] | 1254 | catclose; # future |
| 1255 | catgets; # future |
| 1256 | catopen; # future |
| 1257 | ctermid; # future |
| 1258 | endgrent; # future |
| 1259 | endpwent; # future |
| 1260 | futimes; # future |
| 1261 | futimesat; # future |
| 1262 | getdomainname; # future |
| 1263 | getgrent; # future |
| 1264 | getpwent; # future |
| 1265 | getsubopt; # future |
| 1266 | hasmntopt; # future |
| 1267 | lutimes; # future |
| 1268 | mblen; # future |
| 1269 | pthread_getname_np; # future |
| 1270 | quotactl; # future |
| 1271 | setdomainname; # future |
| 1272 | setgrent; # future |
| 1273 | setpwent; # future |
| 1274 | sighold; # future |
| 1275 | sigignore; # future |
| 1276 | sigpause; # future |
| 1277 | sigrelse; # future |
| 1278 | sigset; # future |
| 1279 | sync_file_range; # future |
| 1280 | towctrans; # future |
| 1281 | towctrans_l; # future |
| 1282 | wctrans; # future |
| 1283 | wctrans_l; # future |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1284 | } LIBC_N; |
| 1285 | |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1286 | LIBC_PRIVATE { |
| 1287 | global: |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1288 | __accept4; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1289 | __bionic_brk; # arm x86 mips |
| 1290 | __bionic_libgcc_compat_symbols; # arm x86 |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1291 | __divdi3; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1292 | __futex_wait; # arm x86 mips |
| 1293 | __futex_wake; # arm x86 mips |
| 1294 | __get_thread; # arm x86 mips |
| 1295 | __get_tls; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1296 | __getdents64; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1297 | __open; # arm x86 mips |
| 1298 | __page_shift; # arm x86 mips |
| 1299 | __page_size; # arm x86 mips |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1300 | __popcountsi2; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1301 | __pthread_gettid; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1302 | __sclose; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1303 | __sdidinit; # arm x86 mips |
| 1304 | __set_errno; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1305 | __sflags; # arm x86 mips |
| 1306 | __sflush; # arm x86 mips |
| 1307 | __sfp; # arm x86 mips |
| 1308 | __sglue; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1309 | __sinit; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1310 | __smakebuf; # arm x86 mips |
| 1311 | __sread; # arm x86 mips |
| 1312 | __srefill; # arm x86 mips |
| 1313 | __srget; # arm x86 mips |
| 1314 | __sseek; # arm x86 mips |
| 1315 | __swbuf; # arm x86 mips |
| 1316 | __swrite; # arm x86 mips |
| 1317 | __swsetup; # arm x86 mips |
Dimitry Ivanov | 9f39326 | 2016-04-16 00:58:12 +0000 | [diff] [blame] | 1318 | __udivdi3; # arm x86 mips |
Dimitry Ivanov | 5ce79b0 | 2015-12-21 21:29:45 -0800 | [diff] [blame] | 1319 | __umoddi3; # x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1320 | __wait4; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1321 | _fwalk; # arm x86 mips |
Dimitry Ivanov | 97cb4fb | 2016-01-26 14:07:32 -0800 | [diff] [blame] | 1322 | android_getaddrinfofornet; |
| 1323 | android_getaddrinfofornetcontext; |
| 1324 | android_gethostbyaddrfornet; |
| 1325 | android_gethostbynamefornet; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1326 | arc4random_addrandom; # arm x86 mips |
| 1327 | arc4random_stir; # arm x86 mips |
| 1328 | bcopy; # arm x86 mips |
| 1329 | bzero; # arm x86 mips |
| 1330 | dlmalloc; # arm x86 mips |
| 1331 | dlmalloc_inspect_all; # arm x86 mips |
| 1332 | dlmalloc_trim; # arm x86 mips |
| 1333 | dlmalloc_usable_size; # arm x86 mips |
| 1334 | fdprintf; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1335 | free_malloc_leak_info; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1336 | ftime; # arm x86 mips |
Dimitry Ivanov | 788a2bc | 2015-12-21 23:26:53 -0800 | [diff] [blame] | 1337 | get_malloc_leak_info; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1338 | getdents; # arm x86 mips |
| 1339 | getdtablesize; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1340 | gMallocLeakZygoteChild; |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1341 | index; # arm x86 mips |
| 1342 | issetugid; # arm x86 mips |
| 1343 | memswap; # arm x86 mips |
| 1344 | pthread_attr_getstackaddr; # arm x86 mips |
| 1345 | pthread_attr_setstackaddr; # arm x86 mips |
Dmitriy Ivanov | 665607a | 2015-06-03 17:48:51 -0700 | [diff] [blame] | 1346 | SHA1Final; # arm x86 mips |
| 1347 | SHA1Init; # arm x86 mips |
| 1348 | SHA1Transform; # arm x86 mips |
| 1349 | SHA1Update; # arm x86 mips |
Elliott Hughes | 5ffed9b | 2016-08-10 14:06:14 -0700 | [diff] [blame^] | 1350 | strntoimax; # arm x86 mips |
| 1351 | strntoumax; # arm x86 mips |
| 1352 | strtotimeval; # arm x86 mips |
| 1353 | sysv_signal; # arm x86 mips |
| 1354 | tkill; # arm x86 mips |
| 1355 | vfdprintf; # arm x86 mips |
| 1356 | wait3; # arm x86 mips |
| 1357 | wcswcs; # arm x86 mips |
Elliott Hughes | 725b2a9 | 2016-03-23 11:20:47 -0700 | [diff] [blame] | 1358 | } LIBC_O; |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1359 | |
| 1360 | LIBC_PLATFORM { |
| 1361 | global: |
| 1362 | android_net_res_stats_get_info_for_net; |
| 1363 | android_net_res_stats_aggregate; |
| 1364 | android_net_res_stats_get_usable_servers; |
Dimitry Ivanov | 54548d8 | 2016-04-27 18:16:16 -0700 | [diff] [blame] | 1365 | malloc_backtrace; |
| 1366 | malloc_disable; |
| 1367 | malloc_enable; |
| 1368 | malloc_iterate; |
Pierre Imai | 97c9d73 | 2016-04-18 12:00:12 +0900 | [diff] [blame] | 1369 | } LIBC_O; |