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