v1.1.24 update
[musl-tables] / abi_func.cc
1
2 #define _GNU_SOURCE 1
3 #define _FILE_OFFSET_BITS 64
4
5 #include <aio.h>
6 #include <alloca.h>
7 #include <arpa/inet.h>
8 #include <arpa/nameser.h>
9 #include <assert.h>
10 #include <complex.h>
11 #include <crypt.h>
12 #include <ctype.h>
13 #include <dirent.h>
14 #include <dlfcn.h>
15 #include <err.h>
16 #include <errno.h>
17 #include <fcntl.h>
18 #include <fenv.h>
19 #include <float.h>
20 #include <fmtmsg.h>
21 #include <fnmatch.h>
22 #include <ftw.h>
23 #include <getopt.h>
24 #include <glob.h>
25 #include <grp.h>
26 #include <iconv.h>
27 #include <ifaddrs.h>
28 #include <inttypes.h>
29 #include <langinfo.h>
30 #include <libgen.h>
31 #include <libintl.h>
32 #include <link.h>
33 #include <locale.h>
34 #include <malloc.h>
35 #include <math.h>
36 #include <mntent.h>
37 #include <monetary.h>
38 #include <mqueue.h>
39 #include <net/if.h>
40 #include <netdb.h>
41 #include <netinet/ether.h>
42 #include <netinet/in.h>
43 #include <nl_types.h>
44 #include <poll.h>
45 #include <pthread.h>
46 #include <pty.h>
47 #include <pwd.h>
48 #include <regex.h>
49 #include <resolv.h>
50 #include <sched.h>
51 #include <search.h>
52 #include <semaphore.h>
53 #include <setjmp.h>
54 #include <shadow.h>
55 #include <signal.h>
56 #include <spawn.h>
57 #include <stdio.h>
58 #include <stdio_ext.h>
59 #include <stdlib.h>
60 #include <string.h>
61 #include <strings.h>
62 #include <stropts.h>
63 #include <sys/acct.h>
64 #include <sys/auxv.h>
65 #ifndef __GLIBC__
66 #include <sys/cachectl.h>
67 #endif
68 #include <sys/epoll.h>
69 #include <sys/eventfd.h>
70 #include <sys/fanotify.h>
71 #include <sys/file.h>
72 #include <sys/fsuid.h>
73 #include <sys/inotify.h>
74 // #include <sys/io.h>
75 #include <sys/ioctl.h>
76 #include <sys/ipc.h>
77 #include <sys/klog.h>
78 #include <sys/membarrier.h>
79 #include <sys/mman.h>
80 #include <sys/mount.h>
81 #include <sys/msg.h>
82 #include <sys/personality.h>
83 #include <sys/prctl.h>
84 #include <sys/ptrace.h>
85 #include <sys/quota.h>
86 #include <sys/random.h>
87 #include <sys/reboot.h>
88 #include <sys/resource.h>
89 #include <sys/select.h>
90 #include <sys/sem.h>
91 #include <sys/sendfile.h>
92 #include <sys/shm.h>
93 #include <sys/signalfd.h>
94 #include <sys/socket.h>
95 #include <sys/stat.h>
96 #include <sys/statfs.h>
97 #include <sys/statvfs.h>
98 #include <sys/swap.h>
99 #include <sys/sysinfo.h>
100 #include <sys/time.h>
101 #include <sys/timeb.h>
102 #include <sys/timerfd.h>
103 #include <sys/times.h>
104 #include <sys/timex.h>
105 #include <sys/uio.h>
106 #include <sys/un.h>
107 #include <sys/utsname.h>
108 #include <sys/wait.h>
109 #include <sys/xattr.h>
110 #include <syslog.h>
111 #include <termios.h>
112 #ifndef __GLIBC__
113 #include <threads.h>
114 #endif
115 #include <time.h>
116 #include <uchar.h>
117 #include <ucontext.h>
118 #include <ulimit.h>
119 #include <unistd.h>
120 #include <utime.h>
121 #include <utmp.h>
122 #include <utmpx.h>
123 #include <wchar.h>
124 #include <wctype.h>
125 #include <wordexp.h>
126
127 #define T(x) void t_##x(__typeof(x)*p){}
128 #ifdef __GLIBC__
129 #define M(x)
130 #undef sigsetjmp
131 #define sigsetjmp __sigsetjmp
132 #else
133 #define M(x) x
134 #endif
135
136 // ElfW
137 T(_Exit)
138 T(__assert_fail)
139 T(__ctype_get_mb_cur_max)
140 T(__errno_location)
141 T(__fbufsize)
142 T(__flbf)
143 M(T(__flt_rounds))
144 T(__fpclassify)
145 T(__fpclassifyf)
146 T(__fpclassifyl)
147 T(__fpending)
148 T(__fpurge)
149 T(__freadable)
150 M(T(__freadahead))
151 T(__freading)
152 M(T(__freadptr))
153 M(T(__freadptrinc))
154 M(T(__fseterr))
155 T(__fsetlocking)
156 T(__fwritable)
157 T(__fwriting)
158 T(__h_errno_location)
159 T(__libc_current_sigrtmax)
160 T(__libc_current_sigrtmin)
161 T(__res_state)
162 T(__sched_cpucount)
163 T(__signbit)
164 T(__signbitf)
165 T(__signbitl)
166 T(_exit)
167 M(T(_flush_cache))
168 T(_flushlbf)
169 T(_longjmp)
170 M(T(_pthread_cleanup_pop))
171 M(T(_pthread_cleanup_push))
172 T(_setjmp)
173 T(a64l)
174 T(abort)
175 T(abs)
176 T(accept)
177 T(accept4)
178 T(access)
179 T(acct)
180 T(acos)
181 T(acosf)
182 T(acosh)
183 T(acoshf)
184 T(acoshl)
185 T(acosl)
186 T(addmntent)
187 T(adjtime)
188 T(adjtimex)
189 T(aio_cancel)
190 T(aio_error)
191 T(aio_fsync)
192 T(aio_read)
193 T(aio_return)
194 T(aio_suspend)
195 T(aio_write)
196 T(alarm)
197 T(aligned_alloc)
198 T(alloca)
199 T(alphasort)
200 T(asctime)
201 T(asctime_r)
202 T(asin)
203 T(asinf)
204 T(asinh)
205 T(asinhf)
206 T(asinhl)
207 T(asinl)
208 T(asprintf)
209 T(at_quick_exit)
210 T(atan)
211 T(atan2)
212 T(atan2f)
213 T(atan2l)
214 T(atanf)
215 T(atanh)
216 T(atanhf)
217 T(atanhl)
218 T(atanl)
219 T(atexit)
220 T(atof)
221 T(atoi)
222 T(atol)
223 T(atoll)
224 T(basename)
225 T(bcmp)
226 T(bcopy)
227 T(bind)
228 T(bind_textdomain_codeset)
229 T(bindtextdomain)
230 T(brk)
231 T(bsd_signal)
232 T(bsearch)
233 T(btowc)
234 T(bzero)
235 T(c16rtomb)
236 T(c32rtomb)
237 T(cabs)
238 T(cabsf)
239 T(cabsl)
240 M(T(cachectl))
241 M(T(cacheflush))
242 T(cacos)
243 T(cacosf)
244 T(cacosh)
245 T(cacoshf)
246 T(cacoshl)
247 T(cacosl)
248 M(T(call_once))
249 T(calloc)
250 T(carg)
251 T(cargf)
252 T(cargl)
253 T(casin)
254 T(casinf)
255 T(casinh)
256 T(casinhf)
257 T(casinhl)
258 T(casinl)
259 T(catan)
260 T(catanf)
261 T(catanh)
262 T(catanhf)
263 T(catanhl)
264 T(catanl)
265 T(catclose)
266 T(catgets)
267 T(catopen)
268 T(cbrt)
269 T(cbrtf)
270 T(cbrtl)
271 T(ccos)
272 T(ccosf)
273 T(ccosh)
274 T(ccoshf)
275 T(ccoshl)
276 T(ccosl)
277 T(ceil)
278 T(ceilf)
279 T(ceill)
280 T(cexp)
281 T(cexpf)
282 T(cexpl)
283 T(cfgetispeed)
284 T(cfgetospeed)
285 T(cfmakeraw)
286 T(cfsetispeed)
287 T(cfsetospeed)
288 T(cfsetspeed)
289 T(chdir)
290 T(chmod)
291 T(chown)
292 T(chroot)
293 T(cimag)
294 T(cimagf)
295 T(cimagl)
296 T(clearenv)
297 T(clearerr)
298 T(clearerr_unlocked)
299 T(clock)
300 T(clock_adjtime)
301 T(clock_getcpuclockid)
302 T(clock_getres)
303 T(clock_gettime)
304 T(clock_nanosleep)
305 T(clock_settime)
306 T(clog)
307 T(clogf)
308 T(clogl)
309 T(clone)
310 T(close)
311 T(closedir)
312 T(closelog)
313 M(T(cnd_broadcast))
314 M(T(cnd_destroy))
315 M(T(cnd_init))
316 M(T(cnd_signal))
317 M(T(cnd_timedwait))
318 M(T(cnd_wait))
319 T(confstr)
320 T(conj)
321 T(conjf)
322 T(conjl)
323 T(connect)
324 T(copy_file_range)
325 T(copysign)
326 T(copysignf)
327 T(copysignl)
328 T(cos)
329 T(cosf)
330 T(cosh)
331 T(coshf)
332 T(coshl)
333 T(cosl)
334 T(cpow)
335 T(cpowf)
336 T(cpowl)
337 T(cproj)
338 T(cprojf)
339 T(cprojl)
340 T(creal)
341 T(crealf)
342 T(creall)
343 T(creat)
344 T(crypt)
345 T(crypt_r)
346 T(csin)
347 T(csinf)
348 T(csinh)
349 T(csinhf)
350 T(csinhl)
351 T(csinl)
352 T(csqrt)
353 T(csqrtf)
354 T(csqrtl)
355 T(ctan)
356 T(ctanf)
357 T(ctanh)
358 T(ctanhf)
359 T(ctanhl)
360 T(ctanl)
361 T(ctermid)
362 T(ctime)
363 T(ctime_r)
364 T(cuserid)
365 T(daemon)
366 T(difftime)
367 T(dirfd)
368 T(dirname)
369 T(div)
370 T(dl_iterate_phdr)
371 T(dladdr)
372 T(dlclose)
373 T(dlerror)
374 T(dlinfo)
375 T(dlopen)
376 T(dlsym)
377 T(dn_comp)
378 T(dn_expand)
379 T(dn_skipname)
380 T(dprintf)
381 T(drand48)
382 T(drem)
383 T(dremf)
384 T(dup)
385 T(dup2)
386 T(dup3)
387 T(duplocale)
388 T(eaccess)
389 T(ecvt)
390 T(encrypt)
391 T(endgrent)
392 T(endhostent)
393 T(endmntent)
394 T(endnetent)
395 T(endprotoent)
396 T(endpwent)
397 T(endservent)
398 T(endspent)
399 T(endusershell)
400 T(endutent)
401 T(endutxent)
402 T(epoll_create)
403 T(epoll_create1)
404 T(epoll_ctl)
405 T(epoll_pwait)
406 T(epoll_wait)
407 T(erand48)
408 T(erf)
409 T(erfc)
410 T(erfcf)
411 T(erfcl)
412 T(erff)
413 T(erfl)
414 T(err)
415 T(errx)
416 T(ether_aton)
417 T(ether_aton_r)
418 T(ether_hostton)
419 T(ether_line)
420 T(ether_ntoa)
421 T(ether_ntoa_r)
422 T(ether_ntohost)
423 T(euidaccess)
424 T(eventfd)
425 T(eventfd_read)
426 T(eventfd_write)
427 T(execl)
428 T(execle)
429 T(execlp)
430 T(execv)
431 T(execve)
432 T(execvp)
433 T(execvpe)
434 T(exit)
435 T(exp)
436 T(exp10)
437 T(exp10f)
438 T(exp10l)
439 T(exp2)
440 T(exp2f)
441 T(exp2l)
442 T(expf)
443 T(expl)
444 T(explicit_bzero)
445 T(expm1)
446 T(expm1f)
447 T(expm1l)
448 T(fabs)
449 T(fabsf)
450 T(fabsl)
451 T(faccessat)
452 T(fallocate)
453 T(fanotify_init)
454 T(fanotify_mark)
455 T(fchdir)
456 T(fchmod)
457 T(fchmodat)
458 T(fchown)
459 T(fchownat)
460 T(fclose)
461 T(fcntl)
462 T(fcvt)
463 T(fdatasync)
464 T(fdim)
465 T(fdimf)
466 T(fdiml)
467 T(fdopen)
468 T(fdopendir)
469 T(feclearexcept)
470 T(fegetenv)
471 T(fegetexceptflag)
472 T(fegetround)
473 T(feholdexcept)
474 T(feof)
475 T(feof_unlocked)
476 T(feraiseexcept)
477 T(ferror)
478 T(ferror_unlocked)
479 T(fesetenv)
480 T(fesetexceptflag)
481 T(fesetround)
482 T(fetestexcept)
483 T(feupdateenv)
484 T(fexecve)
485 T(fflush)
486 T(fflush_unlocked)
487 T(ffs)
488 T(ffsl)
489 T(ffsll)
490 T(fgetc)
491 T(fgetc_unlocked)
492 T(fgetgrent)
493 M(T(fgetln))
494 T(fgetpos)
495 T(fgetpwent)
496 T(fgets)
497 T(fgets_unlocked)
498 T(fgetspent)
499 T(fgetwc)
500 T(fgetwc_unlocked)
501 T(fgetws)
502 T(fgetws_unlocked)
503 T(fgetxattr)
504 T(fileno)
505 T(fileno_unlocked)
506 T(finite)
507 T(finitef)
508 T(flistxattr)
509 T(flock)
510 T(flockfile)
511 T(floor)
512 T(floorf)
513 T(floorl)
514 T(fma)
515 T(fmaf)
516 T(fmal)
517 T(fmax)
518 T(fmaxf)
519 T(fmaxl)
520 T(fmemopen)
521 T(fmin)
522 T(fminf)
523 T(fminl)
524 T(fmod)
525 T(fmodf)
526 T(fmodl)
527 T(fmtmsg)
528 T(fnmatch)
529 T(fopen)
530 T(fopencookie)
531 T(fork)
532 T(forkpty)
533 T(fpathconf)
534 T(fprintf)
535 T(fputc)
536 T(fputc_unlocked)
537 T(fputs)
538 T(fputs_unlocked)
539 T(fputwc)
540 T(fputwc_unlocked)
541 T(fputws)
542 T(fputws_unlocked)
543 T(fread)
544 T(fread_unlocked)
545 T(free)
546 T(freeaddrinfo)
547 T(freeifaddrs)
548 T(freelocale)
549 T(fremovexattr)
550 T(freopen)
551 T(frexp)
552 T(frexpf)
553 T(frexpl)
554 T(fscanf)
555 T(fseek)
556 T(fseeko)
557 T(fsetpos)
558 T(fsetxattr)
559 T(fstat)
560 T(fstatat)
561 T(fstatfs)
562 T(fstatvfs)
563 T(fsync)
564 T(ftell)
565 T(ftello)
566 T(ftime)
567 T(ftok)
568 T(ftruncate)
569 T(ftrylockfile)
570 T(ftw)
571 T(funlockfile)
572 T(futimens)
573 T(futimes)
574 T(futimesat)
575 T(fwide)
576 T(fwprintf)
577 T(fwrite)
578 T(fwrite_unlocked)
579 T(fwscanf)
580 T(gai_strerror)
581 T(gcvt)
582 T(get_avphys_pages)
583 T(get_current_dir_name)
584 T(get_nprocs)
585 T(get_nprocs_conf)
586 T(get_phys_pages)
587 T(getaddrinfo)
588 T(getauxval)
589 T(getc)
590 T(getc_unlocked)
591 T(getchar)
592 T(getchar_unlocked)
593 T(getcontext)
594 T(getcwd)
595 T(getdate)
596 T(getdelim)
597 M(T(getdents))
598 T(getdomainname)
599 T(getdtablesize)
600 T(getegid)
601 T(getentropy)
602 T(getenv)
603 T(geteuid)
604 T(getgid)
605 T(getgrent)
606 T(getgrgid)
607 T(getgrgid_r)
608 T(getgrnam)
609 T(getgrnam_r)
610 T(getgrouplist)
611 T(getgroups)
612 T(gethostbyaddr)
613 T(gethostbyaddr_r)
614 T(gethostbyname)
615 T(gethostbyname2)
616 T(gethostbyname2_r)
617 T(gethostbyname_r)
618 T(gethostent)
619 T(gethostid)
620 T(gethostname)
621 T(getifaddrs)
622 T(getitimer)
623 T(getline)
624 T(getloadavg)
625 T(getlogin)
626 T(getlogin_r)
627 T(getmntent)
628 T(getmntent_r)
629 T(getnameinfo)
630 T(getnetbyaddr)
631 T(getnetbyname)
632 T(getnetent)
633 T(getopt)
634 T(getopt_long)
635 T(getopt_long_only)
636 T(getpagesize)
637 T(getpass)
638 T(getpeername)
639 T(getpgid)
640 T(getpgrp)
641 T(getpid)
642 T(getppid)
643 T(getpriority)
644 T(getprotobyname)
645 T(getprotobynumber)
646 T(getprotoent)
647 T(getpwent)
648 T(getpwnam)
649 T(getpwnam_r)
650 T(getpwuid)
651 T(getpwuid_r)
652 T(getrandom)
653 T(getresgid)
654 T(getresuid)
655 T(getrlimit)
656 T(getrusage)
657 M(T(gets))
658 T(getservbyname)
659 T(getservbyname_r)
660 T(getservbyport)
661 T(getservbyport_r)
662 T(getservent)
663 T(getsid)
664 T(getsockname)
665 T(getsockopt)
666 T(getspent)
667 T(getspnam)
668 T(getspnam_r)
669 T(getsubopt)
670 T(gettimeofday)
671 T(getuid)
672 T(getusershell)
673 T(getutent)
674 T(getutid)
675 T(getutline)
676 T(getutxent)
677 T(getutxid)
678 T(getutxline)
679 T(getw)
680 T(getwc)
681 T(getwc_unlocked)
682 T(getwchar)
683 T(getwchar_unlocked)
684 T(getxattr)
685 T(glob)
686 T(globfree)
687 T(gmtime)
688 T(gmtime_r)
689 T(grantpt)
690 T(hasmntopt)
691 T(hcreate)
692 T(hcreate_r)
693 T(hdestroy)
694 T(hdestroy_r)
695 T(herror)
696 T(hsearch)
697 T(hsearch_r)
698 T(hstrerror)
699 T(htonl)
700 T(htons)
701 T(hypot)
702 T(hypotf)
703 T(hypotl)
704 T(iconv)
705 T(iconv_close)
706 T(iconv_open)
707 T(if_freenameindex)
708 T(if_indextoname)
709 T(if_nameindex)
710 T(if_nametoindex)
711 T(ilogb)
712 T(ilogbf)
713 T(ilogbl)
714 T(imaxabs)
715 T(imaxdiv)
716 M(T(index))
717 T(inet_addr)
718 T(inet_aton)
719 T(inet_lnaof)
720 T(inet_makeaddr)
721 T(inet_netof)
722 T(inet_network)
723 T(inet_ntoa)
724 T(inet_ntop)
725 T(inet_pton)
726 T(initgroups)
727 T(initstate)
728 T(inotify_add_watch)
729 T(inotify_init)
730 T(inotify_init1)
731 T(inotify_rm_watch)
732 T(insque)
733 T(ioctl)
734 // ioperm
735 // iopl
736 T(isalnum)
737 T(isalnum_l)
738 T(isalpha)
739 T(isalpha_l)
740 T(isascii)
741 T(isastream)
742 T(isatty)
743 T(isblank)
744 T(isblank_l)
745 T(iscntrl)
746 T(iscntrl_l)
747 T(isdigit)
748 T(isdigit_l)
749 T(isgraph)
750 T(isgraph_l)
751 T(islower)
752 T(islower_l)
753 T(isprint)
754 T(isprint_l)
755 T(ispunct)
756 T(ispunct_l)
757 M(T(issetugid))
758 T(isspace)
759 T(isspace_l)
760 T(isupper)
761 T(isupper_l)
762 T(iswalnum)
763 T(iswalnum_l)
764 T(iswalpha)
765 T(iswalpha_l)
766 T(iswblank)
767 T(iswblank_l)
768 T(iswcntrl)
769 T(iswcntrl_l)
770 T(iswctype)
771 T(iswctype_l)
772 T(iswdigit)
773 T(iswdigit_l)
774 T(iswgraph)
775 T(iswgraph_l)
776 T(iswlower)
777 T(iswlower_l)
778 T(iswprint)
779 T(iswprint_l)
780 T(iswpunct)
781 T(iswpunct_l)
782 T(iswspace)
783 T(iswspace_l)
784 T(iswupper)
785 T(iswupper_l)
786 T(iswxdigit)
787 T(iswxdigit_l)
788 T(isxdigit)
789 T(isxdigit_l)
790 T(j0)
791 T(j0f)
792 T(j1)
793 T(j1f)
794 T(jn)
795 T(jnf)
796 T(jrand48)
797 T(kill)
798 T(killpg)
799 T(klogctl)
800 T(l64a)
801 T(labs)
802 T(lchmod)
803 T(lchown)
804 T(lckpwdf)
805 T(lcong48)
806 T(ldexp)
807 T(ldexpf)
808 T(ldexpl)
809 T(ldiv)
810 T(lfind)
811 T(lgamma)
812 T(lgamma_r)
813 T(lgammaf)
814 T(lgammaf_r)
815 T(lgammal)
816 T(lgammal_r)
817 T(lgetxattr)
818 T(link)
819 T(linkat)
820 T(lio_listio)
821 T(listen)
822 T(listxattr)
823 T(llabs)
824 T(lldiv)
825 T(llistxattr)
826 T(llrint)
827 T(llrintf)
828 T(llrintl)
829 T(llround)
830 T(llroundf)
831 T(llroundl)
832 T(localeconv)
833 T(localtime)
834 T(localtime_r)
835 T(lockf)
836 T(log)
837 T(log10)
838 T(log10f)
839 T(log10l)
840 T(log1p)
841 T(log1pf)
842 T(log1pl)
843 T(log2)
844 T(log2f)
845 T(log2l)
846 T(logb)
847 T(logbf)
848 T(logbl)
849 T(logf)
850 T(login_tty)
851 T(logl)
852 T(longjmp)
853 T(lrand48)
854 T(lremovexattr)
855 T(lrint)
856 T(lrintf)
857 T(lrintl)
858 T(lround)
859 T(lroundf)
860 T(lroundl)
861 T(lsearch)
862 T(lseek)
863 T(lsetxattr)
864 T(lstat)
865 T(lutimes)
866 T(madvise)
867 T(makecontext)
868 T(malloc)
869 T(malloc_usable_size)
870 T(mblen)
871 T(mbrlen)
872 T(mbrtoc16)
873 T(mbrtoc32)
874 T(mbrtowc)
875 T(mbsinit)
876 T(mbsnrtowcs)
877 T(mbsrtowcs)
878 T(mbstowcs)
879 T(mbtowc)
880 T(memalign)
881 T(membarrier)
882 T(memccpy)
883 M(T(memchr))
884 T(memcmp)
885 T(memcpy)
886 T(memfd_create)
887 T(memmem)
888 T(memmove)
889 T(mempcpy)
890 M(T(memrchr))
891 T(memset)
892 T(mincore)
893 T(mkdir)
894 T(mkdirat)
895 T(mkdtemp)
896 T(mkfifo)
897 T(mkfifoat)
898 T(mknod)
899 T(mknodat)
900 T(mkostemp)
901 T(mkostemps)
902 T(mkstemp)
903 T(mkstemps)
904 T(mktemp)
905 T(mktime)
906 T(mlock)
907 T(mlock2)
908 T(mlockall)
909 T(mmap)
910 T(modf)
911 T(modff)
912 T(modfl)
913 T(mount)
914 T(mprotect)
915 T(mq_close)
916 T(mq_getattr)
917 T(mq_notify)
918 T(mq_open)
919 T(mq_receive)
920 T(mq_send)
921 T(mq_setattr)
922 T(mq_timedreceive)
923 T(mq_timedsend)
924 T(mq_unlink)
925 T(mrand48)
926 T(mremap)
927 T(msgctl)
928 T(msgget)
929 T(msgrcv)
930 T(msgsnd)
931 T(msync)
932 M(T(mtx_destroy))
933 M(T(mtx_init))
934 M(T(mtx_lock))
935 M(T(mtx_timedlock))
936 M(T(mtx_trylock))
937 M(T(mtx_unlock))
938 T(munlock)
939 T(munlockall)
940 T(munmap)
941 T(name_to_handle_at)
942 T(nan)
943 T(nanf)
944 T(nanl)
945 T(nanosleep)
946 T(nearbyint)
947 T(nearbyintf)
948 T(nearbyintl)
949 T(newlocale)
950 T(nextafter)
951 T(nextafterf)
952 T(nextafterl)
953 T(nexttoward)
954 T(nexttowardf)
955 T(nexttowardl)
956 T(nftw)
957 T(nice)
958 T(nl_langinfo)
959 T(nl_langinfo_l)
960 T(nrand48)
961 T(ns_get16)
962 T(ns_get32)
963 T(ns_initparse)
964 T(ns_name_uncompress)
965 T(ns_parserr)
966 T(ns_put16)
967 T(ns_put32)
968 T(ns_skiprr)
969 T(ntohl)
970 T(ntohs)
971 T(open)
972 T(open_by_handle_at)
973 T(open_memstream)
974 T(open_wmemstream)
975 T(openat)
976 T(opendir)
977 T(openlog)
978 T(openpty)
979 T(pathconf)
980 T(pause)
981 T(pclose)
982 T(perror)
983 T(personality)
984 T(pipe)
985 T(pipe2)
986 T(poll)
987 T(popen)
988 M(T(posix_close))
989 T(posix_fadvise)
990 T(posix_fallocate)
991 T(posix_madvise)
992 T(posix_memalign)
993 T(posix_openpt)
994 T(posix_spawn)
995 T(posix_spawn_file_actions_addchdir_np)
996 T(posix_spawn_file_actions_addclose)
997 T(posix_spawn_file_actions_adddup2)
998 T(posix_spawn_file_actions_addfchdir_np)
999 T(posix_spawn_file_actions_addopen)
1000 T(posix_spawn_file_actions_destroy)
1001 T(posix_spawn_file_actions_init)
1002 T(posix_spawnattr_destroy)
1003 T(posix_spawnattr_getflags)
1004 T(posix_spawnattr_getpgroup)
1005 T(posix_spawnattr_getschedparam)
1006 T(posix_spawnattr_getschedpolicy)
1007 T(posix_spawnattr_getsigdefault)
1008 T(posix_spawnattr_getsigmask)
1009 T(posix_spawnattr_init)
1010 T(posix_spawnattr_setflags)
1011 T(posix_spawnattr_setpgroup)
1012 T(posix_spawnattr_setschedparam)
1013 T(posix_spawnattr_setschedpolicy)
1014 T(posix_spawnattr_setsigdefault)
1015 T(posix_spawnattr_setsigmask)
1016 T(posix_spawnp)
1017 T(pow)
1018 T(pow10)
1019 T(pow10f)
1020 T(pow10l)
1021 T(powf)
1022 T(powl)
1023 T(ppoll)
1024 T(prctl)
1025 T(pread)
1026 T(preadv)
1027 T(printf)
1028 T(prlimit)
1029 T(process_vm_readv)
1030 T(process_vm_writev)
1031 T(pselect)
1032 T(psiginfo)
1033 T(psignal)
1034 T(pthread_atfork)
1035 T(pthread_attr_destroy)
1036 T(pthread_attr_getdetachstate)
1037 T(pthread_attr_getguardsize)
1038 T(pthread_attr_getinheritsched)
1039 T(pthread_attr_getschedparam)
1040 T(pthread_attr_getschedpolicy)
1041 T(pthread_attr_getscope)
1042 T(pthread_attr_getstack)
1043 T(pthread_attr_getstacksize)
1044 T(pthread_attr_init)
1045 T(pthread_attr_setdetachstate)
1046 T(pthread_attr_setguardsize)
1047 T(pthread_attr_setinheritsched)
1048 T(pthread_attr_setschedparam)
1049 T(pthread_attr_setschedpolicy)
1050 T(pthread_attr_setscope)
1051 T(pthread_attr_setstack)
1052 T(pthread_attr_setstacksize)
1053 T(pthread_barrier_destroy)
1054 T(pthread_barrier_init)
1055 T(pthread_barrier_wait)
1056 T(pthread_barrierattr_destroy)
1057 T(pthread_barrierattr_getpshared)
1058 T(pthread_barrierattr_init)
1059 T(pthread_barrierattr_setpshared)
1060 T(pthread_cancel)
1061 T(pthread_cond_broadcast)
1062 T(pthread_cond_destroy)
1063 T(pthread_cond_init)
1064 T(pthread_cond_signal)
1065 T(pthread_cond_timedwait)
1066 T(pthread_cond_wait)
1067 T(pthread_condattr_destroy)
1068 T(pthread_condattr_getclock)
1069 T(pthread_condattr_getpshared)
1070 T(pthread_condattr_init)
1071 T(pthread_condattr_setclock)
1072 T(pthread_condattr_setpshared)
1073 T(pthread_create)
1074 T(pthread_detach)
1075 T(pthread_equal)
1076 T(pthread_exit)
1077 T(pthread_getaffinity_np)
1078 T(pthread_getattr_default_np)
1079 T(pthread_getattr_np)
1080 T(pthread_getconcurrency)
1081 T(pthread_getcpuclockid)
1082 T(pthread_getschedparam)
1083 T(pthread_getspecific)
1084 T(pthread_join)
1085 T(pthread_key_create)
1086 T(pthread_key_delete)
1087 T(pthread_kill)
1088 T(pthread_mutex_consistent)
1089 T(pthread_mutex_destroy)
1090 T(pthread_mutex_getprioceiling)
1091 T(pthread_mutex_init)
1092 T(pthread_mutex_lock)
1093 T(pthread_mutex_setprioceiling)
1094 T(pthread_mutex_timedlock)
1095 T(pthread_mutex_trylock)
1096 T(pthread_mutex_unlock)
1097 T(pthread_mutexattr_destroy)
1098 T(pthread_mutexattr_getprioceiling)
1099 T(pthread_mutexattr_getprotocol)
1100 T(pthread_mutexattr_getpshared)
1101 T(pthread_mutexattr_getrobust)
1102 T(pthread_mutexattr_gettype)
1103 T(pthread_mutexattr_init)
1104 T(pthread_mutexattr_setprioceiling)
1105 T(pthread_mutexattr_setprotocol)
1106 T(pthread_mutexattr_setpshared)
1107 T(pthread_mutexattr_setrobust)
1108 T(pthread_mutexattr_settype)
1109 T(pthread_once)
1110 T(pthread_rwlock_destroy)
1111 T(pthread_rwlock_init)
1112 T(pthread_rwlock_rdlock)
1113 T(pthread_rwlock_timedrdlock)
1114 T(pthread_rwlock_timedwrlock)
1115 T(pthread_rwlock_tryrdlock)
1116 T(pthread_rwlock_trywrlock)
1117 T(pthread_rwlock_unlock)
1118 T(pthread_rwlock_wrlock)
1119 T(pthread_rwlockattr_destroy)
1120 T(pthread_rwlockattr_getpshared)
1121 T(pthread_rwlockattr_init)
1122 T(pthread_rwlockattr_setpshared)
1123 T(pthread_self)
1124 T(pthread_setaffinity_np)
1125 T(pthread_setattr_default_np)
1126 T(pthread_setcancelstate)
1127 T(pthread_setcanceltype)
1128 T(pthread_setconcurrency)
1129 T(pthread_setname_np)
1130 T(pthread_setschedparam)
1131 T(pthread_setschedprio)
1132 T(pthread_setspecific)
1133 T(pthread_sigmask)
1134 T(pthread_spin_destroy)
1135 T(pthread_spin_init)
1136 T(pthread_spin_lock)
1137 T(pthread_spin_trylock)
1138 T(pthread_spin_unlock)
1139 T(pthread_testcancel)
1140 T(pthread_timedjoin_np)
1141 T(pthread_tryjoin_np)
1142 T(ptrace)
1143 T(ptsname)
1144 T(ptsname_r)
1145 T(putc)
1146 T(putc_unlocked)
1147 T(putchar)
1148 T(putchar_unlocked)
1149 T(putenv)
1150 T(putgrent)
1151 T(putpwent)
1152 T(puts)
1153 T(putspent)
1154 T(pututline)
1155 T(pututxline)
1156 T(putw)
1157 T(putwc)
1158 T(putwc_unlocked)
1159 T(putwchar)
1160 T(putwchar_unlocked)
1161 T(pwrite)
1162 T(pwritev)
1163 T(qsort)
1164 T(quick_exit)
1165 T(quotactl)
1166 T(raise)
1167 T(rand)
1168 T(rand_r)
1169 T(random)
1170 T(read)
1171 T(readahead)
1172 T(readdir)
1173 T(readdir_r)
1174 T(readlink)
1175 T(readlinkat)
1176 T(readv)
1177 T(realloc)
1178 T(realpath)
1179 T(reboot)
1180 T(recv)
1181 T(recvfrom)
1182 T(recvmmsg)
1183 T(recvmsg)
1184 T(regcomp)
1185 T(regerror)
1186 T(regexec)
1187 T(regfree)
1188 T(remainder)
1189 T(remainderf)
1190 T(remainderl)
1191 T(remap_file_pages)
1192 T(remove)
1193 T(removexattr)
1194 T(remque)
1195 T(remquo)
1196 T(remquof)
1197 T(remquol)
1198 T(rename)
1199 T(renameat)
1200 T(res_init)
1201 T(res_mkquery)
1202 T(res_query)
1203 T(res_querydomain)
1204 T(res_search)
1205 T(res_send)
1206 T(rewind)
1207 T(rewinddir)
1208 M(T(rindex))
1209 T(rint)
1210 T(rintf)
1211 T(rintl)
1212 T(rmdir)
1213 T(round)
1214 T(roundf)
1215 T(roundl)
1216 T(sbrk)
1217 T(scalb)
1218 T(scalbf)
1219 T(scalbln)
1220 T(scalblnf)
1221 T(scalblnl)
1222 T(scalbn)
1223 T(scalbnf)
1224 T(scalbnl)
1225 T(scandir)
1226 T(scanf)
1227 T(sched_get_priority_max)
1228 T(sched_get_priority_min)
1229 T(sched_getaffinity)
1230 T(sched_getcpu)
1231 T(sched_getparam)
1232 T(sched_getscheduler)
1233 T(sched_rr_get_interval)
1234 T(sched_setaffinity)
1235 T(sched_setparam)
1236 T(sched_setscheduler)
1237 T(sched_yield)
1238 T(secure_getenv)
1239 T(seed48)
1240 T(seekdir)
1241 T(select)
1242 T(sem_close)
1243 T(sem_destroy)
1244 T(sem_getvalue)
1245 T(sem_init)
1246 T(sem_open)
1247 T(sem_post)
1248 T(sem_timedwait)
1249 T(sem_trywait)
1250 T(sem_unlink)
1251 T(sem_wait)
1252 T(semctl)
1253 T(semget)
1254 T(semop)
1255 T(semtimedop)
1256 T(send)
1257 T(sendfile)
1258 T(sendmmsg)
1259 T(sendmsg)
1260 T(sendto)
1261 T(setbuf)
1262 T(setbuffer)
1263 T(setcontext)
1264 T(setdomainname)
1265 T(setegid)
1266 T(setenv)
1267 T(seteuid)
1268 T(setfsgid)
1269 T(setfsuid)
1270 T(setgid)
1271 T(setgrent)
1272 T(setgroups)
1273 T(sethostent)
1274 T(sethostname)
1275 T(setitimer)
1276 T(setjmp)
1277 T(setkey)
1278 T(setlinebuf)
1279 T(setlocale)
1280 T(setlogmask)
1281 T(setmntent)
1282 T(setnetent)
1283 T(setns)
1284 T(setpgid)
1285 T(setpgrp)
1286 T(setpriority)
1287 T(setprotoent)
1288 T(setpwent)
1289 T(setregid)
1290 T(setresgid)
1291 T(setresuid)
1292 T(setreuid)
1293 T(setrlimit)
1294 T(setservent)
1295 T(setsid)
1296 T(setsockopt)
1297 T(setspent)
1298 T(setstate)
1299 T(settimeofday)
1300 T(setuid)
1301 T(setusershell)
1302 T(setutent)
1303 T(setutxent)
1304 T(setvbuf)
1305 T(setxattr)
1306 T(sgetspent)
1307 T(shm_open)
1308 T(shm_unlink)
1309 T(shmat)
1310 T(shmctl)
1311 T(shmdt)
1312 T(shmget)
1313 T(shutdown)
1314 T(sigaction)
1315 T(sigaddset)
1316 T(sigaltstack)
1317 T(sigandset)
1318 T(sigdelset)
1319 T(sigemptyset)
1320 T(sigfillset)
1321 T(sighold)
1322 T(sigignore)
1323 T(siginterrupt)
1324 T(sigisemptyset)
1325 T(sigismember)
1326 T(siglongjmp)
1327 T(signal)
1328 T(signalfd)
1329 T(significand)
1330 T(significandf)
1331 T(sigorset)
1332 T(sigpause)
1333 T(sigpending)
1334 T(sigprocmask)
1335 T(sigqueue)
1336 T(sigrelse)
1337 T(sigset)
1338 T(sigsetjmp)
1339 T(sigsuspend)
1340 T(sigtimedwait)
1341 T(sigwait)
1342 T(sigwaitinfo)
1343 T(sin)
1344 T(sincos)
1345 T(sincosf)
1346 T(sincosl)
1347 T(sinf)
1348 T(sinh)
1349 T(sinhf)
1350 T(sinhl)
1351 T(sinl)
1352 T(sleep)
1353 T(snprintf)
1354 T(sockatmark)
1355 T(socket)
1356 T(socketpair)
1357 T(splice)
1358 T(sprintf)
1359 T(sqrt)
1360 T(sqrtf)
1361 T(sqrtl)
1362 T(srand)
1363 T(srand48)
1364 T(srandom)
1365 T(sscanf)
1366 T(stat)
1367 T(statfs)
1368 T(statvfs)
1369 T(stime)
1370 T(stpcpy)
1371 T(stpncpy)
1372 T(strcasecmp)
1373 T(strcasecmp_l)
1374 M(T(strcasestr))
1375 T(strcat)
1376 M(T(strchr))
1377 M(T(strchrnul))
1378 T(strcmp)
1379 T(strcoll)
1380 T(strcoll_l)
1381 T(strcpy)
1382 T(strcspn)
1383 T(strdup)
1384 T(strerror)
1385 T(strerror_l)
1386 T(strerror_r)
1387 T(strfmon)
1388 T(strfmon_l)
1389 T(strftime)
1390 T(strftime_l)
1391 M(T(strlcat))
1392 M(T(strlcpy))
1393 T(strlen)
1394 T(strncasecmp)
1395 T(strncasecmp_l)
1396 T(strncat)
1397 T(strncmp)
1398 T(strncpy)
1399 T(strndup)
1400 T(strnlen)
1401 M(T(strpbrk))
1402 T(strptime)
1403 M(T(strrchr))
1404 T(strsep)
1405 T(strsignal)
1406 T(strspn)
1407 M(T(strstr))
1408 T(strtod)
1409 T(strtod_l)
1410 T(strtof)
1411 T(strtof_l)
1412 T(strtoimax)
1413 T(strtok)
1414 T(strtok_r)
1415 T(strtol)
1416 T(strtold)
1417 T(strtold_l)
1418 T(strtoll)
1419 T(strtoul)
1420 T(strtoull)
1421 T(strtoumax)
1422 T(strverscmp)
1423 T(strxfrm)
1424 T(strxfrm_l)
1425 T(swab)
1426 T(swapcontext)
1427 T(swapoff)
1428 T(swapon)
1429 T(swprintf)
1430 T(swscanf)
1431 T(symlink)
1432 T(symlinkat)
1433 T(sync)
1434 T(sync_file_range)
1435 T(syncfs)
1436 T(syscall)
1437 T(sysconf)
1438 T(sysinfo)
1439 T(syslog)
1440 T(system)
1441 T(tan)
1442 T(tanf)
1443 T(tanh)
1444 T(tanhf)
1445 T(tanhl)
1446 T(tanl)
1447 T(tcdrain)
1448 T(tcflow)
1449 T(tcflush)
1450 T(tcgetattr)
1451 T(tcgetpgrp)
1452 T(tcgetsid)
1453 T(tcsendbreak)
1454 T(tcsetattr)
1455 T(tcsetpgrp)
1456 T(tdelete)
1457 T(tdestroy)
1458 T(tee)
1459 T(telldir)
1460 T(tempnam)
1461 T(textdomain)
1462 T(tfind)
1463 T(tgamma)
1464 T(tgammaf)
1465 T(tgammal)
1466 M(T(thrd_create))
1467 M(T(thrd_current))
1468 M(T(thrd_detach))
1469 M(T(thrd_equal))
1470 M(T(thrd_exit))
1471 M(T(thrd_join))
1472 M(T(thrd_sleep))
1473 M(T(thrd_yield))
1474 T(time)
1475 T(timegm)
1476 T(timer_create)
1477 T(timer_delete)
1478 T(timer_getoverrun)
1479 T(timer_gettime)
1480 T(timer_settime)
1481 T(timerfd_create)
1482 T(timerfd_gettime)
1483 T(timerfd_settime)
1484 T(times)
1485 T(timespec_get)
1486 T(tmpfile)
1487 T(tmpnam)
1488 T(toascii)
1489 T(tolower)
1490 T(tolower_l)
1491 T(toupper)
1492 T(toupper_l)
1493 T(towctrans)
1494 T(towctrans_l)
1495 T(towlower)
1496 T(towlower_l)
1497 T(towupper)
1498 T(towupper_l)
1499 T(trunc)
1500 T(truncate)
1501 T(truncf)
1502 T(truncl)
1503 T(tsearch)
1504 M(T(tss_create))
1505 M(T(tss_delete))
1506 M(T(tss_get))
1507 M(T(tss_set))
1508 T(ttyname)
1509 T(ttyname_r)
1510 T(twalk)
1511 T(tzset)
1512 T(ualarm)
1513 T(ulckpwdf)
1514 T(ulimit)
1515 T(umask)
1516 T(umount)
1517 T(umount2)
1518 T(uname)
1519 T(ungetc)
1520 T(ungetwc)
1521 T(unlink)
1522 T(unlinkat)
1523 T(unlockpt)
1524 T(unsetenv)
1525 T(unshare)
1526 T(updwtmp)
1527 T(updwtmpx)
1528 T(uselocale)
1529 T(usleep)
1530 T(utime)
1531 T(utimensat)
1532 T(utimes)
1533 T(utmpname)
1534 T(utmpxname)
1535 T(valloc)
1536 T(vasprintf)
1537 T(vdprintf)
1538 T(verr)
1539 T(verrx)
1540 T(versionsort)
1541 T(vfork)
1542 T(vfprintf)
1543 T(vfscanf)
1544 T(vfwprintf)
1545 T(vfwscanf)
1546 T(vhangup)
1547 T(vmsplice)
1548 T(vprintf)
1549 T(vscanf)
1550 T(vsnprintf)
1551 T(vsprintf)
1552 T(vsscanf)
1553 T(vswprintf)
1554 T(vswscanf)
1555 T(vsyslog)
1556 T(vwarn)
1557 T(vwarnx)
1558 T(vwprintf)
1559 T(vwscanf)
1560 T(wait)
1561 T(wait3)
1562 T(wait4)
1563 T(waitid)
1564 T(waitpid)
1565 T(warn)
1566 T(warnx)
1567 T(wcpcpy)
1568 T(wcpncpy)
1569 T(wcrtomb)
1570 T(wcscasecmp)
1571 T(wcscasecmp_l)
1572 T(wcscat)
1573 M(T(wcschr))
1574 T(wcscmp)
1575 T(wcscoll)
1576 T(wcscoll_l)
1577 T(wcscpy)
1578 T(wcscspn)
1579 T(wcsdup)
1580 T(wcsftime)
1581 T(wcsftime_l)
1582 T(wcslen)
1583 T(wcsncasecmp)
1584 T(wcsncasecmp_l)
1585 T(wcsncat)
1586 T(wcsncmp)
1587 T(wcsncpy)
1588 T(wcsnlen)
1589 T(wcsnrtombs)
1590 M(T(wcspbrk))
1591 M(T(wcsrchr))
1592 T(wcsrtombs)
1593 T(wcsspn)
1594 M(T(wcsstr))
1595 T(wcstod)
1596 T(wcstof)
1597 T(wcstoimax)
1598 T(wcstok)
1599 T(wcstol)
1600 T(wcstold)
1601 T(wcstoll)
1602 T(wcstombs)
1603 T(wcstoul)
1604 T(wcstoull)
1605 T(wcstoumax)
1606 M(T(wcswcs))
1607 T(wcswidth)
1608 T(wcsxfrm)
1609 T(wcsxfrm_l)
1610 T(wctob)
1611 T(wctomb)
1612 T(wctrans)
1613 T(wctrans_l)
1614 T(wctype)
1615 T(wctype_l)
1616 T(wcwidth)
1617 M(T(wmemchr))
1618 T(wmemcmp)
1619 T(wmemcpy)
1620 T(wmemmove)
1621 T(wmemset)
1622 T(wordexp)
1623 T(wordfree)
1624 T(wprintf)
1625 T(write)
1626 T(writev)
1627 T(wscanf)
1628 T(y0)
1629 T(y0f)
1630 T(y1)
1631 T(y1f)
1632 T(yn)
1633 T(ynf)