Lines Matching refs:h

35   * `<aio.h>`
36 * `<monetary.h>`. See
38 * `<wordexp.h>`
62 (see `<android/crash_detail.h>` for full documentation).
71 * New system call wrappers: `__riscv_flush_icache` (`<sys/cachectl.h>`),
72 `__riscv_hwprobe` (`<sys/hwprobe.h>`), `epoll_pwait2`/`epoll_pwait2_64` (`<sys/epoll.h>`).
82 * `memset_explicit` in <string.h> (C23 addition).
83 * `__freadahead` in <stdio_ext.h> (in musl but not glibc).
85 `posix_spawn_file_actions_addfchdir_np` in <spawn.h> (in musl/glibc
96 * `backtrace`, `backtrace_symbols`, `backtrace_symbols_fd` (`<execinfo.h>`).
111 * Full C11 `<threads.h>` (available as inlines for older API levels).
121 * `timespec_get` (C11 `<time.h>` addition)
122 * `reallocarray` (BSD/GNU extension in `<malloc.h>` and `<stdlib.h>`)
123 * `res_randomid` (in `<resolv.h>`)
125 * `getloadavg` (BSD/GNU extension in <stdlib.h>)
143 * `__freading`/`__fwriting` (completing <stdio_ext.h>)
144 …ndprotoent`/`getnetent`/`getprotoent`/`sethostent`/`setnetent`/`setprotoent` (completing <netdb.h>)
147 * `getentropy`/`getrandom` (adding <sys/random.h>)
149 * `glob`/`globfree` (adding <glob.h>)
150 * `hcreate`/`hcreate_r`/`hdestroy`/`hdestroy_r`/`hsearch`/`hsearch_r` (completing <search.h>)
151 * `iconv`/`iconv_close`/`iconv_open` (adding <iconv.h>)
154 …* <signal.h> support for `sigaction64_t` and `sigset64_t` allowing LP32 access to real-time signals
155 * <spawn.h>
172 * `catclose`/`catgets`/`catopen` (adding <nl_types.h>)
174 * all 6 <grp.h>/<pwd.h> (get|set|end)(gr|pw)ent functions
181 * 4 <sys/msg.h> `msg*` functions
182 * <langinfo.h> `nl_langinfo`/`nl_langinfo_l`
185 * 4 <sys/sem.h> `sem*` functions
186 * 4 <sys/shm.h> `shm*` functions
187 * 5 legacy <signal.h> functions: `sighold`/`sigignore`/`sigpause`/`sigrelse`/`sigset`
189 * <wctype.h> `towctrans`/`towctrans_l`/`wctrans`/`wctrans_l`
203 * <ifaddrs.h> `getifaddrs`/`freeifaddrs`/`if_freenameindex`/`if_nameindex`
212 * <dirent.h> `telldir`, `seekdir`.
213 * <malloc.h> `malloc_info`.
214 * <netdb.h> `gethostbyaddr_r`, `gethostbyname2_r`.
215 * <pthread.h> `pthread_rwlockattr_getkind_np`/`pthread_rwlockattr_setkind_np`.
216 * <pty.h> `forkpty`, `openpty`.
217 * <signal.h> `sigqueue`, `sigtimedwait`, `sigwaitinfo`.
218 * <stdio.h> `fmemopen`, `open_memstream`, `feof_unlocked`, `ferror_unlocked`, `clearerr_unlocked`.
219 …* <stdio_ext.h> `__flbf`, `__freadable`, `__fsetlocking`, `__fwritable`, `__fbufsize`, `__fpending…
220 * <stdlib.h> `mkostemp`/`mkostemps`, `lcong48`.
221 * <string.h> `basename`, `strerror_l`, `strerror_r`, `mempcpy`.
222 * <sys/sysinfo.h> `get_nprocs_conf`/`get_nprocs`, `get_phys_pages`, `get_avphys_pages`.
223 * <sys/uio.h> `process_vm_readv`/`process_vm_writev`.
225 * <wchar.h> `open_wmemstream`, `wcscasecmp_l`/`wcsncasecmp_l`, `wmempcpy`.
226 * all of <error.h>.
227 …* re-introduced various <resolv.h> functions: `ns_format_ttl`, `ns_get16`, `ns_get32`, `ns_initpar…
230 * <android/dlext.h>.
231 * <android/set_abort_message.h>.
232 * <arpa/inet.h> `inet_lnaof`, `inet_netof`, `inet_network`, `inet_makeaddr`.
233 * <wctype.h> `iswblank`.
234 …* <ctype.h> `isalnum_l`, `isalpha_l`, `isblank_l`, `icntrl_l`, `isdigit_l`, `isgraph_l`, `islower_…
235 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
236 * <inttypes.h> `wcstoimax`, `wcstoumax`.
237 * <link.h> `dl_iterate_phdr`.
238 * <mntent.h> `setmntent`, `endmntent`, `getmntent_r`.
239 * <poll.h> `ppoll`.
240 …* <pthread.h> `pthread_condattr_getclock`, `pthread_condattr_setclock`, `pthread_mutex_timedlock`,…
241 * <sched.h> `setns`.
242 * <search.h> `insque`, `remque`, `lfind`, `lsearch`, `twalk`.
243 * <stdio.h> `dprintf`, `vdprintf`.
244 …* <stdlib.h> `initstate`, `setstate`, `getprogname`/`setprogname`, `atof`/`strtof`, `at_quick_exit…
245 * <string.h> `strcoll_l`/`strxfrm_l`, `stpcpy`/`stpncpy`.
246 * <sys/resource.h> `prlimit`.
247 * <sys/socket.h> `accept4`, `sendmmsg`.
248 * <sys/stat.h> `mkfifo`/`mknodat`.
249 * <time.h> `strftime_l`.
250 * <unistd.h> `dup3`, `execvpe`, `getpagesize`, `linkat`/`symlinkat`/`readlinkat`, `truncate`.
251 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
252 …* <wctype.h> `iswalnum_l`/`iswalpha_l`/`iswblank_l`/`iswcntrl_l`/`iswctype_l`/`iswdigit_l`/`iswgra…
253 * all of <fts.h>.
254 * all of <locale.h>.
255 * all of <sys/epoll.h>.
256 * all of <sys/fsuid.h>.
257 * all of <sys/inotify.h>.
258 * all of <uchar.h>.
261 * <inttypes.h> `imaxabs`, `imaxdiv`.
262 * <stdlib.h> `abs`, `labs`, `llabs`.
263 * <sys/stat.h> `futimens`.
264 * all of <sys/statvfs.h>.
265 * all of <sys/swap.h>.
266 * all of <sys/timerfd.h>.
269 * <stdio.h> `getdelim` and `getline`.
270 * <sys/auxv.h> `getauxval`.
271 * <sys/signalfd.h> `signalfd`.
274 * <ftw.h>.
275 * <signal.h> `psiginfo` and `psignal`.
279 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
281 * all of <sys/xattr.h>.
311 * <complex.h> `clog`/`clogf`, `cpow`/`cpowf` functions.
314 …* <complex.h> `cabs`, `carg`, `cimag`, `cacos`, `cacosh`, `casin`, `casinh`, `catan`, `catanh`, `c…
315 * <math.h> `lgammal_r`.
318 * <complex.h> `cabsl`, `cprojl`, `csqrtl`.
319 * <math.h> `isinf`, `significandl`.
322 * <math.h> `log2`, `log2f`.
404 function on a destroyed mutex, calling a `<dirent.h>` function on a null