在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → c语言标准库函数源码

c语言标准库函数源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:26.33M
  • 下载次数:22
  • 浏览次数:228
  • 发布时间:2021-02-19
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
c语言标准库函数源码
【实例截图】
【核心代码】
043814cd-974e-4458-bc64-b01569b9b3cb
├── glibc-2.25
│   ├── abi-tags
│   ├── aclocal.m4
│   ├── argp
│   │   ├── argp-ba.c
│   │   ├── argp-eexst.c
│   │   ├── argp-fmtstream.c
│   │   ├── argp-fmtstream.h
│   │   ├── argp-fs-xinl.c
│   │   ├── argp.h
│   │   ├── argp-help.c
│   │   ├── argp-namefrob.h
│   │   ├── argp-parse.c
│   │   ├── argp-pv.c
│   │   ├── argp-pvh.c
│   │   ├── argp-test.c
│   │   ├── argp-xinl.c
│   │   ├── bug-argp1.c
│   │   ├── bug-argp2.c
│   │   ├── Makefile
│   │   ├── tst-argp1.c
│   │   ├── tst-argp2.c
│   │   └── Versions
│   ├── assert
│   │   ├── __assert.c
│   │   ├── assert.c
│   │   ├── assert.h
│   │   ├── assert-perr.c
│   │   ├── Depend
│   │   ├── Makefile
│   │   ├── test-assert.c
│   │   ├── test-assert-perr.c
│   │   └── Versions
│   ├── benchtests
│   │   ├── acosh-inputs
│   │   ├── acos-inputs
│   │   ├── asinh-inputs
│   │   ├── asin-inputs
│   │   ├── atanh-inputs
│   │   ├── atan-inputs
│   │   ├── bench-bcopy.c
│   │   ├── bench-bzero.c
│   │   ├── bench-malloc-thread.c
│   │   ├── bench-math-inlines.c
│   │   ├── bench-memccpy.c
│   │   ├── bench-memchr.c
│   │   ├── bench-memcmp.c
│   │   ├── bench-memcpy.c
│   │   ├── bench-memcpy-large.c
│   │   ├── bench-memmem.c
│   │   ├── bench-memmove.c
│   │   ├── bench-memmove-large.c
│   │   ├── bench-mempcpy.c
│   │   ├── bench-memrchr.c
│   │   ├── bench-memset.c
│   │   ├── bench-memset-large.c
│   │   ├── bench-rawmemchr.c
│   │   ├── bench-skeleton.c
│   │   ├── bench-stpcpy.c
│   │   ├── bench-stpcpy_chk.c
│   │   ├── bench-stpncpy.c
│   │   ├── bench-strcasecmp.c
│   │   ├── bench-strcasestr.c
│   │   ├── bench-strcat.c
│   │   ├── bench-strchr.c
│   │   ├── bench-strchrnul.c
│   │   ├── bench-strcmp.c
│   │   ├── bench-strcoll.c
│   │   ├── bench-strcpy.c
│   │   ├── bench-strcpy_chk.c
│   │   ├── bench-strcspn.c
│   │   ├── bench-string.h
│   │   ├── bench-strlen.c
│   │   ├── bench-strncasecmp.c
│   │   ├── bench-strncat.c
│   │   ├── bench-strncmp.c
│   │   ├── bench-strncpy.c
│   │   ├── bench-strnlen.c
│   │   ├── bench-strpbrk.c
│   │   ├── bench-strrchr.c
│   │   ├── bench-strsep.c
│   │   ├── bench-strspn.c
│   │   ├── bench-strstr.c
│   │   ├── bench-strtod.c
│   │   ├── bench-strtok.c
│   │   ├── bench-timing.h
│   │   ├── bench-timing-type.c
│   │   ├── bench-util.c
│   │   ├── bench-util.h
│   │   ├── bench-wcpcpy.c
│   │   ├── bench-wcpncpy.c
│   │   ├── bench-wcscat.c
│   │   ├── bench-wcschr.c
│   │   ├── bench-wcschrnul.c
│   │   ├── bench-wcscmp.c
│   │   ├── bench-wcscpy.c
│   │   ├── bench-wcscspn.c
│   │   ├── bench-wcslen.c
│   │   ├── bench-wcsncat.c
│   │   ├── bench-wcsncmp.c
│   │   ├── bench-wcsncpy.c
│   │   ├── bench-wcsnlen.c
│   │   ├── bench-wcspbrk.c
│   │   ├── bench-wcsrchr.c
│   │   ├── bench-wcsspn.c
│   │   ├── bench-wmemchr.c
│   │   ├── bench-wmemcmp.c
│   │   ├── bench-wmemset.c
│   │   ├── cosh-inputs
│   │   ├── cos-inputs
│   │   ├── exp2-inputs
│   │   ├── exp-inputs
│   │   ├── ffs-inputs
│   │   ├── ffsll-inputs
│   │   ├── fmaxf-inputs
│   │   ├── fmax-inputs
│   │   ├── fminf-inputs
│   │   ├── fmin-inputs
│   │   ├── json-lib.c
│   │   ├── json-lib.h
│   │   ├── log2-inputs
│   │   ├── log-inputs
│   │   ├── Makefile
│   │   ├── modf-inputs
│   │   ├── pow-inputs
│   │   ├── pthread_once-inputs
│   │   ├── pthread_once-source.c
│   │   ├── README
│   │   ├── rint-inputs
│   │   ├── scripts
│   │   │   ├── benchout.schema.json
│   │   │   ├── bench.py
│   │   │   ├── compare_bench.py
│   │   │   ├── import_bench.py
│   │   │   └── validate_benchout.py
│   │   ├── sincos-inputs
│   │   ├── sinh-inputs
│   │   ├── sin-inputs
│   │   ├── sprintf-inputs
│   │   ├── sprintf-source.c
│   │   ├── sqrt-inputs
│   │   ├── strcoll-inputs
│   │   │   ├── filelist#en_US.UTF-8
│   │   │   ├── lorem_ipsum#ar_SA.UTF-8
│   │   │   ├── lorem_ipsum#cs_CZ.UTF-8
│   │   │   ├── lorem_ipsum#da_DK.UTF-8
│   │   │   ├── lorem_ipsum#el_GR.UTF-8
│   │   │   ├── lorem_ipsum#en_GB.UTF-8
│   │   │   ├── lorem_ipsum#en_US.UTF-8
│   │   │   ├── lorem_ipsum#es_ES.UTF-8
│   │   │   ├── lorem_ipsum#fr_FR.UTF-8
│   │   │   ├── lorem_ipsum#he_IL.UTF-8
│   │   │   ├── lorem_ipsum#hi_IN.UTF-8
│   │   │   ├── lorem_ipsum#hu_HU.UTF-8
│   │   │   ├── lorem_ipsum#is_IS.UTF-8
│   │   │   ├── lorem_ipsum#it_IT.UTF-8
│   │   │   ├── lorem_ipsum#ja_JP.UTF-8
│   │   │   ├── lorem_ipsum#pl_PL.UTF-8
│   │   │   ├── lorem_ipsum#pt_PT.UTF-8
│   │   │   ├── lorem_ipsum#ru_RU.UTF-8
│   │   │   ├── lorem_ipsum#sr_RS.UTF-8
│   │   │   ├── lorem_ipsum#sv_SE.UTF-8
│   │   │   ├── lorem_ipsum#tr_TR.UTF-8
│   │   │   ├── lorem_ipsum#vi_VN.UTF-8
│   │   │   └── lorem_ipsum#zh_CN.UTF-8
│   │   ├── tanh-inputs
│   │   └── tan-inputs
│   ├── bits
│   │   ├── byteswap-16.h
│   │   ├── byteswap.h
│   │   ├── confname.h
│   │   ├── dirent.h
│   │   ├── dlfcn.h
│   │   ├── elfclass.h
│   │   ├── endian.h
│   │   ├── environments.h
│   │   ├── errno.h
│   │   ├── fcntl.h
│   │   ├── fenv.h
│   │   ├── fenvinline.h
│   │   ├── flt-eval-method.h
│   │   ├── fp-fast.h
│   │   ├── fp-logb.h
│   │   ├── huge_valf.h
│   │   ├── huge_val.h
│   │   ├── huge_vall.h
│   │   ├── hwcap.h
│   │   ├── inf.h
│   │   ├── in.h
│   │   ├── ioctls.h
│   │   ├── ioctl-types.h
│   │   ├── ipc.h
│   │   ├── ipctypes.h
│   │   ├── iscanonical.h
│   │   ├── libc-header-start.h
│   │   ├── libm-simd-decl-stubs.h
│   │   ├── link.h
│   │   ├── local_lim.h
│   │   ├── long-double.h
│   │   ├── mathdef.h
│   │   ├── mathinline.h
│   │   ├── math-vector.h
│   │   ├── mman.h
│   │   ├── mman-linux.h
│   │   ├── mqueue.h
│   │   ├── msq.h
│   │   ├── nan.h
│   │   ├── netdb.h
│   │   ├── param.h
│   │   ├── poll.h
│   │   ├── posix_opt.h
│   │   ├── pthreadtypes.h
│   │   ├── resource.h
│   │   ├── sched.h
│   │   ├── select.h
│   │   ├── sem.h
│   │   ├── setjmp.h
│   │   ├── shm.h
│   │   ├── sigaction.h
│   │   ├── sigcontext.h
│   │   ├── siginfo.h
│   │   ├── signum.h
│   │   ├── sigset.h
│   │   ├── sigstack.h
│   │   ├── sigthread.h
│   │   ├── sockaddr.h
│   │   ├── socket.h
│   │   ├── statfs.h
│   │   ├── stat.h
│   │   ├── statvfs.h
│   │   ├── stdlib-bsearch.h
│   │   ├── string.h
│   │   ├── stropts.h
│   │   ├── sys_errlist.h
│   │   ├── syslog-path.h
│   │   ├── sysmacros.h
│   │   ├── termios.h
│   │   ├── time.h
│   │   ├── types.h
│   │   ├── typesizes.h
│   │   ├── uintn-identity.h
│   │   ├── uio.h
│   │   ├── ustat.h
│   │   ├── utmp.h
│   │   ├── utsname.h
│   │   ├── waitflags.h
│   │   ├── waitstatus.h
│   │   ├── wchar.h
│   │   ├── wordsize.h
│   │   └── xtitypes.h
│   ├── BUGS
│   ├── catgets
│   │   ├── catgets.c
│   │   ├── catgetsinfo.h
│   │   ├── config.h
│   │   ├── Depend
│   │   ├── gencat.c
│   │   ├── Makefile
│   │   ├── nl_types.h
│   │   ├── open_catalog.c
│   │   ├── sample.SJIS
│   │   ├── test1.msg
│   │   ├── test2.msg
│   │   ├── test-gencat.c
│   │   ├── test-gencat.sh
│   │   ├── tst-catgets.c
│   │   ├── Versions
│   │   └── xopen-msg.awk
│   ├── ChangeLog
│   ├── ChangeLog.1
│   ├── ChangeLog.10
│   ├── ChangeLog.11
│   ├── ChangeLog.12
│   ├── ChangeLog.13
│   ├── ChangeLog.14
│   ├── ChangeLog.15
│   ├── ChangeLog.16
│   ├── ChangeLog.17
│   ├── ChangeLog.2
│   ├── ChangeLog.3
│   ├── ChangeLog.4
│   ├── ChangeLog.5
│   ├── ChangeLog.6
│   ├── ChangeLog.7
│   ├── ChangeLog.8
│   ├── ChangeLog.9
│   ├── ChangeLog.old-ports
│   ├── ChangeLog.old-ports-aarch64
│   ├── ChangeLog.old-ports-aix
│   ├── ChangeLog.old-ports-alpha
│   ├── ChangeLog.old-ports-am33
│   ├── ChangeLog.old-ports-arm
│   ├── ChangeLog.old-ports-cris
│   ├── ChangeLog.old-ports-hppa
│   ├── ChangeLog.old-ports-ia64
│   ├── ChangeLog.old-ports-linux-generic
│   ├── ChangeLog.old-ports-m68k
│   ├── ChangeLog.old-ports-microblaze
│   ├── ChangeLog.old-ports-mips
│   ├── ChangeLog.old-ports-powerpc
│   ├── ChangeLog.old-ports-tile
│   ├── config.h.in
│   ├── config.make.in
│   ├── configure
│   ├── configure.ac
│   ├── conform
│   │   ├── check-header-lists.sh
│   │   ├── conformtest.pl
│   │   ├── data
│   │   │   ├── aio.h-data
│   │   │   ├── arpa
│   │   │   │   └── inet.h-data
│   │   │   ├── assert.h-data
│   │   │   ├── complex.h-data
│   │   │   ├── cpio.h-data
│   │   │   ├── ctype.h-data
│   │   │   ├── dirent.h-data
│   │   │   ├── dlfcn.h-data
│   │   │   ├── errno.h-data
│   │   │   ├── fcntl.h-data
│   │   │   ├── fenv.h-data
│   │   │   ├── float.h-data
│   │   │   ├── fmtmsg.h-data
│   │   │   ├── fnmatch.h-data
│   │   │   ├── ftw.h-data
│   │   │   ├── glob.h-data
│   │   │   ├── grp.h-data
│   │   │   ├── iconv.h-data
│   │   │   ├── inttypes.h-data
│   │   │   ├── iso646.h-data
│   │   │   ├── langinfo.h-data
│   │   │   ├── libgen.h-data
│   │   │   ├── limits.h-data
│   │   │   ├── locale.h-data
│   │   │   ├── math.h-data
│   │   │   ├── monetary.h-data
│   │   │   ├── mqueue.h-data
│   │   │   ├── ndbm.h-data
│   │   │   ├── net
│   │   │   │   └── if.h-data
│   │   │   ├── netdb.h-data
│   │   │   ├── netinet
│   │   │   │   ├── in.h-data
│   │   │   │   └── tcp.h-data
│   │   │   ├── nl_types.h-data
│   │   │   ├── poll.h-data
│   │   │   ├── pthread.h-data
│   │   │   ├── pwd.h-data
│   │   │   ├── regex.h-data
│   │   │   ├── sched.h-data
│   │   │   ├── search.h-data
│   │   │   ├── semaphore.h-data
│   │   │   ├── setjmp.h-data
│   │   │   ├── signal.h-data
│   │   │   ├── spawn.h-data
│   │   │   ├── stdalign.h-data
│   │   │   ├── stdarg.h-data
│   │   │   ├── stdbool.h-data
│   │   │   ├── stddef.h-data
│   │   │   ├── stdint.h-data
│   │   │   ├── stdio.h-data
│   │   │   ├── stdlib.h-data
│   │   │   ├── stdnoreturn.h-data
│   │   │   ├── string.h-data
│   │   │   ├── strings.h-data
│   │   │   ├── stropts.h-data
│   │   │   ├── sys
│   │   │   │   ├── ipc.h-data
│   │   │   │   ├── mman.h-data
│   │   │   │   ├── msg.h-data
│   │   │   │   ├── resource.h-data
│   │   │   │   ├── select.h-data
│   │   │   │   ├── sem.h-data
│   │   │   │   ├── shm.h-data
│   │   │   │   ├── socket.h-data
│   │   │   │   ├── stat.h-data
│   │   │   │   ├── statvfs.h-data
│   │   │   │   ├── timeb.h-data
│   │   │   │   ├── time.h-data
│   │   │   │   ├── times.h-data
│   │   │   │   ├── types.h-data
│   │   │   │   ├── uio.h-data
│   │   │   │   ├── un.h-data
│   │   │   │   ├── utsname.h-data
│   │   │   │   └── wait.h-data
│   │   │   ├── syslog.h-data
│   │   │   ├── tar.h-data
│   │   │   ├── termios.h-data
│   │   │   ├── tgmath.h-data
│   │   │   ├── time.h-data
│   │   │   ├── uchar.h-data
│   │   │   ├── ucontext.h-data
│   │   │   ├── ulimit.h-data
│   │   │   ├── unistd.h-data
│   │   │   ├── utime.h-data
│   │   │   ├── utmpx.h-data
│   │   │   ├── varargs.h-data
│   │   │   ├── wchar.h-data
│   │   │   ├── wctype.h-data
│   │   │   └── wordexp.h-data
│   │   ├── GlibcConform.pm
│   │   ├── linknamespace.pl
│   │   ├── list-header-symbols.pl
│   │   └── Makefile
│   ├── CONFORMANCE
│   ├── COPYING
│   ├── COPYING.LIB
│   ├── cppflags-iterator.mk
│   ├── crypt
│   │   ├── badsalttest.c
│   │   ├── Banner
│   │   ├── cert.c
│   │   ├── cert.input
│   │   ├── crypt.c
│   │   ├── crypt-entry.c
│   │   ├── crypt.h
│   │   ├── crypt-private.h
│   │   ├── crypt_util.c
│   │   ├── Makefile
│   │   ├── md5-block.c
│   │   ├── md5.c
│   │   ├── md5-crypt.c
│   │   ├── md5c-test.c
│   │   ├── md5.h
│   │   ├── md5test.c
│   │   ├── md5test-giant.c
│   │   ├── README.ufc-crypt
│   │   ├── sha256-block.c
│   │   ├── sha256.c
│   │   ├── sha256-crypt.c
│   │   ├── sha256c-test.c
│   │   ├── sha256.h
│   │   ├── sha256test.c
│   │   ├── sha512-block.c
│   │   ├── sha512.c
│   │   ├── sha512-crypt.c
│   │   ├── sha512c-test.c
│   │   ├── sha512.h
│   │   ├── sha512test.c
│   │   ├── speeds.c
│   │   ├── ufc.c
│   │   ├── ufc-crypt.h
│   │   └── Versions
│   ├── csu
│   │   ├── abi-note.S
│   │   ├── check_fds.c
│   │   ├── dso_handle.c
│   │   ├── elf-init.c
│   │   ├── errno.c
│   │   ├── errno-loc.c
│   │   ├── gmon-start.c
│   │   ├── init.c
│   │   ├── init-first.c
│   │   ├── libc-start.c
│   │   ├── libc-tls.c
│   │   ├── Makefile
│   │   ├── start.c
│   │   ├── sysdep.c
│   │   ├── version.c
│   │   └── Versions
│   ├── ctype
│   │   ├── ctype.c
│   │   ├── ctype-c99.c
│   │   ├── ctype-c99_l.c
│   │   ├── ctype-extn.c
│   │   ├── ctype.h
│   │   ├── ctype-info.c
│   │   ├── ctype_l.c
│   │   ├── isctype.c
│   │   ├── Makefile
│   │   ├── test_ctype.c
│   │   └── Versions
│   ├── debug
│   │   ├── asprintf_chk.c
│   │   ├── backtrace.c
│   │   ├── backtracesyms.c
│   │   ├── backtracesymsfd.c
│   │   ├── backtrace-tst.c
│   │   ├── catchsegv.sh
│   │   ├── chk_fail.c
│   │   ├── confstr_chk.c
│   │   ├── Depend
│   │   ├── dprintf_chk.c
│   │   ├── execinfo.h
│   │   ├── explicit_bzero_chk.c
│   │   ├── fdelt_chk.c
│   │   ├── fgets_chk.c
│   │   ├── fgets_u_chk.c
│   │   ├── fgetws_chk.c
│   │   ├── fgetws_u_chk.c
│   │   ├── fortify_fail.c
│   │   ├── fprintf_chk.c
│   │   ├── fread_chk.c
│   │   ├── fread_u_chk.c
│   │   ├── fwprintf_chk.c
│   │   ├── getcwd_chk.c
│   │   ├── getdomainname_chk.c
│   │   ├── getgroups_chk.c
│   │   ├── gethostname_chk.c
│   │   ├── gets_chk.c
│   │   ├── getwd_chk.c
│   │   ├── longjmp_chk.c
│   │   ├── Makefile
│   │   ├── mbsnrtowcs_chk.c
│   │   ├── mbsrtowcs_chk.c
│   │   ├── mbstowcs_chk.c
│   │   ├── memcpy_chk.c
│   │   ├── memmove_chk.c
│   │   ├── mempcpy_chk.c
│   │   ├── memset_chk.c
│   │   ├── noophooks.c
│   │   ├── obprintf_chk.c
│   │   ├── pcprofile.c
│   │   ├── pcprofiledump.c
│   │   ├── poll_chk.c
│   │   ├── ppoll_chk.c
│   │   ├── pread64_chk.c
│   │   ├── pread_chk.c
│   │   ├── printf_chk.c
│   │   ├── read_chk.c
│   │   ├── readlinkat_chk.c
│   │   ├── readlink_chk.c
│   │   ├── readonly-area.c
│   │   ├── realpath_chk.c
│   │   ├── recv_chk.c
│   │   ├── recvfrom_chk.c
│   │   ├── segfault.c
│   │   ├── snprintf_chk.c
│   │   ├── sprintf_chk.c
│   │   ├── stack_chk_fail.c
│   │   ├── stack_chk_fail_local.c
│   │   ├── stpcpy_chk.c
│   │   ├── stpncpy_chk.c
│   │   ├── strcat_chk.c
│   │   ├── strcpy_chk.c
│   │   ├── strncat_chk.c
│   │   ├── strncpy_chk.c
│   │   ├── swprintf_chk.c
│   │   ├── test-stpcpy_chk.c
│   │   ├── test-strcpy_chk.c
│   │   ├── tst-backtrace2.c
│   │   ├── tst-backtrace3.c
│   │   ├── tst-backtrace4.c
│   │   ├── tst-backtrace5.c
│   │   ├── tst-backtrace6.c
│   │   ├── tst-backtrace.h
│   │   ├── tst-chk1.c
│   │   ├── tst-chk2.c
│   │   ├── tst-chk3.c
│   │   ├── tst-chk4.cc
│   │   ├── tst-chk5.cc
│   │   ├── tst-chk6.cc
│   │   ├── tst-lfschk1.c
│   │   ├── tst-lfschk2.c
│   │   ├── tst-lfschk3.c
│   │   ├── tst-lfschk4.cc
│   │   ├── tst-lfschk5.cc
│   │   ├── tst-lfschk6.cc
│   │   ├── tst-longjmp_chk2.c
│   │   ├── tst-longjmp_chk3.c
│   │   ├── tst-longjmp_chk.c
│   │   ├── ttyname_r_chk.c
│   │   ├── vasprintf_chk.c
│   │   ├── vdprintf_chk.c
│   │   ├── Versions
│   │   ├── vfprintf_chk.c
│   │   ├── vfwprintf_chk.c
│   │   ├── vprintf_chk.c
│   │   ├── vsnprintf_chk.c
│   │   ├── vsprintf_chk.c
│   │   ├── vswprintf_chk.c
│   │   ├── vwprintf_chk.c
│   │   ├── warning-nop.c
│   │   ├── wcpcpy_chk.c
│   │   ├── wcpncpy_chk.c
│   │   ├── wcrtomb_chk.c
│   │   ├── wcscat_chk.c
│   │   ├── wcscpy_chk.c
│   │   ├── wcsncat_chk.c
│   │   ├── wcsncpy_chk.c
│   │   ├── wcsnrtombs_chk.c
│   │   ├── wcsrtombs_chk.c
│   │   ├── wcstombs_chk.c
│   │   ├── wctomb_chk.c
│   │   ├── wmemcpy_chk.c
│   │   ├── wmemmove_chk.c
│   │   ├── wmempcpy_chk.c
│   │   ├── wmemset_chk.c
│   │   ├── wprintf_chk.c
│   │   └── xtrace.sh
│   ├── dirent
│   │   ├── alphasort64.c
│   │   ├── alphasort.c
│   │   ├── bug-readdir1.c
│   │   ├── closedir.c
│   │   ├── dirent.h
│   │   ├── dirfd.c
│   │   ├── fdopendir.c
│   │   ├── getdents64.c
│   │   ├── getdents.c
│   │   ├── list.c
│   │   ├── Makefile
│   │   ├── opendir.c
│   │   ├── opendir-tst1.c
│   │   ├── readdir64.c
│   │   ├── readdir64_r.c
│   │   ├── readdir.c
│   │   ├── readdir_r.c
│   │   ├── rewinddir.c
│   │   ├── scandir64.c
│   │   ├── scandir64-tail.c
│   │   ├── scandirat64.c
│   │   ├── scandirat.c
│   │   ├── scandir.c
│   │   ├── scandir-cancel.c
│   │   ├── scandir-tail.c
│   │   ├── seekdir.c
│   │   ├── telldir.c
│   │   ├── tst-fdopendir2.c
│   │   ├── tst-fdopendir.c
│   │   ├── tst-scandir64.c
│   │   ├── tst-scandir.c
│   │   ├── tst-seekdir.c
│   │   ├── Versions
│   │   ├── versionsort64.c
│   │   └── versionsort.c
│   ├── dlfcn
│   │   ├── bug-atexit1.c
│   │   ├── bug-atexit1-lib.c
│   │   ├── bug-atexit2.c
│   │   ├── bug-atexit2-lib.c
│   │   ├── bug-atexit3.c
│   │   ├── bug-atexit3-lib.cc
│   │   ├── bug-dl-leaf.c
│   │   ├── bug-dl-leaf-lib.c
│   │   ├── bug-dl-leaf-lib-cb.c
│   │   ├── bug-dlopen1.c
│   │   ├── bug-dlsym1.c
│   │   ├── bug-dlsym1-lib1.c
│   │   ├── bug-dlsym1-lib2.c
│   │   ├── default.c
│   │   ├── defaultmod1.c
│   │   ├── defaultmod2.c
│   │   ├── dladdr1.c
│   │   ├── dladdr.c
│   │   ├── dlclose.c
│   │   ├── dlerror.c
│   │   ├── dlfcn.c
│   │   ├── dlfcn.h
│   │   ├── dlinfo.c
│   │   ├── dlmopen.c
│   │   ├── dlopen.c
│   │   ├── dlopenold.c
│   │   ├── dlsym.c
│   │   ├── dlvsym.c
│   │   ├── errmsg1.c
│   │   ├── errmsg1mod.c
│   │   ├── failtest.c
│   │   ├── failtestmod.c
│   │   ├── glreflib1.c
│   │   ├── glreflib2.c
│   │   ├── glreflib3.c
│   │   ├── glrefmain.c
│   │   ├── Makefile
│   │   ├── modatexit.c
│   │   ├── modcxaatexit.c
│   │   ├── moddummy1.c
│   │   ├── moddummy2.c
│   │   ├── modstatic2.c
│   │   ├── modstatic3.c
│   │   ├── modstatic5.c
│   │   ├── modstatic.c
│   │   ├── sdladdr1.c
│   │   ├── sdladdr.c
│   │   ├── sdlclose.c
│   │   ├── sdlerror.c
│   │   ├── sdlinfo.c
│   │   ├── sdlmopen.c
│   │   ├── sdlopen.c
│   │   ├── sdlsym.c
│   │   ├── sdlvsym.c
│   │   ├── tstatexit.c
│   │   ├── tstcxaatexit.c
│   │   ├── tst-dladdr.c
│   │   ├── tst-dlinfo.c
│   │   ├── tst-rec-dlopen.c
│   │   ├── tststatic2.c
│   │   ├── tststatic3.c
│   │   ├── tststatic4.c
│   │   ├── tststatic5.c
│   │   ├── tststatic.c
│   │   └── Versions
│   ├── elf
│   │   ├── cache.c
│   │   ├── chroot_canon.c
│   │   ├── circleload1.c
│   │   ├── circlemod1a.c
│   │   ├── circlemod1.c
│   │   ├── circlemod2a.c
│   │   ├── circlemod2.c
│   │   ├── circlemod3a.c
│   │   ├── circlemod3.c
│   │   ├── constload1.c
│   │   ├── constload2.c
│   │   ├── constload3.c
│   │   ├── dblload.c
│   │   ├── dblloadmod1.c
│   │   ├── dblloadmod2.c
│   │   ├── dblloadmod3.c
│   │   ├── dblunload.c
│   │   ├── dep1.c
│   │   ├── dep2.c
│   │   ├── dep3.c
│   │   ├── dep4.c
│   │   ├── dl-addr.c
│   │   ├── dl-addr-obj.c
│   │   ├── dl-brk.c
│   │   ├── dl-cache.c
│   │   ├── dl-caller.c
│   │   ├── dl-close.c
│   │   ├── dl-conflict.c
│   │   ├── dl-debug.c
│   │   ├── dl-deps.c
│   │   ├── dl-dst.h
│   │   ├── dl-environ.c
│   │   ├── dl-error.c
│   │   ├── dl-error-minimal.c
│   │   ├── dl-error-skeleton.c
│   │   ├── dl-execstack.c
│   │   ├── dl-fini.c
│   │   ├── dl-fptr.c
│   │   ├── dl-hwcaps.c
│   │   ├── dl-init.c
│   │   ├── dl-iteratephdr.c
│   │   ├── dl-libc.c
│   │   ├── dl-load.c
│   │   ├── dl-load.h
│   │   ├── dl-lookup.c
│   │   ├── dl-machine-reject-phdr.h
│   │   ├── dl-map-segments.h
│   │   ├── dl-minimal.c
│   │   ├── dl-misc.c
│   │   ├── dl-object.c
│   │   ├── dl-open.c
│   │   ├── dl-origin.c
│   │   ├── dl-profile.c
│   │   ├── dl-profstub.c
│   │   ├── dl-reloc.c
│   │   ├── dl-runtime.c
│   │   ├── dl-sbrk.c
│   │   ├── dl-scope.c
│   │   ├── dl-support.c
│   │   ├── dl-symaddr.c
│   │   ├── dl-sym.c
│   │   ├── dl-sysdep.c
│   │   ├── dl-sysdep-open.h
│   │   ├── dl-tls.c
│   │   ├── dl-trampoline.c
│   │   ├── dl-tunables.c
│   │   ├── dl-tunables.h
│   │   ├── dl-tunables.list
│   │   ├── dl-tunable-types.h
│   │   ├── dl-unmap-segments.h
│   │   ├── dl-version.c
│   │   ├── dl-writev.h
│   │   ├── do-rel.h
│   │   ├── dynamic-link.h
│   │   ├── elf.h
│   │   ├── enbl-secure.c
│   │   ├── failobj.c
│   │   ├── filter.c
│   │   ├── filtmod1.c
│   │   ├── filtmod2.c
│   │   ├── firstobj.c
│   │   ├── genrtldtbl.awk
│   │   ├── gen-trusted-dirs.awk
│   │   ├── get-dynamic-info.h
│   │   ├── global.c
│   │   ├── globalmod1.c
│   │   ├── ifuncdep1.c
│   │   ├── ifuncdep1pic.c
│   │   ├── ifuncdep2.c
│   │   ├── ifuncdep2pic.c
│   │   ├── ifuncdep5.c
│   │   ├── ifuncdep5pic.c
│   │   ├── ifuncmain1.c
│   │   ├── ifuncmain1pic.c
│   │   ├── ifuncmain1picstatic.c
│   │   ├── ifuncmain1pie.c
│   │   ├── ifuncmain1static.c
│   │   ├── ifuncmain1staticpic.c
│   │   ├── ifuncmain1staticpie.c
│   │   ├── ifuncmain1vis.c
│   │   ├── ifuncmain1vispic.c
│   │   ├── ifuncmain1vispie.c
│   │   ├── ifuncmain2.c
│   │   ├── ifuncmain2pic.c
│   │   ├── ifuncmain2picstatic.c
│   │   ├── ifuncmain2static.c
│   │   ├── ifuncmain3.c
│   │   ├── ifuncmain4.c
│   │   ├── ifuncmain4picstatic.c
│   │   ├── ifuncmain4static.c
│   │   ├── ifuncmain5.c
│   │   ├── ifuncmain5pic.c
│   │   ├── ifuncmain5picstatic.c
│   │   ├── ifuncmain5pie.c
│   │   ├── ifuncmain5static.c
│   │   ├── ifuncmain5staticpic.c
│   │   ├── ifuncmain6pie.c
│   │   ├── ifuncmain7.c
│   │   ├── ifuncmain7pic.c
│   │   ├── ifuncmain7picstatic.c
│   │   ├── ifuncmain7pie.c
│   │   ├── ifuncmain7static.c
│   │   ├── ifuncmod1.c
│   │   ├── ifuncmod3.c
│   │   ├── ifuncmod5.c
│   │   ├── ifuncmod6.c
│   │   ├── initfirst.c
│   │   ├── interp.c
│   │   ├── lateglobal.c
│   │   ├── ldconfig.c
│   │   ├── ldd.bash.in
│   │   ├── link.h
│   │   ├── loadfail.c
│   │   ├── loadtest.c
│   │   ├── ltglobmod1.c
│   │   ├── ltglobmod2.c
│   │   ├── Makefile
│   │   ├── multiload.c
│   │   ├── neededobj1.c
│   │   ├── neededobj2.c
│   │   ├── neededobj3.c
│   │   ├── neededobj4.c
│   │   ├── neededobj5.c
│   │   ├── neededobj6.c
│   │   ├── neededtest2.c
│   │   ├── neededtest3.c
│   │   ├── neededtest4.c
│   │   ├── neededtest.c
│   │   ├── next.c
│   │   ├── nextmod1.c
│   │   ├── nextmod2.c
│   │   ├── nodel2mod1.c
│   │   ├── nodel2mod2.c
│   │   ├── nodel2mod3.c
│   │   ├── nodelete2.c
│   │   ├── nodelete.c
│   │   ├── nodelmod1.c
│   │   ├── nodelmod2.c
│   │   ├── nodelmod3.c
│   │   ├── nodelmod4.c
│   │   ├── nodlopen2.c
│   │   ├── nodlopen.c
│   │   ├── nodlopenmod2.c
│   │   ├── nodlopenmod.c
│   │   ├── noload.c
│   │   ├── order2.c
│   │   ├── order2mod1.c
│   │   ├── order2mod2.c
│   │   ├── order2mod3.c
│   │   ├── order2mod4.c
│   │   ├── order.c
│   │   ├── origtest.c
│   │   ├── pathoptobj.c
│   │   ├── pldd.c
│   │   ├── pldd-xx.c
│   │   ├── preloadtest.c
│   │   ├── readelflib.c
│   │   ├── readlib.c
│   │   ├── reldep2.c
│   │   ├── reldep3.c
│   │   ├── reldep4.c
│   │   ├── reldep4mod1.c
│   │   ├── reldep4mod2.c
│   │   ├── reldep4mod3.c
│   │   ├── reldep4mod4.c
│   │   ├── reldep5.c
│   │   ├── reldep6.c
│   │   ├── reldep6mod0.c
│   │   ├── reldep6mod1.c
│   │   ├── reldep6mod2.c
│   │   ├── reldep6mod3.c
│   │   ├── reldep6mod4.c
│   │   ├── reldep7.c
│   │   ├── reldep7mod1.c
│   │   ├── reldep7mod2.c
│   │   ├── reldep8.c
│   │   ├── reldep8mod1.c
│   │   ├── reldep8mod2.c
│   │   ├── reldep8mod3.c
│   │   ├── reldep9.c
│   │   ├── reldep9mod1.c
│   │   ├── reldep9mod2.c
│   │   ├── reldep9mod3.c
│   │   ├── reldep.c
│   │   ├── reldepmod1.c
│   │   ├── reldepmod2.c
│   │   ├── reldepmod3.c
│   │   ├── reldepmod4.c
│   │   ├── reldepmod5.c
│   │   ├── reldepmod6.c
│   │   ├── resolvfail.c
│   │   ├── restest1.c
│   │   ├── restest2.c
│   │   ├── rtld.c
│   │   ├── rtld-debugger-interface.txt
│   │   ├── rtld-Rules
│   │   ├── setup-vdso.h
│   │   ├── sln.c
│   │   ├── sofini.c
│   │   ├── soinit.c
│   │   ├── sotruss-lib.c
│   │   ├── sotruss.sh
│   │   ├── sprof.c
│   │   ├── static-stubs.c
│   │   ├── testobj1_1.c
│   │   ├── testobj1.c
│   │   ├── testobj2.c
│   │   ├── testobj3.c
│   │   ├── testobj4.c
│   │   ├── testobj5.c
│   │   ├── testobj6.c
│   │   ├── testobj.h
│   │   ├── tlsdeschtab.h
│   │   ├── tls-macros.h
│   │   ├── tst-addr1.c
│   │   ├── tst-align2.c
│   │   ├── tst-align.c
│   │   ├── tst-alignmod2.c
│   │   ├── tst-alignmod.c
│   │   ├── tst-array1.c
│   │   ├── tst-array1.exp
│   │   ├── tst-array1-static.c
│   │   ├── tst-array2.c
│   │   ├── tst-array2dep.c
│   │   ├── tst-array2.exp
│   │   ├── tst-array3.c
│   │   ├── tst-array4.c
│   │   ├── tst-array4.exp
│   │   ├── tst-array5.c
│   │   ├── tst-array5dep.c
│   │   ├── tst-array5.exp
│   │   ├── tst-array5-static.c
│   │   ├── tst-array5-static.exp
│   │   ├── tst-audit11.c
│   │   ├── tst-audit11mod1.c
│   │   ├── tst-audit11mod2.c
│   │   ├── tst-audit11mod2.map
│   │   ├── tst-audit12.c
│   │   ├── tst-audit12mod1.c
│   │   ├── tst-audit12mod2.c
│   │   ├── tst-audit12mod2.map
│   │   ├── tst-audit12mod3.c
│   │   ├── tst-audit1.c
│   │   ├── tst-audit2.c
│   │   ├── tst-audit8.c
│   │   ├── tst-audit9.c
│   │   ├── tst-auditmod11.c
│   │   ├── tst-auditmod12.c
│   │   ├── tst-auditmod1.c
│   │   ├── tst-auditmod9a.c
│   │   ├── tst-auditmod9b.c
│   │   ├── tst-auxv.c
│   │   ├── tst-deep1.c
│   │   ├── tst-deep1mod1.c
│   │   ├── tst-deep1mod2.c
│   │   ├── tst-deep1mod3.c
│   │   ├── tst-_dl_addr_inside_object.c
│   │   ├── tst-dl-iter-static.c
│   │   ├── tst-dlmodcount.c
│   │   ├── tst-dlmopen1.c
│   │   ├── tst-dlmopen1mod.c
│   │   ├── tst-dlmopen2.c
│   │   ├── tst-dlmopen3.c
│   │   ├── tst-dlopen-aout.c
│   │   ├── tst-dlopenrpath.c
│   │   ├── tst-dlopenrpathmod.c
│   │   ├── tst-dlsym-error.c
│   │   ├── tst-env-setuid.c
│   │   ├── tst-env-setuid-tunables.c
│   │   ├── tst-execstack.c
│   │   ├── tst-execstack-mod.c
│   │   ├── tst-execstack-needed.c
│   │   ├── tst-execstack-prog.c
│   │   ├── tst-global1.c
│   │   ├── tst-gnu2-tls1.c
│   │   ├── tst-gnu2-tls1mod.c
│   │   ├── tst-initorder2.c
│   │   ├── tst-initorder2.exp
│   │   ├── tst-initordera1.c
│   │   ├── tst-initordera2.c
│   │   ├── tst-initordera3.c
│   │   ├── tst-initordera4.c
│   │   ├── tst-initorderb1.c
│   │   ├── tst-initorderb2.c
│   │   ├── tst-initorder.c
│   │   ├── tst-initorder.exp
│   │   ├── tst-latepthread.c
│   │   ├── tst-latepthreadmod.c
│   │   ├── tst-ldconfig-X.sh
│   │   ├── tst-leaks1.c
│   │   ├── tst-leaks1-static.c
│   │   ├── tst-linkall-static.c
│   │   ├── tst-nodelete2.c
│   │   ├── tst-nodelete2mod.c
│   │   ├── tst-nodelete.cc
│   │   ├── tst-nodelete-dlclose.c
│   │   ├── tst-nodelete-dlclose-dso.c
│   │   ├── tst-nodelete-dlclose-plugin.c
│   │   ├── tst-nodelete-opened.c
│   │   ├── tst-nodelete-opened-lib.c
│   │   ├── tst-nodelete-rtldmod.cc
│   │   ├── tst-nodelete-uniquemod.cc
│   │   ├── tst-nodelete-zmod.cc
│   │   ├── tst-noload.c
│   │   ├── tst-null-argv.c
│   │   ├── tst-null-argv-lib.c
│   │   ├── tst-order-a1.c
│   │   ├── tst-order-a2.c
│   │   ├── tst-order-a3.c
│   │   ├── tst-order-a4.c
│   │   ├── tst-order-b1.c
│   │   ├── tst-order-b2.c
│   │   ├── tst-order-main.c
│   │   ├── tst-pathopt.c
│   │   ├── tst-pathopt.sh
│   │   ├── tst-pie1.c
│   │   ├── tst-pie2.c
│   │   ├── tst-piemod1.c
│   │   ├── tst-prelink.c
│   │   ├── tst-prelink.exp
│   │   ├── tst-protected1a.c
│   │   ├── tst-protected1b.c
│   │   ├── tst-protected1moda.c
│   │   ├── tst-protected1modb.c
│   │   ├── tst-protected1mod.h
│   │   ├── tst-ptrguard1.c
│   │   ├── tst-ptrguard1-static.c
│   │   ├── tst-relsort1.c
│   │   ├── tst-relsort1mod1.c
│   │   ├── tst-relsort1mod2.c
│   │   ├── tst-rtld-load-self.sh
│   │   ├── tst-stackguard1.c
│   │   ├── tst-stackguard1-static.c
│   │   ├── tst-thrlock.c
│   │   ├── tst-tls10.c
│   │   ├── tst-tls10.h
│   │   ├── tst-tls11.c
│   │   ├── tst-tls12.c
│   │   ├── tst-tls13.c
│   │   ├── tst-tls14.c
│   │   ├── tst-tls15.c
│   │   ├── tst-tls16.c
│   │   ├── tst-tls17.c
│   │   ├── tst-tls18.c
│   │   ├── tst-tls19.c
│   │   ├── tst-tls19mod1.c
│   │   ├── tst-tls19mod2.c
│   │   ├── tst-tls19mod3.c
│   │   ├── tst-tls1.c
│   │   ├── tst-tls1-static.c
│   │   ├── tst-tls2.c
│   │   ├── tst-tls2-static.c
│   │   ├── tst-tls3.c
│   │   ├── tst-tls4.c
│   │   ├── tst-tls5.c
│   │   ├── tst-tls6.c
│   │   ├── tst-tls7.c
│   │   ├── tst-tls8.c
│   │   ├── tst-tls9.c
│   │   ├── tst-tls9-static.c
│   │   ├── tst-tlsalign.c
│   │   ├── tst-tlsalign-extern.c
│   │   ├── tst-tlsalign-extern-static.c
│   │   ├── tst-tlsalign-lib.c
│   │   ├── tst-tlsalign-static.c
│   │   ├── tst-tlsalign-vars.c
│   │   ├── tst-tls-dlinfo.c
│   │   ├── tst-tls-manydynamic.c
│   │   ├── tst-tls-manydynamic.h
│   │   ├── tst-tls-manydynamicmod.c
│   │   ├── tst-tlsmod10.c
│   │   ├── tst-tlsmod11.c
│   │   ├── tst-tlsmod12.c
│   │   ├── tst-tlsmod13a.c
│   │   ├── tst-tlsmod13.c
│   │   ├── tst-tlsmod14a.c
│   │   ├── tst-tlsmod14b.c
│   │   ├── tst-tlsmod15a.c
│   │   ├── tst-tlsmod15b.c
│   │   ├── tst-tlsmod16a.c
│   │   ├── tst-tlsmod16b.c
│   │   ├── tst-tlsmod17a.c
│   │   ├── tst-tlsmod17b.c
│   │   ├── tst-tlsmod18a.c
│   │   ├── tst-tlsmod1.c
│   │   ├── tst-tlsmod2.c
│   │   ├── tst-tlsmod3.c
│   │   ├── tst-tlsmod4.c
│   │   ├── tst-tlsmod5.c
│   │   ├── tst-tlsmod6.c
│   │   ├── tst-tlsmod7.c
│   │   ├── tst-tlsmod8.c
│   │   ├── tst-tlsmod9.c
│   │   ├── tst-unique1.c
│   │   ├── tst-unique1mod1.c
│   │   ├── tst-unique1mod2.c
│   │   ├── tst-unique2.c
│   │   ├── tst-unique2mod1.c
│   │   ├── tst-unique2mod2.c
│   │   ├── tst-unique3.cc
│   │   ├── tst-unique3.h
│   │   ├── tst-unique3lib2.cc
│   │   ├── tst-unique3lib.cc
│   │   ├── tst-unique4.cc
│   │   ├── tst-unique4.h
│   │   ├── tst-unique4lib.cc
│   │   ├── unload2.c
│   │   ├── unload2dep.c
│   │   ├── unload2mod.c
│   │   ├── unload3.c
│   │   ├── unload3mod1.c
│   │   ├── unload3mod2.c
│   │   ├── unload3mod3.c
│   │   ├── unload3mod4.c
│   │   ├── unload4.c
│   │   ├── unload4mod1.c
│   │   ├── unload4mod2.c
│   │   ├── unload4mod3.c
│   │   ├── unload4mod4.c
│   │   ├── unload5.c
│   │   ├── unload6.c
│   │   ├── unload6mod1.c
│   │   ├── unload6mod2.c
│   │   ├── unload6mod3.c
│   │   ├── unload7.c
│   │   ├── unload7mod1.c
│   │   ├── unload7mod2.c
│   │   ├── unload8.c
│   │   ├── unload8mod1.c
│   │   ├── unload8mod1x.c
│   │   ├── unload8mod2.c
│   │   ├── unload8mod3.c
│   │   ├── unload.c
│   │   ├── unloadmod.c
│   │   ├── Versions
│   │   ├── vismain.c
│   │   ├── vismod1.c
│   │   ├── vismod2.c
│   │   ├── vismod3.c
│   │   └── vismod.h
│   ├── extra-lib.mk
│   ├── extra-modules.mk
│   ├── gen-locales.mk
│   ├── gmon
│   │   ├── bb_exit_func.c
│   │   ├── bb_init_func.c
│   │   ├── gmon.c
│   │   ├── Makefile
│   │   ├── mcount.c
│   │   ├── prof-freq.c
│   │   ├── profil.c
│   │   ├── sprofil.c
│   │   ├── sys
│   │   │   ├── gmon.h
│   │   │   ├── gmon_out.h
│   │   │   └── profil.h
│   │   ├── tst-profile-static.c
│   │   ├── tst-sprofil.c
│   │   └── Versions
│   ├── gnulib
│   │   ├── Makefile
│   │   └── tst-gcc.c
│   ├── grp
│   │   ├── compat-initgroups.c
│   │   ├── fgetgrent.c
│   │   ├── fgetgrent_r.c
│   │   ├── getgrent.c
│   │   ├── getgrent_r.c
│   │   ├── getgrgid.c
│   │   ├── getgrgid_r.c
│   │   ├── getgrnam.c
│   │   ├── getgrnam_r.c
│   │   ├── grp.h
│   │   ├── grp-merge.c
│   │   ├── grp-merge.h
│   │   ├── initgroups.c
│   │   ├── Makefile
│   │   ├── putgrent.c
│   │   ├── setgroups.c
│   │   ├── testgrp.c
│   │   ├── tst_fgetgrent.c
│   │   ├── tst_fgetgrent.sh
│   │   ├── tst-putgrent.c
│   │   └── Versions
│   ├── gshadow
│   │   ├── fgetsgent.c
│   │   ├── fgetsgent_r.c
│   │   ├── getsgent.c
│   │   ├── getsgent_r.c
│   │   ├── getsgnam.c
│   │   ├── getsgnam_r.c
│   │   ├── gshadow.h
│   │   ├── Makefile
│   │   ├── putsgent.c
│   │   ├── sgetsgent.c
│   │   ├── sgetsgent_r.c
│   │   ├── tst-gshadow.c
│   │   ├── tst-putsgent.c
│   │   └── Versions
│   ├── hesiod
│   │   ├── Depend
│   │   ├── hesiod.c
│   │   ├── hesiod.h
│   │   ├── hesiod_p.h
│   │   ├── Makefile
│   │   ├── nss_hesiod
│   │   │   ├── hesiod-grp.c
│   │   │   ├── hesiod-proto.c
│   │   │   ├── hesiod-pwd.c
│   │   │   └── hesiod-service.c
│   │   ├── README.hesiod
│   │   └── Versions
│   ├── hurd
│   │   ├── alloc-fd.c
│   │   ├── catch-exc.c
│   │   ├── catch-signal.c
│   │   ├── compat-20.c
│   │   ├── ctty-input.c
│   │   ├── ctty-output.c
│   │   ├── Depend
│   │   ├── dtable.c
│   │   ├── exc2signal.c
│   │   ├── faultexc.defs
│   │   ├── fchroot.c
│   │   ├── fd-close.c
│   │   ├── fd-read.c
│   │   ├── fd-write.c
│   │   ├── fopenport.c
│   │   ├── getdport.c
│   │   ├── geteuids.c
│   │   ├── get-host.c
│   │   ├── getumask.c
│   │   ├── hurd
│   │   │   ├── fd.h
│   │   │   ├── id.h
│   │   │   ├── ioctl.h
│   │   │   ├── lookup.h
│   │   │   ├── port.h
│   │   │   ├── resource.h
│   │   │   ├── signal.h
│   │   │   ├── sigpreempt.h
│   │   │   ├── threadvar.h
│   │   │   ├── userlink.h
│   │   │   └── xattr.h
│   │   ├── hurdauth.c
│   │   ├── hurdchdir.c
│   │   ├── hurdexec.c
│   │   ├── hurdfault.c
│   │   ├── hurdfault.h
│   │   ├── hurdfchdir.c
│   │   ├── hurd.h
│   │   ├── hurdhost.h
│   │   ├── hurdid.c
│   │   ├── hurdinit.c
│   │   ├── hurdioctl.c
│   │   ├── hurdkill.c
│   │   ├── hurdlookup.c
│   │   ├── hurdmalloc.c
│   │   ├── hurdmalloc.h
│   │   ├── hurdmsg.c
│   │   ├── hurdpid.c
│   │   ├── hurdports.c
│   │   ├── hurdprio.c
│   │   ├── hurd-raise.c
│   │   ├── hurdrlimit.c
│   │   ├── hurdselect.c
│   │   ├── hurdsig.c
│   │   ├── hurdsock.c
│   │   ├── hurdsocket.h
│   │   ├── hurdstartup.c
│   │   ├── hurdstartup.h
│   │   ├── intern-fd.c
│   │   ├── intr-msg.c
│   │   ├── intr-rpc.defs
│   │   ├── intr-rpc.h
│   │   ├── longjmp-ts.c
│   │   ├── lookup-at.c
│   │   ├── lookup-retry.c
│   │   ├── Makefile
│   │   ├── msgportdemux.c
│   │   ├── new-fd.c
│   │   ├── Notes
│   │   ├── openport.c
│   │   ├── path-lookup.c
│   │   ├── pid2task.c
│   │   ├── port2fd.c
│   │   ├── port-cleanup.c
│   │   ├── ports-get.c
│   │   ├── ports-set.c
│   │   ├── preempt-sig.c
│   │   ├── privports.c
│   │   ├── report-wait.c
│   │   ├── setauth.c
│   │   ├── seteuids.c
│   │   ├── set-host.c
│   │   ├── siginfo.c
│   │   ├── sigunwind.c
│   │   ├── task2pid.c
│   │   ├── thread-cancel.c
│   │   ├── thread-self.c
│   │   ├── trampoline.c
│   │   ├── Versions
│   │   ├── vpprintf.c
│   │   └── xattr.c
│   ├── iconv
│   │   ├── dummy-repertoire.c
│   │   ├── gconv_builtin.c
│   │   ├── gconv_builtin.h
│   │   ├── gconv.c
│   │   ├── gconv_cache.c
│   │   ├── gconv_charset.h
│   │   ├── gconv_close.c
│   │   ├── gconv_conf.c
│   │   ├── gconv_db.c
│   │   ├── gconv_dl.c
│   │   ├── gconv.h
│   │   ├── gconv_int.h
│   │   ├── gconv_open.c
│   │   ├── gconv_simple.c
│   │   ├── gconv_trans.c
│   │   ├── iconv.c
│   │   ├── iconv_charmap.c
│   │   ├── iconv_close.c
│   │   ├── iconvconfig.c
│   │   ├── iconvconfig.h
│   │   ├── iconv.h
│   │   ├── iconv_open.c
│   │   ├── iconv_prog.c
│   │   ├── iconv_prog.h
│   │   ├── loop.c
│   │   ├── Makefile
│   │   ├── skeleton.c
│   │   ├── strtab.c
│   │   ├── tst-iconv1.c
│   │   ├── tst-iconv2.c
│   │   ├── tst-iconv3.c
│   │   ├── tst-iconv4.c
│   │   ├── tst-iconv5.c
│   │   ├── tst-iconv6.c
│   │   └── Versions
│   ├── iconvdata
│   │   ├── 8bit-gap.c
│   │   ├── 8bit-generic.c
│   │   ├── ansi_x3.110.c
│   │   ├── armscii-8.c
│   │   ├── ARMSCII-8.irreversible
│   │   ├── asmo_449.c
│   │   ├── big5.c
│   │   ├── big5hkscs.c
│   │   ├── BIG5HKSCS.irreversible
│   │   ├── BIG5HKSCS.precomposed
│   │   ├── BIG5.irreversible
│   │   ├── brf.c
│   │   ├── bug-iconv10.c
│   │   ├── bug-iconv11.c
│   │   ├── bug-iconv12.c
│   │   ├── bug-iconv1.c
│   │   ├── bug-iconv2.c
│   │   ├── bug-iconv3.c
│   │   ├── bug-iconv4.c
│   │   ├── bug-iconv5.c
│   │   ├── bug-iconv6.c
│   │   ├── bug-iconv8.c
│   │   ├── bug-iconv9.c
│   │   ├── cns11643.c
│   │   ├── cns11643.h
│   │   ├── cns11643l1.c
│   │   ├── cns11643l1.h
│   │   ├── cns11643l2.h
│   │   ├── cp10007.c
│   │   ├── cp1125.c
│   │   ├── cp1250.c
│   │   ├── cp1251.c
│   │   ├── cp1252.c
│   │   ├── cp1253.c
│   │   ├── cp1254.c
│   │   ├── cp1255.c
│   │   ├── CP1255.irreversible
│   │   ├── cp1256.c
│   │   ├── cp1257.c
│   │   ├── cp1258.c
│   │   ├── CP1258.irreversible
│   │   ├── cp737.c
│   │   ├── cp737.h
│   │   ├── cp770.c
│   │   ├── cp771.c
│   │   ├── cp772.c
│   │   ├── cp773.c
│   │   ├── cp774.c
│   │   ├── cp775.c
│   │   ├── cp775.h
│   │   ├── cp932.c
│   │   ├── CP932.irreversible
│   │   ├── csn_369103.c
│   │   ├── cwi.c
│   │   ├── dec-mcs.c
│   │   ├── Depend
│   │   ├── ebcdic-at-de-a.c
│   │   ├── ebcdic-at-de.c
│   │   ├── ebcdic-ca-fr.c
│   │   ├── ebcdic-dk-no-a.c
│   │   ├── ebcdic-dk-no.c
│   │   ├── ebcdic-es-a.c
│   │   ├── ebcdic-es.c
│   │   ├── ebcdic-es-s.c
│   │   ├── ebcdic-fi-se-a.c
│   │   ├── ebcdic-fi-se.c
│   │   ├── ebcdic-fr.c
│   │   ├── ebcdic-is-friss.c
│   │   ├── ebcdic-it.c
│   │   ├── ebcdic-pt.c
│   │   ├── ebcdic-uk.c
│   │   ├── ebcdic-us.c
│   │   ├── ecma-cyrillic.c
│   │   ├── euc-cn.c
│   │   ├── euc-jisx0213.c
│   │   ├── EUC-JISX0213.precomposed
│   │   ├── euc-jp.c
│   │   ├── EUC-JP.irreversible
│   │   ├── euc-jp-ms.c
│   │   ├── EUC-JP-MS.irreversible
│   │   ├── euc-kr.c
│   │   ├── EUC-KR.irreversible
│   │   ├── euc-tw.c
│   │   ├── EUC-TW.irreversible
│   │   ├── extra-module.mk
│   │   ├── gap.awk
│   │   ├── gaptab.awk
│   │   ├── gb18030.c
│   │   ├── gb2312.c
│   │   ├── gb2312.h
│   │   ├── gbbig5.c
│   │   ├── gbgbk.c
│   │   ├── gbk.c
│   │   ├── gconv.map
│   │   ├── gconv-modules
│   │   ├── gen-8bit-gap-1.sh
│   │   ├── gen-8bit-gap.sh
│   │   ├── gen-8bit.sh
│   │   ├── georgian-academy.c
│   │   ├── georgian-ps.c
│   │   ├── gost_19768-74.c
│   │   ├── greek7.c
│   │   ├── greek7-old.c
│   │   ├── greek-ccitt.c
│   │   ├── hp-greek8.c
│   │   ├── hp-roman8.c
│   │   ├── hp-roman9.c
│   │   ├── hp-thai8.c
│   │   ├── hp-turkish8.c
│   │   ├── ibm037.c
│   │   ├── ibm038.c
│   │   ├── ibm1004.c
│   │   ├── ibm1008_420.c
│   │   ├── ibm1008.c
│   │   ├── ibm1008.h
│   │   ├── ibm1025.c
│   │   ├── ibm1025.h
│   │   ├── ibm1026.c
│   │   ├── ibm1046.c
│   │   ├── ibm1046.h
│   │   ├── ibm1047.c
│   │   ├── ibm1097.c
│   │   ├── ibm1097.h
│   │   ├── ibm1112.c
│   │   ├── ibm1112.h
│   │   ├── ibm1122.c
│   │   ├── ibm1122.h
│   │   ├── ibm1123.c
│   │   ├── ibm1123.h
│   │   ├── ibm1124.c
│   │   ├── ibm1124.h
│   │   ├── ibm1129.c
│   │   ├── ibm1129.h
│   │   ├── ibm1130.c
│   │   ├── ibm1130.h
│   │   ├── ibm1132.c
│   │   ├── ibm1132.h
│   │   ├── IBM1132.irreversible
│   │   ├── ibm1133.c
│   │   ├── ibm1133.h
│   │   ├── IBM1133.irreversible
│   │   ├── ibm1137.c
│   │   ├── ibm1137.h
│   │   ├── ibm1140.c
│   │   ├── ibm1140.h
│   │   ├── ibm1141.c
│   │   ├── ibm1141.h
│   │   ├── ibm1142.c
│   │   ├── ibm1142.h
│   │   ├── ibm1143.c
│   │   ├── ibm1143.h
│   │   ├── ibm1144.c
│   │   ├── ibm1144.h
│   │   ├── ibm1145.c
│   │   ├── ibm1145.h
│   │   ├── ibm1146.c
│   │   ├── ibm1146.h
│   │   ├── ibm1147.c
│   │   ├── ibm1147.h
│   │   ├── ibm1148.c
│   │   ├── ibm1148.h
│   │   ├── ibm1149.c
│   │   ├── ibm1149.h
│   │   ├── ibm1153.c
│   │   ├── ibm1153.h
│   │   ├── ibm1154.c
│   │   ├── ibm1154.h
│   │   ├── ibm1155.c
│   │   ├── ibm1155.h
│   │   ├── ibm1156.c
│   │   ├── ibm1156.h
│   │   ├── ibm1157.c
│   │   ├── ibm1157.h
│   │   ├── ibm1158.c
│   │   ├── ibm1158.h
│   │   ├── ibm1160.c
│   │   ├── ibm1160.h
│   │   ├── IBM1160.irreversible
│   │   ├── ibm1161.c
│   │   ├── ibm1161.h
│   │   ├── IBM1161.irreversible
│   │   ├── ibm1162.c
│   │   ├── ibm1162.h
│   │   ├── ibm1163.c
│   │   ├── ibm1163.h
│   │   ├── IBM1163.irreversible
│   │   ├── ibm1164.c
│   │   ├── ibm1164.h
│   │   ├── IBM1164.irreversible
│   │   ├── ibm1166.c
│   │   ├── ibm1166.h
│   │   ├── ibm1167.c
│   │   ├── ibm1167.h
│   │   ├── ibm12712.c
│   │   ├── ibm12712.h
│   │   ├── ibm1364.c
│   │   ├── ibm1364.h
│   │   ├── ibm1371.c
│   │   ├── ibm1371.h
│   │   ├── ibm1388.c
│   │   ├── ibm1388.h
│   │   ├── ibm1390.c
│   │   ├── ibm1390.h
│   │   ├── ibm1399.c
│   │   ├── ibm1399.h
│   │   ├── ibm16804.c
│   │   ├── ibm16804.h
│   │   ├── ibm256.c
│   │   ├── ibm273.c
│   │   ├── ibm274.c
│   │   ├── ibm275.c
│   │   ├── ibm277.c
│   │   ├── ibm278.c
│   │   ├── ibm280.c
│   │   ├── ibm281.c
│   │   ├── ibm284.c
│   │   ├── ibm285.c
│   │   ├── ibm290.c
│   │   ├── ibm297.c
│   │   ├── ibm420.c
│   │   ├── ibm423.c
│   │   ├── ibm424.c
│   │   ├── ibm437.c
│   │   ├── ibm4517.c
│   │   ├── ibm4517.h
│   │   ├── ibm4899.c
│   │   ├── ibm4899.h
│   │   ├── ibm4909.c
│   │   ├── ibm4909.h
│   │   ├── ibm4971.c
│   │   ├── ibm4971.h
│   │   ├── ibm500.c
│   │   ├── ibm5347.c
│   │   ├── ibm5347.h
│   │   ├── ibm803.c
│   │   ├── ibm803.h
│   │   ├── ibm850.c
│   │   ├── ibm851.c
│   │   ├── ibm852.c
│   │   ├── ibm855.c
│   │   ├── ibm856.c
│   │   ├── ibm856.h
│   │   ├── IBM856.irreversible
│   │   ├── ibm857.c
│   │   ├── ibm860.c
│   │   ├── ibm861.c
│   │   ├── ibm862.c
│   │   ├── ibm863.c
│   │   ├── ibm864.c
│   │   ├── ibm865.c
│   │   ├── ibm866.c
│   │   ├── ibm866nav.c
│   │   ├── ibm868.c
│   │   ├── ibm869.c
│   │   ├── ibm870.c
│   │   ├── ibm871.c
│   │   ├── ibm874.c
│   │   ├── ibm875.c
│   │   ├── ibm880.c
│   │   ├── ibm891.c
│   │   ├── ibm901.c
│   │   ├── ibm901.h
│   │   ├── ibm902.c
│   │   ├── ibm902.h
│   │   ├── ibm9030.c
│   │   ├── ibm9030.h
│   │   ├── ibm903.c
│   │   ├── ibm904.c
│   │   ├── ibm905.c
│   │   ├── ibm9066.c
│   │   ├── ibm9066.h
│   │   ├── ibm918.c
│   │   ├── ibm921.c
│   │   ├── ibm921.h
│   │   ├── ibm922.c
│   │   ├── ibm922.h
│   │   ├── IBM922.irreversible
│   │   ├── ibm930.c
│   │   ├── ibm930.h
│   │   ├── ibm932.c
│   │   ├── ibm932.h
│   │   ├── ibm933.c
│   │   ├── ibm933.h
│   │   ├── ibm935.c
│   │   ├── ibm935.h
│   │   ├── ibm937.c
│   │   ├── ibm937.h
│   │   ├── ibm939.c
│   │   ├── ibm939.h
│   │   ├── ibm943.c
│   │   ├── ibm943.h
│   │   ├── ibm9448.c
│   │   ├── ibm9448.h
│   │   ├── iec_p27-1.c
│   │   ├── inis-8.c
│   │   ├── inis.c
│   │   ├── inis-cyrillic.c
│   │   ├── isiri-3342.c
│   │   ├── isiri-3342.h
│   │   ├── ISIRI-3342.irreversible
│   │   ├── iso_10367-box.c
│   │   ├── iso_11548-1.c
│   │   ├── iso-2022-cn.c
│   │   ├── iso-2022-cn-ext.c
│   │   ├── iso-2022-jp-3.c
│   │   ├── iso-2022-jp.c
│   │   ├── iso-2022-kr.c
│   │   ├── iso_2033.c
│   │   ├── iso_5427.c
│   │   ├── iso_5427-ext.c
│   │   ├── iso_5428.c
│   │   ├── iso646.c
│   │   ├── iso_6937-2.c
│   │   ├── iso_6937.c
│   │   ├── iso8859-10.c
│   │   ├── iso8859-11.c
│   │   ├── iso8859-13.c
│   │   ├── iso8859-14.c
│   │   ├── iso8859-15.c
│   │   ├── iso8859-16.c
│   │   ├── iso8859-1.c
│   │   ├── iso8859-2.c
│   │   ├── iso8859-3.c
│   │   ├── iso8859-4.c
│   │   ├── iso8859-5.c
│   │   ├── iso8859-6.c
│   │   ├── iso8859-7.c
│   │   ├── iso8859-8.c
│   │   ├── iso8859-9.c
│   │   ├── iso8859-9e.c
│   │   ├── iso-ir-165.c
│   │   ├── iso-ir-165.h
│   │   ├── iso-ir-197.c
│   │   ├── iso-ir-209.c
│   │   ├── jis0201.c
│   │   ├── jis0201.h
│   │   ├── jis0208.c
│   │   ├── jis0208.h
│   │   ├── jis0212.c
│   │   ├── jis0212.h
│   │   ├── jisx0213.c
│   │   ├── jisx0213.h
│   │   ├── JISX0213.TXT
│   │   ├── johab.c
│   │   ├── koi-8.c
│   │   ├── koi8-r.c
│   │   ├── koi8-ru.c
│   │   ├── koi8-t.c
│   │   ├── koi8-u.c
│   │   ├── ksc5601.c
│   │   ├── ksc5601.h
│   │   ├── latin-greek-1.c
│   │   ├── latin-greek.c
│   │   ├── mac-centraleurope.c
│   │   ├── macintosh.c
│   │   ├── mac-is.c
│   │   ├── mac-sami.c
│   │   ├── mac-uk.c
│   │   ├── Makefile
│   │   ├── mik.c
│   │   ├── MISSING
│   │   ├── nats-dano.c
│   │   ├── nats-sefi.c
│   │   ├── pt154.c
│   │   ├── rk1048.c
│   │   ├── run-iconv-test.sh
│   │   ├── sami-ws2.c
│   │   ├── shift_jisx0213.c
│   │   ├── SHIFT_JISX0213.irreversible
│   │   ├── SHIFT_JISX0213.precomposed
│   │   ├── sjis.c
│   │   ├── SJIS.irreversible
│   │   ├── t.61.c
│   │   ├── tcvn5712-1.c
│   │   ├── TCVN5712-1.precomposed
│   │   ├── testdata
│   │   │   ├── alfabeta..UTF-16.BE
│   │   │   ├── alfabeta..UTF-16.LE
│   │   │   ├── alfabeta..UTF-32.BE
│   │   │   ├── alfabeta..UTF-32.LE
│   │   │   ├── alfabeta..UTF-8
│   │   │   ├── ANSI_X3.4-1968
│   │   │   ├── BIG5HKSCS
│   │   │   ├── BIG5HKSCS..UTF8
│   │   │   ├── BRF
│   │   │   ├── BRF..UTF8
│   │   │   ├── BS_4730
│   │   │   ├── BS_4730..UTF8
│   │   │   ├── CP1250
│   │   │   ├── CP1250..UTF8
│   │   │   ├── CP1251
│   │   │   ├── CP1251..UTF8
│   │   │   ├── CP1252
│   │   │   ├── CP1252..UTF8
│   │   │   ├── CP1253
│   │   │   ├── CP1253..UTF8
│   │   │   ├── CP1254
│   │   │   ├── CP1254..UTF8
│   │   │   ├── CP1255
│   │   │   ├── CP1255..UTF8
│   │   │   ├── CP1256
│   │   │   ├── CP1256..UTF8
│   │   │   ├── CP1257
│   │   │   ├── CP1257..UTF8
│   │   │   ├── CP1258
│   │   │   ├── CP1258..UTF8
│   │   │   ├── CP770
│   │   │   ├── CP770..UTF8
│   │   │   ├── CP771
│   │   │   ├── CP771..UTF8
│   │   │   ├── CP772
│   │   │   ├── CP772..UTF8
│   │   │   ├── CP773
│   │   │   ├── CP773..UTF8
│   │   │   ├── CP774
│   │   │   ├── CP774..UTF8
│   │   │   ├── CSA_Z243.4-1985-1
│   │   │   ├── CSA_Z243.4-1985-1..UCS-2BE
│   │   │   ├── CSA_Z243.4-1985-2
│   │   │   ├── CSA_Z243.4-1985-2..UCS4
│   │   │   ├── DIN_66003
│   │   │   ├── DIN_66003..UTF8
│   │   │   ├── DS_2089
│   │   │   ├── DS_2089..UTF8
│   │   │   ├── ES
│   │   │   ├── ES2
│   │   │   ├── ES2..UTF8
│   │   │   ├── ES..UTF8
│   │   │   ├── EUC-CN
│   │   │   ├── EUC-CN..UTF8
│   │   │   ├── EUC-JISX0213
│   │   │   ├── EUC-JISX0213..UTF8
│   │   │   ├── EUC-JP
│   │   │   ├── EUC-JP..UTF8
│   │   │   ├── EUC-KR
│   │   │   ├── EUC-KR..UTF8
│   │   │   ├── EUC-TW
│   │   │   ├── EUC-TW..UTF8
│   │   │   ├── GB_1988-80
│   │   │   ├── GB_1988-80..UTF8
│   │   │   ├── GBK
│   │   │   ├── GBK..UTF8
│   │   │   ├── IBM1008
│   │   │   ├── IBM1008..UTF8
│   │   │   ├── IBM1025
│   │   │   ├── IBM1025..UTF8
│   │   │   ├── IBM1046
│   │   │   ├── IBM1046..UTF8
│   │   │   ├── IBM1097
│   │   │   ├── IBM1097..UTF8
│   │   │   ├── IBM1112
│   │   │   ├── IBM1112..UTF8
│   │   │   ├── IBM1122
│   │   │   ├── IBM1122..UTF8
│   │   │   ├── IBM1123
│   │   │   ├── IBM1123..UTF8
│   │   │   ├── IBM1124
│   │   │   ├── IBM1124..UTF8
│   │   │   ├── IBM1129
│   │   │   ├── IBM1129..UTF8
│   │   │   ├── IBM1130
│   │   │   ├── IBM1130..UTF8
│   │   │   ├── IBM1132
│   │   │   ├── IBM1132..UTF8
│   │   │   ├── IBM1133
│   │   │   ├── IBM1133..UTF8
│   │   │   ├── IBM1137
│   │   │   ├── IBM1137..UTF8
│   │   │   ├── IBM1140
│   │   │   ├── IBM1140..UTF8
│   │   │   ├── IBM1141
│   │   │   ├── IBM1141..UTF8
│   │   │   ├── IBM1142
│   │   │   ├── IBM1142..UTF8
│   │   │   ├── IBM1143
│   │   │   ├── IBM1143..UTF8
│   │   │   ├── IBM1144
│   │   │   ├── IBM1144..UTF8
│   │   │   ├── IBM1145
│   │   │   ├── IBM1145..UTF8
│   │   │   ├── IBM1146
│   │   │   ├── IBM1146..UTF8
│   │   │   ├── IBM1147
│   │   │   ├── IBM1147..UTF8
│   │   │   ├── IBM1148
│   │   │   ├── IBM1148..UTF8
│   │   │   ├── IBM1149
│   │   │   ├── IBM1149..UTF8
│   │   │   ├── IBM1153
│   │   │   ├── IBM1153..UTF8
│   │   │   ├── IBM1154
│   │   │   ├── IBM1154..UTF8
│   │   │   ├── IBM1155
│   │   │   ├── IBM1155..UTF8
│   │   │   ├── IBM1156
│   │   │   ├── IBM1156..UTF8
│   │   │   ├── IBM1157
│   │   │   ├── IBM1157..UTF8
│   │   │   ├── IBM1158
│   │   │   ├── IBM1158..UTF8
│   │   │   ├── IBM1160
│   │   │   ├── IBM1160..UTF8
│   │   │   ├── IBM1161
│   │   │   ├── IBM1161..UTF8
│   │   │   ├── IBM1162
│   │   │   ├── IBM1162..UTF8
│   │   │   ├── IBM1163
│   │   │   ├── IBM1163..UTF8
│   │   │   ├── IBM1164
│   │   │   ├── IBM1164..UTF8
│   │   │   ├── IBM1166
│   │   │   ├── IBM1166..UTF8
│   │   │   ├── IBM1167
│   │   │   ├── IBM1167..UTF8
│   │   │   ├── IBM12712
│   │   │   ├── IBM12712..UTF8
│   │   │   ├── IBM1364
│   │   │   ├── IBM1364..UTF8
│   │   │   ├── IBM1371
│   │   │   ├── IBM1371..UTF8
│   │   │   ├── IBM1388
│   │   │   ├── IBM1388..UTF8
│   │   │   ├── IBM1390
│   │   │   ├── IBM1390..UTF8
│   │   │   ├── IBM1399
│   │   │   ├── IBM1399..UTF8
│   │   │   ├── IBM16804
│   │   │   ├── IBM16804..UTF8
│   │   │   ├── IBM4517
│   │   │   ├── IBM4517..UTF8
│   │   │   ├── IBM4899
│   │   │   ├── IBM4899..UTF8
│   │   │   ├── IBM4909
│   │   │   ├── IBM4909..UTF8
│   │   │   ├── IBM4971
│   │   │   ├── IBM4971..UTF8
│   │   │   ├── IBM5347
│   │   │   ├── IBM5347..UTF8
│   │   │   ├── IBM803
│   │   │   ├── IBM803..UTF8
│   │   │   ├── IBM856
│   │   │   ├── IBM856..UTF8
│   │   │   ├── IBM901
│   │   │   ├── IBM901..UTF8
│   │   │   ├── IBM902
│   │   │   ├── IBM902..UTF8
│   │   │   ├── IBM9030
│   │   │   ├── IBM9030..UTF8
│   │   │   ├── IBM9066
│   │   │   ├── IBM9066..UTF8
│   │   │   ├── IBM921
│   │   │   ├── IBM921..UTF8
│   │   │   ├── IBM922
│   │   │   ├── IBM922..UTF8
│   │   │   ├── IBM930
│   │   │   ├── IBM930..UTF8
│   │   │   ├── IBM932
│   │   │   ├── IBM932..UTF8
│   │   │   ├── IBM933
│   │   │   ├── IBM933..UTF8
│   │   │   ├── IBM935
│   │   │   ├── IBM935..UTF8
│   │   │   ├── IBM937
│   │   │   ├── IBM937..UTF8
│   │   │   ├── IBM939
│   │   │   ├── IBM939..UTF8
│   │   │   ├── IBM943
│   │   │   ├── IBM943..UTF8
│   │   │   ├── IBM9448
│   │   │   ├── IBM9448..UTF8
│   │   │   ├── ISO_11548-1
│   │   │   ├── ISO_11548-1..UTF8
│   │   │   ├── ISO-2022-CN
│   │   │   ├── ISO-2022-CN-EXT
│   │   │   ├── ISO-2022-CN-EXT..UTF8
│   │   │   ├── ISO-2022-CN..UTF8
│   │   │   ├── ISO-2022-JP
│   │   │   ├── ISO-2022-JP-2
│   │   │   ├── ISO-2022-JP-2..UTF8
│   │   │   ├── ISO-2022-JP-3
│   │   │   ├── ISO-2022-JP-3..UTF8
│   │   │   ├── ISO-2022-JP..UTF8
│   │   │   ├── ISO-2022-KR
│   │   │   ├── ISO-2022-KR..UTF8
│   │   │   ├── ISO-8859-1
│   │   │   ├── ISO-8859-10
│   │   │   ├── ISO-8859-10..UCS-2BE
│   │   │   ├── ISO-8859-14
│   │   │   ├── ISO-8859-14..UTF8
│   │   │   ├── ISO-8859-15
│   │   │   ├── ISO-8859-15..UTF8
│   │   │   ├── ISO-8859-1..UTF8
│   │   │   ├── ISO-8859-2
│   │   │   ├── ISO-8859-2..UCS4
│   │   │   ├── ISO-8859-2..UTF8
│   │   │   ├── ISO-8859-3
│   │   │   ├── ISO-8859-4
│   │   │   ├── ISO-8859-5
│   │   │   ├── ISO-8859-6
│   │   │   ├── ISO-8859-7
│   │   │   ├── ISO-8859-8
│   │   │   ├── ISO-8859-9
│   │   │   ├── IT
│   │   │   ├── IT..UTF8
│   │   │   ├── JIS_C6220-1969-RO
│   │   │   ├── JIS_C6220-1969-RO..UTF8
│   │   │   ├── JIS_C6229-1984-B
│   │   │   ├── JIS_C6229-1984-B..UTF8
│   │   │   ├── JUS_I.B1.002
│   │   │   ├── JUS_I.B1.002..UTF8
│   │   │   ├── KOI-8
│   │   │   ├── KOI8-R
│   │   │   ├── KOI8-R..UTF8
│   │   │   ├── KOI-8..UTF8
│   │   │   ├── KSC5636
│   │   │   ├── KSC5636..UTF8
│   │   │   ├── MIK
│   │   │   ├── MIK..UTF8
│   │   │   ├── MSZ_7795.3
│   │   │   ├── MSZ_7795.3..UTF8
│   │   │   ├── NC_NC00-10
│   │   │   ├── NC_NC00-10..UTF8
│   │   │   ├── NF_Z_62-010
│   │   │   ├── NF_Z_62-010_1973
│   │   │   ├── NF_Z_62-010_1973..UTF8
│   │   │   ├── NF_Z_62-010..UTF8
│   │   │   ├── NS_4551-1
│   │   │   ├── NS_4551-1..UTF8
│   │   │   ├── NS_4551-2
│   │   │   ├── NS_4551-2..UTF8
│   │   │   ├── PT
│   │   │   ├── PT2
│   │   │   ├── PT2..UTF8
│   │   │   ├── PT..UTF8
│   │   │   ├── SEN_850200_B
│   │   │   ├── SEN_850200_B..UTF8
│   │   │   ├── SEN_850200_C
│   │   │   ├── SEN_850200_C..UTF8
│   │   │   ├── SHIFT_JISX0213
│   │   │   ├── SHIFT_JISX0213..UTF8
│   │   │   ├── suntzus
│   │   │   ├── TCVN-5712
│   │   │   ├── TCVN-5712..UTF8
│   │   │   ├── TSCII
│   │   │   ├── TSCII..UTF8
│   │   │   ├── UTF-7
│   │   │   ├── UTF-7..UTF8
│   │   │   ├── WINDOWS-1255
│   │   │   ├── WINDOWS-1255..UTF8
│   │   │   ├── WINDOWS-1258
│   │   │   └── WINDOWS-1258..UTF8
│   │   ├── TESTS
│   │   ├── TESTS2
│   │   ├── tis-620.c
│   │   ├── tscii.c
│   │   ├── TSCII.irreversible
│   │   ├── TSCII.precomposed
│   │   ├── tst-e2big.c
│   │   ├── tst-iconv4.c
│   │   ├── tst-iconv6.c
│   │   ├── tst-iconv7.c
│   │   ├── tst-loading.c
│   │   ├── tst-table-charmap.sh
│   │   ├── tst-table-from.c
│   │   ├── tst-table.sh
│   │   ├── tst-tables.sh
│   │   ├── tst-table-to.c
│   │   ├── uhc.c
│   │   ├── unicode.c
│   │   ├── utf-16.c
│   │   ├── utf-32.c
│   │   ├── utf-7.c
│   │   └── viscii.c
│   ├── include
│   │   ├── aio.h
│   │   ├── aliases.h
│   │   ├── alloca.h
│   │   ├── argp.h
│   │   ├── argz.h
│   │   ├── arpa
│   │   │   ├── ftp.h
│   │   │   ├── inet.h
│   │   │   ├── nameser_compat.h
│   │   │   ├── nameser.h
│   │   │   ├── telnet.h
│   │   │   └── tftp.h
│   │   ├── assert.h
│   │   ├── atomic.h
│   │   ├── bits
│   │   │   ├── cmathcalls.h
│   │   │   ├── dlfcn.h
│   │   │   ├── error.h
│   │   │   ├── fcntl2.h
│   │   │   ├── locale.h
│   │   │   ├── mathcalls.h
│   │   │   ├── poll2.h
│   │   │   ├── posix1_lim.h
│   │   │   ├── posix2_lim.h
│   │   │   ├── select2.h
│   │   │   ├── setjmp2.h
│   │   │   ├── socket2.h
│   │   │   ├── stab.def
│   │   │   ├── stdlib-float.h
│   │   │   ├── stdlib.h
│   │   │   ├── string2.h
│   │   │   ├── string3.h
│   │   │   ├── strings_fortified.h
│   │   │   ├── syslog.h
│   │   │   ├── types
│   │   │   │   ├── clockid_t.h
│   │   │   │   ├── clock_t.h
│   │   │   │   ├── struct_itimerspec.h
│   │   │   │   ├── struct_osockaddr.h
│   │   │   │   ├── struct_timespec.h
│   │   │   │   ├── struct_timeval.h
│   │   │   │   ├── struct_tm.h
│   │   │   │   ├── timer_t.h
│   │   │   │   └── time_t.h
│   │   │   ├── unistd.h
│   │   │   ├── wchar2.h
│   │   │   └── xopen_lim.h
│   │   ├── byteswap.h
│   │   ├── caller.h
│   │   ├── complex.h
│   │   ├── cpio.h
│   │   ├── crypt.h
│   │   ├── ctype.h
│   │   ├── des.h
│   │   ├── dirent.h
│   │   ├── dlfcn.h
│   │   ├── elf.h
│   │   ├── endian.h
│   │   ├── envz.h
│   │   ├── err.h
│   │   ├── errno.h
│   │   ├── error.h
│   │   ├── execinfo.h
│   │   ├── fcntl.h
│   │   ├── features.h
│   │   ├── fenv.h
│   │   ├── fmtmsg.h
│   │   ├── fnmatch.h
│   │   ├── fpu_control.h
│   │   ├── ftw.h
│   │   ├── gconv.h
│   │   ├── getopt.h
│   │   ├── getopt_int.h
│   │   ├── glob.h
│   │   ├── gmp.h
│   │   ├── gnu
│   │   │   ├── libc-version.h
│   │   │   └── stubs.h
│   │   ├── gnu-versions.h
│   │   ├── grp.h
│   │   ├── grp-merge.h
│   │   ├── gshadow.h
│   │   ├── iconv.h
│   │   ├── ifaddrs.h
│   │   ├── ifunc-impl-list.h
│   │   ├── inline-hashtab.h
│   │   ├── langinfo.h
│   │   ├── libc-internal.h
│   │   ├── libc-symbols.h
│   │   ├── libgen.h
│   │   ├── libintl.h
│   │   ├── libio.h
│   │   ├── limits.h
│   │   ├── link.h
│   │   ├── list.h
│   │   ├── locale.h
│   │   ├── malloc.h
│   │   ├── math.h
│   │   ├── mcheck.h
│   │   ├── memory.h
│   │   ├── mntent.h
│   │   ├── monetary.h
│   │   ├── mqueue.h
│   │   ├── net
│   │   │   └── if.h
│   │   ├── netdb.h
│   │   ├── netgroup.h
│   │   ├── netinet
│   │   │   ├── ether.h
│   │   │   └── in.h
│   │   ├── nl_types.h
│   │   ├── nss.h
│   │   ├── nsswitch.h
│   │   ├── obstack.h
│   │   ├── poll.h
│   │   ├── printf.h
│   │   ├── programs
│   │   │   └── xmalloc.h
│   │   ├── protocols
│   │   │   ├── routed.h
│   │   │   ├── rwhod.h
│   │   │   ├── talkd.h
│   │   │   └── timed.h
│   │   ├── pthread.h
│   │   ├── pty.h
│   │   ├── pwd.h
│   │   ├── regex.h
│   │   ├── resolv.h
│   │   ├── rounding-mode.h
│   │   ├── rpc
│   │   │   ├── auth_des.h
│   │   │   ├── auth.h
│   │   │   ├── auth_unix.h
│   │   │   ├── clnt.h
│   │   │   ├── des_crypt.h
│   │   │   ├── key_prot.h
│   │   │   ├── netdb.h
│   │   │   ├── pmap_clnt.h
│   │   │   ├── pmap_prot.h
│   │   │   ├── pmap_rmt.h
│   │   │   ├── rpc.h
│   │   │   ├── rpc_msg.h
│   │   │   ├── svc_auth.h
│   │   │   ├── svc.h
│   │   │   ├── types.h
│   │   │   └── xdr.h
│   │   ├── rpcsvc
│   │   │   ├── nis_callback.h
│   │   │   ├── nis.h
│   │   │   ├── nislib.h
│   │   │   ├── nis_tags.h
│   │   │   ├── ypclnt.h
│   │   │   ├── yp.h
│   │   │   └── ypupd.h
│   │   ├── sched.h
│   │   ├── scratch_buffer.h
│   │   ├── search.h
│   │   ├── set-hooks.h
│   │   ├── setjmp.h
│   │   ├── sgtty.h
│   │   ├── shadow.h
│   │   ├── shlib-compat.h
│   │   ├── signal.h
│   │   ├── spawn.h
│   │   ├── stab.h
│   │   ├── stackinfo.h
│   │   ├── stap-probe.h
│   │   ├── stdc-predef.h
│   │   ├── stdio_ext.h
│   │   ├── stdio.h
│   │   ├── stdlib.h
│   │   ├── string.h
│   │   ├── strings.h
│   │   ├── stropts.h
│   │   ├── stubs-prologue.h
│   │   ├── sys
│   │   │   ├── auxv.h
│   │   │   ├── bitypes.h
│   │   │   ├── cdefs.h
│   │   │   ├── dir.h
│   │   │   ├── epoll.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── file.h
│   │   │   ├── gmon.h
│   │   │   ├── gmon_out.h
│   │   │   ├── ioctl.h
│   │   │   ├── ipc.h
│   │   │   ├── mman.h
│   │   │   ├── msg.h
│   │   │   ├── param.h
│   │   │   ├── poll.h
│   │   │   ├── prctl.h
│   │   │   ├── profil.h
│   │   │   ├── queue.h
│   │   │   ├── resource.h
│   │   │   ├── select.h
│   │   │   ├── sem.h
│   │   │   ├── sendfile.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── statfs.h
│   │   │   ├── stat.h
│   │   │   ├── statvfs.h
│   │   │   ├── sysctl.h
│   │   │   ├── sysinfo.h
│   │   │   ├── syslog.h
│   │   │   ├── sysmacros.h
│   │   │   ├── termios.h
│   │   │   ├── timeb.h
│   │   │   ├── time.h
│   │   │   ├── times.h
│   │   │   ├── types.h
│   │   │   ├── uio.h
│   │   │   ├── un.h
│   │   │   ├── unistd.h
│   │   │   ├── utsname.h
│   │   │   ├── vlimit.h
│   │   │   ├── vtimes.h
│   │   │   ├── wait.h
│   │   │   └── xattr.h
│   │   ├── syscall.h
│   │   ├── sysexits.h
│   │   ├── syslog.h
│   │   ├── tar.h
│   │   ├── termios.h
│   │   ├── tgmath.h
│   │   ├── time.h
│   │   ├── ttyent.h
│   │   ├── uchar.h
│   │   ├── ucontext.h
│   │   ├── ulimit.h
│   │   ├── unistd.h
│   │   ├── utime.h
│   │   ├── utmp.h
│   │   ├── values.h
│   │   ├── wchar.h
│   │   ├── wctype.h
│   │   ├── wordexp.h
│   │   └── xlocale.h
│   ├── inet
│   │   ├── aliases.h
│   │   ├── arpa
│   │   │   ├── ftp.h
│   │   │   ├── inet.h
│   │   │   ├── telnet.h
│   │   │   └── tftp.h
│   │   ├── bug-if1.c
│   │   ├── check_native.c
│   │   ├── check_pf.c
│   │   ├── ether_aton.c
│   │   ├── ether_aton_r.c
│   │   ├── ether_hton.c
│   │   ├── ether_line.c
│   │   ├── ether_ntoa.c
│   │   ├── ether_ntoa_r.c
│   │   ├── ether_ntoh.c
│   │   ├── getaliasent.c
│   │   ├── getaliasent_r.c
│   │   ├── getaliasname.c
│   │   ├── getaliasname_r.c
│   │   ├── gethstbyad.c
│   │   ├── gethstbyad_r.c
│   │   ├── gethstbynm2.c
│   │   ├── gethstbynm2_r.c
│   │   ├── gethstbynm.c
│   │   ├── gethstbynm_r.c
│   │   ├── gethstent.c
│   │   ├── gethstent_r.c
│   │   ├── getipv4sourcefilter.c
│   │   ├── getnameinfo.c
│   │   ├── getnetbyad.c
│   │   ├── getnetbyad_r.c
│   │   ├── getnetbynm.c
│   │   ├── getnetbynm_r.c
│   │   ├── getnetent.c
│   │   ├── getnetent_r.c
│   │   ├── getnetgrent.c
│   │   ├── getnetgrent_r.c
│   │   ├── getproto.c
│   │   ├── getproto_r.c
│   │   ├── getprtent.c
│   │   ├── getprtent_r.c
│   │   ├── getprtname.c
│   │   ├── getprtname_r.c
│   │   ├── getservent.c
│   │   ├── getservent_r.c
│   │   ├── getsourcefilter.c
│   │   ├── getsrvbynm.c
│   │   ├── getsrvbynm_r.c
│   │   ├── getsrvbypt.c
│   │   ├── getsrvbypt_r.c
│   │   ├── herrno.c
│   │   ├── herrno-loc.c
│   │   ├── htonl.c
│   │   ├── htons.c
│   │   ├── htontest.c
│   │   ├── ifaddrs.c
│   │   ├── ifaddrs.h
│   │   ├── if_index.c
│   │   ├── ifreq.c
│   │   ├── in6_addr.c
│   │   ├── inet6_opt.c
│   │   ├── inet6_option.c
│   │   ├── inet6_rth.c
│   │   ├── inet6_scopeid_pton.c
│   │   ├── inet_lnaof.c
│   │   ├── inet_mkadr.c
│   │   ├── inet_net.c
│   │   ├── inet_netof.c
│   │   ├── inet_ntoa.c
│   │   ├── Makefile
│   │   ├── netgroup.h
│   │   ├── netinet
│   │   │   ├── ether.h
│   │   │   ├── icmp6.h
│   │   │   ├── igmp.h
│   │   │   ├── in.h
│   │   │   └── ip6.h
│   │   ├── net-internal.h
│   │   ├── protocols
│   │   │   ├── routed.h
│   │   │   ├── rwhod.h
│   │   │   ├── talkd.h
│   │   │   └── timed.h
│   │   ├── rcmd.c
│   │   ├── rexec.c
│   │   ├── ruserpass.c
│   │   ├── setipv4sourcefilter.c
│   │   ├── setsourcefilter.c
│   │   ├── test-hnto-types.c
│   │   ├── test-ifaddrs.c
│   │   ├── test_ifindex.c
│   │   ├── test-inet6_opt.c
│   │   ├── tst-checks.c
│   │   ├── tst-checks-posix.c
│   │   ├── tst-ether_aton.c
│   │   ├── tst-ether_line.c
│   │   ├── tst-gethnm.c
│   │   ├── tst-getni1.c
│   │   ├── tst-getni2.c
│   │   ├── tst-inet6_rth.c
│   │   ├── tst-inet6_scopeid_pton.c
│   │   ├── tst-network.c
│   │   ├── tst-ntoa.c
│   │   ├── tst-sockaddr.c
│   │   └── Versions
│   ├── INSTALL
│   ├── intl
│   │   ├── bindtextdom.c
│   │   ├── dcgettext.c
│   │   ├── dcigettext.c
│   │   ├── dcngettext.c
│   │   ├── Depend
│   │   ├── dgettext.c
│   │   ├── dngettext.c
│   │   ├── eval-plural.h
│   │   ├── explodename.c
│   │   ├── finddomain.c
│   │   ├── gettext.c
│   │   ├── gettextP.h
│   │   ├── gmo.h
│   │   ├── hash-string.c
│   │   ├── hash-string.h
│   │   ├── l10nflist.c
│   │   ├── libintl.h
│   │   ├── loadinfo.h
│   │   ├── loadmsgcat.c
│   │   ├── locale.alias
│   │   ├── localealias.c
│   │   ├── Makefile
│   │   ├── ngettext.c
│   │   ├── plural.c
│   │   ├── plural-exp.c
│   │   ├── plural-exp.h
│   │   ├── plural.y
│   │   ├── po2test.awk
│   │   ├── textdomain.c
│   │   ├── translit.po
│   │   ├── tst-codeset.c
│   │   ├── tstcodeset.po
│   │   ├── tst-gettext2.c
│   │   ├── tst-gettext2.sh
│   │   ├── tst-gettext3.c
│   │   ├── tst-gettext4.c
│   │   ├── tst-gettext4-de.po
│   │   ├── tst-gettext4-fr.po
│   │   ├── tst-gettext4.sh
│   │   ├── tst-gettext5.c
│   │   ├── tst-gettext6.c
│   │   ├── tst-gettext6.sh
│   │   ├── tst-gettext.c
│   │   ├── tst-gettext.sh
│   │   ├── tstlang1.po
│   │   ├── tstlang2.po
│   │   ├── tst-ngettext.c
│   │   ├── tst-translit.c
│   │   ├── tst-translit.sh
│   │   └── Versions
│   ├── io
│   │   ├── access.c
│   │   ├── bits
│   │   │   ├── fcntl2.h
│   │   │   └── poll2.h
│   │   ├── bug-ftw1.c
│   │   ├── bug-ftw2.c
│   │   ├── bug-ftw3.c
│   │   ├── bug-ftw4.c
│   │   ├── bug-ftw5.c
│   │   ├── chdir.c
│   │   ├── chmod.c
│   │   ├── chown.c
│   │   ├── close.c
│   │   ├── creat64.c
│   │   ├── creat.c
│   │   ├── dup2.c
│   │   ├── dup3.c
│   │   ├── dup.c
│   │   ├── euidaccess.c
│   │   ├── faccessat.c
│   │   ├── fchdir.c
│   │   ├── fchmodat.c
│   │   ├── fchmod.c
│   │   ├── fchownat.c
│   │   ├── fchown.c
│   │   ├── fcntl.c
│   │   ├── fcntl.h
│   │   ├── flock.c
│   │   ├── fstat64.c
│   │   ├── fstatat64.c
│   │   ├── fstatat.c
│   │   ├── fstat.c
│   │   ├── fstatfs64.c
│   │   ├── fstatfs.c
│   │   ├── fstatvfs64.c
│   │   ├── fstatvfs.c
│   │   ├── fts64.c
│   │   ├── fts.c
│   │   ├── fts.h
│   │   ├── ftw64.c
│   │   ├── ftw.c
│   │   ├── ftw.h
│   │   ├── ftwtest.c
│   │   ├── ftwtest-sh
│   │   ├── futimens.c
│   │   ├── fxstat64.c
│   │   ├── fxstatat64.c
│   │   ├── fxstatat.c
│   │   ├── fxstat.c
│   │   ├── getcwd.c
│   │   ├── getdirname.c
│   │   ├── getwd.c
│   │   ├── have_o_cloexec.c
│   │   ├── isatty.c
│   │   ├── lchmod.c
│   │   ├── lchown.c
│   │   ├── linkat.c
│   │   ├── link.c
│   │   ├── lockf64.c
│   │   ├── lockf.c
│   │   ├── lseek64.c
│   │   ├── lseek.c
│   │   ├── lstat64.c
│   │   ├── lstat.c
│   │   ├── lxstat64.c
│   │   ├── lxstat.c
│   │   ├── Makefile
│   │   ├── mkdirat.c
│   │   ├── mkdir.c
│   │   ├── mkfifoat.c
│   │   ├── mkfifo.c
│   │   ├── mknodat.c
│   │   ├── mknod.c
│   │   ├── open_2.c
│   │   ├── open64_2.c
│   │   ├── open64.c
│   │   ├── openat_2.c
│   │   ├── openat64_2.c
│   │   ├── openat64.c
│   │   ├── openat.c
│   │   ├── open.c
│   │   ├── pipe2.c
│   │   ├── pipe.c
│   │   ├── poll.c
│   │   ├── poll.h
│   │   ├── posix_fadvise64.c
│   │   ├── posix_fadvise.c
│   │   ├── posix_fallocate64.c
│   │   ├── posix_fallocate.c
│   │   ├── ppoll.c
│   │   ├── pwd.c
│   │   ├── read.c
│   │   ├── readlinkat.c
│   │   ├── readlink.c
│   │   ├── rmdir.c
│   │   ├── sendfile64.c
│   │   ├── sendfile.c
│   │   ├── stat64.c
│   │   ├── stat.c
│   │   ├── statfs64.c
│   │   ├── statfs.c
│   │   ├── statvfs64.c
│   │   ├── statvfs.c
│   │   ├── symlinkat.c
│   │   ├── symlink.c
│   │   ├── sys
│   │   │   ├── fcntl.h
│   │   │   ├── poll.h
│   │   │   ├── sendfile.h
│   │   │   ├── statfs.h
│   │   │   ├── stat.h
│   │   │   ├── statvfs.h
│   │   │   └── vfs.h
│   │   ├── test-lfs.c
│   │   ├── test-stat2.c
│   │   ├── test-stat.c
│   │   ├── test-utime.c
│   │   ├── tst-faccessat.c
│   │   ├── tst-fchmodat.c
│   │   ├── tst-fchownat.c
│   │   ├── tst-fcntl.c
│   │   ├── tst-fstatat.c
│   │   ├── tst-fts.c
│   │   ├── tst-fts-lfs.c
│   │   ├── tst-futimesat.c
│   │   ├── tst-getcwd.c
│   │   ├── tst-linkat.c
│   │   ├── tst-mkdirat.c
│   │   ├── tst-mkfifoat.c
│   │   ├── tst-mknodat.c
│   │   ├── tst-openat.c
│   │   ├── tst-open-tmpfile.c
│   │   ├── tst-posix_fallocate64.c
│   │   ├── tst-posix_fallocate.c
│   │   ├── tst-posix_fallocate-common.c
│   │   ├── tst-readlinkat.c
│   │   ├── tst-renameat.c
│   │   ├── tst-statvfs.c
│   │   ├── tst-symlinkat.c
│   │   ├── tst-ttyname_r.c
│   │   ├── tst-unlinkat.c
│   │   ├── ttyname.c
│   │   ├── ttyname_r.c
│   │   ├── umask.c
│   │   ├── unlinkat.c
│   │   ├── unlink.c
│   │   ├── utime.c
│   │   ├── utime.h
│   │   ├── utimensat.c
│   │   ├── Versions
│   │   ├── write.c
│   │   ├── xmknodat.c
│   │   ├── xmknod.c
│   │   ├── xstat64.c
│   │   └── xstat.c
│   ├── libc-abis
│   ├── libidn
│   │   ├── Banner
│   │   ├── ChangeLog
│   │   ├── configure
│   │   ├── configure.ac
│   │   ├── gunicomp.h
│   │   ├── gunidecomp.h
│   │   ├── iconvme.c
│   │   ├── iconvme.h
│   │   ├── idna.c
│   │   ├── idna.h
│   │   ├── idn-stub.c
│   │   ├── Makefile
│   │   ├── nfkc.c
│   │   ├── profiles.c
│   │   ├── punycode.c
│   │   ├── punycode.h
│   │   ├── rfc3454.c
│   │   ├── shlib-versions
│   │   ├── stringprep.c
│   │   ├── stringprep.h
│   │   ├── toutf8.c
│   │   └── Versions
│   ├── libio
│   │   ├── bits
│   │   │   ├── libio-ldbl.h
│   │   │   ├── stdio2.h
│   │   │   ├── stdio.h
│   │   │   └── stdio-ldbl.h
│   │   ├── bug-fopena+.c
│   │   ├── bug-fseek.c
│   │   ├── bug-ftell.c
│   │   ├── bug-memstream1.c
│   │   ├── bug-mmap-fflush.c
│   │   ├── bug-rewind2.c
│   │   ├── bug-rewind.c
│   │   ├── bug-ungetc2.c
│   │   ├── bug-ungetc3.c
│   │   ├── bug-ungetc4.c
│   │   ├── bug-ungetc.c
│   │   ├── bug-ungetwc1.c
│   │   ├── bug-ungetwc2.c
│   │   ├── bug-wfflush.c
│   │   ├── bug-wmemstream1.c
│   │   ├── bug-wsetpos.c
│   │   ├── clearerr.c
│   │   ├── clearerr_u.c
│   │   ├── Depend
│   │   ├── __fbufsize.c
│   │   ├── fcloseall.c
│   │   ├── feof.c
│   │   ├── feof_u.c
│   │   ├── ferror.c
│   │   ├── ferror_u.c
│   │   ├── filedoalloc.c
│   │   ├── fileno.c
│   │   ├── fileops.c
│   │   ├── __flbf.c
│   │   ├── fmemopen.c
│   │   ├── __fpending.c
│   │   ├── __fpurge.c
│   │   ├── fputc.c
│   │   ├── fputc_u.c
│   │   ├── fputwc.c
│   │   ├── fputwc_u.c
│   │   ├── __freadable.c
│   │   ├── __freading.c
│   │   ├── freopen64.c
│   │   ├── freopen.c
│   │   ├── fseek.c
│   │   ├── fseeko64.c
│   │   ├── fseeko.c
│   │   ├── __fsetlocking.c
│   │   ├── ftello64.c
│   │   ├── ftello.c
│   │   ├── fwide.c
│   │   ├── fwprintf.c
│   │   ├── __fwritable.c
│   │   ├── __fwriting.c
│   │   ├── fwscanf.c
│   │   ├── genops.c
│   │   ├── getc.c
│   │   ├── getchar.c
│   │   ├── getchar_u.c
│   │   ├── getc_u.c
│   │   ├── getwc.c
│   │   ├── getwchar.c
│   │   ├── getwchar_u.c
│   │   ├── getwc_u.c
│   │   ├── iofclose.c
│   │   ├── iofdopen.c
│   │   ├── iofflush.c
│   │   ├── iofflush_u.c
│   │   ├── iofgetpos64.c
│   │   ├── iofgetpos.c
│   │   ├── iofgets.c
│   │   ├── iofgets_u.c
│   │   ├── iofgetws.c
│   │   ├── iofgetws_u.c
│   │   ├── iofopen64.c
│   │   ├── iofopen.c
│   │   ├── iofopncook.c
│   │   ├── iofputs.c
│   │   ├── iofputs_u.c
│   │   ├── iofputws.c
│   │   ├── iofputws_u.c
│   │   ├── iofread.c
│   │   ├── iofread_u.c
│   │   ├── iofsetpos64.c
│   │   ├── iofsetpos.c
│   │   ├── ioftell.c
│   │   ├── iofwide.c
│   │   ├── iofwrite.c
│   │   ├── iofwrite_u.c
│   │   ├── iogetdelim.c
│   │   ├── iogetline.c
│   │   ├── iogets.c
│   │   ├── iogetwline.c
│   │   ├── iolibio.h
│   │   ├── iopadn.c
│   │   ├── iopopen.c
│   │   ├── ioputs.c
│   │   ├── ioseekoff.c
│   │   ├── ioseekpos.c
│   │   ├── iosetbuffer.c
│   │   ├── iosetvbuf.c
│   │   ├── ioungetc.c
│   │   ├── ioungetwc.c
│   │   ├── iovdprintf.c
│   │   ├── iovsprintf.c
│   │   ├── iovsscanf.c
│   │   ├── iovswscanf.c
│   │   ├── iowpadn.c
│   │   ├── libc_fatal.c
│   │   ├── libio.h
│   │   ├── libioP.h
│   │   ├── Makefile
│   │   ├── memstream.c
│   │   ├── obprintf.c
│   │   ├── oldfileops.c
│   │   ├── oldfmemopen.c
│   │   ├── oldiofclose.c
│   │   ├── oldiofdopen.c
│   │   ├── oldiofgetpos64.c
│   │   ├── oldiofgetpos.c
│   │   ├── oldiofopen.c
│   │   ├── oldiofsetpos64.c
│   │   ├── oldiofsetpos.c
│   │   ├── oldiopopen.c
│   │   ├── oldpclose.c
│   │   ├── oldstdfiles.c
│   │   ├── oldtmpfile.c
│   │   ├── pclose.c
│   │   ├── peekc.c
│   │   ├── putc.c
│   │   ├── putchar.c
│   │   ├── putchar_u.c
│   │   ├── putc_u.c
│   │   ├── putwc.c
│   │   ├── putwchar.c
│   │   ├── putwchar_u.c
│   │   ├── putwc_u.c
│   │   ├── rewind.c
│   │   ├── setbuf.c
│   │   ├── setlinebuf.c
│   │   ├── stdfiles.c
│   │   ├── stdio.c
│   │   ├── stdio.h
│   │   ├── strfile.h
│   │   ├── strops.c
│   │   ├── swprintf.c
│   │   ├── swscanf.c
│   │   ├── test-fmemopen.c
│   │   ├── test-freopen.c
│   │   ├── test-freopen.sh
│   │   ├── tst-atime.c
│   │   ├── tst-eof.c
│   │   ├── tst-ext2.c
│   │   ├── tst-ext.c
│   │   ├── tst-fgetwc.c
│   │   ├── tst-fgetwc.input
│   │   ├── tst-fgetws.c
│   │   ├── tst-fopenloc2.c
│   │   ├── tst-fopenloc.c
│   │   ├── tst-fputws.c
│   │   ├── tst-freopen.c
│   │   ├── tst-fseek.c
│   │   ├── tst-ftell-active-handler.c
│   │   ├── tst-ftell-append.c
│   │   ├── tst-ftell-partial-wide.c
│   │   ├── tst-fwrite-error.c
│   │   ├── tst_getwc.c
│   │   ├── tst_getwc.input
│   │   ├── tst-memstream1.c
│   │   ├── tst-memstream2.c
│   │   ├── tst-memstream3.c
│   │   ├── tst-mmap2-eofsync.c
│   │   ├── tst-mmap-eofsync.c
│   │   ├── tst-mmap-fflushsync.c
│   │   ├── tst-mmap-offend.c
│   │   ├── tst-mmap-setvbuf.c
│   │   ├── tst-popen1.c
│   │   ├── tst_putwc.c
│   │   ├── tst-setvbuf1.c
│   │   ├── tst-sscanf.c
│   │   ├── tst_swprintf.c
│   │   ├── tst-swscanf.c
│   │   ├── tst_swscanf.c
│   │   ├── tst-ungetwc1.c
│   │   ├── tst-ungetwc2.c
│   │   ├── tst-widetext.c
│   │   ├── tst-widetext.input
│   │   ├── tst-wmemstream1.c
│   │   ├── tst-wmemstream2.c
│   │   ├── tst-wmemstream3.c
│   │   ├── tst_wprintf2.c
│   │   ├── tst_wprintf.c
│   │   ├── tst_wscanf.c
│   │   ├── tst_wscanf.input
│   │   ├── vasprintf.c
│   │   ├── Versions
│   │   ├── vscanf.c
│   │   ├── vsnprintf.c
│   │   ├── vswprintf.c
│   │   ├── vtables.c
│   │   ├── vwprintf.c
│   │   ├── vwscanf.c
│   │   ├── wfiledoalloc.c
│   │   ├── wfileops.c
│   │   ├── wgenops.c
│   │   ├── wmemstream.c
│   │   ├── wprintf.c
│   │   ├── wscanf.c
│   │   └── wstrops.c
│   ├── LICENSES
│   ├── locale
│   │   ├── bits
│   │   │   └── locale.h
│   │   ├── broken_cur_max.c
│   │   ├── C-address.c
│   │   ├── categories.def
│   │   ├── C-collate.c
│   │   ├── C-ctype.c
│   │   ├── C-identification.c
│   │   ├── C-measurement.c
│   │   ├── C-messages.c
│   │   ├── C-monetary.c
│   │   ├── C-name.c
│   │   ├── C_name.c
│   │   ├── C-numeric.c
│   │   ├── coll-lookup.c
│   │   ├── coll-lookup.h
│   │   ├── C-paper.c
│   │   ├── C-telephone.c
│   │   ├── C-time.c
│   │   ├── C-translit.h
│   │   ├── C-translit.h.in
│   │   ├── duplocale.c
│   │   ├── elem-hash.h
│   │   ├── findlocale.c
│   │   ├── freelocale.c
│   │   ├── gen-translit.pl
│   │   ├── global-locale.c
│   │   ├── hashval.h
│   │   ├── indigits.h
│   │   ├── indigitswc.h
│   │   ├── iso-3166.def
│   │   ├── iso-4217.def
│   │   ├── iso-639.def
│   │   ├── langinfo.h
│   │   ├── lc-address.c
│   │   ├── lc-collate.c
│   │   ├── lc-ctype.c
│   │   ├── lc-identification.c
│   │   ├── lc-measurement.c
│   │   ├── lc-messages.c
│   │   ├── lc-monetary.c
│   │   ├── lc-name.c
│   │   ├── lc-numeric.c
│   │   ├── lc-paper.c
│   │   ├── lc-telephone.c
│   │   ├── lc-time.c
│   │   ├── loadarchive.c
│   │   ├── loadlocale.c
│   │   ├── localeconv.c
│   │   ├── locale.h
│   │   ├── localeinfo.h
│   │   ├── localename.c
│   │   ├── locarchive.h
│   │   ├── Makefile
│   │   ├── mb_cur_max.c
│   │   ├── newlocale.c
│   │   ├── nl_langinfo.c
│   │   ├── nl_langinfo_l.c
│   │   ├── outdigits.h
│   │   ├── outdigitswc.h
│   │   ├── programs
│   │   │   ├── 3level.h
│   │   │   ├── charmap.c
│   │   │   ├── charmap-dir.c
│   │   │   ├── charmap-dir.h
│   │   │   ├── charmap.h
│   │   │   ├── charmap-kw.gperf
│   │   │   ├── charmap-kw.h
│   │   │   ├── config.h
│   │   │   ├── ld-address.c
│   │   │   ├── ld-collate.c
│   │   │   ├── ld-ctype.c
│   │   │   ├── ld-identification.c
│   │   │   ├── ld-measurement.c
│   │   │   ├── ld-messages.c
│   │   │   ├── ld-monetary.c
│   │   │   ├── ld-name.c
│   │   │   ├── ld-numeric.c
│   │   │   ├── ld-paper.c
│   │   │   ├── ld-telephone.c
│   │   │   ├── ld-time.c
│   │   │   ├── linereader.c
│   │   │   ├── linereader.h
│   │   │   ├── locale.c
│   │   │   ├── localedef.c
│   │   │   ├── localedef.h
│   │   │   ├── locale-spec.c
│   │   │   ├── locarchive.c
│   │   │   ├── locfile.c
│   │   │   ├── locfile.h
│   │   │   ├── locfile-kw.gperf
│   │   │   ├── locfile-kw.h
│   │   │   ├── locfile-token.h
│   │   │   ├── repertoire.c
│   │   │   ├── repertoire.h
│   │   │   ├── simple-hash.c
│   │   │   ├── simple-hash.h
│   │   │   ├── xmalloc.c
│   │   │   └── xstrdup.c
│   │   ├── setlocale.c
│   │   ├── strlen-hash.h
│   │   ├── SYS_libc.c
│   │   ├── tst-C-locale.c
│   │   ├── tst-duplocale.c
│   │   ├── tst-locname.c
│   │   ├── uselocale.c
│   │   ├── Versions
│   │   ├── weight.h
│   │   ├── weightwc.h
│   │   ├── xlocale.c
│   │   └── xlocale.h
│   ├── localedata
│   │   ├── bug-iconv-trans.c
│   │   ├── bug-setlocale1.c
│   │   ├── bug-setlocale1-static.c
│   │   ├── bug-usesetlocale.c
│   │   ├── ChangeLog
│   │   ├── charmaps
│   │   │   ├── ANSI_X3.110-1983
│   │   │   ├── ANSI_X3.4-1968
│   │   │   ├── ARMSCII-8
│   │   │   ├── ASMO_449
│   │   │   ├── BIG5
│   │   │   ├── BIG5-HKSCS
│   │   │   ├── BRF
│   │   │   ├── BS_4730
│   │   │   ├── BS_VIEWDATA
│   │   │   ├── CP10007
│   │   │   ├── CP1125
│   │   │   ├── CP1250
│   │   │   ├── CP1251
│   │   │   ├── CP1252
│   │   │   ├── CP1253
│   │   │   ├── CP1254
│   │   │   ├── CP1255
│   │   │   ├── CP1256
│   │   │   ├── CP1257
│   │   │   ├── CP1258
│   │   │   ├── CP737
│   │   │   ├── CP770
│   │   │   ├── CP771
│   │   │   ├── CP772
│   │   │   ├── CP773
│   │   │   ├── CP774
│   │   │   ├── CP775
│   │   │   ├── CP949
│   │   │   ├── CSA_Z243.4-1985-1
│   │   │   ├── CSA_Z243.4-1985-2
│   │   │   ├── CSA_Z243.4-1985-GR
│   │   │   ├── CSN_369103
│   │   │   ├── CWI
│   │   │   ├── DEC-MCS
│   │   │   ├── DIN_66003
│   │   │   ├── DS_2089
│   │   │   ├── EBCDIC-AT-DE
│   │   │   ├── EBCDIC-AT-DE-A
│   │   │   ├── EBCDIC-CA-FR
│   │   │   ├── EBCDIC-DK-NO
│   │   │   ├── EBCDIC-DK-NO-A
│   │   │   ├── EBCDIC-ES
│   │   │   ├── EBCDIC-ES-A
│   │   │   ├── EBCDIC-ES-S
│   │   │   ├── EBCDIC-FI-SE
│   │   │   ├── EBCDIC-FI-SE-A
│   │   │   ├── EBCDIC-FR
│   │   │   ├── EBCDIC-IS-FRISS
│   │   │   ├── EBCDIC-IT
│   │   │   ├── EBCDIC-PT
│   │   │   ├── EBCDIC-UK
│   │   │   ├── EBCDIC-US
│   │   │   ├── ECMA-CYRILLIC
│   │   │   ├── ES
│   │   │   ├── ES2
│   │   │   ├── EUC-JISX0213
│   │   │   ├── EUC-JP
│   │   │   ├── EUC-JP-MS
│   │   │   ├── EUC-KR
│   │   │   ├── EUC-TW
│   │   │   ├── GB18030
│   │   │   ├── GB_1988-80
│   │   │   ├── GB2312
│   │   │   ├── GBK
│   │   │   ├── GEORGIAN-ACADEMY
│   │   │   ├── GEORGIAN-PS
│   │   │   ├── GOST_19768-74
│   │   │   ├── GREEK7
│   │   │   ├── GREEK7-OLD
│   │   │   ├── GREEK-CCITT
│   │   │   ├── HP-GREEK8
│   │   │   ├── HP-ROMAN8
│   │   │   ├── HP-ROMAN9
│   │   │   ├── HP-THAI8
│   │   │   ├── HP-TURKISH8
│   │   │   ├── IBM037
│   │   │   ├── IBM038
│   │   │   ├── IBM1004
│   │   │   ├── IBM1026
│   │   │   ├── IBM1047
│   │   │   ├── IBM1124
│   │   │   ├── IBM1129
│   │   │   ├── IBM1132
│   │   │   ├── IBM1133
│   │   │   ├── IBM1160
│   │   │   ├── IBM1161
│   │   │   ├── IBM1162
│   │   │   ├── IBM1163
│   │   │   ├── IBM1164
│   │   │   ├── IBM256
│   │   │   ├── IBM273
│   │   │   ├── IBM274
│   │   │   ├── IBM275
│   │   │   ├── IBM277
│   │   │   ├── IBM278
│   │   │   ├── IBM280
│   │   │   ├── IBM281
│   │   │   ├── IBM284
│   │   │   ├── IBM285
│   │   │   ├── IBM290
│   │   │   ├── IBM297
│   │   │   ├── IBM420
│   │   │   ├── IBM423
│   │   │   ├── IBM424
│   │   │   ├── IBM437
│   │   │   ├── IBM500
│   │   │   ├── IBM850
│   │   │   ├── IBM851
│   │   │   ├── IBM852
│   │   │   ├── IBM855
│   │   │   ├── IBM856
│   │   │   ├── IBM857
│   │   │   ├── IBM860
│   │   │   ├── IBM861
│   │   │   ├── IBM862
│   │   │   ├── IBM863
│   │   │   ├── IBM864
│   │   │   ├── IBM865
│   │   │   ├── IBM866
│   │   │   ├── IBM866NAV
│   │   │   ├── IBM868
│   │   │   ├── IBM869
│   │   │   ├── IBM870
│   │   │   ├── IBM871
│   │   │   ├── IBM874
│   │   │   ├── IBM875
│   │   │   ├── IBM880
│   │   │   ├── IBM891
│   │   │   ├── IBM903
│   │   │   ├── IBM904
│   │   │   ├── IBM905
│   │   │   ├── IBM918
│   │   │   ├── IBM922
│   │   │   ├── IEC_P27-1
│   │   │   ├── INIS
│   │   │   ├── INIS-8
│   │   │   ├── INIS-CYRILLIC
│   │   │   ├── INVARIANT
│   │   │   ├── ISIRI-3342
│   │   │   ├── ISO_10367-BOX
│   │   │   ├── ISO_10646
│   │   │   ├── ISO_11548-1
│   │   │   ├── ISO_2033-1983
│   │   │   ├── ISO_5427
│   │   │   ├── ISO_5427-EXT
│   │   │   ├── ISO_5428
│   │   │   ├── ISO_646.BASIC
│   │   │   ├── ISO_646.IRV
│   │   │   ├── ISO_6937
│   │   │   ├── ISO_6937-2-25
│   │   │   ├── ISO_6937-2-ADD
│   │   │   ├── ISO-8859-1
│   │   │   ├── ISO-8859-10
│   │   │   ├── ISO-8859-11
│   │   │   ├── ISO-8859-13
│   │   │   ├── ISO-8859-14
│   │   │   ├── ISO-8859-15
│   │   │   ├── ISO-8859-16
│   │   │   ├── ISO_8859-1,GL
│   │   │   ├── ISO-8859-2
│   │   │   ├── ISO-8859-3
│   │   │   ├── ISO-8859-4
│   │   │   ├── ISO-8859-5
│   │   │   ├── ISO-8859-6
│   │   │   ├── ISO-8859-7
│   │   │   ├── ISO-8859-8
│   │   │   ├── ISO-8859-9
│   │   │   ├── ISO-8859-9E
│   │   │   ├── ISO_8859-SUPP
│   │   │   ├── ISO-IR-197
│   │   │   ├── ISO-IR-209
│   │   │   ├── ISO-IR-90
│   │   │   ├── IT
│   │   │   ├── JIS_C6220-1969-JP
│   │   │   ├── JIS_C6220-1969-RO
│   │   │   ├── JIS_C6229-1984-A
│   │   │   ├── JIS_C6229-1984-B
│   │   │   ├── JIS_C6229-1984-B-ADD
│   │   │   ├── JIS_C6229-1984-HAND
│   │   │   ├── JIS_C6229-1984-HAND-ADD
│   │   │   ├── JIS_C6229-1984-KANA
│   │   │   ├── JIS_X0201
│   │   │   ├── JOHAB
│   │   │   ├── JUS_I.B1.002
│   │   │   ├── JUS_I.B1.003-MAC
│   │   │   ├── JUS_I.B1.003-SERB
│   │   │   ├── KOI-8
│   │   │   ├── KOI8-R
│   │   │   ├── KOI8-RU
│   │   │   ├── KOI8-T
│   │   │   ├── KOI8-U
│   │   │   ├── KSC5636
│   │   │   ├── LATIN-GREEK
│   │   │   ├── LATIN-GREEK-1
│   │   │   ├── MAC-CENTRALEUROPE
│   │   │   ├── MAC-CYRILLIC
│   │   │   ├── MACINTOSH
│   │   │   ├── MAC-IS
│   │   │   ├── MAC-SAMI
│   │   │   ├── MAC-UK
│   │   │   ├── MIK
│   │   │   ├── MSZ_7795.3
│   │   │   ├── NATS-DANO
│   │   │   ├── NATS-DANO-ADD
│   │   │   ├── NATS-SEFI
│   │   │   ├── NATS-SEFI-ADD
│   │   │   ├── NC_NC00-10
│   │   │   ├── NEXTSTEP
│   │   │   ├── NF_Z_62-010
│   │   │   ├── NF_Z_62-010_1973
│   │   │   ├── NS_4551-1
│   │   │   ├── NS_4551-2
│   │   │   ├── PT
│   │   │   ├── PT154
│   │   │   ├── PT2
│   │   │   ├── RK1048
│   │   │   ├── SAMI
│   │   │   ├── SAMI-WS2
│   │   │   ├── SEN_850200_B
│   │   │   ├── SEN_850200_C
│   │   │   ├── SHIFT_JIS
│   │   │   ├── SHIFT_JISX0213
│   │   │   ├── T.101-G2
│   │   │   ├── T.61-7BIT
│   │   │   ├── T.61-8BIT
│   │   │   ├── TCVN5712-1
│   │   │   ├── TIS-620
│   │   │   ├── TSCII
│   │   │   ├── UTF-8
│   │   │   ├── VIDEOTEX-SUPPL
│   │   │   ├── VISCII
│   │   │   └── WINDOWS-31J
│   │   ├── collate-test.c
│   │   ├── cs_CZ.in
│   │   ├── da_DK.in
│   │   ├── de_DE.in
│   │   ├── Depend
│   │   ├── dump-ctype.c
│   │   ├── en_US.in
│   │   ├── fr_FR.in
│   │   ├── gen-locale.sh
│   │   ├── hr_HR.in
│   │   ├── locales
│   │   │   ├── aa_DJ
│   │   │   ├── aa_ER
│   │   │   ├── aa_ER@saaho
│   │   │   ├── aa_ET
│   │   │   ├── af_ZA
│   │   │   ├── ak_GH
│   │   │   ├── am_ET
│   │   │   ├── an_ES
│   │   │   ├── anp_IN
│   │   │   ├── ar_AE
│   │   │   ├── ar_BH
│   │   │   ├── ar_DZ
│   │   │   ├── ar_EG
│   │   │   ├── ar_IN
│   │   │   ├── ar_IQ
│   │   │   ├── ar_JO
│   │   │   ├── ar_KW
│   │   │   ├── ar_LB
│   │   │   ├── ar_LY
│   │   │   ├── ar_MA
│   │   │   ├── ar_OM
│   │   │   ├── ar_QA
│   │   │   ├── ar_SA
│   │   │   ├── ar_SD
│   │   │   ├── ar_SS
│   │   │   ├── ar_SY
│   │   │   ├── ar_TN
│   │   │   ├── ar_YE
│   │   │   ├── as_IN
│   │   │   ├── ast_ES
│   │   │   ├── ayc_PE
│   │   │   ├── az_AZ
│   │   │   ├── be_BY
│   │   │   ├── be_BY@latin
│   │   │   ├── bem_ZM
│   │   │   ├── ber_DZ
│   │   │   ├── ber_MA
│   │   │   ├── bg_BG
│   │   │   ├── bhb_IN
│   │   │   ├── bho_IN
│   │   │   ├── bn_BD
│   │   │   ├── bn_IN
│   │   │   ├── bo_CN
│   │   │   ├── bo_IN
│   │   │   ├── br_FR
│   │   │   ├── br_FR@euro
│   │   │   ├── brx_IN
│   │   │   ├── bs_BA
│   │   │   ├── byn_ER
│   │   │   ├── ca_AD
│   │   │   ├── ca_ES
│   │   │   ├── ca_ES@euro
│   │   │   ├── ca_FR
│   │   │   ├── ca_IT
│   │   │   ├── ce_RU
│   │   │   ├── chr_US
│   │   │   ├── cmn_TW
│   │   │   ├── crh_UA
│   │   │   ├── csb_PL
│   │   │   ├── cs_CZ
│   │   │   ├── cv_RU
│   │   │   ├── cy_GB
│   │   │   ├── da_DK
│   │   │   ├── de_AT
│   │   │   ├── de_AT@euro
│   │   │   ├── de_BE
│   │   │   ├── de_BE@euro
│   │   │   ├── de_CH
│   │   │   ├── de_DE
│   │   │   ├── de_DE@euro
│   │   │   ├── de_IT
│   │   │   ├── de_LI
│   │   │   ├── de_LU
│   │   │   ├── de_LU@euro
│   │   │   ├── doi_IN
│   │   │   ├── dv_MV
│   │   │   ├── dz_BT
│   │   │   ├── el_CY
│   │   │   ├── el_GR
│   │   │   ├── el_GR@euro
│   │   │   ├── en_AG
│   │   │   ├── en_AU
│   │   │   ├── en_BW
│   │   │   ├── en_CA
│   │   │   ├── en_DK
│   │   │   ├── en_GB
│   │   │   ├── en_HK
│   │   │   ├── en_IE
│   │   │   ├── en_IE@euro
│   │   │   ├── en_IL
│   │   │   ├── en_IN
│   │   │   ├── en_NG
│   │   │   ├── en_NZ
│   │   │   ├── en_PH
│   │   │   ├── en_SG
│   │   │   ├── en_US
│   │   │   ├── en_ZA
│   │   │   ├── en_ZM
│   │   │   ├── en_ZW
│   │   │   ├── eo
│   │   │   ├── es_AR
│   │   │   ├── es_BO
│   │   │   ├── es_CL
│   │   │   ├── es_CO
│   │   │   ├── es_CR
│   │   │   ├── es_CU
│   │   │   ├── es_DO
│   │   │   ├── es_EC
│   │   │   ├── es_ES
│   │   │   ├── es_ES@euro
│   │   │   ├── es_GT
│   │   │   ├── es_HN
│   │   │   ├── es_MX
│   │   │   ├── es_NI
│   │   │   ├── es_PA
│   │   │   ├── es_PE
│   │   │   ├── es_PR
│   │   │   ├── es_PY
│   │   │   ├── es_SV
│   │   │   ├── es_US
│   │   │   ├── es_UY
│   │   │   ├── es_VE
│   │   │   ├── et_EE
│   │   │   ├── eu_ES
│   │   │   ├── eu_ES@euro
│   │   │   ├── fa_IR
│   │   │   ├── ff_SN
│   │   │   ├── fi_FI
│   │   │   ├── fi_FI@euro
│   │   │   ├── fil_PH
│   │   │   ├── fo_FO
│   │   │   ├── fr_BE
│   │   │   ├── fr_BE@euro
│   │   │   ├── fr_CA
│   │   │   ├── fr_CH
│   │   │   ├── fr_FR
│   │   │   ├── fr_FR@euro
│   │   │   ├── fr_LU
│   │   │   ├── fr_LU@euro
│   │   │   ├── fur_IT
│   │   │   ├── fy_DE
│   │   │   ├── fy_NL
│   │   │   ├── ga_IE
│   │   │   ├── ga_IE@euro
│   │   │   ├── gd_GB
│   │   │   ├── gez_ER
│   │   │   ├── gez_ER@abegede
│   │   │   ├── gez_ET
│   │   │   ├── gez_ET@abegede
│   │   │   ├── gl_ES
│   │   │   ├── gl_ES@euro
│   │   │   ├── gu_IN
│   │   │   ├── gv_GB
│   │   │   ├── hak_TW
│   │   │   ├── ha_NG
│   │   │   ├── he_IL
│   │   │   ├── hi_IN
│   │   │   ├── hne_IN
│   │   │   ├── hr_HR
│   │   │   ├── hsb_DE
│   │   │   ├── ht_HT
│   │   │   ├── hu_HU
│   │   │   ├── hy_AM
│   │   │   ├── i18n
│   │   │   ├── ia_FR
│   │   │   ├── id_ID
│   │   │   ├── ig_NG
│   │   │   ├── ik_CA
│   │   │   ├── is_IS
│   │   │   ├── iso14651_t1
│   │   │   ├── iso14651_t1_common
│   │   │   ├── iso14651_t1_pinyin
│   │   │   ├── it_CH
│   │   │   ├── it_IT
│   │   │   ├── it_IT@euro
│   │   │   ├── iu_CA
│   │   │   ├── ja_JP
│   │   │   ├── ka_GE
│   │   │   ├── kk_KZ
│   │   │   ├── kl_GL
│   │   │   ├── km_KH
│   │   │   ├── kn_IN
│   │   │   ├── kok_IN
│   │   │   ├── ko_KR
│   │   │   ├── ks_IN
│   │   │   ├── ks_IN@devanagari
│   │   │   ├── ku_TR
│   │   │   ├── kw_GB
│   │   │   ├── ky_KG
│   │   │   ├── lb_LU
│   │   │   ├── lg_UG
│   │   │   ├── li_BE
│   │   │   ├── lij_IT
│   │   │   ├── li_NL
│   │   │   ├── ln_CD
│   │   │   ├── lo_LA
│   │   │   ├── lt_LT
│   │   │   ├── lv_LV
│   │   │   ├── lzh_TW
│   │   │   ├── mag_IN
│   │   │   ├── mai_IN
│   │   │   ├── mg_MG
│   │   │   ├── mhr_RU
│   │   │   ├── mi_NZ
│   │   │   ├── mk_MK
│   │   │   ├── ml_IN
│   │   │   ├── mni_IN
│   │   │   ├── mn_MN
│   │   │   ├── mr_IN
│   │   │   ├── ms_MY
│   │   │   ├── mt_MT
│   │   │   ├── my_MM
│   │   │   ├── nan_TW
│   │   │   ├── nan_TW@latin
│   │   │   ├── nb_NO
│   │   │   ├── nds_DE
│   │   │   ├── nds_NL
│   │   │   ├── ne_NP
│   │   │   ├── nhn_MX
│   │   │   ├── niu_NU
│   │   │   ├── niu_NZ
│   │   │   ├── nl_AW
│   │   │   ├── nl_BE
│   │   │   ├── nl_BE@euro
│   │   │   ├── nl_NL
│   │   │   ├── nl_NL@euro
│   │   │   ├── nn_NO
│   │   │   ├── nr_ZA
│   │   │   ├── nso_ZA
│   │   │   ├── oc_FR
│   │   │   ├── om_ET
│   │   │   ├── om_KE
│   │   │   ├── or_IN
│   │   │   ├── os_RU
│   │   │   ├── pa_IN
│   │   │   ├── pap_AW
│   │   │   ├── pap_CW
│   │   │   ├── pa_PK
│   │   │   ├── pl_PL
│   │   │   ├── POSIX
│   │   │   ├── ps_AF
│   │   │   ├── pt_BR
│   │   │   ├── pt_PT
│   │   │   ├── pt_PT@euro
│   │   │   ├── quz_PE
│   │   │   ├── raj_IN
│   │   │   ├── ro_RO
│   │   │   ├── ru_RU
│   │   │   ├── ru_UA
│   │   │   ├── rw_RW
│   │   │   ├── sa_IN
│   │   │   ├── sat_IN
│   │   │   ├── sc_IT
│   │   │   ├── sd_IN
│   │   │   ├── sd_IN@devanagari
│   │   │   ├── se_NO
│   │   │   ├── sgs_LT
│   │   │   ├── shs_CA
│   │   │   ├── sid_ET
│   │   │   ├── si_LK
│   │   │   ├── sk_SK
│   │   │   ├── sl_SI
│   │   │   ├── so_DJ
│   │   │   ├── so_ET
│   │   │   ├── so_KE
│   │   │   ├── so_SO
│   │   │   ├── sq_AL
│   │   │   ├── sq_MK
│   │   │   ├── sr_ME
│   │   │   ├── sr_RS
│   │   │   ├── sr_RS@latin
│   │   │   ├── ss_ZA
│   │   │   ├── st_ZA
│   │   │   ├── sv_FI
│   │   │   ├── sv_FI@euro
│   │   │   ├── sv_SE
│   │   │   ├── sw_KE
│   │   │   ├── sw_TZ
│   │   │   ├── szl_PL
│   │   │   ├── ta_IN
│   │   │   ├── ta_LK
│   │   │   ├── tcy_IN
│   │   │   ├── te_IN
│   │   │   ├── tg_TJ
│   │   │   ├── the_NP
│   │   │   ├── th_TH
│   │   │   ├── ti_ER
│   │   │   ├── ti_ET
│   │   │   ├── tig_ER
│   │   │   ├── tk_TM
│   │   │   ├── tl_PH
│   │   │   ├── tn_ZA
│   │   │   ├── translit_circle
│   │   │   ├── translit_cjk_compat
│   │   │   ├── translit_cjk_variants
│   │   │   ├── translit_combining
│   │   │   ├── translit_compat
│   │   │   ├── translit_font
│   │   │   ├── translit_fraction
│   │   │   ├── translit_hangul
│   │   │   ├── translit_narrow
│   │   │   ├── translit_neutral
│   │   │   ├── translit_small
│   │   │   ├── translit_wide
│   │   │   ├── tr_CY
│   │   │   ├── tr_TR
│   │   │   ├── ts_ZA
│   │   │   ├── tt_RU
│   │   │   ├── tt_RU@iqtelif
│   │   │   ├── ug_CN
│   │   │   ├── uk_UA
│   │   │   ├── unm_US
│   │   │   ├── ur_IN
│   │   │   ├── ur_PK
│   │   │   ├── uz_UZ
│   │   │   ├── uz_UZ@cyrillic
│   │   │   ├── ve_ZA
│   │   │   ├── vi_VN
│   │   │   ├── wa_BE
│   │   │   ├── wa_BE@euro
│   │   │   ├── wae_CH
│   │   │   ├── wal_ET
│   │   │   ├── wo_SN
│   │   │   ├── xh_ZA
│   │   │   ├── yi_US
│   │   │   ├── yo_NG
│   │   │   ├── yue_HK
│   │   │   ├── zh_CN
│   │   │   ├── zh_HK
│   │   │   ├── zh_SG
│   │   │   ├── zh_TW
│   │   │   └── zu_ZA
│   │   ├── Makefile
│   │   ├── README
│   │   ├── show-ucs-data.c
│   │   ├── si_LK.in
│   │   ├── sort-test.sh
│   │   ├── SUPPORTED
│   │   ├── sv_SE.in
│   │   ├── tests
│   │   │   ├── test1.cm
│   │   │   ├── test1.def
│   │   │   ├── test2.cm
│   │   │   ├── test2.def
│   │   │   ├── test3.cm
│   │   │   ├── test3.def
│   │   │   ├── test4.cm
│   │   │   ├── test4.def
│   │   │   ├── test5.cm
│   │   │   ├── test5.def
│   │   │   ├── test5.ds
│   │   │   ├── test6.c
│   │   │   ├── test6.cm
│   │   │   ├── test6.def
│   │   │   ├── test6.ds
│   │   │   ├── test7.cm
│   │   │   ├── test7.def
│   │   │   └── trans.def
│   │   ├── tests-mbwc
│   │   │   ├── dat_iswalnum.c
│   │   │   ├── dat_iswalpha.c
│   │   │   ├── dat_iswcntrl.c
│   │   │   ├── dat_iswctype.c
│   │   │   ├── dat_iswdigit.c
│   │   │   ├── dat_isw-funcs.h
│   │   │   ├── dat_iswgraph.c
│   │   │   ├── dat_iswlower.c
│   │   │   ├── dat_iswprint.c
│   │   │   ├── dat_iswpunct.c
│   │   │   ├── dat_iswspace.c
│   │   │   ├── dat_iswupper.c
│   │   │   ├── dat_iswxdigit.c
│   │   │   ├── dat_mblen.c
│   │   │   ├── dat_mbrlen.c
│   │   │   ├── dat_mbrtowc.c
│   │   │   ├── dat_mbsrtowcs.c
│   │   │   ├── dat_mbstowcs.c
│   │   │   ├── dat_mbtowc.c
│   │   │   ├── dat_strcoll.c
│   │   │   ├── dat_strfmon.c
│   │   │   ├── dat_strxfrm.c
│   │   │   ├── dat_swscanf.c
│   │   │   ├── dat_towctrans.c
│   │   │   ├── dat_tow-funcs.h
│   │   │   ├── dat_towlower.c
│   │   │   ├── dat_towupper.c
│   │   │   ├── dat_wcrtomb.c
│   │   │   ├── dat_wcscat.c
│   │   │   ├── dat_wcschr.c
│   │   │   ├── dat_wcscmp.c
│   │   │   ├── dat_wcscoll.c
│   │   │   ├── dat_wcscpy.c
│   │   │   ├── dat_wcscspn.c
│   │   │   ├── dat_wcslen.c
│   │   │   ├── dat_wcsncat.c
│   │   │   ├── dat_wcsncmp.c
│   │   │   ├── dat_wcsncpy.c
│   │   │   ├── dat_wcspbrk.c
│   │   │   ├── dat_wcsrtombs.c
│   │   │   ├── dat_wcsspn.c
│   │   │   ├── dat_wcsstr.c
│   │   │   ├── dat_wcstod.c
│   │   │   ├── dat_wcstok.c
│   │   │   ├── dat_wcstombs.c
│   │   │   ├── dat_wcswidth.c
│   │   │   ├── dat_wcsxfrm.c
│   │   │   ├── dat_wctob.c
│   │   │   ├── dat_wctomb.c
│   │   │   ├── dat_wctrans.c
│   │   │   ├── dat_wctype.c
│   │   │   ├── dat_wcwidth.c
│   │   │   ├── tgn_funcdef.h
│   │   │   ├── tgn_locdef.h
│   │   │   ├── tsp_common.c
│   │   │   ├── tst_funcs.h
│   │   │   ├── tst_iswalnum.c
│   │   │   ├── tst_iswalpha.c
│   │   │   ├── tst_iswcntrl.c
│   │   │   ├── tst_iswctype.c
│   │   │   ├── tst_iswdigit.c
│   │   │   ├── tst_iswgraph.c
│   │   │   ├── tst_iswlower.c
│   │   │   ├── tst_iswprint.c
│   │   │   ├── tst_iswpunct.c
│   │   │   ├── tst_iswspace.c
│   │   │   ├── tst_iswupper.c
│   │   │   ├── tst_iswxdigit.c
│   │   │   ├── tst_mblen.c
│   │   │   ├── tst_mbrlen.c
│   │   │   ├── tst_mbrtowc.c
│   │   │   ├── tst_mbsrtowcs.c
│   │   │   ├── tst_mbstowcs.c
│   │   │   ├── tst_mbtowc.c
│   │   │   ├── tst_strcoll.c
│   │   │   ├── tst_strfmon.c
│   │   │   ├── tst_strxfrm.c
│   │   │   ├── tst_swscanf.c
│   │   │   ├── tst_towctrans.c
│   │   │   ├── tst_towlower.c
│   │   │   ├── tst_towupper.c
│   │   │   ├── tst_types.h
│   │   │   ├── tst_wcrtomb.c
│   │   │   ├── tst_wcscat.c
│   │   │   ├── tst_wcschr.c
│   │   │   ├── tst_wcscmp.c
│   │   │   ├── tst_wcscoll.c
│   │   │   ├── tst_wcscpy.c
│   │   │   ├── tst_wcscspn.c
│   │   │   ├── tst_wcslen.c
│   │   │   ├── tst_wcsncat.c
│   │   │   ├── tst_wcsncmp.c
│   │   │   ├── tst_wcsncpy.c
│   │   │   ├── tst_wcspbrk.c
│   │   │   ├── tst_wcsrtombs.c
│   │   │   ├── tst_wcsspn.c
│   │   │   ├── tst_wcsstr.c
│   │   │   ├── tst_wcstod.c
│   │   │   ├── tst_wcstok.c
│   │   │   ├── tst_wcstombs.c
│   │   │   ├── tst_wcswidth.c
│   │   │   ├── tst_wcsxfrm.c
│   │   │   ├── tst_wctob.c
│   │   │   ├── tst_wctomb.c
│   │   │   ├── tst_wctrans.c
│   │   │   ├── tst_wctype.c
│   │   │   └── tst_wcwidth.c
│   │   ├── th_TH.in
│   │   ├── tr_TR.in
│   │   ├── tst-ctype.c
│   │   ├── tst-ctype-de_DE.ISO-8859-1.in
│   │   ├── tst-ctype.sh
│   │   ├── tst-digits.c
│   │   ├── tst-fmon.c
│   │   ├── tst-fmon.data
│   │   ├── tst-fmon-locales
│   │   │   ├── tstfmon_n01y12
│   │   │   ├── tstfmon_n02n40
│   │   │   ├── tstfmon_n10y31
│   │   │   ├── tstfmon_n11y41
│   │   │   ├── tstfmon_n12y11
│   │   │   ├── tstfmon_n20n32
│   │   │   ├── tstfmon_n30y20
│   │   │   ├── tstfmon_n41n00
│   │   │   ├── tstfmon_y01y10
│   │   │   ├── tstfmon_y02n22
│   │   │   ├── tstfmon_y22n42
│   │   │   ├── tstfmon_y30y21
│   │   │   ├── tstfmon_y32n31
│   │   │   ├── tstfmon_y40y00
│   │   │   └── tstfmon_y42n21
│   │   ├── tst-fmon.sh
│   │   ├── tst-langinfo.c
│   │   ├── tst-langinfo.sh
│   │   ├── tst-langinfo-static.c
│   │   ├── tst-leaks.c
│   │   ├── tst-locale.sh
│   │   ├── tst-mbswcs1.c
│   │   ├── tst-mbswcs2.c
│   │   ├── tst-mbswcs3.c
│   │   ├── tst-mbswcs4.c
│   │   ├── tst-mbswcs5.c
│   │   ├── tst-mbswcs6.c
│   │   ├── tst-numeric.c
│   │   ├── tst-numeric.data
│   │   ├── tst-numeric.sh
│   │   ├── tst-rpmatch.c
│   │   ├── tst-rpmatch.sh
│   │   ├── tst-setlocale2.c
│   │   ├── tst-setlocale3.c
│   │   ├── tst-setlocale.c
│   │   ├── tst-sscanf.c
│   │   ├── tst-strfmon1.c
│   │   ├── tst-trans.c
│   │   ├── tst-trans.sh
│   │   ├── tst-wctype.c
│   │   ├── tst-wctype.input
│   │   ├── tst-xlocale1.c
│   │   ├── tst-xlocale2.c
│   │   ├── uk_UA.in
│   │   ├── unicode-gen
│   │   │   ├── ctype_compatibility.py
│   │   │   ├── ctype_compatibility_test_cases.py
│   │   │   ├── DerivedCoreProperties.txt
│   │   │   ├── EastAsianWidth.txt
│   │   │   ├── gen_translit_circle.py
│   │   │   ├── gen_translit_cjk_compat.py
│   │   │   ├── gen_translit_combining.py
│   │   │   ├── gen_translit_compat.py
│   │   │   ├── gen_translit_font.py
│   │   │   ├── gen_translit_fraction.py
│   │   │   ├── gen_unicode_ctype.py
│   │   │   ├── Makefile
│   │   │   ├── UnicodeData.txt
│   │   │   ├── unicode-license.txt
│   │   │   ├── unicode_utils.py
│   │   │   ├── utf8_compatibility.py
│   │   │   └── utf8_gen.py
│   │   └── xfrm-test.c
│   ├── login
│   │   ├── endutxent.c
│   │   ├── forkpty.c
│   │   ├── getlogin.c
│   │   ├── getlogin_r.c
│   │   ├── getlogin_r_chk.c
│   │   ├── getpt.c
│   │   ├── getutent.c
│   │   ├── getutent_r.c
│   │   ├── getutid.c
│   │   ├── getutid_r.c
│   │   ├── getutline.c
│   │   ├── getutline_r.c
│   │   ├── getutmp.c
│   │   ├── getutmpx.c
│   │   ├── getutxent.c
│   │   ├── getutxid.c
│   │   ├── getutxline.c
│   │   ├── grantpt.c
│   │   ├── lastlog.h
│   │   ├── login.c
│   │   ├── login_tty.c
│   │   ├── logout.c
│   │   ├── logwtmp.c
│   │   ├── Makefile
│   │   ├── openpty.c
│   │   ├── programs
│   │   │   ├── pt_chown.c
│   │   │   └── utmpdump.c
│   │   ├── ptsname.c
│   │   ├── ptsname_r_chk.c
│   │   ├── pty.h
│   │   ├── pututxline.c
│   │   ├── setlogin.c
│   │   ├── setutxent.c
│   │   ├── tst-getlogin.c
│   │   ├── tst-grantpt.c
│   │   ├── tst-ptsname.c
│   │   ├── tst-utmp.c
│   │   ├── tst-utmpx.c
│   │   ├── unlockpt.c
│   │   ├── updwtmp.c
│   │   ├── updwtmpx.c
│   │   ├── utmp_file.c
│   │   ├── utmp.h
│   │   ├── utmpname.c
│   │   ├── utmp-private.h
│   │   ├── utmpxname.c
│   │   └── Versions
│   ├── mach
│   │   ├── devstream.c
│   │   ├── err_boot.sub
│   │   ├── err_ipc.sub
│   │   ├── err_kern.sub
│   │   ├── err_mach.sub
│   │   ├── error_compat.c
│   │   ├── errorlib.h
│   │   ├── err_server.sub
│   │   ├── errstring.c
│   │   ├── errsystems.awk
│   │   ├── err_us.sub
│   │   ├── lock-intern.h
│   │   ├── mach
│   │   │   ├── error.h
│   │   │   ├── mach.h
│   │   │   ├── mach_traps.h
│   │   │   └── mig_support.h
│   │   ├── mach_error.c
│   │   ├── mach_error.h
│   │   ├── mach.h
│   │   ├── mach_init.c
│   │   ├── mach_init.h
│   │   ├── Machrules
│   │   ├── Makefile
│   │   ├── mig-alloc.c
│   │   ├── mig-dealloc.c
│   │   ├── mig-reply.c
│   │   ├── mig_strncpy.c
│   │   ├── msg.c
│   │   ├── msg-destroy.c
│   │   ├── msgserver.c
│   │   ├── mutex-init.c
│   │   ├── mutex-solid.c
│   │   ├── setup-thread.c
│   │   ├── shortcut.awk
│   │   ├── spin-lock.c
│   │   ├── spin-lock.h
│   │   ├── spin-solid.c
│   │   ├── syscalls.awk
│   │   └── Versions
│   ├── Makeconfig
│   ├── Makefile
│   ├── Makefile.in
│   ├── Makerules
│   ├── malloc
│   │   ├── arena.c
│   │   ├── Depend
│   │   ├── hooks.c
│   │   ├── Makefile
│   │   ├── mallocbug.c
│   │   ├── malloc.c
│   │   ├── malloc.h
│   │   ├── malloc-hooks.h
│   │   ├── malloc-internal.h
│   │   ├── mcheck.c
│   │   ├── mcheck.h
│   │   ├── mcheck-init.c
│   │   ├── memusage.c
│   │   ├── memusage.sh
│   │   ├── memusagestat.c
│   │   ├── morecore.c
│   │   ├── mtrace.c
│   │   ├── mtrace.pl
│   │   ├── obstack.c
│   │   ├── obstack.h
│   │   ├── scratch_buffer_grow.c
│   │   ├── scratch_buffer_grow_preserve.c
│   │   ├── scratch_buffer_set_array_size.c
│   │   ├── set-freeres.c
│   │   ├── thread-freeres.c
│   │   ├── tst-calloc.c
│   │   ├── tst-interpose-aux.c
│   │   ├── tst-interpose-aux.h
│   │   ├── tst-interpose-aux-nothread.c
│   │   ├── tst-interpose-aux-thread.c
│   │   ├── tst-interpose-nothread.c
│   │   ├── tst-interpose-skeleton.c
│   │   ├── tst-interpose-static-nothread.c
│   │   ├── tst-interpose-static-thread.c
│   │   ├── tst-interpose-thread.c
│   │   ├── tst-malloc-backtrace.c
│   │   ├── tst-malloc.c
│   │   ├── tst-mallocfork2.c
│   │   ├── tst-mallocfork.c
│   │   ├── tst-malloc-fork-deadlock.c
│   │   ├── tst-mallocstate.c
│   │   ├── tst-malloc-thread-exit.c
│   │   ├── tst-malloc-thread-fail.c
│   │   ├── tst-malloc-usable.c
│   │   ├── tst-malloc-usable-static.c
│   │   ├── tst-malloc-usable-static-tunables.c
│   │   ├── tst-malloc-usable-tunables.c
│   │   ├── tst-mallopt.c
│   │   ├── tst-mcheck.c
│   │   ├── tst-memalign.c
│   │   ├── tst-mtrace.c
│   │   ├── tst-mtrace.sh
│   │   ├── tst-obstack.c
│   │   ├── tst-posix_memalign.c
│   │   ├── tst-pvalloc.c
│   │   ├── tst-realloc.c
│   │   ├── tst-scratch_buffer.c
│   │   ├── tst-trim1.c
│   │   ├── tst-valloc.c
│   │   └── Versions
│   ├── manual
│   │   ├── argp.texi
│   │   ├── arith.texi
│   │   ├── charset.texi
│   │   ├── check-safety.sh
│   │   ├── conf.texi
│   │   ├── contrib.texi
│   │   ├── creature.texi
│   │   ├── crypt.texi
│   │   ├── ctype.texi
│   │   ├── debug.texi
│   │   ├── dir
│   │   ├── errno.texi
│   │   ├── examples
│   │   │   ├── add.c
│   │   │   ├── argp-ex1.c
│   │   │   ├── argp-ex2.c
│   │   │   ├── argp-ex3.c
│   │   │   ├── argp-ex4.c
│   │   │   ├── atexit.c
│   │   │   ├── db.c
│   │   │   ├── dir2.c
│   │   │   ├── dir.c
│   │   │   ├── execinfo.c
│   │   │   ├── filecli.c
│   │   │   ├── filesrv.c
│   │   │   ├── fmtmsgexpl.c
│   │   │   ├── genpass.c
│   │   │   ├── inetcli.c
│   │   │   ├── inetsrv.c
│   │   │   ├── isockad.c
│   │   │   ├── longopt.c
│   │   │   ├── memopen.c
│   │   │   ├── memstrm.c
│   │   │   ├── mkdirent.c
│   │   │   ├── mkfsock.c
│   │   │   ├── mkisock.c
│   │   │   ├── mygetpass.c
│   │   │   ├── ofdlocks.c
│   │   │   ├── pipe.c
│   │   │   ├── popen.c
│   │   │   ├── README
│   │   │   ├── rprintf.c
│   │   │   ├── search.c
│   │   │   ├── select.c
│   │   │   ├── setjmp.c
│   │   │   ├── sigh1.c
│   │   │   ├── sigusr.c
│   │   │   ├── stpcpy.c
│   │   │   ├── strdupa.c
│   │   │   ├── strftim.c
│   │   │   ├── subopt.c
│   │   │   ├── swapcontext.c
│   │   │   ├── termios.c
│   │   │   ├── testopt.c
│   │   │   ├── testpass.c
│   │   │   └── timeval_subtract.c
│   │   ├── fdl-1.3.texi
│   │   ├── filesys.texi
│   │   ├── freemanuals.texi
│   │   ├── getopt.texi
│   │   ├── header.texi
│   │   ├── install-plain.texi
│   │   ├── install.texi
│   │   ├── intro.texi
│   │   ├── io.texi
│   │   ├── ipc.texi
│   │   ├── job.texi
│   │   ├── lang.texi
│   │   ├── lgpl-2.1.texi
│   │   ├── libcbook.texi
│   │   ├── libc.texinfo
│   │   ├── libc-texinfo.sh
│   │   ├── libdl.texi
│   │   ├── libm-err-tab.pl
│   │   ├── llio.texi
│   │   ├── locale.texi
│   │   ├── macros.texi
│   │   ├── maint.texi
│   │   ├── Makefile
│   │   ├── math.texi
│   │   ├── memory.texi
│   │   ├── message.texi
│   │   ├── nss.texi
│   │   ├── nsswitch.texi
│   │   ├── pattern.texi
│   │   ├── pipe.texi
│   │   ├── platform.texi
│   │   ├── probes.texi
│   │   ├── process.texi
│   │   ├── resource.texi
│   │   ├── search.texi
│   │   ├── setjmp.texi
│   │   ├── signal.texi
│   │   ├── socket.texi
│   │   ├── startup.texi
│   │   ├── stdio-fp.c
│   │   ├── stdio.texi
│   │   ├── string.texi
│   │   ├── summary.awk
│   │   ├── sysinfo.texi
│   │   ├── syslog.texi
│   │   ├── terminal.texi
│   │   ├── texinfo.tex
│   │   ├── texis.awk
│   │   ├── threads.texi
│   │   ├── time.texi
│   │   ├── tsort.awk
│   │   ├── tunables.texi
│   │   ├── users.texi
│   │   └── xtract-typefun.awk
│   ├── math
│   │   ├── atest-exp2.c
│   │   ├── atest-exp.c
│   │   ├── atest-sincos.c
│   │   ├── auto-libm-test-in
│   │   ├── auto-libm-test-out
│   │   ├── basic-test.c
│   │   ├── bits
│   │   │   ├── cmathcalls.h
│   │   │   ├── mathcalls.h
│   │   │   └── math-finite.h
│   │   ├── bug-nextafter.c
│   │   ├── bug-nexttoward.c
│   │   ├── bug-tgmath1.c
│   │   ├── cabs_template.c
│   │   ├── carg_template.c
│   │   ├── cimag_template.c
│   │   ├── complex.h
│   │   ├── conj_template.c
│   │   ├── creal_template.c
│   │   ├── divtc3.c
│   │   ├── e_acoshl.c
│   │   ├── e_acosl.c
│   │   ├── e_asinl.c
│   │   ├── e_atan2l.c
│   │   ├── e_atanhl.c
│   │   ├── e_coshl.c
│   │   ├── e_exp10.c
│   │   ├── e_exp10f.c
│   │   ├── e_exp10l.c
│   │   ├── e_exp2l.c
│   │   ├── e_expl.c
│   │   ├── e_fmodl.c
│   │   ├── e_gammal_r.c
│   │   ├── e_hypotl.c
│   │   ├── e_j0l.c
│   │   ├── e_j1l.c
│   │   ├── e_jnl.c
│   │   ├── e_lgammal_r.c
│   │   ├── e_log10l.c
│   │   ├── e_log2l.c
│   │   ├── e_logl.c
│   │   ├── e_powl.c
│   │   ├── e_rem_pio2l.c
│   │   ├── e_scalb.c
│   │   ├── e_scalbf.c
│   │   ├── e_scalbl.c
│   │   ├── e_sinhl.c
│   │   ├── e_sqrtl.c
│   │   ├── fclrexcpt.c
│   │   ├── fedisblxcpt.c
│   │   ├── feenablxcpt.c
│   │   ├── fegetenv.c
│   │   ├── fegetexcept.c
│   │   ├── fegetmode.c
│   │   ├── fegetround.c
│   │   ├── feholdexcpt.c
│   │   ├── fenv.h
│   │   ├── fesetenv.c
│   │   ├── fesetexcept.c
│   │   ├── fesetmode.c
│   │   ├── fesetround.c
│   │   ├── fetestexceptflag.c
│   │   ├── feupdateenv.c
│   │   ├── fgetexcptflg.c
│   │   ├── fpu_control.c
│   │   ├── fraiseexcpt.c
│   │   ├── fromfp.h
│   │   ├── fsetexcptflg.c
│   │   ├── ftestexcept.c
│   │   ├── gen-auto-libm-tests.c
│   │   ├── gen-fromfp-tests-inputs
│   │   ├── gen-fromfp-tests.py
│   │   ├── gen-libm-have-vector-test.sh
│   │   ├── gen-libm-test.pl
│   │   ├── ieee-math.c
│   │   ├── k_casinh_template.c
│   │   ├── k_cosl.c
│   │   ├── k_sincosl.c
│   │   ├── k_sinl.c
│   │   ├── k_tanl.c
│   │   ├── lgamma-compat.h
│   │   ├── libm-test.inc
│   │   ├── machine
│   │   │   └── asm.h
│   │   ├── Makefile
│   │   ├── math.h
│   │   ├── mul_split.h
│   │   ├── mul_splitl.h
│   │   ├── multc3.c
│   │   ├── README.libm-test
│   │   ├── s_asinhl.c
│   │   ├── s_atanl.c
│   │   ├── s_cacosh_template.c
│   │   ├── s_cacos_template.c
│   │   ├── s_canonicalize_template.c
│   │   ├── s_casinh_template.c
│   │   ├── s_casin_template.c
│   │   ├── s_catanh_template.c
│   │   ├── s_catan_template.c
│   │   ├── s_cbrtl.c
│   │   ├── s_ccosh_template.c
│   │   ├── s_ccos_template.c
│   │   ├── s_cexp_template.c
│   │   ├── s_clog10_template.c
│   │   ├── s_clog_template.c
│   │   ├── s_cpow_template.c
│   │   ├── s_cproj_template.c
│   │   ├── s_csinh_template.c
│   │   ├── s_csin_template.c
│   │   ├── s_csqrt_template.c
│   │   ├── s_ctanh_template.c
│   │   ├── s_ctan_template.c
│   │   ├── s_erfl.c
│   │   ├── setfpucw.c
│   │   ├── s_expm1l.c
│   │   ├── s_fdim_template.c
│   │   ├── s_fma.c
│   │   ├── s_fmaf.c
│   │   ├── s_fmal.c
│   │   ├── s_fmaxmag_template.c
│   │   ├── s_fmax_template.c
│   │   ├── s_fminmag_template.c
│   │   ├── s_fmin_template.c
│   │   ├── s_iscanonicall.c
│   │   ├── s_iseqsig_template.c
│   │   ├── s_ldexp_template.c
│   │   ├── s_log1pl.c
│   │   ├── s_nan_template.c
│   │   ├── s_nextafter.c
│   │   ├── s_nextdown_template.c
│   │   ├── s_nexttowardf.c
│   │   ├── s_nexttowardl.c
│   │   ├── s_significand.c
│   │   ├── s_significandf.c
│   │   ├── s_significandl.c
│   │   ├── s_tanhl.c
│   │   ├── test-double.c
│   │   ├── test-double-finite.c
│   │   ├── test-double.h
│   │   ├── test-double-vlen2.h
│   │   ├── test-double-vlen4.h
│   │   ├── test-double-vlen8.h
│   │   ├── test-femode.c
│   │   ├── test-femode-traps.c
│   │   ├── test-fenv.c
│   │   ├── test-fenv-clear.c
│   │   ├── test-fenv-clear-main.c
│   │   ├── test-fenvinline.c
│   │   ├── test-fenv-preserve.c
│   │   ├── test-fenv-return.c
│   │   ├── test-fenv-tls.c
│   │   ├── test-fesetexcept.c
│   │   ├── test-fesetexcept-traps.c
│   │   ├── test-fe-snans-always-signal.c
│   │   ├── test-fetestexceptflag.c
│   │   ├── test-fexcept.c
│   │   ├── test-fexcept-traps.c
│   │   ├── test-float.c
│   │   ├── test-float-finite.c
│   │   ├── test-float.h
│   │   ├── test-float-vlen16.h
│   │   ├── test-float-vlen4.h
│   │   ├── test-float-vlen8.h
│   │   ├── test-flt-eval-method.c
│   │   ├── test-fp-ilogb-constants.c
│   │   ├── test-fp-llogb-constants.c
│   │   ├── test-fpucw.c
│   │   ├── test-fpucw-ieee.c
│   │   ├── test-fpucw-ieee-static.c
│   │   ├── test-fpucw-static.c
│   │   ├── test-idouble.c
│   │   ├── test-ifloat.c
│   │   ├── test-ildouble.c
│   │   ├── test-iseqsig-excess-precision.c
│   │   ├── test-iszero-excess-precision.c
│   │   ├── test-ldouble.c
│   │   ├── test-ldouble-finite.c
│   │   ├── test-ldouble.h
│   │   ├── test-matherr.c
│   │   ├── test-math-errno.h
│   │   ├── test-math-finite.h
│   │   ├── test-math-inline.h
│   │   ├── test-math-isinff.cc
│   │   ├── test-math-iszero.cc
│   │   ├── test-math-no-finite.h
│   │   ├── test-math-no-inline.h
│   │   ├── test-math-scalar.h
│   │   ├── test-math-vector.h
│   │   ├── test-misc.c
│   │   ├── test-nan-overflow.c
│   │   ├── test-nan-payload.c
│   │   ├── test-nearbyint-except-2.c
│   │   ├── test-nearbyint-except.c
│   │   ├── test-powl.c
│   │   ├── test-signgam-finite.c
│   │   ├── test-signgam-finite-c11.c
│   │   ├── test-signgam-finite-c99.c
│   │   ├── test-signgam-main.c
│   │   ├── test-signgam-uchar.c
│   │   ├── test-signgam-uchar-init.c
│   │   ├── test-signgam-uchar-init-static.c
│   │   ├── test-signgam-uchar-static.c
│   │   ├── test-signgam-uint.c
│   │   ├── test-signgam-uint-init.c
│   │   ├── test-signgam-uint-init-static.c
│   │   ├── test-signgam-uint-static.c
│   │   ├── test-signgam-ullong.c
│   │   ├── test-signgam-ullong-init.c
│   │   ├── test-signgam-ullong-init-static.c
│   │   ├── test-signgam-ullong-static.c
│   │   ├── test-snan.c
│   │   ├── test-tgmath2.c
│   │   ├── test-tgmath.c
│   │   ├── test-tgmath-int.c
│   │   ├── test-tgmath-ret.c
│   │   ├── tgmath.h
│   │   ├── t_sincosl.c
│   │   ├── tst-CMPLX2.c
│   │   ├── tst-CMPLX.c
│   │   ├── tst-definitions.c
│   │   ├── Versions
│   │   ├── w_acos_compat.c
│   │   ├── w_acosf_compat.c
│   │   ├── w_acosh_compat.c
│   │   ├── w_acoshf_compat.c
│   │   ├── w_acoshl_compat.c
│   │   ├── w_acosl_compat.c
│   │   ├── w_asin_compat.c
│   │   ├── w_asinf_compat.c
│   │   ├── w_asinl_compat.c
│   │   ├── w_atan2_compat.c
│   │   ├── w_atan2f_compat.c
│   │   ├── w_atan2l_compat.c
│   │   ├── w_atanh_compat.c
│   │   ├── w_atanhf_compat.c
│   │   ├── w_atanhl_compat.c
│   │   ├── w_cosh_compat.c
│   │   ├── w_coshf_compat.c
│   │   ├── w_coshl_compat.c
│   │   ├── w_exp10_compat.c
│   │   ├── w_exp10f_compat.c
│   │   ├── w_exp10l_compat.c
│   │   ├── w_exp2_compat.c
│   │   ├── w_exp2f_compat.c
│   │   ├── w_exp2l_compat.c
│   │   ├── w_expl.c
│   │   ├── w_fmod_compat.c
│   │   ├── w_fmodf_compat.c
│   │   ├── w_fmodl_compat.c
│   │   ├── w_hypot_compat.c
│   │   ├── w_hypotf_compat.c
│   │   ├── w_hypotl_compat.c
│   │   ├── w_ilogb_template.c
│   │   ├── w_j0_compat.c
│   │   ├── w_j0f_compat.c
│   │   ├── w_j0l_compat.c
│   │   ├── w_j1_compat.c
│   │   ├── w_j1f_compat.c
│   │   ├── w_j1l_compat.c
│   │   ├── w_jn_compat.c
│   │   ├── w_jnf_compat.c
│   │   ├── w_jnl_compat.c
│   │   ├── w_lgamma.c
│   │   ├── w_lgamma_compat.c
│   │   ├── w_lgamma_compatf.c
│   │   ├── w_lgamma_compatl.c
│   │   ├── w_lgammaf.c
│   │   ├── w_lgammaf_main.c
│   │   ├── w_lgammaf_r.c
│   │   ├── w_lgammal.c
│   │   ├── w_lgammal_main.c
│   │   ├── w_lgammal_r.c
│   │   ├── w_lgamma_main.c
│   │   ├── w_lgamma_r.c
│   │   ├── w_llogb_template.c
│   │   ├── w_log10_compat.c
│   │   ├── w_log10f_compat.c
│   │   ├── w_log10l_compat.c
│   │   ├── w_log1p_template.c
│   │   ├── w_log2_compat.c
│   │   ├── w_log2f_compat.c
│   │   ├── w_log2l_compat.c
│   │   ├── w_log_compat.c
│   │   ├── w_logf_compat.c
│   │   ├── w_logl_compat.c
│   │   ├── w_pow_compat.c
│   │   ├── w_powf_compat.c
│   │   ├── w_powl_compat.c
│   │   ├── w_remainder_compat.c
│   │   ├── w_remainderf_compat.c
│   │   ├── w_remainderl_compat.c
│   │   ├── w_scalb_compat.c
│   │   ├── w_scalbf_compat.c
│   │   ├── w_scalbl_compat.c
│   │   ├── w_scalbln_template.c
│   │   ├── w_sinh_compat.c
│   │   ├── w_sinhf_compat.c
│   │   ├── w_sinhl_compat.c
│   │   ├── w_sqrt_compat.c
│   │   ├── w_sqrtf_compat.c
│   │   ├── w_sqrtl_compat.c
│   │   ├── w_tgamma_compat.c
│   │   ├── w_tgammaf_compat.c
│   │   └── w_tgammal_compat.c
│   ├── mathvec
│   │   ├── Depend
│   │   └── Makefile
│   ├── misc
│   │   ├── acct.c
│   │   ├── ar.h
│   │   ├── bits
│   │   │   ├── error.h
│   │   │   ├── select2.h
│   │   │   ├── stab.def
│   │   │   ├── syslog.h
│   │   │   └── syslog-ldbl.h
│   │   ├── brk.c
│   │   ├── bug18240.c
│   │   ├── bug-hsearch1.c
│   │   ├── chflags.c
│   │   ├── chroot.c
│   │   ├── daemon.c
│   │   ├── dirname.c
│   │   ├── efgcvt.c
│   │   ├── efgcvt_r.c
│   │   ├── err.c
│   │   ├── err.h
│   │   ├── error.c
│   │   ├── error.h
│   │   ├── fchflags.c
│   │   ├── fdatasync.c
│   │   ├── fgetxattr.c
│   │   ├── flistxattr.c
│   │   ├── fremovexattr.c
│   │   ├── fsetxattr.c
│   │   ├── fstab.c
│   │   ├── fstab.h
│   │   ├── fsync.c
│   │   ├── ftruncate64.c
│   │   ├── ftruncate.c
│   │   ├── futimesat.c
│   │   ├── futimes.c
│   │   ├── getauxval.c
│   │   ├── getclktck.c
│   │   ├── getdomain.c
│   │   ├── getdtsz.c
│   │   ├── gethostid.c
│   │   ├── gethostname.c
│   │   ├── getloadavg.c
│   │   ├── getpagesize.c
│   │   ├── getpass.c
│   │   ├── getsysstats.c
│   │   ├── getttyent.c
│   │   ├── getusershell.c
│   │   ├── getxattr.c
│   │   ├── gtty.c
│   │   ├── hsearch.c
│   │   ├── hsearch_r.c
│   │   ├── ifunc-impl-list.c
│   │   ├── init-misc.c
│   │   ├── insremque.c
│   │   ├── ioctl.c
│   │   ├── lgetxattr.c
│   │   ├── libgen.h
│   │   ├── listxattr.c
│   │   ├── llistxattr.c
│   │   ├── lremovexattr.c
│   │   ├── lsearch.c
│   │   ├── lsetxattr.c
│   │   ├── lutimes.c
│   │   ├── madvise.c
│   │   ├── makedev.c
│   │   ├── Makefile
│   │   ├── mincore.c
│   │   ├── mkdtemp.c
│   │   ├── mkostemp64.c
│   │   ├── mkostemp.c
│   │   ├── mkostemps64.c
│   │   ├── mkostemps.c
│   │   ├── mkstemp64.c
│   │   ├── mkstemp.c
│   │   ├── mkstemps64.c
│   │   ├── mkstemps.c
│   │   ├── mktemp.c
│   │   ├── mlockall.c
│   │   ├── mlock.c
│   │   ├── mmap64.c
│   │   ├── mmap.c
│   │   ├── mntent.c
│   │   ├── mntent.h
│   │   ├── mntent_r.c
│   │   ├── mprotect.c
│   │   ├── msync.c
│   │   ├── munlockall.c
│   │   ├── munlock.c
│   │   ├── munmap.c
│   │   ├── preadv64.c
│   │   ├── preadv.c
│   │   ├── pselect.c
│   │   ├── ptrace.c
│   │   ├── pwritev64.c
│   │   ├── pwritev.c
│   │   ├── qefgcvt.c
│   │   ├── qefgcvt_r.c
│   │   ├── readv.c
│   │   ├── reboot.c
│   │   ├── regexp.c
│   │   ├── regexp.h
│   │   ├── remap_file_pages.c
│   │   ├── removexattr.c
│   │   ├── revoke.c
│   │   ├── sbrk.c
│   │   ├── search.h
│   │   ├── select.c
│   │   ├── setdomain.c
│   │   ├── setegid.c
│   │   ├── seteuid.c
│   │   ├── sethostid.c
│   │   ├── sethostname.c
│   │   ├── setregid.c
│   │   ├── setreuid.c
│   │   ├── setxattr.c
│   │   ├── sgtty.h
│   │   ├── sstk.c
│   │   ├── stab.h
│   │   ├── stty.c
│   │   ├── swapoff.c
│   │   ├── swapon.c
│   │   ├── sync.c
│   │   ├── syncfs.c
│   │   ├── sys
│   │   │   ├── auxv.h
│   │   │   ├── cdefs.h
│   │   │   ├── dir.h
│   │   │   ├── file.h
│   │   │   ├── ioctl.h
│   │   │   ├── mman.h
│   │   │   ├── param.h
│   │   │   ├── queue.h
│   │   │   ├── select.h
│   │   │   ├── syslog.h
│   │   │   ├── sysmacros.h
│   │   │   ├── uio.h
│   │   │   ├── ustat.h
│   │   │   └── xattr.h
│   │   ├── syscall.c
│   │   ├── syscall.h
│   │   ├── sysexits.h
│   │   ├── syslog.c
│   │   ├── syslog.h
│   │   ├── truncate64.c
│   │   ├── truncate.c
│   │   ├── tsearch.c
│   │   ├── tst-atomic.c
│   │   ├── tst-atomic-long.c
│   │   ├── tst-dirname.c
│   │   ├── tst-efgcvt.c
│   │   ├── tst-empty.c
│   │   ├── tst-error1.c
│   │   ├── tst-fdset.c
│   │   ├── tst-hsearch.c
│   │   ├── tst-insremque.c
│   │   ├── tst-makedev.c
│   │   ├── tst-mntent2.c
│   │   ├── tst-mntent-blank-corrupt.c
│   │   ├── tst-mntent-blank-passno.c
│   │   ├── tst-mntent.c
│   │   ├── tst-preadvwritev64.c
│   │   ├── tst-preadvwritev.c
│   │   ├── tst-preadvwritev-common.c
│   │   ├── tst-pselect.c
│   │   ├── tst-tsearch.c
│   │   ├── ttyent.h
│   │   ├── ttyslot.c
│   │   ├── ualarm.c
│   │   ├── usleep.c
│   │   ├── ustat.c
│   │   ├── ustat.h
│   │   ├── utimes.c
│   │   ├── Versions
│   │   ├── vhangup.c
│   │   └── writev.c
│   ├── NAMESPACE
│   ├── NEWS
│   ├── nis
│   │   ├── Depend
│   │   ├── libnsl.h
│   │   ├── Makefile
│   │   ├── nis_add.c
│   │   ├── nis_addmember.c
│   │   ├── nis_callback.c
│   │   ├── nis_call.c
│   │   ├── nis_checkpoint.c
│   │   ├── nis_clone_dir.c
│   │   ├── nis_clone_obj.c
│   │   ├── nis_clone_res.c
│   │   ├── nis_creategroup.c
│   │   ├── nis_defaults.c
│   │   ├── nis_destroygroup.c
│   │   ├── nis_domain_of.c
│   │   ├── nis_domain_of_r.c
│   │   ├── nis_error.c
│   │   ├── nis_error.h
│   │   ├── nis_file.c
│   │   ├── nis_findserv.c
│   │   ├── nis_free.c
│   │   ├── nis_getservlist.c
│   │   ├── nis_hash.c
│   │   ├── nis_intern.h
│   │   ├── nis_ismember.c
│   │   ├── nis_local_names.c
│   │   ├── nis_lookup.c
│   │   ├── nis_mkdir.c
│   │   ├── nis_modify.c
│   │   ├── nis_ping.c
│   │   ├── nisplus-parser.h
│   │   ├── nis_print.c
│   │   ├── nis_print_group_entry.c
│   │   ├── nis_remove.c
│   │   ├── nis_removemember.c
│   │   ├── nis_rmdir.c
│   │   ├── nis_server.c
│   │   ├── nis_subr.c
│   │   ├── nis_table.c
│   │   ├── nis_util.c
│   │   ├── nis_verifygroup.c
│   │   ├── nis_xdr.c
│   │   ├── nis_xdr.h
│   │   ├── nss
│   │   ├── nss_compat
│   │   │   ├── compat-grp.c
│   │   │   ├── compat-initgroups.c
│   │   │   ├── compat-pwd.c
│   │   │   └── compat-spwd.c
│   │   ├── nss-default.c
│   │   ├── nss_nis
│   │   │   ├── nis-alias.c
│   │   │   ├── nis-ethers.c
│   │   │   ├── nis-grp.c
│   │   │   ├── nis-hosts.c
│   │   │   ├── nis-initgroups.c
│   │   │   ├── nis-netgrp.c
│   │   │   ├── nis-network.c
│   │   │   ├── nis-proto.c
│   │   │   ├── nis-publickey.c
│   │   │   ├── nis-pwd.c
│   │   │   ├── nis-rpc.c
│   │   │   ├── nis-service.c
│   │   │   └── nis-spwd.c
│   │   ├── nss-nis.c
│   │   ├── nss-nis.h
│   │   ├── nss_nisplus
│   │   │   ├── nisplus-alias.c
│   │   │   ├── nisplus-ethers.c
│   │   │   ├── nisplus-grp.c
│   │   │   ├── nisplus-hosts.c
│   │   │   ├── nisplus-initgroups.c
│   │   │   ├── nisplus-netgrp.c
│   │   │   ├── nisplus-network.c
│   │   │   ├── nisplus-parser.c
│   │   │   ├── nisplus-proto.c
│   │   │   ├── nisplus-publickey.c
│   │   │   ├── nisplus-pwd.c
│   │   │   ├── nisplus-rpc.c
│   │   │   ├── nisplus-service.c
│   │   │   └── nisplus-spwd.c
│   │   ├── nss-nisplus.c
│   │   ├── nss-nisplus.h
│   │   ├── rpcsvc
│   │   │   ├── nis_callback.h
│   │   │   ├── nis_callback.x
│   │   │   ├── nis.h
│   │   │   ├── nislib.h
│   │   │   ├── nis_object.x
│   │   │   ├── nis_tags.h
│   │   │   ├── nis.x
│   │   │   ├── ypclnt.h
│   │   │   ├── yp.h
│   │   │   ├── yp_prot.h
│   │   │   ├── ypupd.h
│   │   │   └── yp.x
│   │   ├── Versions
│   │   ├── ypclnt.c
│   │   ├── ypupdate_xdr.c
│   │   └── yp_xdr.c
│   ├── nptl
│   │   ├── alloca_cutoff.c
│   │   ├── allocatestack.c
│   │   ├── Banner
│   │   ├── cancellation.c
│   │   ├── ChangeLog.old
│   │   ├── cleanup.c
│   │   ├── cleanup_compat.c
│   │   ├── cleanup_defer.c
│   │   ├── cleanup_defer_compat.c
│   │   ├── cleanup_routine.c
│   │   ├── cond-perf.c
│   │   ├── createthread.c
│   │   ├── default-sched.h
│   │   ├── descr.h
│   │   ├── DESIGN-systemtap-probes.txt
│   │   ├── eintr.c
│   │   ├── elision-conf.h
│   │   ├── errno-loc.c
│   │   ├── events.c
│   │   ├── forward.c
│   │   ├── herrno.c
│   │   ├── libc-cancellation.c
│   │   ├── libc-cleanup.c
│   │   ├── libc-lowlevellock.c
│   │   ├── libc_multiple_threads.c
│   │   ├── libc_pthread_init.c
│   │   ├── lll_timedlock_wait.c
│   │   ├── lll_timedwait_tid.c
│   │   ├── lowlevellock.c
│   │   ├── Makefile
│   │   ├── nptl-init.c
│   │   ├── nptl_lock_constants.pysym
│   │   ├── nptl-printers.py
│   │   ├── old_pthread_atfork.c
│   │   ├── old_pthread_cond_broadcast.c
│   │   ├── old_pthread_cond_destroy.c
│   │   ├── old_pthread_cond_init.c
│   │   ├── old_pthread_cond_signal.c
│   │   ├── old_pthread_cond_timedwait.c
│   │   ├── old_pthread_cond_wait.c
│   │   ├── perf.c
│   │   ├── pt-allocrtsig.c
│   │   ├── pt-cleanup.c
│   │   ├── pt-crti.S
│   │   ├── pt-fork.c
│   │   ├── pthread_atfork.c
│   │   ├── pthread_attr_destroy.c
│   │   ├── pthread_attr_getaffinity.c
│   │   ├── pthread_attr_getdetachstate.c
│   │   ├── pthread_attr_getguardsize.c
│   │   ├── pthread_attr_getinheritsched.c
│   │   ├── pthread_attr_getschedparam.c
│   │   ├── pthread_attr_getschedpolicy.c
│   │   ├── pthread_attr_getscope.c
│   │   ├── pthread_attr_getstackaddr.c
│   │   ├── pthread_attr_getstack.c
│   │   ├── pthread_attr_getstacksize.c
│   │   ├── pthread_attr_init.c
│   │   ├── pthread_attr_setaffinity.c
│   │   ├── pthread_attr_setdetachstate.c
│   │   ├── pthread_attr_setguardsize.c
│   │   ├── pthread_attr_setinheritsched.c
│   │   ├── pthread_attr_setschedparam.c
│   │   ├── pthread_attr_setschedpolicy.c
│   │   ├── pthread_attr_setscope.c
│   │   ├── pthread_attr_setstackaddr.c
│   │   ├── pthread_attr_setstack.c
│   │   ├── pthread_attr_setstacksize.c
│   │   ├── pthread_barrierattr_destroy.c
│   │   ├── pthread_barrierattr_getpshared.c
│   │   ├── pthread_barrierattr_init.c
│   │   ├── pthread_barrierattr_setpshared.c
│   │   ├── pthread_barrier_destroy.c
│   │   ├── pthread_barrier_init.c
│   │   ├── pthread_barrier_wait.c
│   │   ├── pthread_cancel.c
│   │   ├── pthread_clock_gettime.c
│   │   ├── pthread_clock_settime.c
│   │   ├── pthread_condattr_destroy.c
│   │   ├── pthread_condattr_getclock.c
│   │   ├── pthread_condattr_getpshared.c
│   │   ├── pthread_condattr_init.c
│   │   ├── pthread_condattr_setclock.c
│   │   ├── pthread_condattr_setpshared.c
│   │   ├── pthread_cond_broadcast.c
│   │   ├── pthread_cond_common.c
│   │   ├── pthread_cond_destroy.c
│   │   ├── pthread_cond_init.c
│   │   ├── pthread_cond_signal.c
│   │   ├── pthread_cond_wait.c
│   │   ├── pthread_create.c
│   │   ├── pthread_detach.c
│   │   ├── pthread_equal.c
│   │   ├── pthread-errnos.sym
│   │   ├── pthread_exit.c
│   │   ├── pthread_getaffinity.c
│   │   ├── pthread_getattr_default_np.c
│   │   ├── pthread_getattr_np.c
│   │   ├── pthread_getconcurrency.c
│   │   ├── pthread_getcpuclockid.c
│   │   ├── pthread_getname.c
│   │   ├── pthread_getschedparam.c
│   │   ├── pthread_getspecific.c
│   │   ├── pthread_join.c
│   │   ├── pthread_key_create.c
│   │   ├── pthread_key_delete.c
│   │   ├── pthread_kill.c
│   │   ├── pthread_kill_other_threads.c
│   │   ├── pthread_mutexattr_destroy.c
│   │   ├── pthread_mutexattr_getprioceiling.c
│   │   ├── pthread_mutexattr_getprotocol.c
│   │   ├── pthread_mutexattr_getpshared.c
│   │   ├── pthread_mutexattr_getrobust.c
│   │   ├── pthread_mutexattr_gettype.c
│   │   ├── pthread_mutexattr_init.c
│   │   ├── pthread_mutexattr_setprioceiling.c
│   │   ├── pthread_mutexattr_setprotocol.c
│   │   ├── pthread_mutexattr_setpshared.c
│   │   ├── pthread_mutexattr_setrobust.c
│   │   ├── pthread_mutexattr_settype.c
│   │   ├── pthread_mutex_cond_lock.c
│   │   ├── pthread_mutex_consistent.c
│   │   ├── pthread_mutex_destroy.c
│   │   ├── pthread_mutex_getprioceiling.c
│   │   ├── pthread_mutex_init.c
│   │   ├── pthread_mutex_lock.c
│   │   ├── pthread_mutex_setprioceiling.c
│   │   ├── pthread_mutex_timedlock.c
│   │   ├── pthread_mutex_trylock.c
│   │   ├── pthread_mutex_unlock.c
│   │   ├── pthread_once.c
│   │   ├── pthreadP.h
│   │   ├── pthread-pi-defines.sym
│   │   ├── pthread-pids.h
│   │   ├── pthread_rwlockattr_destroy.c
│   │   ├── pthread_rwlockattr_getkind_np.c
│   │   ├── pthread_rwlockattr_getpshared.c
│   │   ├── pthread_rwlockattr_init.c
│   │   ├── pthread_rwlockattr_setkind_np.c
│   │   ├── pthread_rwlockattr_setpshared.c
│   │   ├── pthread_rwlock_common.c
│   │   ├── pthread_rwlock_destroy.c
│   │   ├── pthread_rwlock_init.c
│   │   ├── pthread_rwlock_rdlock.c
│   │   ├── pthread_rwlock_timedrdlock.c
│   │   ├── pthread_rwlock_timedwrlock.c
│   │   ├── pthread_rwlock_tryrdlock.c
│   │   ├── pthread_rwlock_trywrlock.c
│   │   ├── pthread_rwlock_unlock.c
│   │   ├── pthread_rwlock_wrlock.c
│   │   ├── pthread_self.c
│   │   ├── pthread_setaffinity.c
│   │   ├── pthread_setattr_default_np.c
│   │   ├── pthread_setcancelstate.c
│   │   ├── pthread_setcanceltype.c
│   │   ├── pthread_setconcurrency.c
│   │   ├── pthread_setegid.c
│   │   ├── pthread_seteuid.c
│   │   ├── pthread_setgid.c
│   │   ├── pthread_setname.c
│   │   ├── pthread_setregid.c
│   │   ├── pthread_setresgid.c
│   │   ├── pthread_setresuid.c
│   │   ├── pthread_setreuid.c
│   │   ├── pthread_setschedparam.c
│   │   ├── pthread_setschedprio.c
│   │   ├── pthread_setspecific.c
│   │   ├── pthread_setuid.c
│   │   ├── pthread_sigmask.c
│   │   ├── pthread_sigqueue.c
│   │   ├── pthread_spin_destroy.c
│   │   ├── pthread_spin_init.c
│   │   ├── pthread_spin_lock.c
│   │   ├── pthread_spin_trylock.c
│   │   ├── pthread_spin_unlock.c
│   │   ├── pthread_testcancel.c
│   │   ├── pthread_timedjoin.c
│   │   ├── pthread_tryjoin.c
│   │   ├── pthread_yield.c
│   │   ├── pt-interp.c
│   │   ├── pt-longjmp.c
│   │   ├── pt-raise.c
│   │   ├── pt-system.c
│   │   ├── pt-vfork.c
│   │   ├── register-atfork.c
│   │   ├── res.c
│   │   ├── semaphoreP.h
│   │   ├── sem_close.c
│   │   ├── sem_destroy.c
│   │   ├── sem_getvalue.c
│   │   ├── sem_init.c
│   │   ├── sem_open.c
│   │   ├── sem_post.c
│   │   ├── sem_timedwait.c
│   │   ├── sem_unlink.c
│   │   ├── sem_wait.c
│   │   ├── sem_waitcommon.c
│   │   ├── shlib-versions
│   │   ├── sigaction.c
│   │   ├── smp.h
│   │   ├── sockperf.c
│   │   ├── stack-aliasing.h
│   │   ├── test-condattr-printers.c
│   │   ├── test-condattr-printers.py
│   │   ├── test-cond-printers.c
│   │   ├── test-cond-printers.py
│   │   ├── test-mutexattr-printers.c
│   │   ├── test-mutexattr-printers.py
│   │   ├── test-mutex-printers.c
│   │   ├── test-mutex-printers.py
│   │   ├── test-rwlockattr-printers.c
│   │   ├── test-rwlockattr-printers.py
│   │   ├── test-rwlock-printers.c
│   │   ├── test-rwlock-printers.py
│   │   ├── TODO
│   │   ├── TODO-kernel
│   │   ├── TODO-testing
│   │   ├── tpp.c
│   │   ├── tst-abstime.c
│   │   ├── tst-align3.c
│   │   ├── tst-align.c
│   │   ├── tst-atfork1.c
│   │   ├── tst-atfork2.c
│   │   ├── tst-atfork2mod.c
│   │   ├── tst-attr1.c
│   │   ├── tst-attr2.c
│   │   ├── tst-attr3.c
│   │   ├── tst-backtrace1.c
│   │   ├── tst-bad-schedattr.c
│   │   ├── tst-barrier1.c
│   │   ├── tst-barrier2.c
│   │   ├── tst-barrier3.c
│   │   ├── tst-barrier4.c
│   │   ├── tst-barrier5.c
│   │   ├── tst-basic1.c
│   │   ├── tst-basic2.c
│   │   ├── tst-basic3.c
│   │   ├── tst-basic4.c
│   │   ├── tst-basic5.c
│   │   ├── tst-basic6.c
│   │   ├── tst-basic7.c
│   │   ├── tst-cancel10.c
│   │   ├── tst-cancel11.c
│   │   ├── tst-cancel12.c
│   │   ├── tst-cancel13.c
│   │   ├── tst-cancel14.c
│   │   ├── tst-cancel15.c
│   │   ├── tst-cancel16.c
│   │   ├── tst-cancel17.c
│   │   ├── tst-cancel18.c
│   │   ├── tst-cancel19.c
│   │   ├── tst-cancel1.c
│   │   ├── tst-cancel20.c
│   │   ├── tst-cancel21.c
│   │   ├── tst-cancel21-static.c
│   │   ├── tst-cancel22.c
│   │   ├── tst-cancel23.c
│   │   ├── tst-cancel24.cc
│   │   ├── tst-cancel24-static.cc
│   │   ├── tst-cancel25.c
│   │   ├── tst-cancel26.c
│   │   ├── tst-cancel27.c
│   │   ├── tst-cancel2.c
│   │   ├── tst-cancel3.c
│   │   ├── tst-cancel4_1.c
│   │   ├── tst-cancel4_2.c
│   │   ├── tst-cancel4.c
│   │   ├── tst-cancel4-common.c
│   │   ├── tst-cancel4-common.h
│   │   ├── tst-cancel5.c
│   │   ├── tst-cancel6.c
│   │   ├── tst-cancel7.c
│   │   ├── tst-cancel8.c
│   │   ├── tst-cancel9.c
│   │   ├── tst-cancel-self.c
│   │   ├── tst-cancel-self-cancelstate.c
│   │   ├── tst-cancel-self-canceltype.c
│   │   ├── tst-cancel-self-cleanup.c
│   │   ├── tst-cancel-self-testcancel.c
│   │   ├── tst-cancel-wrappers.sh
│   │   ├── tst-cancelx10.c
│   │   ├── tst-cancelx11.c
│   │   ├── tst-cancelx12.c
│   │   ├── tst-cancelx13.c
│   │   ├── tst-cancelx14.c
│   │   ├── tst-cancelx15.c
│   │   ├── tst-cancelx16.c
│   │   ├── tst-cancelx17.c
│   │   ├── tst-cancelx18.c
│   │   ├── tst-cancelx1.c
│   │   ├── tst-cancelx20.c
│   │   ├── tst-cancelx21.c
│   │   ├── tst-cancelx2.c
│   │   ├── tst-cancelx3.c
│   │   ├── tst-cancelx4.c
│   │   ├── tst-cancelx5.c
│   │   ├── tst-cancelx6.c
│   │   ├── tst-cancelx7.c
│   │   ├── tst-cancelx8.c
│   │   ├── tst-cancelx9.c
│   │   ├── tst-cleanup0.c
│   │   ├── tst-cleanup0.expect
│   │   ├── tst-cleanup1.c
│   │   ├── tst-cleanup2.c
│   │   ├── tst-cleanup3.c
│   │   ├── tst-cleanup4aux.c
│   │   ├── tst-cleanup4.c
│   │   ├── tst-cleanupx0.c
│   │   ├── tst-cleanupx0.expect
│   │   ├── tst-cleanupx1.c
│   │   ├── tst-cleanupx2.c
│   │   ├── tst-cleanupx3.c
│   │   ├── tst-cleanupx4aux.c
│   │   ├── tst-cleanupx4.c
│   │   ├── tst-clock1.c
│   │   ├── tst-clock2.c
│   │   ├── tst-cond10.c
│   │   ├── tst-cond11.c
│   │   ├── tst-cond12.c
│   │   ├── tst-cond13.c
│   │   ├── tst-cond14.c
│   │   ├── tst-cond15.c
│   │   ├── tst-cond16.c
│   │   ├── tst-cond17.c
│   │   ├── tst-cond18.c
│   │   ├── tst-cond19.c
│   │   ├── tst-cond1.c
│   │   ├── tst-cond20.c
│   │   ├── tst-cond21.c
│   │   ├── tst-cond22.c
│   │   ├── tst-cond23.c
│   │   ├── tst-cond24.c
│   │   ├── tst-cond25.c
│   │   ├── tst-cond2.c
│   │   ├── tst-cond3.c
│   │   ├── tst-cond4.c
│   │   ├── tst-cond5.c
│   │   ├── tst-cond6.c
│   │   ├── tst-cond7.c
│   │   ├── tst-cond8.c
│   │   ├── tst-cond8-static.c
│   │   ├── tst-cond9.c
│   │   ├── tst-cond-except.c
│   │   ├── tst-context1.c
│   │   ├── tst-create-detached.c
│   │   ├── tst-default-attr.c
│   │   ├── tst-detach1.c
│   │   ├── tst-dlsym1.c
│   │   ├── tst-eintr1.c
│   │   ├── tst-eintr2.c
│   │   ├── tst-eintr3.c
│   │   ├── tst-eintr4.c
│   │   ├── tst-eintr5.c
│   │   ├── tst-exec1.c
│   │   ├── tst-exec2.c
│   │   ├── tst-exec3.c
│   │   ├── tst-exec4.c
│   │   ├── tst-exec5.c
│   │   ├── tst-execstack.c
│   │   ├── tst-execstack-mod.c
│   │   ├── tst-exit1.c
│   │   ├── tst-exit2.c
│   │   ├── tst-exit3.c
│   │   ├── tst-fini1.c
│   │   ├── tst-fini1mod.c
│   │   ├── tst-flock1.c
│   │   ├── tst-flock2.c
│   │   ├── tst-fork1.c
│   │   ├── tst-fork2.c
│   │   ├── tst-fork3.c
│   │   ├── tst-fork4.c
│   │   ├── tst-getpid3.c
│   │   ├── tst-initializers1.c
│   │   ├── tst-initializers1-c11.c
│   │   ├── tst-initializers1-c89.c
│   │   ├── tst-initializers1-c99.c
│   │   ├── tst-initializers1-gnu11.c
│   │   ├── tst-initializers1-gnu89.c
│   │   ├── tst-initializers1-gnu99.c
│   │   ├── tst-join1.c
│   │   ├── tst-join2.c
│   │   ├── tst-join3.c
│   │   ├── tst-join4.c
│   │   ├── tst-join5.c
│   │   ├── tst-join6.c
│   │   ├── tst-join7.c
│   │   ├── tst-join7mod.c
│   │   ├── tst-key1.c
│   │   ├── tst-key2.c
│   │   ├── tst-key3.c
│   │   ├── tst-key4.c
│   │   ├── tst-kill1.c
│   │   ├── tst-kill2.c
│   │   ├── tst-kill3.c
│   │   ├── tst-kill4.c
│   │   ├── tst-kill5.c
│   │   ├── tst-kill6.c
│   │   ├── tst-locale1.c
│   │   ├── tst-locale2.c
│   │   ├── tst-mutex1.c
│   │   ├── tst-mutex2.c
│   │   ├── tst-mutex3.c
│   │   ├── tst-mutex4.c
│   │   ├── tst-mutex5a.c
│   │   ├── tst-mutex5.c
│   │   ├── tst-mutex6.c
│   │   ├── tst-mutex7a.c
│   │   ├── tst-mutex7.c
│   │   ├── tst-mutex8.c
│   │   ├── tst-mutex8-static.c
│   │   ├── tst-mutex9.c
│   │   ├── tst-mutex-errorcheck.c
│   │   ├── tst-mutexpi1.c
│   │   ├── tst-mutexpi2.c
│   │   ├── tst-mutexpi3.c
│   │   ├── tst-mutexpi4.c
│   │   ├── tst-mutexpi5a.c
│   │   ├── tst-mutexpi5.c
│   │   ├── tst-mutexpi6.c
│   │   ├── tst-mutexpi7a.c
│   │   ├── tst-mutexpi7.c
│   │   ├── tst-mutexpi8.c
│   │   ├── tst-mutexpi8-static.c
│   │   ├── tst-mutexpi9.c
│   │   ├── tst-mutexpp10.c
│   │   ├── tst-mutexpp1.c
│   │   ├── tst-mutexpp6.c
│   │   ├── tst-oddstacklimit.c
│   │   ├── tst-once1.c
│   │   ├── tst-once2.c
│   │   ├── tst-once3.c
│   │   ├── tst-once4.c
│   │   ├── tst-once5.cc
│   │   ├── tst-oncex3.c
│   │   ├── tst-oncex4.c
│   │   ├── tst-popen1.c
│   │   ├── tst-pthread-attr-affinity.c
│   │   ├── tst-pthread-getattr.c
│   │   ├── tst-pthread-mutexattr.c
│   │   ├── tst-raise1.c
│   │   ├── tst-_res1.c
│   │   ├── tst-_res1mod1.c
│   │   ├── tst-_res1mod2.c
│   │   ├── tst-robust10.c
│   │   ├── tst-robust1.c
│   │   ├── tst-robust2.c
│   │   ├── tst-robust3.c
│   │   ├── tst-robust4.c
│   │   ├── tst-robust5.c
│   │   ├── tst-robust6.c
│   │   ├── tst-robust7.c
│   │   ├── tst-robust8.c
│   │   ├── tst-robust9.c
│   │   ├── tst-robust-fork.c
│   │   ├── tst-robustpi1.c
│   │   ├── tst-robustpi2.c
│   │   ├── tst-robustpi3.c
│   │   ├── tst-robustpi4.c
│   │   ├── tst-robustpi5.c
│   │   ├── tst-robustpi6.c
│   │   ├── tst-robustpi7.c
│   │   ├── tst-robustpi8.c
│   │   ├── tst-robustpi9.c
│   │   ├── tst-rwlock10.c
│   │   ├── tst-rwlock11.c
│   │   ├── tst-rwlock12.c
│   │   ├── tst-rwlock13.c
│   │   ├── tst-rwlock14.c
│   │   ├── tst-rwlock15.c
│   │   ├── tst-rwlock16.c
│   │   ├── tst-rwlock17.c
│   │   ├── tst-rwlock18.c
│   │   ├── tst-rwlock19.c
│   │   ├── tst-rwlock1.c
│   │   ├── tst-rwlock2a.c
│   │   ├── tst-rwlock2b.c
│   │   ├── tst-rwlock2.c
│   │   ├── tst-rwlock3.c
│   │   ├── tst-rwlock4.c
│   │   ├── tst-rwlock5.c
│   │   ├── tst-rwlock6.c
│   │   ├── tst-rwlock7.c
│   │   ├── tst-rwlock8.c
│   │   ├── tst-rwlock9.c
│   │   ├── tst-sched1.c
│   │   ├── tst-sem10.c
│   │   ├── tst-sem11.c
│   │   ├── tst-sem11-static.c
│   │   ├── tst-sem12.c
│   │   ├── tst-sem12-static.c
│   │   ├── tst-sem13.c
│   │   ├── tst-sem14.c
│   │   ├── tst-sem15.c
│   │   ├── tst-sem16.c
│   │   ├── tst-sem1.c
│   │   ├── tst-sem2.c
│   │   ├── tst-sem3.c
│   │   ├── tst-sem4.c
│   │   ├── tst-sem5.c
│   │   ├── tst-sem6.c
│   │   ├── tst-sem7.c
│   │   ├── tst-sem8.c
│   │   ├── tst-sem9.c
│   │   ├── tst-setuid1.c
│   │   ├── tst-setuid1-static.c
│   │   ├── tst-setuid2.c
│   │   ├── tst-setuid3.c
│   │   ├── tst-signal1.c
│   │   ├── tst-signal2.c
│   │   ├── tst-signal3.c
│   │   ├── tst-signal4.c
│   │   ├── tst-signal5.c
│   │   ├── tst-signal6.c
│   │   ├── tst-signal7.c
│   │   ├── tst-spin1.c
│   │   ├── tst-spin2.c
│   │   ├── tst-spin3.c
│   │   ├── tst-spin4.c
│   │   ├── tst-stack1.c
│   │   ├── tst-stack2.c
│   │   ├── tst-stack3.c
│   │   ├── tst-stack4.c
│   │   ├── tst-stack4mod.c
│   │   ├── tst-stackguard1.c
│   │   ├── tst-stackguard1-static.c
│   │   ├── tst-stdio1.c
│   │   ├── tst-stdio2.c
│   │   ├── tst-sysconf.c
│   │   ├── tst-thread_local1.cc
│   │   ├── tst-tls1.c
│   │   ├── tst-tls2.c
│   │   ├── tst-tls3.c
│   │   ├── tst-tls3-malloc.c
│   │   ├── tst-tls3mod.c
│   │   ├── tst-tls4.c
│   │   ├── tst-tls4moda.c
│   │   ├── tst-tls4modb.c
│   │   ├── tst-tls5.c
│   │   ├── tst-tls5.h
│   │   ├── tst-tls5moda.c
│   │   ├── tst-tls5modb.c
│   │   ├── tst-tls5mod.c
│   │   ├── tst-tls5modc.c
│   │   ├── tst-tls5modd.c
│   │   ├── tst-tls5mode.c
│   │   ├── tst-tls5modf.c
│   │   ├── tst-tls6.sh
│   │   ├── tst-tpp.h
│   │   ├── tst-tsd1.c
│   │   ├── tst-tsd2.c
│   │   ├── tst-tsd3.c
│   │   ├── tst-tsd4.c
│   │   ├── tst-tsd5.c
│   │   ├── tst-tsd6.c
│   │   ├── tst-typesizes.c
│   │   ├── tst-umask1.c
│   │   ├── tst-unload.c
│   │   ├── tst-vfork1.c
│   │   ├── tst-vfork1x.c
│   │   ├── tst-vfork2.c
│   │   ├── tst-vfork2x.c
│   │   ├── unregister-atfork.c
│   │   ├── unwindbuf.sym
│   │   ├── unwind.c
│   │   ├── vars.c
│   │   ├── version.c
│   │   └── Versions
│   ├── nptl_db
│   │   ├── ChangeLog.old
│   │   ├── db_info.c
│   │   ├── db-symbols.awk
│   │   ├── db-symbols.h
│   │   ├── fetch-value.c
│   │   ├── Makefile
│   │   ├── proc_service.h
│   │   ├── shlib-versions
│   │   ├── structs.def
│   │   ├── td_init.c
│   │   ├── td_log.c
│   │   ├── td_symbol_list.c
│   │   ├── td_ta_clear_event.c
│   │   ├── td_ta_delete.c
│   │   ├── td_ta_enable_stats.c
│   │   ├── td_ta_event_addr.c
│   │   ├── td_ta_event_getmsg.c
│   │   ├── td_ta_get_nthreads.c
│   │   ├── td_ta_get_ph.c
│   │   ├── td_ta_get_stats.c
│   │   ├── td_ta_map_id2thr.c
│   │   ├── td_ta_map_lwp2thr.c
│   │   ├── td_ta_new.c
│   │   ├── td_ta_reset_stats.c
│   │   ├── td_ta_setconcurrency.c
│   │   ├── td_ta_set_event.c
│   │   ├── td_ta_thr_iter.c
│   │   ├── td_ta_tsd_iter.c
│   │   ├── td_thr_clear_event.c
│   │   ├── td_thr_dbresume.c
│   │   ├── td_thr_dbsuspend.c
│   │   ├── td_thr_event_enable.c
│   │   ├── td_thr_event_getmsg.c
│   │   ├── td_thr_getfpregs.c
│   │   ├── td_thr_getgregs.c
│   │   ├── td_thr_get_info.c
│   │   ├── td_thr_getxregs.c
│   │   ├── td_thr_getxregsize.c
│   │   ├── td_thr_set_event.c
│   │   ├── td_thr_setfpregs.c
│   │   ├── td_thr_setgregs.c
│   │   ├── td_thr_setprio.c
│   │   ├── td_thr_setsigpending.c
│   │   ├── td_thr_setxregs.c
│   │   ├── td_thr_sigsetmask.c
│   │   ├── td_thr_tlsbase.c
│   │   ├── td_thr_tls_get_addr.c
│   │   ├── td_thr_tsd.c
│   │   ├── td_thr_validate.c
│   │   ├── thread_db.h
│   │   ├── thread_dbP.h
│   │   └── Versions
│   ├── nscd
│   │   ├── aicache.c
│   │   ├── cache.c
│   │   ├── connections.c
│   │   ├── dbg_log.c
│   │   ├── dbg_log.h
│   │   ├── Depend
│   │   ├── gai.c
│   │   ├── getgrgid_r.c
│   │   ├── getgrnam_r.c
│   │   ├── gethstbyad_r.c
│   │   ├── gethstbynm3_r.c
│   │   ├── getpwnam_r.c
│   │   ├── getpwuid_r.c
│   │   ├── getsrvbynm_r.c
│   │   ├── getsrvbypt_r.c
│   │   ├── grpcache.c
│   │   ├── hstcache.c
│   │   ├── initgrcache.c
│   │   ├── Makefile
│   │   ├── mem.c
│   │   ├── netgroupcache.c
│   │   ├── nscd.c
│   │   ├── nscd-client.h
│   │   ├── nscd.conf
│   │   ├── nscd_conf.c
│   │   ├── nscd_getai.c
│   │   ├── nscd_getgr_r.c
│   │   ├── nscd_gethst_r.c
│   │   ├── nscd_getpw_r.c
│   │   ├── nscd_getserv_r.c
│   │   ├── nscd.h
│   │   ├── nscd_helper.c
│   │   ├── nscd.init
│   │   ├── nscd_initgroups.c
│   │   ├── nscd_netgroup.c
│   │   ├── nscd_proto.h
│   │   ├── nscd.service
│   │   ├── nscd_setup_thread.c
│   │   ├── nscd_stat.c
│   │   ├── nscd.tmpfiles
│   │   ├── pwdcache.c
│   │   ├── res_hconf.c
│   │   ├── selinux.c
│   │   ├── selinux.h
│   │   └── servicescache.c
│   ├── nss
│   │   ├── alias-lookup.c
│   │   ├── bug17079.c
│   │   ├── bug-erange.c
│   │   ├── databases.def
│   │   ├── db-Makefile
│   │   ├── Depend
│   │   ├── digits_dots.c
│   │   ├── ethers-lookup.c
│   │   ├── function.def
│   │   ├── getent.c
│   │   ├── getnssent.c
│   │   ├── getnssent_r.c
│   │   ├── getXXbyYY.c
│   │   ├── getXXbyYY_r.c
│   │   ├── getXXent.c
│   │   ├── getXXent_r.c
│   │   ├── grp-lookup.c
│   │   ├── hosts-lookup.c
│   │   ├── key-lookup.c
│   │   ├── makedb.c
│   │   ├── Makefile
│   │   ├── netgrp-lookup.c
│   │   ├── network-lookup.c
│   │   ├── nss_db
│   │   │   ├── db-init.c
│   │   │   ├── db-initgroups.c
│   │   │   ├── db-netgrp.c
│   │   │   ├── db-open.c
│   │   │   ├── db-XXX.c
│   │   │   └── nss_db.h
│   │   ├── nss_files
│   │   │   ├── files-alias.c
│   │   │   ├── files-ethers.c
│   │   │   ├── files-grp.c
│   │   │   ├── files-have_o_cloexec.c
│   │   │   ├── files-hosts.c
│   │   │   ├── files-init.c
│   │   │   ├── files-initgroups.c
│   │   │   ├── files-key.c
│   │   │   ├── files-netgrp.c
│   │   │   ├── files-network.c
│   │   │   ├── files-parse.c
│   │   │   ├── files-proto.c
│   │   │   ├── files-pwd.c
│   │   │   ├── files-rpc.c
│   │   │   ├── files-service.c
│   │   │   ├── files-sgrp.c
│   │   │   ├── files-spwd.c
│   │   │   └── files-XXX.c
│   │   ├── nss.h
│   │   ├── nss_test1.c
│   │   ├── nsswitch.c
│   │   ├── nsswitch.conf
│   │   ├── nsswitch.h
│   │   ├── proto-lookup.c
│   │   ├── pwd-lookup.c
│   │   ├── rewrite_field.c
│   │   ├── rpc-lookup.c
│   │   ├── service-lookup.c
│   │   ├── sgrp-lookup.c
│   │   ├── spwd-lookup.c
│   │   ├── test-digits-dots.c
│   │   ├── test-netdb.c
│   │   ├── tst-cancel-getpwuid_r.c
│   │   ├── tst-field.c
│   │   ├── tst-nss-getpwent.c
│   │   ├── tst-nss-static.c
│   │   ├── tst-nss-test1.c
│   │   ├── valid_field.c
│   │   ├── valid_list_field.c
│   │   ├── Versions
│   │   └── XXX-lookup.c
│   ├── o-iterator.mk
│   ├── po
│   │   ├── be.po
│   │   ├── bg.po
│   │   ├── ca.po
│   │   ├── cs.po
│   │   ├── da.po
│   │   ├── de.po
│   │   ├── el.po
│   │   ├── en_GB.po
│   │   ├── eo.po
│   │   ├── es.po
│   │   ├── fi.po
│   │   ├── fr.po
│   │   ├── gl.po
│   │   ├── hr.po
│   │   ├── hu.po
│   │   ├── ia.po
│   │   ├── id.po
│   │   ├── it.po
│   │   ├── ja.po
│   │   ├── ko.po
│   │   ├── libc.pot
│   │   ├── lt.po
│   │   ├── Makefile
│   │   ├── nb.po
│   │   ├── nl.po
│   │   ├── pl.po
│   │   ├── pot.header
│   │   ├── pt_BR.po
│   │   ├── ru.po
│   │   ├── rw.po
│   │   ├── sk.po
│   │   ├── sl.po
│   │   ├── sv.po
│   │   ├── tr.po
│   │   ├── uk.po
│   │   ├── vi.po
│   │   ├── zh_CN.po
│   │   └── zh_TW.po
│   ├── posix
│   │   ├── alarm.c
│   │   ├── annexc.c
│   │   ├── bits
│   │   │   ├── posix1_lim.h
│   │   │   ├── posix2_lim.h
│   │   │   └── unistd.h
│   │   ├── BOOST.tests
│   │   ├── bsd-getpgrp.c
│   │   ├── bug-ga1.c
│   │   ├── bug-ga2.c
│   │   ├── bug-getopt1.c
│   │   ├── bug-getopt2.c
│   │   ├── bug-getopt3.c
│   │   ├── bug-getopt4.c
│   │   ├── bug-getopt5.c
│   │   ├── bug-glob1.c
│   │   ├── bug-glob2.c
│   │   ├── bug-glob3.c
│   │   ├── bug-regex10.c
│   │   ├── bug-regex11.c
│   │   ├── bug-regex12.c
│   │   ├── bug-regex13.c
│   │   ├── bug-regex14.c
│   │   ├── bug-regex15.c
│   │   ├── bug-regex16.c
│   │   ├── bug-regex17.c
│   │   ├── bug-regex18.c
│   │   ├── bug-regex19.c
│   │   ├── bug-regex1.c
│   │   ├── bug-regex20.c
│   │   ├── bug-regex21.c
│   │   ├── bug-regex22.c
│   │   ├── bug-regex23.c
│   │   ├── bug-regex24.c
│   │   ├── bug-regex25.c
│   │   ├── bug-regex26.c
│   │   ├── bug-regex27.c
│   │   ├── bug-regex28.c
│   │   ├── bug-regex29.c
│   │   ├── bug-regex2.c
│   │   ├── bug-regex30.c
│   │   ├── bug-regex31.c
│   │   ├── bug-regex31.input
│   │   ├── bug-regex32.c
│   │   ├── bug-regex33.c
│   │   ├── bug-regex34.c
│   │   ├── bug-regex35.c
│   │   ├── bug-regex36.c
│   │   ├── bug-regex3.c
│   │   ├── bug-regex4.c
│   │   ├── bug-regex5.c
│   │   ├── bug-regex6.c
│   │   ├── bug-regex7.c
│   │   ├── bug-regex8.c
│   │   ├── bug-regex9.c
│   │   ├── confstr.c
│   │   ├── cpio.h
│   │   ├── Depend
│   │   ├── environ.c
│   │   ├── execl.c
│   │   ├── execle.c
│   │   ├── execlp.c
│   │   ├── execv.c
│   │   ├── execve.c
│   │   ├── execvp.c
│   │   ├── execvpe.c
│   │   ├── _exit.c
│   │   ├── fexecve.c
│   │   ├── fnmatch.c
│   │   ├── fnmatch.h
│   │   ├── fnmatch_loop.c
│   │   ├── fork.c
│   │   ├── fpathconf.c
│   │   ├── gai.conf
│   │   ├── gai_strerror.c
│   │   ├── getaddrinfo.c
│   │   ├── get_child_max.c
│   │   ├── getconf.c
│   │   ├── getconf-speclist.c
│   │   ├── getegid.c
│   │   ├── geteuid.c
│   │   ├── getgid.c
│   │   ├── getgroups.c
│   │   ├── getopt1.c
│   │   ├── getopt.c
│   │   ├── getopt.h
│   │   ├── getopt_init.c
│   │   ├── getopt_int.h
│   │   ├── getpgid.c
│   │   ├── getpgrp.c
│   │   ├── getpid.c
│   │   ├── getppid.c
│   │   ├── getresgid.c
│   │   ├── getresuid.c
│   │   ├── getsid.c
│   │   ├── getuid.c
│   │   ├── glob64.c
│   │   ├── glob.c
│   │   ├── glob.h
│   │   ├── globtest.c
│   │   ├── globtest.sh
│   │   ├── group_member.c
│   │   ├── init-posix.c
│   │   ├── Makefile
│   │   ├── nanosleep.c
│   │   ├── pathconf.c
│   │   ├── pause.c
│   │   ├── PCRE.tests
│   │   ├── posix-conf-vars.h
│   │   ├── posix-conf-vars.list
│   │   ├── posix-envs.def
│   │   ├── posix_madvise.c
│   │   ├── pread64.c
│   │   ├── pread.c
│   │   ├── ptestcases.h
│   │   ├── PTESTS
│   │   ├── PTESTS2C.sed
│   │   ├── pwrite64.c
│   │   ├── pwrite.c
│   │   ├── re_comp.h
│   │   ├── regcomp.c
│   │   ├── regexbug1.c
│   │   ├── regex.c
│   │   ├── regexec.c
│   │   ├── regex.h
│   │   ├── regex_internal.c
│   │   ├── regex_internal.h
│   │   ├── runptests.c
│   │   ├── runtests.c
│   │   ├── rxspencer
│   │   │   ├── COPYRIGHT
│   │   │   └── tests
│   │   ├── sched_cpualloc.c
│   │   ├── sched_cpucount.c
│   │   ├── sched_cpufree.c
│   │   ├── sched_getaffinity.c
│   │   ├── sched_getp.c
│   │   ├── sched_gets.c
│   │   ├── sched.h
│   │   ├── sched_primax.c
│   │   ├── sched_primin.c
│   │   ├── sched_rr_gi.c
│   │   ├── sched_setaffinity.c
│   │   ├── sched_setp.c
│   │   ├── sched_sets.c
│   │   ├── sched_yield.c
│   │   ├── setgid.c
│   │   ├── setpgid.c
│   │   ├── setpgrp.c
│   │   ├── setresgid.c
│   │   ├── setresuid.c
│   │   ├── setsid.c
│   │   ├── setuid.c
│   │   ├── sleep.c
│   │   ├── spawnattr_destroy.c
│   │   ├── spawnattr_getdefault.c
│   │   ├── spawnattr_getflags.c
│   │   ├── spawnattr_getpgroup.c
│   │   ├── spawnattr_getschedparam.c
│   │   ├── spawnattr_getschedpolicy.c
│   │   ├── spawnattr_getsigmask.c
│   │   ├── spawnattr_init.c
│   │   ├── spawnattr_setdefault.c
│   │   ├── spawnattr_setflags.c
│   │   ├── spawnattr_setpgroup.c
│   │   ├── spawnattr_setschedparam.c
│   │   ├── spawnattr_setschedpolicy.c
│   │   ├── spawnattr_setsigmask.c
│   │   ├── spawn.c
│   │   ├── spawn_faction_addclose.c
│   │   ├── spawn_faction_adddup2.c
│   │   ├── spawn_faction_addopen.c
│   │   ├── spawn_faction_destroy.c
│   │   ├── spawn_faction_init.c
│   │   ├── spawn.h
│   │   ├── spawni.c
│   │   ├── spawn_int.h
│   │   ├── spawnp.c
│   │   ├── spawn_valid_fd.c
│   │   ├── sys
│   │   │   ├── times.h
│   │   │   ├── types.h
│   │   │   ├── unistd.h
│   │   │   ├── utsname.h
│   │   │   └── wait.h
│   │   ├── sysconf.c
│   │   ├── tar.h
│   │   ├── testcases.h
│   │   ├── testfnm.c
│   │   ├── TESTS
│   │   ├── TESTS2C.sed
│   │   ├── test-vfork.c
│   │   ├── times.c
│   │   ├── transbug.c
│   │   ├── tst-boost.c
│   │   ├── tst-chmod.c
│   │   ├── tst-cpucount.c
│   │   ├── tst-cpuset.c
│   │   ├── tst-dir.c
│   │   ├── tst-exec.c
│   │   ├── tst-execl1.c
│   │   ├── tst-execl2.c
│   │   ├── tst-execle1.c
│   │   ├── tst-execle2.c
│   │   ├── tst-execlp1.c
│   │   ├── tst-execlp2.c
│   │   ├── tst-exec-static.c
│   │   ├── tst-execv1.c
│   │   ├── tst-execv2.c
│   │   ├── tst-execve1.c
│   │   ├── tst-execve2.c
│   │   ├── tst-execvp1.c
│   │   ├── tst-execvp2.c
│   │   ├── tst-execvp3.c
│   │   ├── tst-execvp4.c
│   │   ├── tst-execvpe1.c
│   │   ├── tst-execvpe2.c
│   │   ├── tst-execvpe3.c
│   │   ├── tst-execvpe4.c
│   │   ├── tst-execvpe5.c
│   │   ├── tst-execvpe6.c
│   │   ├── tst-fnmatch2.c
│   │   ├── tst-fnmatch3.c
│   │   ├── tst-fnmatch.c
│   │   ├── tst-fnmatch.input
│   │   ├── tst-fork.c
│   │   ├── tst-getaddrinfo2.c
│   │   ├── tst-getaddrinfo3.c
│   │   ├── tst-getaddrinfo4.c
│   │   ├── tst-getaddrinfo5.c
│   │   ├── tst-getaddrinfo.c
│   │   ├── tst-getconf.sh
│   │   ├── tstgetopt.c
│   │   ├── tst-getopt_long1.c
│   │   ├── tst-gnuglob.c
│   │   ├── tst-mmap.c
│   │   ├── tst-mmap-offset.c
│   │   ├── tst-nanosleep.c
│   │   ├── tst-nice.c
│   │   ├── tst-pathconf.c
│   │   ├── tst-pcre.c
│   │   ├── tst-posix_fadvise64.c
│   │   ├── tst-posix_fadvise.c
│   │   ├── tst-posix_fadvise-common.c
│   │   ├── tst-posix_spawn-fd.c
│   │   ├── tst-preadwrite64.c
│   │   ├── tst-preadwrite.c
│   │   ├── tst-preadwrite-common.c
│   │   ├── tst-regex2.c
│   │   ├── tst-regex.c
│   │   ├── tst-regexloc.c
│   │   ├── tst-rfc3484-2.c
│   │   ├── tst-rfc3484-3.c
│   │   ├── tst-rfc3484.c
│   │   ├── tst-rxspencer.c
│   │   ├── tst-rxspencer-no-utf8.c
│   │   ├── tst-spawn2.c
│   │   ├── tst-spawn3.c
│   │   ├── tst-spawn.c
│   │   ├── tst-spawn-static.c
│   │   ├── tst-sysconf.c
│   │   ├── tst-truncate64.c
│   │   ├── tst-truncate.c
│   │   ├── tst-truncate-common.c
│   │   ├── tst-vfork1.c
│   │   ├── tst-vfork2.c
│   │   ├── tst-vfork3.c
│   │   ├── tst-waitid.c
│   │   ├── uname.c
│   │   ├── uname-values.h
│   │   ├── unistd.h
│   │   ├── Versions
│   │   ├── vfork.c
│   │   ├── wait3.c
│   │   ├── wait4.c
│   │   ├── wait.c
│   │   ├── wait.h
│   │   ├── waitid.c
│   │   ├── waitpid.c
│   │   ├── wordexp.c
│   │   ├── wordexp.h
│   │   ├── wordexp-test.c
│   │   └── wordexp-tst.sh
│   ├── pwd
│   │   ├── fgetpwent.c
│   │   ├── fgetpwent_r.c
│   │   ├── getpw.c
│   │   ├── getpwent.c
│   │   ├── getpwent_r.c
│   │   ├── getpwnam.c
│   │   ├── getpwnam_r.c
│   │   ├── getpwuid.c
│   │   ├── getpwuid_r.c
│   │   ├── Makefile
│   │   ├── putpwent.c
│   │   ├── pwd.h
│   │   ├── tst-getpw.c
│   │   ├── tst-putpwent.c
│   │   └── Versions
│   ├── README
│   ├── README.pretty-printers
│   ├── README.tunables
│   ├── resolv
│   │   ├── arpa
│   │   │   ├── nameser_compat.h
│   │   │   └── nameser.h
│   │   ├── Banner
│   │   ├── base64.c
│   │   ├── compat-gethnamaddr.c
│   │   ├── compat-hooks.c
│   │   ├── Depend
│   │   ├── gai_cancel.c
│   │   ├── gai_error.c
│   │   ├── gai_misc.c
│   │   ├── gai_misc.h
│   │   ├── gai_notify.c
│   │   ├── gai_sigqueue.c
│   │   ├── gai_suspend.c
│   │   ├── ga_test.c
│   │   ├── getaddrinfo_a.c
│   │   ├── herror.c
│   │   ├── inet_addr.c
│   │   ├── inet_neta.c
│   │   ├── inet_net_ntop.c
│   │   ├── inet_net_pton.c
│   │   ├── inet_ntop.c
│   │   ├── inet_pton.c
│   │   ├── Makefile
│   │   ├── mapv4v6addr.h
│   │   ├── mapv4v6hostent.h
│   │   ├── netdb.h
│   │   ├── nsap_addr.c
│   │   ├── ns_date.c
│   │   ├── ns_name.c
│   │   ├── ns_netint.c
│   │   ├── ns_parse.c
│   │   ├── ns_print.c
│   │   ├── ns_samedomain.c
│   │   ├── nss_dns
│   │   │   ├── dns-canon.c
│   │   │   ├── dns-host.c
│   │   │   └── dns-network.c
│   │   ├── ns_ttl.c
│   │   ├── README
│   │   ├── res_comp.c
│   │   ├── res_data.c
│   │   ├── res_debug.c
│   │   ├── res_debug.h
│   │   ├── res_hconf.c
│   │   ├── res_hconf.h
│   │   ├── res_init.c
│   │   ├── res_libc.c
│   │   ├── res_mkquery.c
│   │   ├── resolv.h
│   │   ├── resolv-internal.h
│   │   ├── res_query.c
│   │   ├── res_send.c
│   │   ├── res-state.c
│   │   ├── rpc
│   │   │   └── netdb.h
│   │   ├── sys
│   │   │   └── bitypes.h
│   │   ├── tst-aton.c
│   │   ├── tst-bug18665.c
│   │   ├── tst-bug18665-tcp.c
│   │   ├── tst-inet_ntop.c
│   │   ├── tst-leaks2.c
│   │   ├── tst-leaks.c
│   │   ├── tst-res_hconf_reorder.c
│   │   ├── tst-resolv-basic.c
│   │   ├── tst-resolv-network.c
│   │   ├── tst-resolv-qtypes.c
│   │   ├── tst-resolv-search.c
│   │   ├── tst-res_use_inet6.c
│   │   └── Versions
│   ├── resource
│   │   ├── bug-ulimit1.c
│   │   ├── getpriority.c
│   │   ├── getrlimit64.c
│   │   ├── getrlimit.c
│   │   ├── getrusage.c
│   │   ├── Makefile
│   │   ├── nice.c
│   │   ├── setpriority.c
│   │   ├── setrlimit64.c
│   │   ├── setrlimit.c
│   │   ├── sys
│   │   │   ├── resource.h
│   │   │   ├── vlimit.h
│   │   │   └── vtimes.h
│   │   ├── tst-getrlimit.c
│   │   ├── ulimit.c
│   │   ├── ulimit.h
│   │   ├── Versions
│   │   ├── vlimit.c
│   │   └── vtimes.c
│   ├── rt
│   │   ├── aio_cancel.c
│   │   ├── aio_error.c
│   │   ├── aio_fsync.c
│   │   ├── aio.h
│   │   ├── aio_misc.c
│   │   ├── aio_notify.c
│   │   ├── aio_read64.c
│   │   ├── aio_read.c
│   │   ├── aio_return.c
│   │   ├── aio_sigqueue.c
│   │   ├── aio_suspend.c
│   │   ├── aio_write64.c
│   │   ├── aio_write.c
│   │   ├── bits
│   │   │   └── mqueue2.h
│   │   ├── clock-compat.c
│   │   ├── clock_getcpuclockid.c
│   │   ├── clock_getres.c
│   │   ├── clock_gettime.c
│   │   ├── clock_nanosleep.c
│   │   ├── clock_settime.c
│   │   ├── Depend
│   │   ├── get_clockfreq.c
│   │   ├── lio_listio64.c
│   │   ├── lio_listio.c
│   │   ├── Makefile
│   │   ├── mq_close.c
│   │   ├── mq_getattr.c
│   │   ├── mq_notify.c
│   │   ├── mq_open.c
│   │   ├── mq_receive.c
│   │   ├── mq_send.c
│   │   ├── mq_setattr.c
│   │   ├── mq_timedreceive.c
│   │   ├── mq_timedsend.c
│   │   ├── mqueue.h
│   │   ├── mq_unlink.c
│   │   ├── shm_open.c
│   │   ├── shm_unlink.c
│   │   ├── timer_create.c
│   │   ├── timer_delete.c
│   │   ├── timer_getoverr.c
│   │   ├── timer_gettime.c
│   │   ├── timer_settime.c
│   │   ├── tst-aio10.c
│   │   ├── tst-aio2.c
│   │   ├── tst-aio3.c
│   │   ├── tst-aio4.c
│   │   ├── tst-aio5.c
│   │   ├── tst-aio64.c
│   │   ├── tst-aio6.c
│   │   ├── tst-aio7.c
│   │   ├── tst-aio8.c
│   │   ├── tst-aio9.c
│   │   ├── tst-aio.c
│   │   ├── tst-clock2.c
│   │   ├── tst-clock.c
│   │   ├── tst-clock_nanosleep.c
│   │   ├── tst-cpuclock1.c
│   │   ├── tst-cpuclock2.c
│   │   ├── tst-cputimer1.c
│   │   ├── tst-cputimer2.c
│   │   ├── tst-cputimer3.c
│   │   ├── tst-mqueue1.c
│   │   ├── tst-mqueue2.c
│   │   ├── tst-mqueue3.c
│   │   ├── tst-mqueue4.c
│   │   ├── tst-mqueue5.c
│   │   ├── tst-mqueue6.c
│   │   ├── tst-mqueue7.c
│   │   ├── tst-mqueue8.c
│   │   ├── tst-mqueue9.c
│   │   ├── tst-mqueue.h
│   │   ├── tst-shm.c
│   │   ├── tst-shm-cancel.c
│   │   ├── tst-timer2.c
│   │   ├── tst-timer3.c
│   │   ├── tst-timer4.c
│   │   ├── tst-timer5.c
│   │   ├── tst-timer.c
│   │   └── Versions
│   ├── Rules
│   ├── scripts
│   │   ├── abilist.awk
│   │   ├── abi-versions.awk
│   │   ├── begin-end-check.pl
│   │   ├── build-many-glibcs.py
│   │   ├── check-c++-types.sh
│   │   ├── check-execstack.awk
│   │   ├── check-installed-headers.sh
│   │   ├── check-local-headers.sh
│   │   ├── check-localplt.awk
│   │   ├── check-textrel.awk
│   │   ├── config.guess
│   │   ├── config.sub
│   │   ├── config-uname.sh
│   │   ├── cpp
│   │   ├── cross-test-ssh.sh
│   │   ├── documented.sh
│   │   ├── evaluate-test.sh
│   │   ├── firstversions.awk
│   │   ├── gen-as-const.awk
│   │   ├── gen-libc-abis
│   │   ├── gen-libc-modules.awk
│   │   ├── gen-posix-conf-vars.awk
│   │   ├── gen-py-const.awk
│   │   ├── gen-rrtypes.py
│   │   ├── gen-sorted.awk
│   │   ├── gen-tunables.awk
│   │   ├── install-sh
│   │   ├── lib-names.awk
│   │   ├── list-fixed-bugs.py
│   │   ├── list-sources.sh
│   │   ├── localplt.awk
│   │   ├── merge-test-results.sh
│   │   ├── mkinstalldirs
│   │   ├── move-if-change
│   │   ├── output-format.sed
│   │   ├── pylint
│   │   ├── pylintrc
│   │   ├── rellns-sh
│   │   ├── soversions.awk
│   │   ├── sysd-rules.awk
│   │   ├── test-installation.pl
│   │   ├── test_printers_common.py
│   │   ├── test_printers_exceptions.py
│   │   ├── update-abilist.sh
│   │   ├── update-copyrights
│   │   ├── versionlist.awk
│   │   └── versions.awk
│   ├── setjmp
│   │   ├── bits
│   │   │   └── setjmp2.h
│   │   ├── bsd-_setjmp.c
│   │   ├── bsd-setjmp.c
│   │   ├── bug269-setjmp.c
│   │   ├── jmpbug.c
│   │   ├── jmp-unwind.c
│   │   ├── __longjmp.c
│   │   ├── longjmp.c
│   │   ├── Makefile
│   │   ├── setjmp.c
│   │   ├── setjmp.h
│   │   ├── sigjmp.c
│   │   ├── tst-setjmp.c
│   │   ├── tst-setjmp-fp.c
│   │   ├── tst-setjmp-static.c
│   │   ├── tst-sigsetjmp.c
│   │   └── Versions
│   ├── shadow
│   │   ├── fgetspent.c
│   │   ├── fgetspent_r.c
│   │   ├── getspent.c
│   │   ├── getspent_r.c
│   │   ├── getspnam.c
│   │   ├── getspnam_r.c
│   │   ├── lckpwdf.c
│   │   ├── Makefile
│   │   ├── putspent.c
│   │   ├── sgetspent.c
│   │   ├── sgetspent_r.c
│   │   ├── shadow.h
│   │   ├── tst-putspent.c
│   │   ├── tst-shadow.c
│   │   └── Versions
│   ├── shlib-versions
│   ├── signal
│   │   ├── allocrtsig.c
│   │   ├── kill.c
│   │   ├── killpg.c
│   │   ├── Makefile
│   │   ├── raise.c
│   │   ├── sigaction.c
│   │   ├── sigaddset.c
│   │   ├── sigaltstack.c
│   │   ├── sigandset.c
│   │   ├── sigblock.c
│   │   ├── sigdelset.c
│   │   ├── sigempty.c
│   │   ├── sigfillset.c
│   │   ├── siggetmask.c
│   │   ├── sighold.c
│   │   ├── sigignore.c
│   │   ├── sigintr.c
│   │   ├── sigisempty.c
│   │   ├── sigismem.c
│   │   ├── signal.c
│   │   ├── signal.h
│   │   ├── sigorset.c
│   │   ├── sigpause.c
│   │   ├── sigpending.c
│   │   ├── sigprocmask.c
│   │   ├── sigqueue.c
│   │   ├── sigrelse.c
│   │   ├── sigreturn.c
│   │   ├── sigset.c
│   │   ├── sigsetmask.c
│   │   ├── sigsetops.c
│   │   ├── sigsetops.h
│   │   ├── sigstack.c
│   │   ├── sigsuspend.c
│   │   ├── sigtimedwait.c
│   │   ├── sigvec.c
│   │   ├── sigwait.c
│   │   ├── sigwaitinfo.c
│   │   ├── sys
│   │   │   └── signal.h
│   │   ├── sysv_signal.c
│   │   ├── tst-raise.c
│   │   ├── tst-signal.c
│   │   ├── tst-sigset2.c
│   │   ├── tst-sigset.c
│   │   ├── tst-sigsimple.c
│   │   └── Versions
│   ├── socket
│   │   ├── accept4.c
│   │   ├── accept.c
│   │   ├── bind.c
│   │   ├── bits
│   │   │   ├── socket2.h
│   │   │   └── types
│   │   │   └── struct_osockaddr.h
│   │   ├── connect.c
│   │   ├── getpeername.c
│   │   ├── getsockname.c
│   │   ├── getsockopt.c
│   │   ├── have_sock_cloexec.c
│   │   ├── isfdtype.c
│   │   ├── listen.c
│   │   ├── Makefile
│   │   ├── opensock.c
│   │   ├── recv.c
│   │   ├── recvfrom.c
│   │   ├── recvmmsg.c
│   │   ├── recvmsg.c
│   │   ├── sa_len.c
│   │   ├── send.c
│   │   ├── sendmmsg.c
│   │   ├── sendmsg.c
│   │   ├── sendto.c
│   │   ├── setsockopt.c
│   │   ├── shutdown.c
│   │   ├── sockatmark.c
│   │   ├── socket.c
│   │   ├── socketpair.c
│   │   ├── sys
│   │   │   ├── socket.h
│   │   │   └── un.h
│   │   └── Versions
│   ├── soft-fp
│   │   ├── adddf3.c
│   │   ├── addsf3.c
│   │   ├── addtf3.c
│   │   ├── Banner
│   │   ├── divdf3.c
│   │   ├── divsf3.c
│   │   ├── divtf3.c
│   │   ├── double.h
│   │   ├── eqdf2.c
│   │   ├── eqsf2.c
│   │   ├── eqtf2.c
│   │   ├── extenddftf2.c
│   │   ├── extended.h
│   │   ├── extendhftf2.c
│   │   ├── extendsfdf2.c
│   │   ├── extendsftf2.c
│   │   ├── extendxftf2.c
│   │   ├── fixdfdi.c
│   │   ├── fixdfsi.c
│   │   ├── fixdfti.c
│   │   ├── fixhfti.c
│   │   ├── fixsfdi.c
│   │   ├── fixsfsi.c
│   │   ├── fixsfti.c
│   │   ├── fixtfdi.c
│   │   ├── fixtfsi.c
│   │   ├── fixtfti.c
│   │   ├── fixunsdfdi.c
│   │   ├── fixunsdfsi.c
│   │   ├── fixunsdfti.c
│   │   ├── fixunshfti.c
│   │   ├── fixunssfdi.c
│   │   ├── fixunssfsi.c
│   │   ├── fixunssfti.c
│   │   ├── fixunstfdi.c
│   │   ├── fixunstfsi.c
│   │   ├── fixunstfti.c
│   │   ├── floatdidf.c
│   │   ├── floatdisf.c
│   │   ├── floatditf.c
│   │   ├── floatsidf.c
│   │   ├── floatsisf.c
│   │   ├── floatsitf.c
│   │   ├── floattidf.c
│   │   ├── floattihf.c
│   │   ├── floattisf.c
│   │   ├── floattitf.c
│   │   ├── floatundidf.c
│   │   ├── floatundisf.c
│   │   ├── floatunditf.c
│   │   ├── floatunsidf.c
│   │   ├── floatunsisf.c
│   │   ├── floatunsitf.c
│   │   ├── floatuntidf.c
│   │   ├── floatuntihf.c
│   │   ├── floatuntisf.c
│   │   ├── floatuntitf.c
│   │   ├── fmadf4.c
│   │   ├── fmasf4.c
│   │   ├── fmatf4.c
│   │   ├── gedf2.c
│   │   ├── gesf2.c
│   │   ├── getf2.c
│   │   ├── half.h
│   │   ├── ledf2.c
│   │   ├── lesf2.c
│   │   ├── letf2.c
│   │   ├── Makefile
│   │   ├── muldf3.c
│   │   ├── mulsf3.c
│   │   ├── multf3.c
│   │   ├── negdf2.c
│   │   ├── negsf2.c
│   │   ├── negtf2.c
│   │   ├── op-1.h
│   │   ├── op-2.h
│   │   ├── op-4.h
│   │   ├── op-8.h
│   │   ├── op-common.h
│   │   ├── quad.h
│   │   ├── single.h
│   │   ├── soft-fp.h
│   │   ├── sqrtdf2.c
│   │   ├── sqrtsf2.c
│   │   ├── sqrttf2.c
│   │   ├── subdf3.c
│   │   ├── subsf3.c
│   │   ├── subtf3.c
│   │   ├── testit.c
│   │   ├── truncdfsf2.c
│   │   ├── trunctfdf2.c
│   │   ├── trunctfhf2.c
│   │   ├── trunctfsf2.c
│   │   ├── trunctfxf2.c
│   │   ├── unorddf2.c
│   │   ├── unordsf2.c
│   │   └── unordtf2.c
│   ├── stdio-common
│   │   ├── asprintf.c
│   │   ├── bits
│   │   │   └── printf-ldbl.h
│   │   ├── bug10.c
│   │   ├── bug11.c
│   │   ├── bug12.c
│   │   ├── bug13.c
│   │   ├── bug14.c
│   │   ├── bug16.c
│   │   ├── bug17.c
│   │   ├── bug18a.c
│   │   ├── bug18.c
│   │   ├── bug19a.c
│   │   ├── bug19.c
│   │   ├── bug1.c
│   │   ├── bug1.input
│   │   ├── bug20.c
│   │   ├── bug21.c
│   │   ├── bug22.c
│   │   ├── bug23-2.c
│   │   ├── bug23-3.c
│   │   ├── bug23-4.c
│   │   ├── bug23.c
│   │   ├── bug24.c
│   │   ├── bug25.c
│   │   ├── bug26.c
│   │   ├── bug2.c
│   │   ├── bug3.c
│   │   ├── bug4.c
│   │   ├── bug5.c
│   │   ├── bug6.c
│   │   ├── bug6.input
│   │   ├── bug7.c
│   │   ├── bug8.c
│   │   ├── bug9.c
│   │   ├── bug-vfprintf-nargs.c
│   │   ├── ctermid.c
│   │   ├── cuserid.c
│   │   ├── Depend
│   │   ├── dprintf.c
│   │   ├── errlist.c
│   │   ├── errnobug.c
│   │   ├── flockfile.c
│   │   ├── fprintf.c
│   │   ├── fscanf.c
│   │   ├── ftrylockfile.c
│   │   ├── funlockfile.c
│   │   ├── fxprintf.c
│   │   ├── getline.c
│   │   ├── getw.c
│   │   ├── _i18n_number.h
│   │   ├── isoc99_fscanf.c
│   │   ├── isoc99_scanf.c
│   │   ├── isoc99_sscanf.c
│   │   ├── isoc99_vfscanf.c
│   │   ├── isoc99_vscanf.c
│   │   ├── isoc99_vsscanf.c
│   │   ├── _itoa.c
│   │   ├── itoa-digits.c
│   │   ├── itoa-udigits.c
│   │   ├── _itowa.c
│   │   ├── itowa-digits.c
│   │   ├── _itowa.h
│   │   ├── Makefile
│   │   ├── perror.c
│   │   ├── printf.c
│   │   ├── printf_fp.c
│   │   ├── printf_fphex.c
│   │   ├── printf.h
│   │   ├── printf-parse.h
│   │   ├── printf-parsemb.c
│   │   ├── printf-parsewc.c
│   │   ├── printf-prs.c
│   │   ├── printf_size.c
│   │   ├── psiginfo.c
│   │   ├── psiginfo-data.h
│   │   ├── psiginfo-define.h
│   │   ├── psignal.c
│   │   ├── putw.c
│   │   ├── reg-modifier.c
│   │   ├── reg-printf.c
│   │   ├── reg-type.c
│   │   ├── remove.c
│   │   ├── renameat.c
│   │   ├── rename.c
│   │   ├── scanf10.c
│   │   ├── scanf11.c
│   │   ├── scanf12.c
│   │   ├── scanf12.input
│   │   ├── scanf13.c
│   │   ├── scanf14.c
│   │   ├── scanf15.c
│   │   ├── scanf16.c
│   │   ├── scanf17.c
│   │   ├── scanf1.c
│   │   ├── scanf2.c
│   │   ├── scanf3.c
│   │   ├── scanf4.c
│   │   ├── scanf5.c
│   │   ├── scanf7.c
│   │   ├── scanf8.c
│   │   ├── scanf9.c
│   │   ├── scanf.c
│   │   ├── siglist.c
│   │   ├── snprintf.c
│   │   ├── sprintf.c
│   │   ├── sscanf.c
│   │   ├── stdio_ext.h
│   │   ├── stdio_lim.h.in
│   │   ├── tempnam.c
│   │   ├── tempname.c
│   │   ├── temptest.c
│   │   ├── test-fseek.c
│   │   ├── test-fwrite.c
│   │   ├── test-popen.c
│   │   ├── test_rdwr.c
│   │   ├── test-vfprintf.c
│   │   ├── tfformat.c
│   │   ├── tiformat.c
│   │   ├── tllformat.c
│   │   ├── tmpfile64.c
│   │   ├── tmpfile.c
│   │   ├── tmpnam.c
│   │   ├── tmpnam_r.c
│   │   ├── tst-cookie.c
│   │   ├── tstdiomisc.c
│   │   ├── tst-fdopen.c
│   │   ├── tst-ferror.c
│   │   ├── tst-ferror.input
│   │   ├── tst-fgets.c
│   │   ├── tst-fileno.c
│   │   ├── tst-fmemopen2.c
│   │   ├── tst-fmemopen3.c
│   │   ├── tst-fmemopen4.c
│   │   ├── tst-fmemopen.c
│   │   ├── tst-fphex.c
│   │   ├── tst-fphex-wide.c
│   │   ├── tst-fseek.c
│   │   ├── tst-fwrite.c
│   │   ├── tstgetln.c
│   │   ├── tstgetln.input
│   │   ├── tst-gets.c
│   │   ├── tst-gets.input
│   │   ├── tst-grouping.c
│   │   ├── tst-long-dbl-fphex.c
│   │   ├── tst-obprintf.c
│   │   ├── tst-perror.c
│   │   ├── tst-popen2.c
│   │   ├── tst-popen.c
│   │   ├── tst-printf-bz18872.sh
│   │   ├── tst-printf.c
│   │   ├── tst-printf-round.c
│   │   ├── tst-printf.sh
│   │   ├── tst-printfsz.c
│   │   ├── tst-put-error.c
│   │   ├── tst-rndseek.c
│   │   ├── tstscanf.c
│   │   ├── tstscanf.input
│   │   ├── tst-setvbuf1.c
│   │   ├── tst-setvbuf1.expect
│   │   ├── tst-sprintf2.c
│   │   ├── tst-sprintf3.c
│   │   ├── tst-sprintf.c
│   │   ├── tst-sscanf.c
│   │   ├── tst-swprintf.c
│   │   ├── tst-swscanf.c
│   │   ├── tst-tmpnam.c
│   │   ├── tst-unbputc.c
│   │   ├── tst-unbputc.sh
│   │   ├── tst-ungetc.c
│   │   ├── tst-unlockedio.c
│   │   ├── tst-vfprintf-width-prec.c
│   │   ├── tst-wc-printf.c
│   │   ├── Versions
│   │   ├── vfprintf.c
│   │   ├── vfscanf.c
│   │   ├── vfwprintf.c
│   │   ├── vfwscanf.c
│   │   ├── vprintf.c
│   │   └── xbug.c
│   ├── stdlib
│   │   ├── a64l.c
│   │   ├── abort.c
│   │   ├── abs.c
│   │   ├── addmul_1.c
│   │   ├── add_n.c
│   │   ├── alloca.h
│   │   ├── atexit.c
│   │   ├── atof.c
│   │   ├── atoi.c
│   │   ├── atol.c
│   │   ├── atoll.c
│   │   ├── at_quick_exit.c
│   │   ├── bits
│   │   │   ├── monetary-ldbl.h
│   │   │   ├── stdlib-float.h
│   │   │   ├── stdlib.h
│   │   │   └── stdlib-ldbl.h
│   │   ├── bsearch.c
│   │   ├── bug-fmtmsg1.c
│   │   ├── bug-getcontext.c
│   │   ├── bug-strtod2.c
│   │   ├── bug-strtod.c
│   │   ├── canonicalize.c
│   │   ├── cmp.c
│   │   ├── cxa_atexit.c
│   │   ├── cxa_at_quick_exit.c
│   │   ├── cxa_finalize.c
│   │   ├── cxa_thread_atexit_impl.c
│   │   ├── dbl2mpn.c
│   │   ├── Depend
│   │   ├── div.c
│   │   ├── divmod_1.c
│   │   ├── divrem.c
│   │   ├── drand48.c
│   │   ├── drand48-iter.c
│   │   ├── drand48_r.c
│   │   ├── erand48.c
│   │   ├── erand48_r.c
│   │   ├── errno.h
│   │   ├── exit.c
│   │   ├── exit.h
│   │   ├── fmtmsg.c
│   │   ├── fmtmsg.h
│   │   ├── fpioconst.c
│   │   ├── fpioconst.h
│   │   ├── gen-fpioconst.c
│   │   ├── gen-tst-strtod-round.c
│   │   ├── getcontext.c
│   │   ├── getentropy.c
│   │   ├── getenv.c
│   │   ├── getrandom.c
│   │   ├── getsubopt.c
│   │   ├── gmp.h
│   │   ├── gmp-impl.h
│   │   ├── grouping.c
│   │   ├── grouping.h
│   │   ├── groupingwc.c
│   │   ├── inlines.c
│   │   ├── isomac.c
│   │   ├── jrand48.c
│   │   ├── jrand48_r.c
│   │   ├── l64a.c
│   │   ├── labs.c
│   │   ├── lcong48.c
│   │   ├── lcong48_r.c
│   │   ├── ldbl2mpn.c
│   │   ├── ldiv.c
│   │   ├── llabs.c
│   │   ├── lldiv.c
│   │   ├── longlong.h
│   │   ├── lrand48.c
│   │   ├── lrand48_r.c
│   │   ├── lshift.c
│   │   ├── makecontext.c
│   │   ├── Makefile
│   │   ├── mblen.c
│   │   ├── mbstowcs.c
│   │   ├── mbtowc.c
│   │   ├── mod_1.c
│   │   ├── monetary.h
│   │   ├── mp_clz_tab.c
│   │   ├── mpn2dbl.c
│   │   ├── mpn2flt.c
│   │   ├── mpn2ldbl.c
│   │   ├── mrand48.c
│   │   ├── mrand48_r.c
│   │   ├── msort.c
│   │   ├── mul_1.c
│   │   ├── mul.c
│   │   ├── mul_n.c
│   │   ├── nrand48.c
│   │   ├── nrand48_r.c
│   │   ├── old_atexit.c
│   │   ├── on_exit.c
│   │   ├── putenv.c
│   │   ├── qsort.c
│   │   ├── quick_exit.c
│   │   ├── rand.c
│   │   ├── random.c
│   │   ├── random_r.c
│   │   ├── rand_r.c
│   │   ├── rpmatch.c
│   │   ├── rshift.c
│   │   ├── secure-getenv.c
│   │   ├── seed48.c
│   │   ├── seed48_r.c
│   │   ├── setcontext.c
│   │   ├── setenv.c
│   │   ├── srand48.c
│   │   ├── srand48_r.c
│   │   ├── stdlib.h
│   │   ├── strfmon.c
│   │   ├── strfmon_l.c
│   │   ├── strfromd.c
│   │   ├── strfromf.c
│   │   ├── strfroml.c
│   │   ├── strfrom-skeleton.c
│   │   ├── strtod.c
│   │   ├── strtod_l.c
│   │   ├── strtod_nan.c
│   │   ├── strtod_nan_double.h
│   │   ├── strtod_nan_float.h
│   │   ├── strtod_nan_main.c
│   │   ├── strtod_nan_narrow.h
│   │   ├── strtod_nan_wide.h
│   │   ├── strtof.c
│   │   ├── strtof_l.c
│   │   ├── strtof_nan.c
│   │   ├── strtoimax.c
│   │   ├── strtol.c
│   │   ├── strtold.c
│   │   ├── strtold_l.c
│   │   ├── strtold_nan.c
│   │   ├── strtol_l.c
│   │   ├── strtoll.c
│   │   ├── strtoll_l.c
│   │   ├── strtoul.c
│   │   ├── strtoul_l.c
│   │   ├── strtoull.c
│   │   ├── strtoull_l.c
│   │   ├── strtoumax.c
│   │   ├── submul_1.c
│   │   ├── sub_n.c
│   │   ├── swapcontext.c
│   │   ├── sys
│   │   │   ├── errno.h
│   │   │   └── random.h
│   │   ├── system.c
│   │   ├── tens_in_limb.c
│   │   ├── test-a64l.c
│   │   ├── test-canon2.c
│   │   ├── test-canon.c
│   │   ├── testdiv.c
│   │   ├── testdiv.input
│   │   ├── testmb2.c
│   │   ├── testmb.c
│   │   ├── testrand.c
│   │   ├── testsort.c
│   │   ├── tst-atof1.c
│   │   ├── tst-atof2.c
│   │   ├── tst-bsearch.c
│   │   ├── tst-empty-env.c
│   │   ├── tst-environ.c
│   │   ├── tst-fmtmsg.c
│   │   ├── tst-fmtmsg.sh
│   │   ├── tst-getrandom.c
│   │   ├── tst-limits.c
│   │   ├── tst-makecontext2.c
│   │   ├── tst-makecontext3.c
│   │   ├── tst-makecontext.c
│   │   ├── tst-putenv.c
│   │   ├── tst-putenvmod.c
│   │   ├── tst-qsort2.c
│   │   ├── tst-qsort.c
│   │   ├── tst-quick_exit.cc
│   │   ├── tst-rand48-2.c
│   │   ├── tst-rand48.c
│   │   ├── tst-random2.c
│   │   ├── tst-random.c
│   │   ├── tst-secure-getenv.c
│   │   ├── tst-setcontext2.c
│   │   ├── tst-setcontext3.c
│   │   ├── tst-setcontext3.sh
│   │   ├── tst-setcontext.c
│   │   ├── tst-strfmon_l.c
│   │   ├── tst-strfrom.c
│   │   ├── tst-strfrom.h
│   │   ├── tst-strfrom-locale.c
│   │   ├── tst-strtod2.c
│   │   ├── tst-strtod3.c
│   │   ├── tst-strtod4.c
│   │   ├── tst-strtod5.c
│   │   ├── tst-strtod6.c
│   │   ├── tst-strtod.c
│   │   ├── tst-strtod.h
│   │   ├── tst-strtod-nan-locale.c
│   │   ├── tst-strtod-nan-locale-main.c
│   │   ├── tst-strtod-overflow.c
│   │   ├── tst-strtod-round.c
│   │   ├── tst-strtod-round-data
│   │   ├── tst-strtod-round-data.h
│   │   ├── tst-strtod-round-skeleton.c
│   │   ├── tst-strtod-underflow.c
│   │   ├── tst-strtol.c
│   │   ├── tst-strtoll.c
│   │   ├── tst-strtol-locale.c
│   │   ├── tst-strtol-locale-main.c
│   │   ├── tst-system.c
│   │   ├── tst-thread-quick_exit.cc
│   │   ├── tst-tininess.c
│   │   ├── tst-tls-atexit.c
│   │   ├── tst-tls-atexit-lib.c
│   │   ├── tst-tls-atexit-nodelete.c
│   │   ├── tst-unsetenv1.c
│   │   ├── tst-width.c
│   │   ├── tst-width-stdint.c
│   │   ├── tst-xpg-basename.c
│   │   ├── ucontext.h
│   │   ├── udiv_qrnnd.c
│   │   ├── Versions
│   │   ├── wcstoimax.c
│   │   ├── wcstombs.c
│   │   ├── wcstoumax.c
│   │   ├── wctomb.c
│   │   └── xpg_basename.c
│   ├── streams
│   │   ├── fattach.c
│   │   ├── fdetach.c
│   │   ├── getmsg.c
│   │   ├── getpmsg.c
│   │   ├── isastream.c
│   │   ├── Makefile
│   │   ├── putmsg.c
│   │   ├── putpmsg.c
│   │   ├── stropts.h
│   │   ├── sys
│   │   │   └── stropts.h
│   │   └── Versions
│   ├── string
│   │   ├── argz-addsep.c
│   │   ├── argz-append.c
│   │   ├── argz-count.c
│   │   ├── argz-create.c
│   │   ├── argz-ctsep.c
│   │   ├── argz-delete.c
│   │   ├── argz-extract.c
│   │   ├── argz.h
│   │   ├── argz-insert.c
│   │   ├── argz-next.c
│   │   ├── argz-replace.c
│   │   ├── argz-stringify.c
│   │   ├── basename.c
│   │   ├── bcopy.c
│   │   ├── bits
│   │   │   ├── string2.h
│   │   │   ├── string3.h
│   │   │   └── strings_fortified.h
│   │   ├── bug-envz1.c
│   │   ├── bug-strcoll1.c
│   │   ├── bug-strcoll2.c
│   │   ├── bug-strncat1.c
│   │   ├── bug-strpbrk1.c
│   │   ├── bug-strspn1.c
│   │   ├── bug-strtok1.c
│   │   ├── byteswap.h
│   │   ├── bzero.c
│   │   ├── Depend
│   │   ├── endian.h
│   │   ├── envz.c
│   │   ├── envz.h
│   │   ├── explicit_bzero.c
│   │   ├── ffs.c
│   │   ├── ffsll.c
│   │   ├── inl-tester.c
│   │   ├── Makefile
│   │   ├── memccpy.c
│   │   ├── memchr.c
│   │   ├── memcmp.c
│   │   ├── memcpy.c
│   │   ├── memfrob.c
│   │   ├── memmem.c
│   │   ├── memmove.c
│   │   ├── memory.h
│   │   ├── mempcpy.c
│   │   ├── memrchr.c
│   │   ├── memset.c
│   │   ├── noinl-tester.c
│   │   ├── rawmemchr.c
│   │   ├── stpcpy.c
│   │   ├── stpncpy.c
│   │   ├── stratcliff.c
│   │   ├── strcasecmp.c
│   │   ├── strcasecmp_l.c
│   │   ├── strcasestr.c
│   │   ├── strcat.c
│   │   ├── strchr.c
│   │   ├── strchrnul.c
│   │   ├── strcmp.c
│   │   ├── strcoll.c
│   │   ├── strcoll_l.c
│   │   ├── strcpy.c
│   │   ├── strcspn.c
│   │   ├── strdup.c
│   │   ├── _strerror.c
│   │   ├── strerror.c
│   │   ├── strerror_l.c
│   │   ├── strfry.c
│   │   ├── string.h
│   │   ├── string-inlines.c
│   │   ├── strings.h
│   │   ├── strlen.c
│   │   ├── strncase.c
│   │   ├── strncase_l.c
│   │   ├── strncat.c
│   │   ├── strncmp.c
│   │   ├── strncpy.c
│   │   ├── strndup.c
│   │   ├── strnlen.c
│   │   ├── strpbrk.c
│   │   ├── strrchr.c
│   │   ├── strsep.c
│   │   ├── strsignal.c
│   │   ├── strspn.c
│   │   ├── strstr.c
│   │   ├── strtok.c
│   │   ├── strtok_r.c
│   │   ├── str-two-way.h
│   │   ├── strverscmp.c
│   │   ├── strxfrm.c
│   │   ├── strxfrm_l.c
│   │   ├── swab.c
│   │   ├── test-bcopy.c
│   │   ├── test-bzero.c
│   │   ├── testcopy.c
│   │   ├── test-endian-types.c
│   │   ├── tester.c
│   │   ├── test-explicit_bzero.c
│   │   ├── test-ffs.c
│   │   ├── test-memccpy.c
│   │   ├── test-memchr.c
│   │   ├── test-memcmp.c
│   │   ├── test-memcpy.c
│   │   ├── test-memmem.c
│   │   ├── test-memmove.c
│   │   ├── test-mempcpy.c
│   │   ├── test-memrchr.c
│   │   ├── test-memset.c
│   │   ├── test-rawmemchr.c
│   │   ├── test-stpcpy.c
│   │   ├── test-stpncpy.c
│   │   ├── test-strcasecmp.c
│   │   ├── test-strcasestr.c
│   │   ├── test-strcat.c
│   │   ├── test-strchr.c
│   │   ├── test-strchrnul.c
│   │   ├── test-strcmp.c
│   │   ├── test-strcpy.c
│   │   ├── test-strcspn.c
│   │   ├── test-string.h
│   │   ├── test-strlen.c
│   │   ├── test-strncasecmp.c
│   │   ├── test-strncat.c
│   │   ├── test-strncmp.c
│   │   ├── test-strncpy.c
│   │   ├── test-strnlen.c
│   │   ├── test-strpbrk.c
│   │   ├── test-strrchr.c
│   │   ├── test-strspn.c
│   │   ├── test-strstr.c
│   │   ├── tst-bswap.c
│   │   ├── tst-cmp.c
│   │   ├── tst-endian.c
│   │   ├── tst-inlcall.c
│   │   ├── tst-strcoll-overflow.c
│   │   ├── tst-strfry.c
│   │   ├── tst-strlen.c
│   │   ├── tst-strtok.c
│   │   ├── tst-strtok_r.c
│   │   ├── tst-strxfrm2.c
│   │   ├── tst-strxfrm.c
│   │   ├── tst-svc2.c
│   │   ├── tst-svc.c
│   │   ├── tst-svc.expect
│   │   ├── tst-svc.input
│   │   ├── tst-xbzero-opt.c
│   │   ├── Versions
│   │   ├── wordcopy.c
│   │   └── xpg-strerror.c
│   ├── sunrpc
│   │   ├── auth_des.c
│   │   ├── authdes_prot.c
│   │   ├── auth_none.c
│   │   ├── auth_unix.c
│   │   ├── authuxprot.c
│   │   ├── bindrsvprt.c
│   │   ├── bug20790.x
│   │   ├── clnt_gen.c
│   │   ├── clnt_perr.c
│   │   ├── clnt_raw.c
│   │   ├── clnt_simp.c
│   │   ├── clnt_tcp.c
│   │   ├── clnt_udp.c
│   │   ├── clnt_unix.c
│   │   ├── create_xid.c
│   │   ├── des_crypt.c
│   │   ├── des_impl.c
│   │   ├── des_soft.c
│   │   ├── etc.rpc
│   │   ├── get_myaddr.c
│   │   ├── getrpcbyname.c
│   │   ├── getrpcbyname_r.c
│   │   ├── getrpcbynumber.c
│   │   ├── getrpcbynumber_r.c
│   │   ├── getrpcent.c
│   │   ├── getrpcent_r.c
│   │   ├── getrpcport.c
│   │   ├── key_call.c
│   │   ├── key_prot.c
│   │   ├── Makefile
│   │   ├── netname.c
│   │   ├── openchild.c
│   │   ├── pmap_clnt.c
│   │   ├── pmap_prot2.c
│   │   ├── pmap_prot.c
│   │   ├── pmap_rmt.c
│   │   ├── pm_getmaps.c
│   │   ├── pm_getport.c
│   │   ├── proto.h
│   │   ├── publickey.c
│   │   ├── rpc
│   │   │   ├── auth_des.h
│   │   │   ├── auth.h
│   │   │   ├── auth_unix.h
│   │   │   ├── clnt.h
│   │   │   ├── des_crypt.h
│   │   │   ├── key_prot.h
│   │   │   ├── netdb.h
│   │   │   ├── pmap_clnt.h
│   │   │   ├── pmap_prot.h
│   │   │   ├── pmap_rmt.h
│   │   │   ├── rpc_des.h
│   │   │   ├── rpc.h
│   │   │   ├── rpc_msg.h
│   │   │   ├── svc_auth.h
│   │   │   ├── svc.h
│   │   │   ├── types.h
│   │   │   └── xdr.h
│   │   ├── rpc_clntout.c
│   │   ├── rpc_cmsg.c
│   │   ├── rpc_common.c
│   │   ├── rpc_cout.c
│   │   ├── rpc_dtable.c
│   │   ├── rpcgen.c
│   │   ├── rpc_gethostbyname.c
│   │   ├── rpc_hout.c
│   │   ├── rpc_main.c
│   │   ├── rpc_parse.c
│   │   ├── rpc_parse.h
│   │   ├── rpc_prot.c
│   │   ├── rpc_sample.c
│   │   ├── rpc_scan.c
│   │   ├── rpc_scan.h
│   │   ├── rpcsvc
│   │   │   ├── bootparam.h
│   │   │   ├── bootparam_prot.x
│   │   │   ├── key_prot.x
│   │   │   ├── klm_prot.x
│   │   │   ├── mount.x
│   │   │   ├── nfs_prot.x
│   │   │   ├── nlm_prot.x
│   │   │   ├── rex.x
│   │   │   ├── rquota.x
│   │   │   ├── rstat.x
│   │   │   ├── rusers.x
│   │   │   ├── sm_inter.x
│   │   │   ├── spray.x
│   │   │   └── yppasswd.x
│   │   ├── rpc_svcout.c
│   │   ├── rpc_tblout.c
│   │   ├── rpc_thread.c
│   │   ├── rpc_util.c
│   │   ├── rpc_util.h
│   │   ├── rtime.c
│   │   ├── svc_auth.c
│   │   ├── svcauth_des.c
│   │   ├── svc_authux.c
│   │   ├── svc.c
│   │   ├── svc_raw.c
│   │   ├── svc_run.c
│   │   ├── svc_simple.c
│   │   ├── svc_tcp.c
│   │   ├── svc_udp.c
│   │   ├── svc_unix.c
│   │   ├── test-rpcent.c
│   │   ├── thrsvc.c
│   │   ├── tst-getmyaddr.c
│   │   ├── tst-xdrmem2.c
│   │   ├── tst-xdrmem.c
│   │   ├── Versions
│   │   ├── xcrypt.c
│   │   ├── xdr_array.c
│   │   ├── xdr.c
│   │   ├── xdr_float.c
│   │   ├── xdr_intXX_t.c
│   │   ├── xdr_mem.c
│   │   ├── xdr_rec.c
│   │   ├── xdr_ref.c
│   │   ├── xdr_sizeof.c
│   │   └── xdr_stdio.c
│   ├── support
│   │   ├── check_addrinfo.c
│   │   ├── check.c
│   │   ├── check_dns_packet.c
│   │   ├── check.h
│   │   ├── check_hostent.c
│   │   ├── check_netent.c
│   │   ├── check_nss.h
│   │   ├── delayed_exit.c
│   │   ├── format_nss.h
│   │   ├── ignore_stderr.c
│   │   ├── Makefile
│   │   ├── namespace.h
│   │   ├── oom_error.c
│   │   ├── README
│   │   ├── README-testing.c
│   │   ├── resolv_test.c
│   │   ├── resolv_test.h
│   │   ├── run_diff.h
│   │   ├── set_fortify_handler.c
│   │   ├── support_become_root.c
│   │   ├── support_enter_network_namespace.c
│   │   ├── support_format_address_family.c
│   │   ├── support_format_addrinfo.c
│   │   ├── support_format_dns_packet.c
│   │   ├── support_format_herrno.c
│   │   ├── support_format_hostent.c
│   │   ├── support_format_netent.c
│   │   ├── support.h
│   │   ├── support_record_failure.c
│   │   ├── support_run_diff.c
│   │   ├── support_test_main.c
│   │   ├── support_test_verify_impl.c
│   │   ├── temp_file.c
│   │   ├── temp_file.h
│   │   ├── temp_file-internal.h
│   │   ├── test-driver.c
│   │   ├── test-driver.h
│   │   ├── tst-support-namespace.c
│   │   ├── tst-support_record_failure-2.sh
│   │   ├── tst-support_record_failure.c
│   │   ├── write_message.c
│   │   ├── xaccept.c
│   │   ├── xasprintf.c
│   │   ├── xbind.c
│   │   ├── xcalloc.c
│   │   ├── xconnect.c
│   │   ├── xfclose.c
│   │   ├── xfopen.c
│   │   ├── xfork.c
│   │   ├── xgetsockname.c
│   │   ├── xlisten.c
│   │   ├── xmalloc.c
│   │   ├── xmemstream.c
│   │   ├── xmemstream.h
│   │   ├── xmmap.c
│   │   ├── xmunmap.c
│   │   ├── xpoll.c
│   │   ├── xpthread_attr_destroy.c
│   │   ├── xpthread_attr_init.c
│   │   ├── xpthread_attr_setdetachstate.c
│   │   ├── xpthread_attr_setstacksize.c
│   │   ├── xpthread_barrier_destroy.c
│   │   ├── xpthread_barrier_init.c
│   │   ├── xpthread_barrier_wait.c
│   │   ├── xpthread_cancel.c
│   │   ├── xpthread_check_return.c
│   │   ├── xpthread_cond_wait.c
│   │   ├── xpthread_create.c
│   │   ├── xpthread_detach.c
│   │   ├── xpthread_join.c
│   │   ├── xpthread_mutexattr_destroy.c
│   │   ├── xpthread_mutexattr_init.c
│   │   ├── xpthread_mutexattr_setprotocol.c
│   │   ├── xpthread_mutexattr_setpshared.c
│   │   ├── xpthread_mutexattr_setrobust.c
│   │   ├── xpthread_mutexattr_settype.c
│   │   ├── xpthread_mutex_consistent.c
│   │   ├── xpthread_mutex_destroy.c
│   │   ├── xpthread_mutex_init.c
│   │   ├── xpthread_mutex_lock.c
│   │   ├── xpthread_mutex_unlock.c
│   │   ├── xpthread_once.c
│   │   ├── xpthread_sigmask.c
│   │   ├── xpthread_spin_lock.c
│   │   ├── xpthread_spin_unlock.c
│   │   ├── xrealloc.c
│   │   ├── xrecvfrom.c
│   │   ├── xsendto.c
│   │   ├── xsetsockopt.c
│   │   ├── xsignal.h
│   │   ├── xsocket.c
│   │   ├── xsocket.h
│   │   ├── xstdio.h
│   │   ├── xstrdup.c
│   │   ├── xthread.h
│   │   ├── xunistd.h
│   │   ├── xwaitpid.c
│   │   └── xwrite.c
│   ├── sysdeps
│   │   ├── aarch64
│   │   │   ├── abort-instr.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── link.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── string.h
│   │   │   │   └── wordsize.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-link.sym
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tlsdesc.h
│   │   │   ├── dl-tlsdesc.S
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── fpu
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fpu_control.h
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── get-rounding-mode.h
│   │   │   │   ├── math_private.h
│   │   │   │   ├── s_ceil.c
│   │   │   │   ├── s_ceilf.c
│   │   │   │   ├── s_floor.c
│   │   │   │   ├── s_floorf.c
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmaf.c
│   │   │   │   ├── s_fmax.c
│   │   │   │   ├── s_fmaxf.c
│   │   │   │   ├── s_fmin.c
│   │   │   │   ├── s_fminf.c
│   │   │   │   ├── s_frint.c
│   │   │   │   ├── s_frintf.c
│   │   │   │   ├── s_llrint.c
│   │   │   │   ├── s_llrintf.c
│   │   │   │   ├── s_llround.c
│   │   │   │   ├── s_llroundf.c
│   │   │   │   ├── s_lrint.c
│   │   │   │   ├── s_lrintf.c
│   │   │   │   ├── s_lround.c
│   │   │   │   ├── s_lroundf.c
│   │   │   │   ├── s_nearbyint.c
│   │   │   │   ├── s_nearbyintf.c
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_rintf.c
│   │   │   │   ├── s_round.c
│   │   │   │   ├── s_roundf.c
│   │   │   │   ├── s_trunc.c
│   │   │   │   └── s_truncf.c
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── linkmap.h
│   │   │   ├── __longjmp.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math-tests.h
│   │   │   ├── mcount.c
│   │   │   ├── memchr.S
│   │   │   ├── memcmp.S
│   │   │   ├── memcpy.S
│   │   │   ├── memmove.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── rawmemchr.S
│   │   │   ├── setjmp.S
│   │   │   ├── soft-fp
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── Makefile
│   │   │   │   └── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── stpcpy.S
│   │   │   ├── strchrnul.S
│   │   │   ├── strchr.S
│   │   │   ├── strcmp.S
│   │   │   ├── strcpy.S
│   │   │   ├── string_private.h
│   │   │   ├── strlen.S
│   │   │   ├── strncmp.S
│   │   │   ├── strnlen.S
│   │   │   ├── strrchr.S
│   │   │   ├── sysdep.h
│   │   │   ├── tlsdesc.c
│   │   │   ├── tlsdesc.sym
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   └── Versions
│   │   ├── alpha
│   │   │   ├── addmul_1.S
│   │   │   ├── add_n.S
│   │   │   ├── alphaev5
│   │   │   │   ├── add_n.S
│   │   │   │   ├── lshift.S
│   │   │   │   ├── rshift.S
│   │   │   │   └── sub_n.S
│   │   │   ├── alphaev6
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── fpu
│   │   │   │   │   ├── e_sqrtf.S
│   │   │   │   │   └── e_sqrt.S
│   │   │   │   ├── Implies
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── stxcpy.S
│   │   │   │   └── stxncpy.S
│   │   │   ├── alphaev67
│   │   │   │   ├── ffsll.S
│   │   │   │   ├── ffs.S
│   │   │   │   ├── fpu
│   │   │   │   │   └── Implies
│   │   │   │   ├── Implies
│   │   │   │   ├── rawmemchr.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── stpncpy.S
│   │   │   │   ├── strcat.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── strncat.S
│   │   │   │   └── strrchr.S
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bb_init_func.S
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── link.h
│   │   │   │   ├── mathdef.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── bzero.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── div_libc.h
│   │   │   ├── divl.S
│   │   │   ├── divlu.S
│   │   │   ├── divq.S
│   │   │   ├── divqu.S
│   │   │   ├── div.S
│   │   │   ├── dl-dtprocnum.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── ffsll.S
│   │   │   ├── ffs.S
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   └── mathinline.h
│   │   │   │   ├── cabsf.c
│   │   │   │   ├── cargf.c
│   │   │   │   ├── cfloat-compat.h
│   │   │   │   ├── cimagf.c
│   │   │   │   ├── conjf.c
│   │   │   │   ├── crealf.c
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_libc.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fpu_control.h
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── get-rounding-mode.h
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── math_private.h
│   │   │   │   ├── s_cacosf.c
│   │   │   │   ├── s_cacoshf.c
│   │   │   │   ├── s_casinf.c
│   │   │   │   ├── s_casinhf.c
│   │   │   │   ├── s_catanf.c
│   │   │   │   ├── s_catanhf.c
│   │   │   │   ├── s_ccosf.c
│   │   │   │   ├── s_ccoshf.c
│   │   │   │   ├── s_ceil.c
│   │   │   │   ├── s_ceilf.c
│   │   │   │   ├── s_cexpf.c
│   │   │   │   ├── s_clog10f.c
│   │   │   │   ├── s_clogf.c
│   │   │   │   ├── s_copysign.c
│   │   │   │   ├── s_copysignf.c
│   │   │   │   ├── s_cpowf.c
│   │   │   │   ├── s_cprojf.c
│   │   │   │   ├── s_csinf.c
│   │   │   │   ├── s_csinhf.c
│   │   │   │   ├── s_csqrtf.c
│   │   │   │   ├── s_ctanf.c
│   │   │   │   ├── s_ctanhf.c
│   │   │   │   ├── s_fabs.c
│   │   │   │   ├── s_fabsf.c
│   │   │   │   ├── s_floor.c
│   │   │   │   ├── s_floorf.c
│   │   │   │   ├── s_fmaxf.S
│   │   │   │   ├── s_fmax.S
│   │   │   │   ├── s_fminf.S
│   │   │   │   ├── s_fmin.S
│   │   │   │   ├── s_isnan.c
│   │   │   │   ├── s_isnanf.c
│   │   │   │   ├── s_llrint.c
│   │   │   │   ├── s_llrintf.c
│   │   │   │   ├── s_llround.c
│   │   │   │   ├── s_llroundf.c
│   │   │   │   ├── s_lrint.c
│   │   │   │   ├── s_lrintf.c
│   │   │   │   ├── s_lround.c
│   │   │   │   ├── s_lroundf.c
│   │   │   │   ├── s_nearbyint.c
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_rintf.c
│   │   │   │   ├── s_trunc.c
│   │   │   │   ├── s_truncf.c
│   │   │   │   └── Versions
│   │   │   ├── gccframe.h
│   │   │   ├── hp-timing.h
│   │   │   ├── htonl.S
│   │   │   ├── htons.S
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldiv.S
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── lldiv.S
│   │   │   ├── __longjmp.S
│   │   │   ├── lshift.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── _mcount.S
│   │   │   ├── memchr.c
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── mul_1.S
│   │   │   ├── nptl
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.S
│   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── nscd-types.h
│   │   │   ├── preconfigure
│   │   │   ├── rawmemchr.S
│   │   │   ├── reml.S
│   │   │   ├── remlu.S
│   │   │   ├── remq.S
│   │   │   ├── remqu.S
│   │   │   ├── rshift.S
│   │   │   ├── setjmp.S
│   │   │   ├── soft-fp
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── local-soft-fp.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── ots_add.c
│   │   │   │   ├── ots_cmp.c
│   │   │   │   ├── ots_cmpe.c
│   │   │   │   ├── ots_cvtqux.c
│   │   │   │   ├── ots_cvtqx.c
│   │   │   │   ├── ots_cvttx.c
│   │   │   │   ├── ots_cvtxq.c
│   │   │   │   ├── ots_cvtxt.c
│   │   │   │   ├── ots_div.c
│   │   │   │   ├── ots_mul.c
│   │   │   │   ├── ots_nintxq.c
│   │   │   │   ├── ots_sub.c
│   │   │   │   ├── sfp-machine.h
│   │   │   │   └── Versions
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── stpcpy.S
│   │   │   ├── stpncpy.S
│   │   │   ├── strcat.S
│   │   │   ├── strchr.S
│   │   │   ├── strcmp.S
│   │   │   ├── strcpy.S
│   │   │   ├── strlen.S
│   │   │   ├── strncat.S
│   │   │   ├── strncmp.S
│   │   │   ├── strncpy.S
│   │   │   ├── strrchr.S
│   │   │   ├── stxcpy.S
│   │   │   ├── stxncpy.S
│   │   │   ├── Subdirs
│   │   │   ├── submul_1.S
│   │   │   ├── sub_n.S
│   │   │   ├── tininess.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   ├── udiv_qrnnd.S
│   │   │   └── Versions
│   │   ├── arm
│   │   │   ├── abi-note.S
│   │   │   ├── addmul_1.S
│   │   │   ├── add_n.S
│   │   │   ├── aeabi_assert.c
│   │   │   ├── aeabi_atexit.c
│   │   │   ├── aeabi_errno_addr.c
│   │   │   ├── aeabi_lcsts.c
│   │   │   ├── aeabi_localeconv.c
│   │   │   ├── aeabi_math.c
│   │   │   ├── aeabi_mb_cur_max.c
│   │   │   ├── aeabi_memclr.c
│   │   │   ├── aeabi_memcpy.c
│   │   │   ├── aeabi_memmove.c
│   │   │   ├── aeabi_memset.c
│   │   │   ├── aeabi_sighandlers.S
│   │   │   ├── aeabi_unwind_cpp_pr1.c
│   │   │   ├── arm-features.h
│   │   │   ├── arm-mcount.S
│   │   │   ├── arm-unwind-resume.S
│   │   │   ├── armv6
│   │   │   │   ├── rawmemchr.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strlen.S
│   │   │   │   └── strrchr.S
│   │   │   ├── armv6t2
│   │   │   │   ├── ffsll.S
│   │   │   │   ├── ffs.S
│   │   │   │   ├── Implies
│   │   │   │   ├── memchr.S
│   │   │   │   └── strlen.S
│   │   │   ├── armv7
│   │   │   │   ├── Implies
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── aeabi_memcpy.c
│   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memcpy_impl.S
│   │   │   │   │   ├── memcpy_neon.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   └── memcpy_vfp.S
│   │   │   │   └── strcmp.S
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tlsdesc.h
│   │   │   ├── dl-tlsdesc.S
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── e_sqrt.c
│   │   │   ├── e_sqrtf.c
│   │   │   ├── fclrexcpt.c
│   │   │   ├── fedisblxcpt.c
│   │   │   ├── feenablxcpt.c
│   │   │   ├── fegetenv.c
│   │   │   ├── fegetexcept.c
│   │   │   ├── fegetmode.c
│   │   │   ├── fegetround.c
│   │   │   ├── feholdexcpt.c
│   │   │   ├── fenv_private.h
│   │   │   ├── fesetenv.c
│   │   │   ├── fesetexcept.c
│   │   │   ├── fesetmode.c
│   │   │   ├── fesetround.c
│   │   │   ├── feupdateenv.c
│   │   │   ├── fgetexcptflg.c
│   │   │   ├── find_exidx.c
│   │   │   ├── fix-fp-int-convert-overflow.h
│   │   │   ├── fpu_control.h
│   │   │   ├── fraiseexcpt.c
│   │   │   ├── frame.h
│   │   │   ├── framestate.c
│   │   │   ├── fsetexcptflg.c
│   │   │   ├── ftestexcept.c
│   │   │   ├── gcc-compat.h
│   │   │   ├── gccframe.h
│   │   │   ├── get-rounding-mode.h
│   │   │   ├── gmp-mparam.h
│   │   │   ├── Implies
│   │   │   ├── include
│   │   │   │   └── bits
│   │   │   │   └── setjmp.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-aeabi_read_tp.S
│   │   │   ├── libc-tls.c
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── linkmap.h
│   │   │   ├── __longjmp.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── math-tests.h
│   │   │   ├── memcpy.S
│   │   │   ├── memmove.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── nacl
│   │   │   │   ├── aeabi_read_tp.S
│   │   │   │   ├── arm-features.h
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── Implies
│   │   │   │   ├── include
│   │   │   │   │   └── bits
│   │   │   │   │   └── setjmp.h
│   │   │   │   ├── libc.abilist
│   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── shlib-versions
│   │   │   │   ├── start.c
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── tls.h
│   │   │   │   └── uname-values.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── nptl-aeabi_unwind_cpp_pr1.c
│   │   │   ├── preconfigure
│   │   │   ├── preconfigure.ac
│   │   │   ├── pt-arm-unwind-resume.S
│   │   │   ├── rt-aeabi_unwind_cpp_pr1.c
│   │   │   ├── rt-arm-unwind-resume.S
│   │   │   ├── rtld-global-offsets.sym
│   │   │   ├── setfpucw.c
│   │   │   ├── setjmp.S
│   │   │   ├── s_fma.c
│   │   │   ├── s_fmaf.c
│   │   │   ├── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── static-stubs.c
│   │   │   ├── strlen.S
│   │   │   ├── submul_1.S
│   │   │   ├── sub_n.S
│   │   │   ├── sys
│   │   │   │   └── ucontext.h
│   │   │   ├── sysdep.h
│   │   │   ├── test-fpucw.c
│   │   │   ├── tlsdesc.c
│   │   │   ├── tlsdesc.sym
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-armtlsdescextlazy.c
│   │   │   ├── tst-armtlsdescextlazymod.c
│   │   │   ├── tst-armtlsdescextnow.c
│   │   │   ├── tst-armtlsdescextnowmod.c
│   │   │   ├── tst-armtlsdescloc.c
│   │   │   ├── tst-armtlsdesclocmod.c
│   │   │   ├── tst-audit.h
│   │   │   ├── unwind-dw2-fde-glibc.c
│   │   │   ├── unwind.h
│   │   │   ├── unwind-pe.c
│   │   │   ├── unwind-resume.h
│   │   │   └── Versions
│   │   ├── generic
│   │   │   ├── abort-instr.h
│   │   │   ├── aio_misc.h
│   │   │   ├── allocalim.h
│   │   │   ├── a.out.h
│   │   │   ├── asm-syntax.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── confstr.h
│   │   │   ├── c++-types.data
│   │   │   ├── device-nrs.h
│   │   │   ├── dirstream.h
│   │   │   ├── dl-cache.h
│   │   │   ├── dl-dtprocnum.h
│   │   │   ├── dl-dtv.h
│   │   │   ├── dl-fcntl.h
│   │   │   ├── dl-fileid.h
│   │   │   ├── dl-fptr.h
│   │   │   ├── dl-hash.h
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-librecon.h
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-mman.h
│   │   │   ├── dl-osinfo.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-unistd.h
│   │   │   ├── dwarf2.h
│   │   │   ├── elide.h
│   │   │   ├── eloop-threshold.h
│   │   │   ├── entry.h
│   │   │   ├── errqueue.h
│   │   │   ├── exit-thread.h
│   │   │   ├── fd_to_filename.h
│   │   │   ├── fips-private.h
│   │   │   ├── fix-fp-int-compare-invalid.h
│   │   │   ├── fix-fp-int-convert-overflow.h
│   │   │   ├── fix-int-fp-convert-zero.h
│   │   │   ├── fork.h
│   │   │   ├── fpu_control.h
│   │   │   ├── frame.h
│   │   │   ├── framestate.c
│   │   │   ├── gcc-compat.h
│   │   │   ├── gccframe.h
│   │   │   ├── _G_config.h
│   │   │   ├── get-rounding-mode.h
│   │   │   ├── gmp-mparam.h
│   │   │   ├── hp-timing-common.h
│   │   │   ├── hp-timing.h
│   │   │   ├── ifreq.h
│   │   │   ├── ifunc-sel.h
│   │   │   ├── intr-msg.h
│   │   │   ├── inttypes.h
│   │   │   ├── _itoa.h
│   │   │   ├── ld.abilist
│   │   │   ├── ldconfig.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libanl.abilist
│   │   │   ├── libBrokenLocale.abilist
│   │   │   ├── libc.abilist
│   │   │   ├── libcidn.abilist
│   │   │   ├── libc-lock.h
│   │   │   ├── libc-mmap.h
│   │   │   ├── libcrypt.abilist
│   │   │   ├── libc-tsd.h
│   │   │   ├── libdl.abilist
│   │   │   ├── libm.abilist
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── libnsl.abilist
│   │   │   ├── libnss_compat.abilist
│   │   │   ├── libnss_db.abilist
│   │   │   ├── libnss_dns.abilist
│   │   │   ├── libnss_files.abilist
│   │   │   ├── libnss_hesiod.abilist
│   │   │   ├── libnss_nis.abilist
│   │   │   ├── libnss_nisplus.abilist
│   │   │   ├── libpthread.abilist
│   │   │   ├── libresolv.abilist
│   │   │   ├── librt.abilist
│   │   │   ├── libutil.abilist
│   │   │   ├── linkmap.h
│   │   │   ├── localplt.data
│   │   │   ├── local-setxid.h
│   │   │   ├── machine-gmon.h
│   │   │   ├── machine-lock.h
│   │   │   ├── machine-sp.h
│   │   │   ├── Makefile
│   │   │   ├── malloc-machine.h
│   │   │   ├── malloc-sysdep.h
│   │   │   ├── math_ldbl.h
│   │   │   ├── math_ldbl_opt.h
│   │   │   ├── math_private.h
│   │   │   ├── math-tests-arch.h
│   │   │   ├── math-tests.h
│   │   │   ├── math-type-macros-double.h
│   │   │   ├── math-type-macros-float.h
│   │   │   ├── math-type-macros.h
│   │   │   ├── math-type-macros-ldouble.h
│   │   │   ├── memcopy.h
│   │   │   ├── memusage.h
│   │   │   ├── nan-high-order-bit.h
│   │   │   ├── net
│   │   │   │   └── if.h
│   │   │   ├── netinet
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   └── tcp.h
│   │   │   ├── nfs
│   │   │   │   └── nfs.h
│   │   │   ├── not-cancel.h
│   │   │   ├── nscd-types.h
│   │   │   ├── pagecopy.h
│   │   │   ├── paths.h
│   │   │   ├── profil-counter.h
│   │   │   ├── pty-private.h
│   │   │   ├── register-dump.h
│   │   │   ├── rtld-lowlevel.h
│   │   │   ├── safe-fatal.h
│   │   │   ├── sigcontextinfo.h
│   │   │   ├── siglist.h
│   │   │   ├── sigset-cvt-mask.h
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio-lock.h
│   │   │   ├── string_private.h
│   │   │   ├── symbol-hacks.h
│   │   │   ├── sys
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── socketvar.h
│   │   │   │   ├── swap.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   └── ucontext.h
│   │   │   ├── sysdep-cancel.h
│   │   │   ├── sysdep.h
│   │   │   ├── thread_state.h
│   │   │   ├── tininess.h
│   │   │   ├── tls.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   ├── tst-stack-align.h
│   │   │   ├── unsecvars.h
│   │   │   ├── unwind-dw2.c
│   │   │   ├── unwind-dw2-fde.c
│   │   │   ├── unwind-dw2-fde-glibc.c
│   │   │   ├── unwind-dw2-fde.h
│   │   │   ├── unwind.h
│   │   │   ├── unwind-pe.c
│   │   │   ├── unwind-pe.h
│   │   │   ├── unwind-resume.h
│   │   │   └── utmp-equal.h
│   │   ├── gnu
│   │   │   ├── bits
│   │   │   │   ├── ipc.h
│   │   │   │   ├── msq.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── utmp.h
│   │   │   │   └── utmpx.h
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── errlist.awk
│   │   │   ├── errlist.c
│   │   │   ├── errlist-compat.awk
│   │   │   ├── getutmp.c
│   │   │   ├── getutmpx.c
│   │   │   ├── glob64.c
│   │   │   ├── ifaddrs.c
│   │   │   ├── ldsodefs.h
│   │   │   ├── Makefile
│   │   │   ├── net
│   │   │   │   └── if.h
│   │   │   ├── netinet
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── rt-unwind-resume.c
│   │   │   ├── siglist.c
│   │   │   ├── sys
│   │   │   │   └── mtio.h
│   │   │   ├── unwind-resume.c
│   │   │   ├── updwtmp.c
│   │   │   ├── utmp_file.c
│   │   │   └── utmpx.h
│   │   ├── hppa
│   │   │   ├── abort-instr.h
│   │   │   ├── add_n.S
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-fptr.c
│   │   │   ├── dl-fptr.h
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-symaddr.c
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── entry.h
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   └── fenv.h
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fpu_control.h
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── libm-test-ulps
│   │   │   │   └── libm-test-ulps-name
│   │   │   ├── frame.h
│   │   │   ├── gccframe.h
│   │   │   ├── get-rounding-mode.h
│   │   │   ├── hppa1.1
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── Implies
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── s_signbit.c
│   │   │   │   ├── submul_1.S
│   │   │   │   └── udiv_qrnnd.S
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── libgcc-compat.c
│   │   │   ├── linkmap.h
│   │   │   ├── __longjmp.c
│   │   │   ├── lshift.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── memusage.h
│   │   │   ├── mp_clz_tab.c
│   │   │   ├── nan-high-order-bit.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── jmpbuf-unwind.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_init.c
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_unlock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   ├── tls.h
│   │   │   │   └── tst-oddstacklimit.c
│   │   │   ├── preconfigure
│   │   │   ├── rshift.S
│   │   │   ├── setjmp.S
│   │   │   ├── shlib-versions
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── sub_n.S
│   │   │   ├── sysdep.h
│   │   │   ├── tininess.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   ├── udiv_qrnnd.S
│   │   │   └── Versions
│   │   ├── i386
│   │   │   ├── abort-instr.h
│   │   │   ├── addmul_1.S
│   │   │   ├── add_n.S
│   │   │   ├── asm-syntax.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bcopy.S
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── bzero.S
│   │   │   ├── cacheinfo.c
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-tlsdesc.h
│   │   │   ├── dl-tlsdesc.S
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── ffs.c
│   │   │   ├── fpu
│   │   │   │   ├── doasin.c
│   │   │   │   ├── e_acosf.S
│   │   │   │   ├── e_acoshf.S
│   │   │   │   ├── e_acoshl.S
│   │   │   │   ├── e_acosh.S
│   │   │   │   ├── e_acosl.c
│   │   │   │   ├── e_acos.S
│   │   │   │   ├── e_asinf.S
│   │   │   │   ├── e_asin.S
│   │   │   │   ├── e_atan2f.S
│   │   │   │   ├── e_atan2l.c
│   │   │   │   ├── e_atan2.S
│   │   │   │   ├── e_atanhf.S
│   │   │   │   ├── e_atanhl.S
│   │   │   │   ├── e_atanh.S
│   │   │   │   ├── e_exp10f.S
│   │   │   │   ├── e_exp10l.S
│   │   │   │   ├── e_exp10.S
│   │   │   │   ├── e_exp2f.S
│   │   │   │   ├── e_exp2l.S
│   │   │   │   ├── e_exp2.S
│   │   │   │   ├── e_expf.S
│   │   │   │   ├── e_expl.S
│   │   │   │   ├── e_exp.S
│   │   │   │   ├── e_fmodf.S
│   │   │   │   ├── e_fmodl.c
│   │   │   │   ├── e_fmod.S
│   │   │   │   ├── e_hypotf.S
│   │   │   │   ├── e_hypot.S
│   │   │   │   ├── e_ilogbf.S
│   │   │   │   ├── e_ilogbl.S
│   │   │   │   ├── e_ilogb.S
│   │   │   │   ├── e_log10f.S
│   │   │   │   ├── e_log10l.S
│   │   │   │   ├── e_log10.S
│   │   │   │   ├── e_log2f.S
│   │   │   │   ├── e_log2l.S
│   │   │   │   ├── e_log2.S
│   │   │   │   ├── e_logf.S
│   │   │   │   ├── e_logl.S
│   │   │   │   ├── e_log.S
│   │   │   │   ├── e_powf.S
│   │   │   │   ├── e_powl.S
│   │   │   │   ├── e_pow.S
│   │   │   │   ├── e_remainderf.S
│   │   │   │   ├── e_remainderl.S
│   │   │   │   ├── e_remainder.S
│   │   │   │   ├── e_rem_pio2.c
│   │   │   │   ├── e_scalbf.S
│   │   │   │   ├── e_scalbl.S
│   │   │   │   ├── e_scalb.S
│   │   │   │   ├── e_sqrtf.S
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── e_sqrt.S
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_private.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── halfulp.c
│   │   │   │   ├── i386-math-asm.h
│   │   │   │   ├── Implies
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── math_private.h
│   │   │   │   ├── math-tests.h
│   │   │   │   ├── mpatan2.c
│   │   │   │   ├── mpatan.c
│   │   │   │   ├── mpexp.c
│   │   │   │   ├── mplog.c
│   │   │   │   ├── mpsqrt.c
│   │   │   │   ├── s_asinhf.S
│   │   │   │   ├── s_asinhl.S
│   │   │   │   ├── s_asinh.S
│   │   │   │   ├── s_atanf.S
│   │   │   │   ├── s_atanl.c
│   │   │   │   ├── s_atan.S
│   │   │   │   ├── s_cbrtf.S
│   │   │   │   ├── s_cbrtl.S
│   │   │   │   ├── s_cbrt.S
│   │   │   │   ├── s_ceilf.S
│   │   │   │   ├── s_ceill.S
│   │   │   │   ├── s_ceil.S
│   │   │   │   ├── s_copysignf.S
│   │   │   │   ├── s_copysignl.S
│   │   │   │   ├── s_copysign.S
│   │   │   │   ├── s_expm1f.S
│   │   │   │   ├── s_expm1l.S
│   │   │   │   ├── s_expm1.S
│   │   │   │   ├── s_fabsf.S
│   │   │   │   ├── s_fabsl.S
│   │   │   │   ├── s_fabs.S
│   │   │   │   ├── s_fdim.c
│   │   │   │   ├── s_finitef.S
│   │   │   │   ├── s_finitel.S
│   │   │   │   ├── s_finite.S
│   │   │   │   ├── s_floorf.S
│   │   │   │   ├── s_floorl.S
│   │   │   │   ├── s_floor.S
│   │   │   │   ├── s_fmaxf.S
│   │   │   │   ├── s_fmaxl.S
│   │   │   │   ├── s_fmax.S
│   │   │   │   ├── s_fminf.S
│   │   │   │   ├── s_fminl.S
│   │   │   │   ├── s_fmin.S
│   │   │   │   ├── s_fpclassifyl.c
│   │   │   │   ├── s_frexpf.S
│   │   │   │   ├── s_frexpl.S
│   │   │   │   ├── s_frexp.S
│   │   │   │   ├── s_isinfl.c
│   │   │   │   ├── s_isnanl.c
│   │   │   │   ├── s_llrintf.S
│   │   │   │   ├── s_llrintl.S
│   │   │   │   ├── s_llrint.S
│   │   │   │   ├── s_log1pf.S
│   │   │   │   ├── s_log1pl.S
│   │   │   │   ├── s_log1p.S
│   │   │   │   ├── s_logbf.S
│   │   │   │   ├── s_logbl.c
│   │   │   │   ├── s_logb.S
│   │   │   │   ├── slowexp.c
│   │   │   │   ├── slowpow.c
│   │   │   │   ├── s_lrintf.S
│   │   │   │   ├── s_lrintl.S
│   │   │   │   ├── s_lrint.S
│   │   │   │   ├── s_nearbyintf.S
│   │   │   │   ├── s_nearbyintl.S
│   │   │   │   ├── s_nearbyint.S
│   │   │   │   ├── s_nextafterl.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nexttowardf.c
│   │   │   │   ├── s_remquof.S
│   │   │   │   ├── s_remquol.S
│   │   │   │   ├── s_remquo.S
│   │   │   │   ├── s_rintf.S
│   │   │   │   ├── s_rintl.c
│   │   │   │   ├── s_rint.S
│   │   │   │   ├── s_scalbln.c
│   │   │   │   ├── s_scalblnf.c
│   │   │   │   ├── s_scalblnl.c
│   │   │   │   ├── s_scalbnf.S
│   │   │   │   ├── s_scalbnl.S
│   │   │   │   ├── s_scalbn.S
│   │   │   │   ├── s_significandf.S
│   │   │   │   ├── s_significandl.c
│   │   │   │   ├── s_significand.S
│   │   │   │   ├── s_truncf.S
│   │   │   │   ├── s_truncl.S
│   │   │   │   ├── s_trunc.S
│   │   │   │   ├── t_exp.c
│   │   │   │   ├── Versions
│   │   │   │   └── w_sqrt_compat.c
│   │   │   ├── gccframe.h
│   │   │   ├── gmp-mparam.h
│   │   │   ├── htonl.S
│   │   │   ├── htons.S
│   │   │   ├── i386-mcount.S
│   │   │   ├── i586
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── init-arch.h
│   │   │   │   ├── lshift.S
│   │   │   │   ├── memcopy.h
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── mempcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── memusage.h
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── rshift.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── submul_1.S
│   │   │   │   └── sub_n.S
│   │   │   ├── i686
│   │   │   │   ├── add_n.S
│   │   │   │   ├── bcopy.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── dl-hash.h
│   │   │   │   ├── ffs.c
│   │   │   │   ├── fpu
│   │   │   │   │   ├── e_logf.S
│   │   │   │   │   ├── e_logl.S
│   │   │   │   │   ├── e_log.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   ├── e_expf.c
│   │   │   │   │   │   ├── e_expf-ia32.S
│   │   │   │   │   │   ├── e_expf-sse2.S
│   │   │   │   │   │   ├── libm-test-ulps
│   │   │   │   │   │   ├── libm-test-ulps-name
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── s_cosf.c
│   │   │   │   │   │   ├── s_cosf-sse2.S
│   │   │   │   │   │   ├── s_sincosf.c
│   │   │   │   │   │   ├── s_sincosf-sse2.S
│   │   │   │   │   │   ├── s_sinf.c
│   │   │   │   │   │   └── s_sinf-sse2.S
│   │   │   │   │   ├── s_fmaxf.S
│   │   │   │   │   ├── s_fmaxl.S
│   │   │   │   │   ├── s_fmax.S
│   │   │   │   │   ├── s_fminf.S
│   │   │   │   │   ├── s_fminl.S
│   │   │   │   │   └── s_fmin.S
│   │   │   │   ├── hp-timing.h
│   │   │   │   ├── init-arch.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── memcmp.S
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memmove.S
│   │   │   │   ├── mempcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── memusage.h
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── bcopy.S
│   │   │   │   │   ├── bcopy-sse2-unaligned.S
│   │   │   │   │   ├── bcopy-ssse3-rep.S
│   │   │   │   │   ├── bcopy-ssse3.S
│   │   │   │   │   ├── bzero.S
│   │   │   │   │   ├── bzero-sse2-rep.S
│   │   │   │   │   ├── bzero-sse2.S
│   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   ├── locale-defines.sym
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.S
│   │   │   │   │   ├── memchr-sse2-bsf.S
│   │   │   │   │   ├── memchr-sse2.S
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcmp-sse4.S
│   │   │   │   │   ├── memcmp-ssse3.S
│   │   │   │   │   ├── memcpy_chk.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memcpy-sse2-unaligned.S
│   │   │   │   │   ├── memcpy-ssse3-rep.S
│   │   │   │   │   ├── memcpy-ssse3.S
│   │   │   │   │   ├── memmove_chk.S
│   │   │   │   │   ├── memmove.S
│   │   │   │   │   ├── memmove-sse2-unaligned.S
│   │   │   │   │   ├── memmove-ssse3-rep.S
│   │   │   │   │   ├── memmove-ssse3.S
│   │   │   │   │   ├── mempcpy_chk.S
│   │   │   │   │   ├── mempcpy.S
│   │   │   │   │   ├── mempcpy-sse2-unaligned.S
│   │   │   │   │   ├── mempcpy-ssse3-rep.S
│   │   │   │   │   ├── mempcpy-ssse3.S
│   │   │   │   │   ├── memrchr-c.c
│   │   │   │   │   ├── memrchr.S
│   │   │   │   │   ├── memrchr-sse2-bsf.S
│   │   │   │   │   ├── memrchr-sse2.S
│   │   │   │   │   ├── memset_chk.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── memset-sse2-rep.S
│   │   │   │   │   ├── memset-sse2.S
│   │   │   │   │   ├── rawmemchr.S
│   │   │   │   │   ├── rawmemchr-sse2-bsf.S
│   │   │   │   │   ├── rawmemchr-sse2.S
│   │   │   │   │   ├── rtld-strnlen.c
│   │   │   │   │   ├── sched_cpucount.c
│   │   │   │   │   ├── s_fma.c
│   │   │   │   │   ├── s_fmaf.c
│   │   │   │   │   ├── s_fmaf-fma.c
│   │   │   │   │   ├── s_fma-fma.c
│   │   │   │   │   ├── stpcpy.S
│   │   │   │   │   ├── stpcpy-sse2.S
│   │   │   │   │   ├── stpcpy-ssse3.S
│   │   │   │   │   ├── stpncpy.S
│   │   │   │   │   ├── stpncpy-sse2.S
│   │   │   │   │   ├── stpncpy-ssse3.S
│   │   │   │   │   ├── strcasecmp-c.c
│   │   │   │   │   ├── strcasecmp_l-c.c
│   │   │   │   │   ├── strcasecmp_l.S
│   │   │   │   │   ├── strcasecmp_l-sse4.S
│   │   │   │   │   ├── strcasecmp_l-ssse3.S
│   │   │   │   │   ├── strcasecmp.S
│   │   │   │   │   ├── strcat.S
│   │   │   │   │   ├── strcat-sse2.S
│   │   │   │   │   ├── strcat-ssse3.S
│   │   │   │   │   ├── strchr.S
│   │   │   │   │   ├── strchr-sse2-bsf.S
│   │   │   │   │   ├── strchr-sse2.S
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   ├── strcmp-sse4.S
│   │   │   │   │   ├── strcmp-ssse3.S
│   │   │   │   │   ├── strcpy.S
│   │   │   │   │   ├── strcpy-sse2.S
│   │   │   │   │   ├── strcpy-ssse3.S
│   │   │   │   │   ├── strcspn-c.c
│   │   │   │   │   ├── strcspn.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   ├── strlen-sse2-bsf.S
│   │   │   │   │   ├── strlen-sse2.S
│   │   │   │   │   ├── strncase-c.c
│   │   │   │   │   ├── strncase_l-c.c
│   │   │   │   │   ├── strncase_l.S
│   │   │   │   │   ├── strncase_l-sse4.S
│   │   │   │   │   ├── strncase_l-ssse3.S
│   │   │   │   │   ├── strncase.S
│   │   │   │   │   ├── strncat-c.c
│   │   │   │   │   ├── strncat.S
│   │   │   │   │   ├── strncat-sse2.S
│   │   │   │   │   ├── strncat-ssse3.S
│   │   │   │   │   ├── strncmp-c.c
│   │   │   │   │   ├── strncmp.S
│   │   │   │   │   ├── strncmp-sse4.S
│   │   │   │   │   ├── strncmp-ssse3.S
│   │   │   │   │   ├── strncpy-c.c
│   │   │   │   │   ├── strncpy.S
│   │   │   │   │   ├── strncpy-sse2.S
│   │   │   │   │   ├── strncpy-ssse3.S
│   │   │   │   │   ├── strnlen-c.c
│   │   │   │   │   ├── strnlen.S
│   │   │   │   │   ├── strnlen-sse2.S
│   │   │   │   │   ├── strpbrk-c.c
│   │   │   │   │   ├── strpbrk.S
│   │   │   │   │   ├── strrchr.S
│   │   │   │   │   ├── strrchr-sse2-bsf.S
│   │   │   │   │   ├── strrchr-sse2.S
│   │   │   │   │   ├── strspn-c.c
│   │   │   │   │   ├── strspn.S
│   │   │   │   │   ├── test-multiarch.c
│   │   │   │   │   ├── varshift.c
│   │   │   │   │   ├── varshift.h
│   │   │   │   │   ├── wcschr-c.c
│   │   │   │   │   ├── wcschr.S
│   │   │   │   │   ├── wcschr-sse2.S
│   │   │   │   │   ├── wcscmp-c.c
│   │   │   │   │   ├── wcscmp.S
│   │   │   │   │   ├── wcscmp-sse2.S
│   │   │   │   │   ├── wcscpy-c.c
│   │   │   │   │   ├── wcscpy.S
│   │   │   │   │   ├── wcscpy-ssse3.S
│   │   │   │   │   ├── wcslen-c.c
│   │   │   │   │   ├── wcslen.S
│   │   │   │   │   ├── wcslen-sse2.S
│   │   │   │   │   ├── wcsrchr-c.c
│   │   │   │   │   ├── wcsrchr.S
│   │   │   │   │   ├── wcsrchr-sse2.S
│   │   │   │   │   ├── wmemcmp-c.c
│   │   │   │   │   ├── wmemcmp.S
│   │   │   │   │   ├── wmemcmp-sse4.S
│   │   │   │   │   └── wmemcmp-ssse3.S
│   │   │   │   ├── nptl
│   │   │   │   │   └── tls.h
│   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   ├── stack-aliasing.h
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strtok_r.S
│   │   │   │   ├── strtok.S
│   │   │   │   └── tst-stack-align.h
│   │   │   ├── i786
│   │   │   │   └── Implies
│   │   │   ├── Implies
│   │   │   ├── init-arch.h
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldbl2mpn.c
│   │   │   ├── ldsodefs.h
│   │   │   ├── link-defines.sym
│   │   │   ├── ____longjmp_chk.S
│   │   │   ├── __longjmp.S
│   │   │   ├── lshift.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── memchr.S
│   │   │   ├── memcmp.S
│   │   │   ├── memcopy.h
│   │   │   ├── memcpy_chk.S
│   │   │   ├── memcpy.S
│   │   │   ├── memmove_chk.S
│   │   │   ├── memmove.S
│   │   │   ├── mempcpy_chk.S
│   │   │   ├── mempcpy.S
│   │   │   ├── memset_chk.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── mp_clz_tab.c
│   │   │   ├── mul_1.S
│   │   │   ├── nptl
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_init.c
│   │   │   │   ├── pthread_spin_lock.S
│   │   │   │   ├── pthread_spin_unlock.S
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── pthread_spin_trylock.S
│   │   │   ├── rawmemchr.S
│   │   │   ├── rshift.S
│   │   │   ├── setfpucw.c
│   │   │   ├── setjmp.S
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── stpcpy.S
│   │   │   ├── stpncpy.S
│   │   │   ├── strcat.S
│   │   │   ├── strchrnul.S
│   │   │   ├── strchr.S
│   │   │   ├── strcspn.S
│   │   │   ├── string-inlines.c
│   │   │   ├── strlen.c
│   │   │   ├── strlen.S
│   │   │   ├── strpbrk.S
│   │   │   ├── strrchr.S
│   │   │   ├── strspn.S
│   │   │   ├── strtok_r.S
│   │   │   ├── strtok.S
│   │   │   ├── submul_1.S
│   │   │   ├── sub_n.S
│   │   │   ├── sys
│   │   │   │   └── ucontext.h
│   │   │   ├── sysdep.h
│   │   │   ├── tlsdesc.c
│   │   │   ├── tlsdesc.sym
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit3.c
│   │   │   ├── tst-audit3.h
│   │   │   ├── tst-audit.h
│   │   │   ├── tst-auditmod3a.c
│   │   │   ├── tst-auditmod3b.c
│   │   │   ├── tst-ld-sse-use.sh
│   │   │   ├── tst-stack-align.h
│   │   │   └── Versions
│   │   ├── ia64
│   │   │   ├── abort-instr.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bcopy.S
│   │   │   ├── bits
│   │   │   │   ├── byteswap-16.h
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── huge_vall.h
│   │   │   │   ├── link.h
│   │   │   │   └── xtitypes.h
│   │   │   ├── bzero.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-dtprocnum.h
│   │   │   ├── dl-fptr.h
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── entry.h
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   ├── math-finite.h
│   │   │   │   │   └── mathinline.h
│   │   │   │   ├── branred.c
│   │   │   │   ├── doasin.c
│   │   │   │   ├── dosincos.c
│   │   │   │   ├── e_acosf.S
│   │   │   │   ├── e_acoshf.S
│   │   │   │   ├── e_acoshl.S
│   │   │   │   ├── e_acosh.S
│   │   │   │   ├── e_acosl.S
│   │   │   │   ├── e_acos.S
│   │   │   │   ├── e_asinf.S
│   │   │   │   ├── e_asinl.S
│   │   │   │   ├── e_asin.S
│   │   │   │   ├── e_atan2f.S
│   │   │   │   ├── e_atan2l.c
│   │   │   │   ├── e_atan2.S
│   │   │   │   ├── e_atanhf.S
│   │   │   │   ├── e_atanhl.S
│   │   │   │   ├── e_atanh.S
│   │   │   │   ├── e_coshf.S
│   │   │   │   ├── e_coshl.S
│   │   │   │   ├── e_cosh.S
│   │   │   │   ├── e_exp10f.S
│   │   │   │   ├── e_exp10l.S
│   │   │   │   ├── e_exp10.S
│   │   │   │   ├── e_exp2f.S
│   │   │   │   ├── e_exp2l.S
│   │   │   │   ├── e_exp2.S
│   │   │   │   ├── e_expf.S
│   │   │   │   ├── e_expl.c
│   │   │   │   ├── e_exp.S
│   │   │   │   ├── e_fmodf.S
│   │   │   │   ├── e_fmodl.S
│   │   │   │   ├── e_fmod.S
│   │   │   │   ├── e_gammaf_r.c
│   │   │   │   ├── e_gammal_r.c
│   │   │   │   ├── e_gamma_r.c
│   │   │   │   ├── e_hypotf.S
│   │   │   │   ├── e_hypotl.S
│   │   │   │   ├── e_hypot.S
│   │   │   │   ├── e_ilogbl.S
│   │   │   │   ├── e_lgammaf_r.c
│   │   │   │   ├── e_lgammal_r.c
│   │   │   │   ├── e_lgamma_r.c
│   │   │   │   ├── e_log10.c
│   │   │   │   ├── e_log10f.c
│   │   │   │   ├── e_log10l.c
│   │   │   │   ├── e_log2f.S
│   │   │   │   ├── e_log2l.S
│   │   │   │   ├── e_log2.S
│   │   │   │   ├── e_logf.S
│   │   │   │   ├── e_logl.S
│   │   │   │   ├── e_log.S
│   │   │   │   ├── e_powf.S
│   │   │   │   ├── e_powl.S
│   │   │   │   ├── e_pow.S
│   │   │   │   ├── e_remainderf.S
│   │   │   │   ├── e_remainderl.S
│   │   │   │   ├── e_remainder.S
│   │   │   │   ├── e_rem_pio2.c
│   │   │   │   ├── e_rem_pio2f.c
│   │   │   │   ├── e_rem_pio2l.c
│   │   │   │   ├── e_scalbf.S
│   │   │   │   ├── e_scalbl.S
│   │   │   │   ├── e_scalb.S
│   │   │   │   ├── e_sinhf.S
│   │   │   │   ├── e_sinhl.S
│   │   │   │   ├── e_sinh.S
│   │   │   │   ├── e_sqrtf.S
│   │   │   │   ├── e_sqrtl.S
│   │   │   │   ├── e_sqrt.S
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── gen_import_file_list
│   │   │   │   ├── get-rounding-mode.h
│   │   │   │   ├── halfulp.c
│   │   │   │   ├── import_check
│   │   │   │   ├── import_diffs
│   │   │   │   ├── import_file.awk
│   │   │   │   ├── import_intel_libm
│   │   │   │   ├── k_rem_pio2.c
│   │   │   │   ├── k_rem_pio2f.c
│   │   │   │   ├── lgamma-compat.h
│   │   │   │   ├── libc_libm_error.c
│   │   │   │   ├── libm_cpu_defs.h
│   │   │   │   ├── libm_error.c
│   │   │   │   ├── libm_error_codes.h
│   │   │   │   ├── libm_frexp4f.S
│   │   │   │   ├── libm_frexp4l.S
│   │   │   │   ├── libm_frexp4.S
│   │   │   │   ├── libm_frexpf.S
│   │   │   │   ├── libm_frexpl.S
│   │   │   │   ├── libm_frexp.S
│   │   │   │   ├── libm_lgammaf.S
│   │   │   │   ├── libm_lgammal.S
│   │   │   │   ├── libm_lgamma.S
│   │   │   │   ├── libm_reduce.S
│   │   │   │   ├── libm_scalblnf.S
│   │   │   │   ├── libm_sincosf.S
│   │   │   │   ├── libm_sincos_large.S
│   │   │   │   ├── libm_sincosl.S
│   │   │   │   ├── libm_sincos.S
│   │   │   │   ├── libm_support.h
│   │   │   │   ├── libm-symbols.h
│   │   │   │   ├── libm_tan.S
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl.h
│   │   │   │   ├── mpa.c
│   │   │   │   ├── mpatan2.c
│   │   │   │   ├── mpatan.c
│   │   │   │   ├── mpexp.c
│   │   │   │   ├── mplog.c
│   │   │   │   ├── mpsqrt.c
│   │   │   │   ├── mptan.c
│   │   │   │   ├── printf_fphex.c
│   │   │   │   ├── README
│   │   │   │   ├── s_asinhf.S
│   │   │   │   ├── s_asinhl.S
│   │   │   │   ├── s_asinh.S
│   │   │   │   ├── s_atanf.S
│   │   │   │   ├── s_atanl.S
│   │   │   │   ├── s_atan.S
│   │   │   │   ├── s_cbrtf.S
│   │   │   │   ├── s_cbrtl.S
│   │   │   │   ├── s_cbrt.S
│   │   │   │   ├── s_ceilf.S
│   │   │   │   ├── s_ceill.S
│   │   │   │   ├── s_ceil.S
│   │   │   │   ├── s_copysignf.S
│   │   │   │   ├── s_copysignl.S
│   │   │   │   ├── s_copysign.S
│   │   │   │   ├── s_cosf.S
│   │   │   │   ├── s_cosl.S
│   │   │   │   ├── s_cos.S
│   │   │   │   ├── s_erfcf.S
│   │   │   │   ├── s_erfcl.S
│   │   │   │   ├── s_erfc.S
│   │   │   │   ├── s_erff.S
│   │   │   │   ├── s_erfl.S
│   │   │   │   ├── s_erf.S
│   │   │   │   ├── s_expm1f.S
│   │   │   │   ├── s_expm1l.S
│   │   │   │   ├── s_expm1.S
│   │   │   │   ├── s_fabsf.S
│   │   │   │   ├── s_fabsl.S
│   │   │   │   ├── s_fabs.S
│   │   │   │   ├── s_fdimf.S
│   │   │   │   ├── s_fdiml.S
│   │   │   │   ├── s_fdim.S
│   │   │   │   ├── s_finitef.S
│   │   │   │   ├── s_finitel.S
│   │   │   │   ├── s_finite.S
│   │   │   │   ├── s_floorf.S
│   │   │   │   ├── s_floorl.S
│   │   │   │   ├── s_floor.S
│   │   │   │   ├── s_fmaf.S
│   │   │   │   ├── s_fmal.S
│   │   │   │   ├── s_fma.S
│   │   │   │   ├── s_fmaxf.S
│   │   │   │   ├── s_fmaxl.S
│   │   │   │   ├── s_fmax.S
│   │   │   │   ├── s_fpclassifyf.S
│   │   │   │   ├── s_fpclassifyl.S
│   │   │   │   ├── s_fpclassify.S
│   │   │   │   ├── s_frexp.c
│   │   │   │   ├── s_frexpf.c
│   │   │   │   ├── s_frexpl.c
│   │   │   │   ├── s_ilogbf.S
│   │   │   │   ├── s_ilogb.S
│   │   │   │   ├── sincos32.c
│   │   │   │   ├── s_isinff.S
│   │   │   │   ├── s_isinfl.S
│   │   │   │   ├── s_isinf.S
│   │   │   │   ├── s_isnanf.S
│   │   │   │   ├── s_isnanl.S
│   │   │   │   ├── s_isnan.S
│   │   │   │   ├── s_ldexp.c
│   │   │   │   ├── s_ldexpf.c
│   │   │   │   ├── s_ldexpl.c
│   │   │   │   ├── s_libm_ldexpf.S
│   │   │   │   ├── s_libm_ldexpl.S
│   │   │   │   ├── s_libm_ldexp.S
│   │   │   │   ├── s_libm_scalbnf.S
│   │   │   │   ├── s_libm_scalbnl.S
│   │   │   │   ├── s_libm_scalbn.S
│   │   │   │   ├── s_log1pf.S
│   │   │   │   ├── s_log1pl.S
│   │   │   │   ├── s_log1p.S
│   │   │   │   ├── s_logbf.S
│   │   │   │   ├── s_logbl.S
│   │   │   │   ├── s_logb.S
│   │   │   │   ├── slowexp.c
│   │   │   │   ├── slowpow.c
│   │   │   │   ├── s_matherrf.c
│   │   │   │   ├── s_matherrl.c
│   │   │   │   ├── s_modff.S
│   │   │   │   ├── s_modfl.S
│   │   │   │   ├── s_modf.S
│   │   │   │   ├── s_nearbyintf.S
│   │   │   │   ├── s_nearbyintl.S
│   │   │   │   ├── s_nearbyint.S
│   │   │   │   ├── s_nextafterf.S
│   │   │   │   ├── s_nextafterl.S
│   │   │   │   ├── s_nextafter.S
│   │   │   │   ├── s_nexttowardf.S
│   │   │   │   ├── s_nexttowardl.S
│   │   │   │   ├── s_nexttoward.S
│   │   │   │   ├── s_rintf.S
│   │   │   │   ├── s_rintl.S
│   │   │   │   ├── s_rint.S
│   │   │   │   ├── s_roundf.S
│   │   │   │   ├── s_roundl.S
│   │   │   │   ├── s_round.S
│   │   │   │   ├── s_scalblnf.c
│   │   │   │   ├── s_scalbn.c
│   │   │   │   ├── s_scalbnf.c
│   │   │   │   ├── s_scalbnl.c
│   │   │   │   ├── s_signbitf.S
│   │   │   │   ├── s_signbitl.S
│   │   │   │   ├── s_signbit.S
│   │   │   │   ├── s_significandf.S
│   │   │   │   ├── s_significandl.S
│   │   │   │   ├── s_significand.S
│   │   │   │   ├── s_sin.c
│   │   │   │   ├── s_sincos.c
│   │   │   │   ├── s_sincosf.c
│   │   │   │   ├── s_sincosl.c
│   │   │   │   ├── s_sinf.c
│   │   │   │   ├── s_sinl.c
│   │   │   │   ├── s_tanf.S
│   │   │   │   ├── s_tanhf.S
│   │   │   │   ├── s_tanhl.S
│   │   │   │   ├── s_tanh.S
│   │   │   │   ├── s_tanl.S
│   │   │   │   ├── s_tan.S
│   │   │   │   ├── s_truncf.S
│   │   │   │   ├── s_truncl.S
│   │   │   │   ├── s_trunc.S
│   │   │   │   ├── t_exp.c
│   │   │   │   ├── Versions
│   │   │   │   ├── w_acos_compat.c
│   │   │   │   ├── w_acosf_compat.c
│   │   │   │   ├── w_acosh_compat.c
│   │   │   │   ├── w_acoshf_compat.c
│   │   │   │   ├── w_acoshl_compat.c
│   │   │   │   ├── w_acosl_compat.c
│   │   │   │   ├── w_asin_compat.c
│   │   │   │   ├── w_asinf_compat.c
│   │   │   │   ├── w_asinl_compat.c
│   │   │   │   ├── w_atan2_compat.c
│   │   │   │   ├── w_atan2f_compat.c
│   │   │   │   ├── w_atan2l_compat.c
│   │   │   │   ├── w_atanh_compat.c
│   │   │   │   ├── w_atanhf_compat.c
│   │   │   │   ├── w_atanhl_compat.c
│   │   │   │   ├── w_cosh_compat.c
│   │   │   │   ├── w_coshf_compat.c
│   │   │   │   ├── w_coshl_compat.c
│   │   │   │   ├── w_exp10_compat.c
│   │   │   │   ├── w_exp10f_compat.c
│   │   │   │   ├── w_exp10l_compat.c
│   │   │   │   ├── w_exp2_compat.c
│   │   │   │   ├── w_exp2f_compat.c
│   │   │   │   ├── w_exp2l_compat.c
│   │   │   │   ├── w_exp.c
│   │   │   │   ├── w_expf.c
│   │   │   │   ├── w_expl.c
│   │   │   │   ├── w_fmod_compat.c
│   │   │   │   ├── w_fmodf_compat.c
│   │   │   │   ├── w_fmodl_compat.c
│   │   │   │   ├── w_hypot_compat.c
│   │   │   │   ├── w_hypotf_compat.c
│   │   │   │   ├── w_hypotl_compat.c
│   │   │   │   ├── w_lgammaf_main.c
│   │   │   │   ├── w_lgammaf_r.c
│   │   │   │   ├── w_lgammal_main.c
│   │   │   │   ├── w_lgammal_r.c
│   │   │   │   ├── w_lgamma_main.c
│   │   │   │   ├── w_lgamma_r.c
│   │   │   │   ├── w_log10_compat.c
│   │   │   │   ├── w_log10f_compat.c
│   │   │   │   ├── w_log10l_compat.c
│   │   │   │   ├── w_log1p.c
│   │   │   │   ├── w_log1pf.c
│   │   │   │   ├── w_log1pl.c
│   │   │   │   ├── w_log2_compat.c
│   │   │   │   ├── w_log2f_compat.c
│   │   │   │   ├── w_log2l_compat.c
│   │   │   │   ├── w_log_compat.c
│   │   │   │   ├── w_logf_compat.c
│   │   │   │   ├── w_logl_compat.c
│   │   │   │   ├── w_pow_compat.c
│   │   │   │   ├── w_powf_compat.c
│   │   │   │   ├── w_powl_compat.c
│   │   │   │   ├── w_remainder_compat.c
│   │   │   │   ├── w_remainderf_compat.c
│   │   │   │   ├── w_remainderl_compat.c
│   │   │   │   ├── w_scalb_compat.c
│   │   │   │   ├── w_scalbf_compat.c
│   │   │   │   ├── w_scalbl_compat.c
│   │   │   │   ├── w_scalblnf.c
│   │   │   │   ├── w_sinh_compat.c
│   │   │   │   ├── w_sinhf_compat.c
│   │   │   │   ├── w_sinhl_compat.c
│   │   │   │   ├── w_sqrt_compat.c
│   │   │   │   ├── w_sqrtf_compat.c
│   │   │   │   ├── w_sqrtl_compat.c
│   │   │   │   ├── w_tgamma_compat.S
│   │   │   │   ├── w_tgammaf_compat.S
│   │   │   │   └── w_tgammal_compat.S
│   │   │   ├── gccframe.h
│   │   │   ├── hp-timing.h
│   │   │   ├── htonl.S
│   │   │   ├── htons.S
│   │   │   ├── ia64libgcc.S
│   │   │   ├── ieee754.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldbl2mpn.c
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── linkmap.h
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makeconfig
│   │   │   ├── Makefile
│   │   │   ├── _mcount.S
│   │   │   ├── memccpy.S
│   │   │   ├── memchr.S
│   │   │   ├── memcmp.S
│   │   │   ├── memcpy.S
│   │   │   ├── memmove.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_trylock.c
│   │   │   │   ├── pthread_spin_unlock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── sched_cpucount.c
│   │   │   ├── softpipe.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── strchr.S
│   │   │   ├── strcmp.S
│   │   │   ├── strcpy.S
│   │   │   ├── strlen.S
│   │   │   ├── strncmp.S
│   │   │   ├── strncpy.S
│   │   │   ├── sysdep.h
│   │   │   ├── tininess.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   └── Versions
│   │   ├── ieee754
│   │   │   ├── bits
│   │   │   │   ├── huge_valf.h
│   │   │   │   ├── huge_val.h
│   │   │   │   ├── inf.h
│   │   │   │   └── nan.h
│   │   │   ├── dbl-64
│   │   │   │   ├── asincos.tbl
│   │   │   │   ├── atnat2.h
│   │   │   │   ├── atnat.h
│   │   │   │   ├── branred.c
│   │   │   │   ├── branred.h
│   │   │   │   ├── dbl2mpn.c
│   │   │   │   ├── dla.h
│   │   │   │   ├── doasin.c
│   │   │   │   ├── doasin.h
│   │   │   │   ├── dosincos.c
│   │   │   │   ├── dosincos.h
│   │   │   │   ├── e_acos.c
│   │   │   │   ├── e_acosh.c
│   │   │   │   ├── e_asin.c
│   │   │   │   ├── e_atan2.c
│   │   │   │   ├── e_atanh.c
│   │   │   │   ├── e_cosh.c
│   │   │   │   ├── e_exp10.c
│   │   │   │   ├── e_exp2.c
│   │   │   │   ├── e_exp.c
│   │   │   │   ├── e_fmod.c
│   │   │   │   ├── e_gamma_r.c
│   │   │   │   ├── e_hypot.c
│   │   │   │   ├── e_ilogb.c
│   │   │   │   ├── e_j0.c
│   │   │   │   ├── e_j1.c
│   │   │   │   ├── e_jn.c
│   │   │   │   ├── e_lgamma_r.c
│   │   │   │   ├── e_log10.c
│   │   │   │   ├── e_log2.c
│   │   │   │   ├── e_log.c
│   │   │   │   ├── e_pow.c
│   │   │   │   ├── e_remainder.c
│   │   │   │   ├── e_rem_pio2.c
│   │   │   │   ├── e_sinh.c
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── gamma_product.c
│   │   │   │   ├── gamma_productf.c
│   │   │   │   ├── halfulp.c
│   │   │   │   ├── k_cos.c
│   │   │   │   ├── k_rem_pio2.c
│   │   │   │   ├── k_sin.c
│   │   │   │   ├── k_tan.c
│   │   │   │   ├── lgamma_neg.c
│   │   │   │   ├── lgamma_product.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── MathLib.h
│   │   │   │   ├── mpa-arch.h
│   │   │   │   ├── mpa.c
│   │   │   │   ├── mpa.h
│   │   │   │   ├── mpatan2.c
│   │   │   │   ├── mpatan.c
│   │   │   │   ├── mpatan.h
│   │   │   │   ├── mpexp.c
│   │   │   │   ├── mplog.c
│   │   │   │   ├── mpn2dbl.c
│   │   │   │   ├── mpsqrt.c
│   │   │   │   ├── mpsqrt.h
│   │   │   │   ├── mptan.c
│   │   │   │   ├── mydefs.h
│   │   │   │   ├── powtwo.tbl
│   │   │   │   ├── root.tbl
│   │   │   │   ├── s_asinh.c
│   │   │   │   ├── s_atan.c
│   │   │   │   ├── s_cbrt.c
│   │   │   │   ├── s_ceil.c
│   │   │   │   ├── s_copysign.c
│   │   │   │   ├── s_cos.c
│   │   │   │   ├── s_erf.c
│   │   │   │   ├── s_expm1.c
│   │   │   │   ├── s_fabs.c
│   │   │   │   ├── s_finite.c
│   │   │   │   ├── s_floor.c
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmaf.c
│   │   │   │   ├── s_fpclassify.c
│   │   │   │   ├── s_frexp.c
│   │   │   │   ├── s_fromfp.c
│   │   │   │   ├── s_fromfp_main.c
│   │   │   │   ├── s_fromfpx.c
│   │   │   │   ├── s_getpayload.c
│   │   │   │   ├── sincos32.c
│   │   │   │   ├── sincos32.h
│   │   │   │   ├── sincostab.c
│   │   │   │   ├── s_isinf.c
│   │   │   │   ├── s_isnan.c
│   │   │   │   ├── s_issignaling.c
│   │   │   │   ├── s_llrint.c
│   │   │   │   ├── s_llround.c
│   │   │   │   ├── s_log1p.c
│   │   │   │   ├── s_logb.c
│   │   │   │   ├── slowexp.c
│   │   │   │   ├── slowpow.c
│   │   │   │   ├── s_lrint.c
│   │   │   │   ├── s_lround.c
│   │   │   │   ├── s_modf.c
│   │   │   │   ├── s_nearbyint.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nextup.c
│   │   │   │   ├── s_remquo.c
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_round.c
│   │   │   │   ├── s_roundeven.c
│   │   │   │   ├── s_scalbln.c
│   │   │   │   ├── s_scalbn.c
│   │   │   │   ├── s_setpayload.c
│   │   │   │   ├── s_setpayload_main.c
│   │   │   │   ├── s_setpayloadsig.c
│   │   │   │   ├── s_signbit.c
│   │   │   │   ├── s_sin.c
│   │   │   │   ├── s_sincos.c
│   │   │   │   ├── s_tan.c
│   │   │   │   ├── s_tanh.c
│   │   │   │   ├── s_totalorder.c
│   │   │   │   ├── s_totalordermag.c
│   │   │   │   ├── s_trunc.c
│   │   │   │   ├── s_ufromfp.c
│   │   │   │   ├── s_ufromfpx.c
│   │   │   │   ├── t_exp2.h
│   │   │   │   ├── t_exp.c
│   │   │   │   ├── uasncs.h
│   │   │   │   ├── uatan.tbl
│   │   │   │   ├── uexp.h
│   │   │   │   ├── uexp.tbl
│   │   │   │   ├── ulog.h
│   │   │   │   ├── ulog.tbl
│   │   │   │   ├── upow.h
│   │   │   │   ├── upow.tbl
│   │   │   │   ├── urem.h
│   │   │   │   ├── usncs.h
│   │   │   │   ├── utan.h
│   │   │   │   ├── utan.tbl
│   │   │   │   ├── w_exp.c
│   │   │   │   ├── wordsize-64
│   │   │   │   │   ├── e_acosh.c
│   │   │   │   │   ├── e_cosh.c
│   │   │   │   │   ├── e_fmod.c
│   │   │   │   │   ├── e_log10.c
│   │   │   │   │   ├── e_log2.c
│   │   │   │   │   ├── s_ceil.c
│   │   │   │   │   ├── s_finite.c
│   │   │   │   │   ├── s_floor.c
│   │   │   │   │   ├── s_frexp.c
│   │   │   │   │   ├── s_getpayload.c
│   │   │   │   │   ├── s_isinf.c
│   │   │   │   │   ├── s_isnan.c
│   │   │   │   │   ├── s_issignaling.c
│   │   │   │   │   ├── s_llround.c
│   │   │   │   │   ├── s_logb.c
│   │   │   │   │   ├── s_lround.c
│   │   │   │   │   ├── s_modf.c
│   │   │   │   │   ├── s_nearbyint.c
│   │   │   │   │   ├── s_remquo.c
│   │   │   │   │   ├── s_rint.c
│   │   │   │   │   ├── s_round.c
│   │   │   │   │   ├── s_roundeven.c
│   │   │   │   │   ├── s_scalbln.c
│   │   │   │   │   ├── s_scalbn.c
│   │   │   │   │   ├── s_setpayload_main.c
│   │   │   │   │   ├── s_totalorder.c
│   │   │   │   │   ├── s_totalordermag.c
│   │   │   │   │   └── s_trunc.c
│   │   │   │   ├── x2y2m1.c
│   │   │   │   └── x2y2m1f.c
│   │   │   ├── flt-32
│   │   │   │   ├── e_acosf.c
│   │   │   │   ├── e_acoshf.c
│   │   │   │   ├── e_asinf.c
│   │   │   │   ├── e_atan2f.c
│   │   │   │   ├── e_atanhf.c
│   │   │   │   ├── e_coshf.c
│   │   │   │   ├── e_exp2f.c
│   │   │   │   ├── e_expf.c
│   │   │   │   ├── e_fmodf.c
│   │   │   │   ├── e_gammaf_r.c
│   │   │   │   ├── e_hypotf.c
│   │   │   │   ├── e_ilogbf.c
│   │   │   │   ├── e_j0f.c
│   │   │   │   ├── e_j1f.c
│   │   │   │   ├── e_jnf.c
│   │   │   │   ├── e_lgammaf_r.c
│   │   │   │   ├── e_log10f.c
│   │   │   │   ├── e_log2f.c
│   │   │   │   ├── e_logf.c
│   │   │   │   ├── e_powf.c
│   │   │   │   ├── e_remainderf.c
│   │   │   │   ├── e_rem_pio2f.c
│   │   │   │   ├── e_sinhf.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── k_cosf.c
│   │   │   │   ├── k_rem_pio2f.c
│   │   │   │   ├── k_sinf.c
│   │   │   │   ├── k_tanf.c
│   │   │   │   ├── lgamma_negf.c
│   │   │   │   ├── lgamma_productf.c
│   │   │   │   ├── mpn2flt.c
│   │   │   │   ├── s_asinhf.c
│   │   │   │   ├── s_atanf.c
│   │   │   │   ├── s_cbrtf.c
│   │   │   │   ├── s_ceilf.c
│   │   │   │   ├── s_copysignf.c
│   │   │   │   ├── s_cosf.c
│   │   │   │   ├── s_erff.c
│   │   │   │   ├── s_expm1f.c
│   │   │   │   ├── s_fabsf.c
│   │   │   │   ├── s_finitef.c
│   │   │   │   ├── s_floorf.c
│   │   │   │   ├── s_fpclassifyf.c
│   │   │   │   ├── s_frexpf.c
│   │   │   │   ├── s_fromfpf.c
│   │   │   │   ├── s_fromfpf_main.c
│   │   │   │   ├── s_fromfpxf.c
│   │   │   │   ├── s_getpayloadf.c
│   │   │   │   ├── s_isinff.c
│   │   │   │   ├── s_isnanf.c
│   │   │   │   ├── s_issignalingf.c
│   │   │   │   ├── s_llrintf.c
│   │   │   │   ├── s_llroundf.c
│   │   │   │   ├── s_log1pf.c
│   │   │   │   ├── s_logbf.c
│   │   │   │   ├── s_lrintf.c
│   │   │   │   ├── s_lroundf.c
│   │   │   │   ├── s_modff.c
│   │   │   │   ├── s_nearbyintf.c
│   │   │   │   ├── s_nextafterf.c
│   │   │   │   ├── s_nextupf.c
│   │   │   │   ├── s_remquof.c
│   │   │   │   ├── s_rintf.c
│   │   │   │   ├── s_roundevenf.c
│   │   │   │   ├── s_roundf.c
│   │   │   │   ├── s_scalblnf.c
│   │   │   │   ├── s_scalbnf.c
│   │   │   │   ├── s_setpayloadf.c
│   │   │   │   ├── s_setpayloadf_main.c
│   │   │   │   ├── s_setpayloadsigf.c
│   │   │   │   ├── s_signbitf.c
│   │   │   │   ├── s_sincosf.c
│   │   │   │   ├── s_sinf.c
│   │   │   │   ├── s_tanf.c
│   │   │   │   ├── s_tanhf.c
│   │   │   │   ├── s_totalorderf.c
│   │   │   │   ├── s_totalordermagf.c
│   │   │   │   ├── s_truncf.c
│   │   │   │   ├── s_ufromfpf.c
│   │   │   │   ├── s_ufromfpxf.c
│   │   │   │   ├── t_exp2f.h
│   │   │   │   └── w_expf.c
│   │   │   ├── ieee754.h
│   │   │   ├── k_standard.c
│   │   │   ├── k_standardf.c
│   │   │   ├── k_standardl.c
│   │   │   ├── ldbl-128
│   │   │   │   ├── bits
│   │   │   │   │   └── long-double.h
│   │   │   │   ├── e_acoshl.c
│   │   │   │   ├── e_acosl.c
│   │   │   │   ├── e_asinl.c
│   │   │   │   ├── e_atan2l.c
│   │   │   │   ├── e_atanhl.c
│   │   │   │   ├── e_coshl.c
│   │   │   │   ├── e_exp10l.c
│   │   │   │   ├── e_expl.c
│   │   │   │   ├── e_fmodl.c
│   │   │   │   ├── e_gammal_r.c
│   │   │   │   ├── e_hypotl.c
│   │   │   │   ├── e_ilogbl.c
│   │   │   │   ├── e_j0l.c
│   │   │   │   ├── e_j1l.c
│   │   │   │   ├── e_jnl.c
│   │   │   │   ├── e_lgammal_r.c
│   │   │   │   ├── e_log10l.c
│   │   │   │   ├── e_log2l.c
│   │   │   │   ├── e_logl.c
│   │   │   │   ├── e_powl.c
│   │   │   │   ├── e_remainderl.c
│   │   │   │   ├── e_rem_pio2l.c
│   │   │   │   ├── e_sinhl.c
│   │   │   │   ├── gamma_productl.c
│   │   │   │   ├── ieee754.h
│   │   │   │   ├── k_cosl.c
│   │   │   │   ├── k_sincosl.c
│   │   │   │   ├── k_sinl.c
│   │   │   │   ├── k_tanl.c
│   │   │   │   ├── ldbl2mpn.c
│   │   │   │   ├── lgamma_negl.c
│   │   │   │   ├── lgamma_productl.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl.h
│   │   │   │   ├── mpn2ldbl.c
│   │   │   │   ├── printf_fphex.c
│   │   │   │   ├── s_asinhl.c
│   │   │   │   ├── s_atanl.c
│   │   │   │   ├── s_cbrtl.c
│   │   │   │   ├── s_ceill.c
│   │   │   │   ├── s_copysignl.c
│   │   │   │   ├── s_cosl.c
│   │   │   │   ├── s_erfl.c
│   │   │   │   ├── s_expm1l.c
│   │   │   │   ├── s_fabsl.c
│   │   │   │   ├── s_finitel.c
│   │   │   │   ├── s_floorl.c
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmal.c
│   │   │   │   ├── s_fpclassifyl.c
│   │   │   │   ├── s_frexpl.c
│   │   │   │   ├── s_fromfpl.c
│   │   │   │   ├── s_fromfpl_main.c
│   │   │   │   ├── s_fromfpxl.c
│   │   │   │   ├── s_getpayloadl.c
│   │   │   │   ├── s_isinfl.c
│   │   │   │   ├── s_isnanl.c
│   │   │   │   ├── s_issignalingl.c
│   │   │   │   ├── s_llrintl.c
│   │   │   │   ├── s_llroundl.c
│   │   │   │   ├── s_log1pl.c
│   │   │   │   ├── s_logbl.c
│   │   │   │   ├── s_lrintl.c
│   │   │   │   ├── s_lroundl.c
│   │   │   │   ├── s_modfl.c
│   │   │   │   ├── s_nearbyintl.c
│   │   │   │   ├── s_nextafterl.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nexttowardf.c
│   │   │   │   ├── s_nextupl.c
│   │   │   │   ├── s_remquol.c
│   │   │   │   ├── s_rintl.c
│   │   │   │   ├── s_roundevenl.c
│   │   │   │   ├── s_roundl.c
│   │   │   │   ├── s_scalblnl.c
│   │   │   │   ├── s_scalbnl.c
│   │   │   │   ├── s_setpayloadl.c
│   │   │   │   ├── s_setpayloadl_main.c
│   │   │   │   ├── s_setpayloadsigl.c
│   │   │   │   ├── s_signbitl.c
│   │   │   │   ├── s_sincosl.c
│   │   │   │   ├── s_sinl.c
│   │   │   │   ├── s_tanhl.c
│   │   │   │   ├── s_tanl.c
│   │   │   │   ├── s_totalorderl.c
│   │   │   │   ├── s_totalordermagl.c
│   │   │   │   ├── strtod_nan_ldouble.h
│   │   │   │   ├── strtold_l.c
│   │   │   │   ├── s_truncl.c
│   │   │   │   ├── s_ufromfpl.c
│   │   │   │   ├── s_ufromfpxl.c
│   │   │   │   ├── t_expl.h
│   │   │   │   ├── t_sincosl.c
│   │   │   │   ├── w_expl.c
│   │   │   │   └── x2y2m1l.c
│   │   │   ├── ldbl-128ibm
│   │   │   │   ├── bits
│   │   │   │   │   └── iscanonical.h
│   │   │   │   ├── e_acoshl.c
│   │   │   │   ├── e_acosl.c
│   │   │   │   ├── e_asinl.c
│   │   │   │   ├── e_atan2l.c
│   │   │   │   ├── e_atanhl.c
│   │   │   │   ├── e_coshl.c
│   │   │   │   ├── e_exp10l.c
│   │   │   │   ├── e_expl.c
│   │   │   │   ├── e_fmodl.c
│   │   │   │   ├── e_gammal_r.c
│   │   │   │   ├── e_hypotl.c
│   │   │   │   ├── e_ilogbl.c
│   │   │   │   ├── e_j0l.c
│   │   │   │   ├── e_j1l.c
│   │   │   │   ├── e_jnl.c
│   │   │   │   ├── e_lgammal_r.c
│   │   │   │   ├── e_log10l.c
│   │   │   │   ├── e_log2l.c
│   │   │   │   ├── e_logl.c
│   │   │   │   ├── e_powl.c
│   │   │   │   ├── e_remainderl.c
│   │   │   │   ├── e_rem_pio2l.c
│   │   │   │   ├── e_sinhl.c
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── gamma_productl.c
│   │   │   │   ├── ieee754.h
│   │   │   │   ├── include
│   │   │   │   │   └── bits
│   │   │   │   │   └── iscanonical.h
│   │   │   │   ├── k_cosl.c
│   │   │   │   ├── k_sincosl.c
│   │   │   │   ├── k_sinl.c
│   │   │   │   ├── k_tanl.c
│   │   │   │   ├── ldbl2mpn.c
│   │   │   │   ├── lgamma_negl.c
│   │   │   │   ├── lgamma_productl.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl.h
│   │   │   │   ├── mpn2ldbl.c
│   │   │   │   ├── printf_fphex.c
│   │   │   │   ├── s_asinhl.c
│   │   │   │   ├── s_atanl.c
│   │   │   │   ├── s_cbrtl.c
│   │   │   │   ├── s_ceill.c
│   │   │   │   ├── s_copysignl.c
│   │   │   │   ├── s_cosl.c
│   │   │   │   ├── s_erfl.c
│   │   │   │   ├── s_expm1l.c
│   │   │   │   ├── s_fabsl.c
│   │   │   │   ├── s_finitel.c
│   │   │   │   ├── s_floorl.c
│   │   │   │   ├── s_fmal.c
│   │   │   │   ├── s_fpclassifyl.c
│   │   │   │   ├── s_frexpl.c
│   │   │   │   ├── s_fromfpl.c
│   │   │   │   ├── s_fromfpl_main.c
│   │   │   │   ├── s_fromfpxl.c
│   │   │   │   ├── s_getpayloadl.c
│   │   │   │   ├── s_iscanonicall.c
│   │   │   │   ├── s_isinfl.c
│   │   │   │   ├── s_isnanl.c
│   │   │   │   ├── s_issignalingl.c
│   │   │   │   ├── s_llrintl.c
│   │   │   │   ├── s_llroundl.c
│   │   │   │   ├── s_log1pl.c
│   │   │   │   ├── s_logbl.c
│   │   │   │   ├── s_lrintl.c
│   │   │   │   ├── s_lroundl.c
│   │   │   │   ├── s_modfl.c
│   │   │   │   ├── s_nearbyintl.c
│   │   │   │   ├── s_nextafterl.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nexttowardf.c
│   │   │   │   ├── s_nextupl.c
│   │   │   │   ├── s_remquol.c
│   │   │   │   ├── s_rintl.c
│   │   │   │   ├── s_roundevenl.c
│   │   │   │   ├── s_roundl.c
│   │   │   │   ├── s_scalblnl.c
│   │   │   │   ├── s_scalbnl.c
│   │   │   │   ├── s_setpayloadl.c
│   │   │   │   ├── s_setpayloadl_main.c
│   │   │   │   ├── s_setpayloadsigl.c
│   │   │   │   ├── s_signbitl.c
│   │   │   │   ├── s_sincosl.c
│   │   │   │   ├── s_sinl.c
│   │   │   │   ├── s_tanhl.c
│   │   │   │   ├── s_tanl.c
│   │   │   │   ├── s_totalorderl.c
│   │   │   │   ├── s_totalordermagl.c
│   │   │   │   ├── strtod_nan_ldouble.h
│   │   │   │   ├── strtold_l.c
│   │   │   │   ├── s_truncl.c
│   │   │   │   ├── s_ufromfpl.c
│   │   │   │   ├── s_ufromfpxl.c
│   │   │   │   ├── test-canonical-ldbl-128ibm.c
│   │   │   │   ├── test-fmodl-ldbl-128ibm.c
│   │   │   │   ├── test-fmodrem-ldbl-128ibm.c
│   │   │   │   ├── test-remainderl-ldbl-128ibm.c
│   │   │   │   ├── test-remquol-ldbl-128ibm.c
│   │   │   │   ├── test-totalorderl-ldbl-128ibm.c
│   │   │   │   ├── t_sincosl.c
│   │   │   │   ├── tst-strtold-ldbl-128ibm.c
│   │   │   │   ├── w_expl.c
│   │   │   │   └── x2y2m1l.c
│   │   │   ├── ldbl-64-128
│   │   │   │   ├── e_ilogbl.c
│   │   │   │   ├── s_asinhl.c
│   │   │   │   ├── s_atanl.c
│   │   │   │   ├── s_cbrtl.c
│   │   │   │   ├── s_ceill.c
│   │   │   │   ├── s_copysignl.c
│   │   │   │   ├── s_cosl.c
│   │   │   │   ├── s_erfl.c
│   │   │   │   ├── s_expm1l.c
│   │   │   │   ├── s_fabsl.c
│   │   │   │   ├── s_finitel.c
│   │   │   │   ├── s_floorl.c
│   │   │   │   ├── s_fmal.c
│   │   │   │   ├── s_fpclassifyl.c
│   │   │   │   ├── s_frexpl.c
│   │   │   │   ├── s_isinfl.c
│   │   │   │   ├── s_isnanl.c
│   │   │   │   ├── s_llrintl.c
│   │   │   │   ├── s_llroundl.c
│   │   │   │   ├── s_log1pl.c
│   │   │   │   ├── s_logbl.c
│   │   │   │   ├── s_lrintl.c
│   │   │   │   ├── s_lroundl.c
│   │   │   │   ├── s_modfl.c
│   │   │   │   ├── s_nearbyintl.c
│   │   │   │   ├── s_nextafterl.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nexttowardf.c
│   │   │   │   ├── s_remquol.c
│   │   │   │   ├── s_rintl.c
│   │   │   │   ├── s_roundl.c
│   │   │   │   ├── s_scalblnl.c
│   │   │   │   ├── s_scalbnl.c
│   │   │   │   ├── s_signbitl.c
│   │   │   │   ├── s_sincosl.c
│   │   │   │   ├── s_sinl.c
│   │   │   │   ├── s_tanhl.c
│   │   │   │   ├── s_tanl.c
│   │   │   │   ├── strtold_l.c
│   │   │   │   ├── s_truncl.c
│   │   │   │   ├── w_expl.c
│   │   │   │   └── w_scalblnl.c
│   │   │   ├── ldbl-96
│   │   │   │   ├── bits
│   │   │   │   │   ├── iscanonical.h
│   │   │   │   │   └── long-double.h
│   │   │   │   ├── e_acoshl.c
│   │   │   │   ├── e_asinl.c
│   │   │   │   ├── e_atanhl.c
│   │   │   │   ├── e_coshl.c
│   │   │   │   ├── e_gammal_r.c
│   │   │   │   ├── e_hypotl.c
│   │   │   │   ├── e_j0l.c
│   │   │   │   ├── e_j1l.c
│   │   │   │   ├── e_jnl.c
│   │   │   │   ├── e_lgammal_r.c
│   │   │   │   ├── e_rem_pio2l.c
│   │   │   │   ├── e_sinhl.c
│   │   │   │   ├── gamma_product.c
│   │   │   │   ├── gamma_productl.c
│   │   │   │   ├── include
│   │   │   │   │   └── bits
│   │   │   │   │   └── iscanonical.h
│   │   │   │   ├── k_cosl.c
│   │   │   │   ├── k_sinl.c
│   │   │   │   ├── k_tanl.c
│   │   │   │   ├── ldbl2mpn.c
│   │   │   │   ├── lgamma_negl.c
│   │   │   │   ├── lgamma_product.c
│   │   │   │   ├── lgamma_productl.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl.h
│   │   │   │   ├── mpn2ldbl.c
│   │   │   │   ├── printf_fphex.c
│   │   │   │   ├── s_asinhl.c
│   │   │   │   ├── s_cbrtl.c
│   │   │   │   ├── s_copysignl.c
│   │   │   │   ├── s_cosl.c
│   │   │   │   ├── s_erfl.c
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmal.c
│   │   │   │   ├── s_frexpl.c
│   │   │   │   ├── s_fromfpl.c
│   │   │   │   ├── s_fromfpl_main.c
│   │   │   │   ├── s_fromfpxl.c
│   │   │   │   ├── s_getpayloadl.c
│   │   │   │   ├── s_iscanonicall.c
│   │   │   │   ├── s_issignalingl.c
│   │   │   │   ├── s_llrintl.c
│   │   │   │   ├── s_llroundl.c
│   │   │   │   ├── s_lrintl.c
│   │   │   │   ├── s_lroundl.c
│   │   │   │   ├── s_modfl.c
│   │   │   │   ├── s_nexttoward.c
│   │   │   │   ├── s_nexttowardf.c
│   │   │   │   ├── s_nextupl.c
│   │   │   │   ├── s_remquol.c
│   │   │   │   ├── s_roundevenl.c
│   │   │   │   ├── s_roundl.c
│   │   │   │   ├── s_scalblnl.c
│   │   │   │   ├── s_setpayloadl.c
│   │   │   │   ├── s_setpayloadl_main.c
│   │   │   │   ├── s_setpayloadsigl.c
│   │   │   │   ├── s_signbitl.c
│   │   │   │   ├── s_sincosl.c
│   │   │   │   ├── s_sinl.c
│   │   │   │   ├── s_tanhl.c
│   │   │   │   ├── s_tanl.c
│   │   │   │   ├── s_totalorderl.c
│   │   │   │   ├── s_totalordermagl.c
│   │   │   │   ├── strtod_nan_ldouble.h
│   │   │   │   ├── strtold_l.c
│   │   │   │   ├── s_ufromfpl.c
│   │   │   │   ├── s_ufromfpxl.c
│   │   │   │   ├── test-canonical-ldbl-96.c
│   │   │   │   ├── test-totalorderl-ldbl-96.c
│   │   │   │   ├── t_sincosl.c
│   │   │   │   ├── w_expl.c
│   │   │   │   ├── x2y2m1.c
│   │   │   │   └── x2y2m1l.c
│   │   │   ├── ldbl-opt
│   │   │   │   ├── bits
│   │   │   │   │   └── long-double.h
│   │   │   │   ├── configure
│   │   │   │   ├── configure.ac
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl_opt.c
│   │   │   │   ├── math_ldbl_opt.h
│   │   │   │   ├── math-type-macros-double.h
│   │   │   │   ├── math-type-macros-ldouble.h
│   │   │   │   ├── nldbl-acos.c
│   │   │   │   ├── nldbl-acosh.c
│   │   │   │   ├── nldbl-asin.c
│   │   │   │   ├── nldbl-asinh.c
│   │   │   │   ├── nldbl-asprintf.c
│   │   │   │   ├── nldbl-asprintf_chk.c
│   │   │   │   ├── nldbl-atan2.c
│   │   │   │   ├── nldbl-atan.c
│   │   │   │   ├── nldbl-atanh.c
│   │   │   │   ├── nldbl-cabs.c
│   │   │   │   ├── nldbl-cacos.c
│   │   │   │   ├── nldbl-cacosh.c
│   │   │   │   ├── nldbl-canonicalize.c
│   │   │   │   ├── nldbl-carg.c
│   │   │   │   ├── nldbl-casin.c
│   │   │   │   ├── nldbl-casinh.c
│   │   │   │   ├── nldbl-catan.c
│   │   │   │   ├── nldbl-catanh.c
│   │   │   │   ├── nldbl-cbrt.c
│   │   │   │   ├── nldbl-ccos.c
│   │   │   │   ├── nldbl-ccosh.c
│   │   │   │   ├── nldbl-ceil.c
│   │   │   │   ├── nldbl-cexp.c
│   │   │   │   ├── nldbl-cimag.c
│   │   │   │   ├── nldbl-clog10.c
│   │   │   │   ├── nldbl-clog.c
│   │   │   │   ├── nldbl-compat.c
│   │   │   │   ├── nldbl-compat.h
│   │   │   │   ├── nldbl-conj.c
│   │   │   │   ├── nldbl-copysign.c
│   │   │   │   ├── nldbl-cos.c
│   │   │   │   ├── nldbl-cosh.c
│   │   │   │   ├── nldbl-cpow.c
│   │   │   │   ├── nldbl-cproj.c
│   │   │   │   ├── nldbl-creal.c
│   │   │   │   ├── nldbl-csin.c
│   │   │   │   ├── nldbl-csinh.c
│   │   │   │   ├── nldbl-csqrt.c
│   │   │   │   ├── nldbl-ctan.c
│   │   │   │   ├── nldbl-ctanh.c
│   │   │   │   ├── nldbl-dprintf.c
│   │   │   │   ├── nldbl-dprintf_chk.c
│   │   │   │   ├── nldbl-erf.c
│   │   │   │   ├── nldbl-erfc.c
│   │   │   │   ├── nldbl-exp10.c
│   │   │   │   ├── nldbl-exp2.c
│   │   │   │   ├── nldbl-exp.c
│   │   │   │   ├── nldbl-expm1.c
│   │   │   │   ├── nldbl-fabs.c
│   │   │   │   ├── nldbl-fdim.c
│   │   │   │   ├── nldbl-finite.c
│   │   │   │   ├── nldbl-floor.c
│   │   │   │   ├── nldbl-fma.c
│   │   │   │   ├── nldbl-fmax.c
│   │   │   │   ├── nldbl-fmaxmag.c
│   │   │   │   ├── nldbl-fmin.c
│   │   │   │   ├── nldbl-fminmag.c
│   │   │   │   ├── nldbl-fmod.c
│   │   │   │   ├── nldbl-fprintf.c
│   │   │   │   ├── nldbl-fprintf_chk.c
│   │   │   │   ├── nldbl-frexp.c
│   │   │   │   ├── nldbl-fromfp.c
│   │   │   │   ├── nldbl-fromfpx.c
│   │   │   │   ├── nldbl-fscanf.c
│   │   │   │   ├── nldbl-fwprintf.c
│   │   │   │   ├── nldbl-fwprintf_chk.c
│   │   │   │   ├── nldbl-fwscanf.c
│   │   │   │   ├── nldbl-gamma.c
│   │   │   │   ├── nldbl-getpayload.c
│   │   │   │   ├── nldbl-hypot.c
│   │   │   │   ├── nldbl-ilogb.c
│   │   │   │   ├── nldbl-iovfscanf.c
│   │   │   │   ├── nldbl-isinf.c
│   │   │   │   ├── nldbl-isnan.c
│   │   │   │   ├── nldbl-isoc99_fscanf.c
│   │   │   │   ├── nldbl-isoc99_fwscanf.c
│   │   │   │   ├── nldbl-isoc99_scanf.c
│   │   │   │   ├── nldbl-isoc99_sscanf.c
│   │   │   │   ├── nldbl-isoc99_swscanf.c
│   │   │   │   ├── nldbl-isoc99_vfscanf.c
│   │   │   │   ├── nldbl-isoc99_vfwscanf.c
│   │   │   │   ├── nldbl-isoc99_vscanf.c
│   │   │   │   ├── nldbl-isoc99_vsscanf.c
│   │   │   │   ├── nldbl-isoc99_vswscanf.c
│   │   │   │   ├── nldbl-isoc99_vwscanf.c
│   │   │   │   ├── nldbl-isoc99_wscanf.c
│   │   │   │   ├── nldbl-j0.c
│   │   │   │   ├── nldbl-j1.c
│   │   │   │   ├── nldbl-jn.c
│   │   │   │   ├── nldbl-ldexp.c
│   │   │   │   ├── nldbl-lgamma.c
│   │   │   │   ├── nldbl-lgamma_r.c
│   │   │   │   ├── nldbl-llogb.c
│   │   │   │   ├── nldbl-llrint.c
│   │   │   │   ├── nldbl-llround.c
│   │   │   │   ├── nldbl-log10.c
│   │   │   │   ├── nldbl-log1p.c
│   │   │   │   ├── nldbl-log2.c
│   │   │   │   ├── nldbl-logb.c
│   │   │   │   ├── nldbl-log.c
│   │   │   │   ├── nldbl-lrint.c
│   │   │   │   ├── nldbl-lround.c
│   │   │   │   ├── nldbl-modf.c
│   │   │   │   ├── nldbl-nan.c
│   │   │   │   ├── nldbl-nearbyint.c
│   │   │   │   ├── nldbl-nextafter.c
│   │   │   │   ├── nldbl-nextdown.c
│   │   │   │   ├── nldbl-nexttoward.c
│   │   │   │   ├── nldbl-nexttowardf.c
│   │   │   │   ├── nldbl-nextup.c
│   │   │   │   ├── nldbl-obstack_printf.c
│   │   │   │   ├── nldbl-obstack_printf_chk.c
│   │   │   │   ├── nldbl-obstack_vprintf.c
│   │   │   │   ├── nldbl-obstack_vprintf_chk.c
│   │   │   │   ├── nldbl-pow10.c
│   │   │   │   ├── nldbl-pow.c
│   │   │   │   ├── nldbl-printf.c
│   │   │   │   ├── nldbl-printf_chk.c
│   │   │   │   ├── nldbl-printf_fp.c
│   │   │   │   ├── nldbl-printf_size.c
│   │   │   │   ├── nldbl-qecvt.c
│   │   │   │   ├── nldbl-qecvt_r.c
│   │   │   │   ├── nldbl-qfcvt.c
│   │   │   │   ├── nldbl-qfcvt_r.c
│   │   │   │   ├── nldbl-qgcvt.c
│   │   │   │   ├── nldbl-remainder.c
│   │   │   │   ├── nldbl-remquo.c
│   │   │   │   ├── nldbl-rint.c
│   │   │   │   ├── nldbl-round.c
│   │   │   │   ├── nldbl-roundeven.c
│   │   │   │   ├── nldbl-scalb.c
│   │   │   │   ├── nldbl-scalbln.c
│   │   │   │   ├── nldbl-scalbn.c
│   │   │   │   ├── nldbl-scanf.c
│   │   │   │   ├── nldbl-setpayload.c
│   │   │   │   ├── nldbl-setpayloadsig.c
│   │   │   │   ├── nldbl-signbit.c
│   │   │   │   ├── nldbl-significand.c
│   │   │   │   ├── nldbl-sin.c
│   │   │   │   ├── nldbl-sincos.c
│   │   │   │   ├── nldbl-sinh.c
│   │   │   │   ├── nldbl-snprintf.c
│   │   │   │   ├── nldbl-snprintf_chk.c
│   │   │   │   ├── nldbl-sprintf.c
│   │   │   │   ├── nldbl-sprintf_chk.c
│   │   │   │   ├── nldbl-sqrt.c
│   │   │   │   ├── nldbl-sscanf.c
│   │   │   │   ├── nldbl-strfmon.c
│   │   │   │   ├── nldbl-strfmon_l.c
│   │   │   │   ├── nldbl-strfroml.c
│   │   │   │   ├── nldbl-strtold.c
│   │   │   │   ├── nldbl-strtoldint.c
│   │   │   │   ├── nldbl-strtold_l.c
│   │   │   │   ├── nldbl-swprintf.c
│   │   │   │   ├── nldbl-swprintf_chk.c
│   │   │   │   ├── nldbl-swscanf.c
│   │   │   │   ├── nldbl-syslog.c
│   │   │   │   ├── nldbl-syslog_chk.c
│   │   │   │   ├── nldbl-tan.c
│   │   │   │   ├── nldbl-tanh.c
│   │   │   │   ├── nldbl-tgamma.c
│   │   │   │   ├── nldbl-totalorder.c
│   │   │   │   ├── nldbl-totalordermag.c
│   │   │   │   ├── nldbl-trunc.c
│   │   │   │   ├── nldbl-ufromfp.c
│   │   │   │   ├── nldbl-ufromfpx.c
│   │   │   │   ├── nldbl-vasprintf.c
│   │   │   │   ├── nldbl-vasprintf_chk.c
│   │   │   │   ├── nldbl-vdprintf.c
│   │   │   │   ├── nldbl-vdprintf_chk.c
│   │   │   │   ├── nldbl-vfprintf.c
│   │   │   │   ├── nldbl-vfprintf_chk.c
│   │   │   │   ├── nldbl-vfscanf.c
│   │   │   │   ├── nldbl-vfwprintf.c
│   │   │   │   ├── nldbl-vfwprintf_chk.c
│   │   │   │   ├── nldbl-vfwscanf.c
│   │   │   │   ├── nldbl-vprintf.c
│   │   │   │   ├── nldbl-vprintf_chk.c
│   │   │   │   ├── nldbl-vscanf.c
│   │   │   │   ├── nldbl-vsnprintf.c
│   │   │   │   ├── nldbl-vsnprintf_chk.c
│   │   │   │   ├── nldbl-vsprintf.c
│   │   │   │   ├── nldbl-vsprintf_chk.c
│   │   │   │   ├── nldbl-vsscanf.c
│   │   │   │   ├── nldbl-vswprintf.c
│   │   │   │   ├── nldbl-vswprintf_chk.c
│   │   │   │   ├── nldbl-vswscanf.c
│   │   │   │   ├── nldbl-vsyslog.c
│   │   │   │   ├── nldbl-vsyslog_chk.c
│   │   │   │   ├── nldbl-vwprintf.c
│   │   │   │   ├── nldbl-vwprintf_chk.c
│   │   │   │   ├── nldbl-vwscanf.c
│   │   │   │   ├── nldbl-wcstold.c
│   │   │   │   ├── nldbl-wcstoldint.c
│   │   │   │   ├── nldbl-wcstold_l.c
│   │   │   │   ├── nldbl-wprintf.c
│   │   │   │   ├── nldbl-wprintf_chk.c
│   │   │   │   ├── nldbl-wscanf.c
│   │   │   │   ├── nldbl-y0.c
│   │   │   │   ├── nldbl-y1.c
│   │   │   │   ├── nldbl-yn.c
│   │   │   │   ├── s_asinh.c
│   │   │   │   ├── s_atan.c
│   │   │   │   ├── s_canonicalizel.c
│   │   │   │   ├── s_cbrt.c
│   │   │   │   ├── s_ceil.c
│   │   │   │   ├── s_clog10l.c
│   │   │   │   ├── s_copysign.c
│   │   │   │   ├── s_erf.c
│   │   │   │   ├── s_expm1.c
│   │   │   │   ├── s_fabs.c
│   │   │   │   ├── s_finite.c
│   │   │   │   ├── s_floor.c
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmal.c
│   │   │   │   ├── s_fmaxmagl.c
│   │   │   │   ├── s_fminmagl.c
│   │   │   │   ├── s_frexp.c
│   │   │   │   ├── s_isinf.c
│   │   │   │   ├── s_isnan.c
│   │   │   │   ├── s_ldexp.c
│   │   │   │   ├── s_ldexpl.c
│   │   │   │   ├── s_llrint.c
│   │   │   │   ├── s_llround.c
│   │   │   │   ├── s_log1p.c
│   │   │   │   ├── s_logb.c
│   │   │   │   ├── s_lrint.c
│   │   │   │   ├── s_lround.c
│   │   │   │   ├── s_modf.c
│   │   │   │   ├── s_nearbyint.c
│   │   │   │   ├── s_nextafter.c
│   │   │   │   ├── s_nextdownl.c
│   │   │   │   ├── s_nexttowardfd.c
│   │   │   │   ├── s_remquo.c
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_round.c
│   │   │   │   ├── s_scalbln.c
│   │   │   │   ├── s_scalbn.c
│   │   │   │   ├── s_significand.c
│   │   │   │   ├── s_significandl.c
│   │   │   │   ├── s_sin.c
│   │   │   │   ├── s_sincos.c
│   │   │   │   ├── s_tan.c
│   │   │   │   ├── s_tanh.c
│   │   │   │   ├── s_trunc.c
│   │   │   │   ├── Versions
│   │   │   │   ├── w_acos_compat.c
│   │   │   │   ├── w_acosh_compat.c
│   │   │   │   ├── w_acoshl_compat.c
│   │   │   │   ├── w_acosl_compat.c
│   │   │   │   ├── w_asin_compat.c
│   │   │   │   ├── w_asinl_compat.c
│   │   │   │   ├── w_atan2_compat.c
│   │   │   │   ├── w_atan2l_compat.c
│   │   │   │   ├── w_atanh_compat.c
│   │   │   │   ├── w_atanhl_compat.c
│   │   │   │   ├── w_cosh_compat.c
│   │   │   │   ├── w_coshl_compat.c
│   │   │   │   ├── w_exp10_compat.c
│   │   │   │   ├── w_exp10l_compat.c
│   │   │   │   ├── w_exp.c
│   │   │   │   ├── w_fmod_compat.c
│   │   │   │   ├── w_fmodl_compat.c
│   │   │   │   ├── w_hypot_compat.c
│   │   │   │   ├── w_hypotl_compat.c
│   │   │   │   ├── w_j0_compat.c
│   │   │   │   ├── w_j0l_compat.c
│   │   │   │   ├── w_j1_compat.c
│   │   │   │   ├── w_j1l_compat.c
│   │   │   │   ├── w_jn_compat.c
│   │   │   │   ├── w_jnl_compat.c
│   │   │   │   ├── w_lgamma_compat.c
│   │   │   │   ├── w_lgamma_compatl.c
│   │   │   │   ├── w_lgammal_r.c
│   │   │   │   ├── w_lgamma_r.c
│   │   │   │   ├── w_llogbl.c
│   │   │   │   ├── w_log10_compat.c
│   │   │   │   ├── w_log10l_compat.c
│   │   │   │   ├── w_log2_compat.c
│   │   │   │   ├── w_log2l_compat.c
│   │   │   │   ├── w_log_compat.c
│   │   │   │   ├── w_logl_compat.c
│   │   │   │   ├── w_pow_compat.c
│   │   │   │   ├── w_powl_compat.c
│   │   │   │   ├── w_remainder_compat.c
│   │   │   │   ├── w_remainderl_compat.c
│   │   │   │   ├── w_scalb_compat.c
│   │   │   │   ├── w_scalbl_compat.c
│   │   │   │   ├── w_sinh_compat.c
│   │   │   │   ├── w_sinhl_compat.c
│   │   │   │   ├── w_sqrt_compat.c
│   │   │   │   ├── w_sqrtl_compat.c
│   │   │   │   ├── w_tgamma_compat.c
│   │   │   │   └── w_tgammal_compat.c
│   │   │   ├── Makefile
│   │   │   ├── s_lib_version.c
│   │   │   ├── s_matherr.c
│   │   │   └── s_signgam.c
│   │   ├── init_array
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── elf-init.c
│   │   │   ├── gmon-start.c
│   │   │   └── pt-crti.S
│   │   ├── m68k
│   │   │   ├── abort-instr.h
│   │   │   ├── asm-syntax.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.c
│   │   │   ├── bsd-setjmp.c
│   │   │   ├── coldfire
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── fpu
│   │   │   │   │   ├── bits
│   │   │   │   │   │   └── mathinline.h
│   │   │   │   │   ├── e_sqrt.c
│   │   │   │   │   ├── e_sqrtf.c
│   │   │   │   │   ├── fraiseexcpt.c
│   │   │   │   │   ├── libm-test-ulps
│   │   │   │   │   ├── libm-test-ulps-name
│   │   │   │   │   ├── math_private.h
│   │   │   │   │   ├── s_fabs.c
│   │   │   │   │   ├── s_fabsf.c
│   │   │   │   │   ├── s_lrint.c
│   │   │   │   │   ├── s_lrintf.c
│   │   │   │   │   ├── s_rint.c
│   │   │   │   │   └── s_rintf.c
│   │   │   │   ├── nofpu
│   │   │   │   │   ├── s_fma.c
│   │   │   │   │   ├── s_fmaf.c
│   │   │   │   │   └── sfp-machine.h
│   │   │   │   └── sysdep.h
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── ffs.c
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   └── fenv.h
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   └── ftestexcept.c
│   │   │   ├── fpu_control.h
│   │   │   ├── gccframe.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── __longjmp.c
│   │   │   ├── m680x0
│   │   │   │   ├── add_n.S
│   │   │   │   ├── bits
│   │   │   │   │   ├── flt-eval-method.h
│   │   │   │   │   ├── fp-logb.h
│   │   │   │   │   └── huge_vall.h
│   │   │   │   ├── fpu
│   │   │   │   │   ├── bits
│   │   │   │   │   │   └── mathinline.h
│   │   │   │   │   ├── branred.c
│   │   │   │   │   ├── doasin.c
│   │   │   │   │   ├── dosincos.c
│   │   │   │   │   ├── e_acos.c
│   │   │   │   │   ├── e_acosf.c
│   │   │   │   │   ├── e_acosl.c
│   │   │   │   │   ├── e_asin.c
│   │   │   │   │   ├── e_asinf.c
│   │   │   │   │   ├── e_asinl.c
│   │   │   │   │   ├── e_atan2.c
│   │   │   │   │   ├── e_atan2f.c
│   │   │   │   │   ├── e_atan2l.c
│   │   │   │   │   ├── e_atanh.c
│   │   │   │   │   ├── e_atanhf.c
│   │   │   │   │   ├── e_atanhl.c
│   │   │   │   │   ├── e_cosh.c
│   │   │   │   │   ├── e_coshf.c
│   │   │   │   │   ├── e_coshl.c
│   │   │   │   │   ├── e_exp10.c
│   │   │   │   │   ├── e_exp10f.c
│   │   │   │   │   ├── e_exp10l.c
│   │   │   │   │   ├── e_exp2.c
│   │   │   │   │   ├── e_exp2f.c
│   │   │   │   │   ├── e_exp2l.c
│   │   │   │   │   ├── e_exp.c
│   │   │   │   │   ├── e_expf.c
│   │   │   │   │   ├── e_expl.c
│   │   │   │   │   ├── e_fmod.c
│   │   │   │   │   ├── e_fmodf.c
│   │   │   │   │   ├── e_fmodl.c
│   │   │   │   │   ├── e_ilogb.c
│   │   │   │   │   ├── e_ilogbf.c
│   │   │   │   │   ├── e_ilogbl.c
│   │   │   │   │   ├── e_log10.c
│   │   │   │   │   ├── e_log10f.c
│   │   │   │   │   ├── e_log10l.c
│   │   │   │   │   ├── e_log2.c
│   │   │   │   │   ├── e_log2f.c
│   │   │   │   │   ├── e_log2l.c
│   │   │   │   │   ├── e_log.c
│   │   │   │   │   ├── e_logf.c
│   │   │   │   │   ├── e_logl.c
│   │   │   │   │   ├── e_pow.c
│   │   │   │   │   ├── e_powf.c
│   │   │   │   │   ├── e_powl.c
│   │   │   │   │   ├── e_remainder.c
│   │   │   │   │   ├── e_remainderf.c
│   │   │   │   │   ├── e_remainderl.c
│   │   │   │   │   ├── e_rem_pio2.c
│   │   │   │   │   ├── e_rem_pio2f.c
│   │   │   │   │   ├── e_rem_pio2l.c
│   │   │   │   │   ├── e_scalb.c
│   │   │   │   │   ├── e_scalbf.c
│   │   │   │   │   ├── e_scalbl.c
│   │   │   │   │   ├── e_sinh.c
│   │   │   │   │   ├── e_sinhf.c
│   │   │   │   │   ├── e_sinhl.c
│   │   │   │   │   ├── e_sqrt.c
│   │   │   │   │   ├── e_sqrtf.c
│   │   │   │   │   ├── e_sqrtl.c
│   │   │   │   │   ├── fraiseexcpt.c
│   │   │   │   │   ├── halfulp.c
│   │   │   │   │   ├── k_cosl.c
│   │   │   │   │   ├── k_rem_pio2.c
│   │   │   │   │   ├── k_rem_pio2f.c
│   │   │   │   │   ├── k_sinl.c
│   │   │   │   │   ├── k_tanf.c
│   │   │   │   │   ├── k_tanl.c
│   │   │   │   │   ├── libm-test-ulps
│   │   │   │   │   ├── libm-test-ulps-name
│   │   │   │   │   ├── mathimpl.h
│   │   │   │   │   ├── math_private.h
│   │   │   │   │   ├── mpa.c
│   │   │   │   │   ├── mpatan2.c
│   │   │   │   │   ├── mpatan.c
│   │   │   │   │   ├── mpexp.c
│   │   │   │   │   ├── mplog.c
│   │   │   │   │   ├── mpsqrt.c
│   │   │   │   │   ├── mptan.c
│   │   │   │   │   ├── s_atan.c
│   │   │   │   │   ├── s_atanf.c
│   │   │   │   │   ├── s_atanl.c
│   │   │   │   │   ├── s_ccosh_template.c
│   │   │   │   │   ├── s_ceil.c
│   │   │   │   │   ├── s_ceilf.c
│   │   │   │   │   ├── s_ceill.c
│   │   │   │   │   ├── s_cexp_template.c
│   │   │   │   │   ├── s_cos.c
│   │   │   │   │   ├── s_cosf.c
│   │   │   │   │   ├── s_cosl.c
│   │   │   │   │   ├── s_csinh_template.c
│   │   │   │   │   ├── s_csin_template.c
│   │   │   │   │   ├── s_expm1.c
│   │   │   │   │   ├── s_expm1f.c
│   │   │   │   │   ├── s_expm1l.c
│   │   │   │   │   ├── s_fabs.c
│   │   │   │   │   ├── s_fabsf.c
│   │   │   │   │   ├── s_fabsl.c
│   │   │   │   │   ├── s_finite.c
│   │   │   │   │   ├── s_finitef.c
│   │   │   │   │   ├── s_finitel.c
│   │   │   │   │   ├── s_floor.c
│   │   │   │   │   ├── s_floorf.c
│   │   │   │   │   ├── s_floorl.c
│   │   │   │   │   ├── s_fpclassifyl.c
│   │   │   │   │   ├── s_frexp.c
│   │   │   │   │   ├── s_frexpf.c
│   │   │   │   │   ├── s_frexpl.c
│   │   │   │   │   ├── sincos32.c
│   │   │   │   │   ├── sincostab.c
│   │   │   │   │   ├── s_isinf.c
│   │   │   │   │   ├── s_isinff.c
│   │   │   │   │   ├── s_isinfl.c
│   │   │   │   │   ├── s_isnan.c
│   │   │   │   │   ├── s_isnanf.c
│   │   │   │   │   ├── s_isnanl.c
│   │   │   │   │   ├── s_llrint.c
│   │   │   │   │   ├── s_llrintf.c
│   │   │   │   │   ├── s_llrintl.c
│   │   │   │   │   ├── s_log1p.c
│   │   │   │   │   ├── s_log1pf.c
│   │   │   │   │   ├── s_log1pl.c
│   │   │   │   │   ├── s_logbl.c
│   │   │   │   │   ├── slowexp.c
│   │   │   │   │   ├── slowpow.c
│   │   │   │   │   ├── s_lrint.c
│   │   │   │   │   ├── s_lrintf.c
│   │   │   │   │   ├── s_lrintl.c
│   │   │   │   │   ├── s_modf.c
│   │   │   │   │   ├── s_modff.c
│   │   │   │   │   ├── s_modfl.c
│   │   │   │   │   ├── s_nearbyint.c
│   │   │   │   │   ├── s_nearbyintf.c
│   │   │   │   │   ├── s_nearbyintl.c
│   │   │   │   │   ├── s_nextafterl.c
│   │   │   │   │   ├── s_remquo.c
│   │   │   │   │   ├── s_remquof.c
│   │   │   │   │   ├── s_remquol.c
│   │   │   │   │   ├── s_rint.c
│   │   │   │   │   ├── s_rintf.c
│   │   │   │   │   ├── s_rintl.c
│   │   │   │   │   ├── s_scalbln.c
│   │   │   │   │   ├── s_scalblnf.c
│   │   │   │   │   ├── s_scalblnl.c
│   │   │   │   │   ├── s_scalbn.c
│   │   │   │   │   ├── s_scalbnf.c
│   │   │   │   │   ├── s_scalbnl.c
│   │   │   │   │   ├── s_significand.c
│   │   │   │   │   ├── s_significandf.c
│   │   │   │   │   ├── s_significandl.c
│   │   │   │   │   ├── s_sin.c
│   │   │   │   │   ├── s_sincos.c
│   │   │   │   │   ├── s_sincosf.c
│   │   │   │   │   ├── s_sincosl.c
│   │   │   │   │   ├── s_sinf.c
│   │   │   │   │   ├── s_sinl.c
│   │   │   │   │   ├── s_tan.c
│   │   │   │   │   ├── s_tanf.c
│   │   │   │   │   ├── s_tanh.c
│   │   │   │   │   ├── s_tanhf.c
│   │   │   │   │   ├── s_tanhl.c
│   │   │   │   │   ├── s_tanl.c
│   │   │   │   │   ├── s_trunc.c
│   │   │   │   │   ├── s_truncf.c
│   │   │   │   │   ├── s_truncl.c
│   │   │   │   │   └── t_exp.c
│   │   │   │   ├── Implies
│   │   │   │   ├── lshift.S
│   │   │   │   ├── m68020
│   │   │   │   │   ├── addmul_1.S
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   └── string.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mul_1.S
│   │   │   │   │   ├── string_private.h
│   │   │   │   │   ├── submul_1.S
│   │   │   │   │   └── wordcopy.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── printf_fphex.c
│   │   │   │   ├── rshift.S
│   │   │   │   ├── strtold_l.c
│   │   │   │   ├── sub_n.S
│   │   │   │   └── sysdep.h
│   │   │   ├── Makefile
│   │   │   ├── memchr.S
│   │   │   ├── memcopy.h
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── rawmemchr.S
│   │   │   ├── setjmp.c
│   │   │   ├── shlib-versions
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── strchrnul.S
│   │   │   ├── strchr.S
│   │   │   ├── sys
│   │   │   │   └── ucontext.h
│   │   │   ├── sysdep.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   ├── Versions
│   │   │   ├── wcpcpy.c
│   │   │   └── wcpcpy_chk.c
│   │   ├── mach
│   │   │   ├── adjtime.c
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── getloadavg.c
│   │   │   ├── getpagesize.c
│   │   │   ├── getsysstats.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── hurd
│   │   │   │   ├── accept4.c
│   │   │   │   ├── accept.c
│   │   │   │   ├── access.c
│   │   │   │   ├── adjtime.c
│   │   │   │   ├── bind.c
│   │   │   │   ├── bits
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── ioctls.h
│   │   │   │   │   ├── local_lim.h
│   │   │   │   │   ├── param.h
│   │   │   │   │   ├── posix_opt.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── statvfs.h
│   │   │   │   │   └── typesizes.h
│   │   │   │   ├── brk.c
│   │   │   │   ├── chdir.c
│   │   │   │   ├── check_fds.c
│   │   │   │   ├── chflags.c
│   │   │   │   ├── chmod.c
│   │   │   │   ├── chown.c
│   │   │   │   ├── chroot.c
│   │   │   │   ├── clock.c
│   │   │   │   ├── close.c
│   │   │   │   ├── closedir.c
│   │   │   │   ├── configure
│   │   │   │   ├── configure.ac
│   │   │   │   ├── connect.c
│   │   │   │   ├── cthreads.c
│   │   │   │   ├── device-nrs.h
│   │   │   │   ├── dirfd.c
│   │   │   │   ├── dirstream.h
│   │   │   │   ├── dl-execstack.c
│   │   │   │   ├── dl-fcntl.h
│   │   │   │   ├── dl-mman.h
│   │   │   │   ├── dl-sysdep.c
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── dl-unistd.h
│   │   │   │   ├── dup2.c
│   │   │   │   ├── dup3.c
│   │   │   │   ├── eloop-threshold.h
│   │   │   │   ├── enbl-secure.c
│   │   │   │   ├── err_hurd.sub
│   │   │   │   ├── errlist.c
│   │   │   │   ├── errno.c
│   │   │   │   ├── errno-loc.c
│   │   │   │   ├── errnos.awk
│   │   │   │   ├── euidaccess.c
│   │   │   │   ├── execve.c
│   │   │   │   ├── _exit.c
│   │   │   │   ├── faccessat.c
│   │   │   │   ├── fchdir.c
│   │   │   │   ├── fchflags.c
│   │   │   │   ├── fchmodat.c
│   │   │   │   ├── fchmod.c
│   │   │   │   ├── fchownat.c
│   │   │   │   ├── fchown.c
│   │   │   │   ├── fcntl.c
│   │   │   │   ├── fdatasync.c
│   │   │   │   ├── fdopendir.c
│   │   │   │   ├── fexecve.c
│   │   │   │   ├── fgetxattr.c
│   │   │   │   ├── flistxattr.c
│   │   │   │   ├── flock.c
│   │   │   │   ├── fork.c
│   │   │   │   ├── fpathconf.c
│   │   │   │   ├── fremovexattr.c
│   │   │   │   ├── fsetxattr.c
│   │   │   │   ├── fstatfs64.c
│   │   │   │   ├── fstatfs.c
│   │   │   │   ├── fstatvfs64.c
│   │   │   │   ├── fstatvfs.c
│   │   │   │   ├── fsync.c
│   │   │   │   ├── ftruncate.c
│   │   │   │   ├── futimes.c
│   │   │   │   ├── fxstat64.c
│   │   │   │   ├── fxstatat64.c
│   │   │   │   ├── fxstatat.c
│   │   │   │   ├── fxstat.c
│   │   │   │   ├── getclktck.c
│   │   │   │   ├── getcwd.c
│   │   │   │   ├── getdents.c
│   │   │   │   ├── getdomain.c
│   │   │   │   ├── getdtsz.c
│   │   │   │   ├── getegid.c
│   │   │   │   ├── geteuid.c
│   │   │   │   ├── getgid.c
│   │   │   │   ├── getgroups.c
│   │   │   │   ├── gethostid.c
│   │   │   │   ├── gethostname.c
│   │   │   │   ├── getitimer.c
│   │   │   │   ├── getlogin.c
│   │   │   │   ├── getlogin_r.c
│   │   │   │   ├── getpeername.c
│   │   │   │   ├── getpgid.c
│   │   │   │   ├── getpid.c
│   │   │   │   ├── getppid.c
│   │   │   │   ├── getpriority.c
│   │   │   │   ├── getresgid.c
│   │   │   │   ├── getresuid.c
│   │   │   │   ├── getrlimit.c
│   │   │   │   ├── getrusage.c
│   │   │   │   ├── getsid.c
│   │   │   │   ├── getsockname.c
│   │   │   │   ├── getsockopt.c
│   │   │   │   ├── getuid.c
│   │   │   │   ├── getxattr.c
│   │   │   │   ├── group_member.c
│   │   │   │   ├── i386
│   │   │   │   │   ├── bits
│   │   │   │   │   │   └── sigcontext.h
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-machine.h
│   │   │   │   │   ├── exc2signal.c
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── intr-msg.h
│   │   │   │   │   ├── ioperm.c
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── longjmp-ts.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── signal-defines.sym
│   │   │   │   │   ├── sigreturn.c
│   │   │   │   │   ├── static-start.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   └── io.h
│   │   │   │   │   ├── tls.h
│   │   │   │   │   ├── trampoline.c
│   │   │   │   │   └── Versions
│   │   │   │   ├── if_index.c
│   │   │   │   ├── ifreq.c
│   │   │   │   ├── ifreq.h
│   │   │   │   ├── Implies
│   │   │   │   ├── init-posix.c
│   │   │   │   ├── ioctl.c
│   │   │   │   ├── isatty.c
│   │   │   │   ├── jmp-unwind.c
│   │   │   │   ├── kernel-features.h
│   │   │   │   ├── kill.c
│   │   │   │   ├── lchmod.c
│   │   │   │   ├── lchown.c
│   │   │   │   ├── lgetxattr.c
│   │   │   │   ├── libc-ldscript
│   │   │   │   ├── libc-lock.h
│   │   │   │   ├── libc_p-ldscript
│   │   │   │   ├── libc-tsd.h
│   │   │   │   ├── linkat.c
│   │   │   │   ├── link.c
│   │   │   │   ├── listen.c
│   │   │   │   ├── listxattr.c
│   │   │   │   ├── llistxattr.c
│   │   │   │   ├── lremovexattr.c
│   │   │   │   ├── lseek64.c
│   │   │   │   ├── lseek.c
│   │   │   │   ├── lsetxattr.c
│   │   │   │   ├── lutimes.c
│   │   │   │   ├── lxstat64.c
│   │   │   │   ├── lxstat.c
│   │   │   │   ├── Makeconfig
│   │   │   │   ├── Makefile
│   │   │   │   ├── malloc-machine.h
│   │   │   │   ├── mig-reply.c
│   │   │   │   ├── mkdirat.c
│   │   │   │   ├── mkdir.c
│   │   │   │   ├── mlock.c
│   │   │   │   ├── mmap64.c
│   │   │   │   ├── mmap.c
│   │   │   │   ├── munlock.c
│   │   │   │   ├── net
│   │   │   │   │   ├── ethernet.h
│   │   │   │   │   ├── if_arp.h
│   │   │   │   │   ├── if_ether.h
│   │   │   │   │   ├── if_ppp.h
│   │   │   │   │   └── route.h
│   │   │   │   ├── open64.c
│   │   │   │   ├── openat64.c
│   │   │   │   ├── openat.c
│   │   │   │   ├── open.c
│   │   │   │   ├── opendir.c
│   │   │   │   ├── pathconf.c
│   │   │   │   ├── pipe.c
│   │   │   │   ├── poll.c
│   │   │   │   ├── ppoll.c
│   │   │   │   ├── pread64.c
│   │   │   │   ├── pread.c
│   │   │   │   ├── prof-freq.c
│   │   │   │   ├── profil.c
│   │   │   │   ├── pselect.c
│   │   │   │   ├── ptrace.c
│   │   │   │   ├── ptsname.c
│   │   │   │   ├── pwrite64.c
│   │   │   │   ├── pwrite.c
│   │   │   │   ├── read.c
│   │   │   │   ├── readdir64.c
│   │   │   │   ├── readdir64_r.c
│   │   │   │   ├── readdir.c
│   │   │   │   ├── readdir_r.c
│   │   │   │   ├── readlinkat.c
│   │   │   │   ├── readlink.c
│   │   │   │   ├── reboot.c
│   │   │   │   ├── recv.c
│   │   │   │   ├── recvfrom.c
│   │   │   │   ├── recvmsg.c
│   │   │   │   ├── removexattr.c
│   │   │   │   ├── renameat.c
│   │   │   │   ├── rename.c
│   │   │   │   ├── revoke.c
│   │   │   │   ├── rewinddir.c
│   │   │   │   ├── rmdir.c
│   │   │   │   ├── sbrk.c
│   │   │   │   ├── seekdir.c
│   │   │   │   ├── select.c
│   │   │   │   ├── send.c
│   │   │   │   ├── sendfile64.c
│   │   │   │   ├── sendfile.c
│   │   │   │   ├── sendmsg.c
│   │   │   │   ├── sendto.c
│   │   │   │   ├── setdomain.c
│   │   │   │   ├── setegid.c
│   │   │   │   ├── seteuid.c
│   │   │   │   ├── setgid.c
│   │   │   │   ├── setgroups.c
│   │   │   │   ├── sethostid.c
│   │   │   │   ├── sethostname.c
│   │   │   │   ├── setitimer.c
│   │   │   │   ├── setlogin.c
│   │   │   │   ├── setpgid.c
│   │   │   │   ├── setpriority.c
│   │   │   │   ├── setregid.c
│   │   │   │   ├── setresgid.c
│   │   │   │   ├── setresuid.c
│   │   │   │   ├── setreuid.c
│   │   │   │   ├── setrlimit.c
│   │   │   │   ├── setsid.c
│   │   │   │   ├── setsockopt.c
│   │   │   │   ├── settimeofday.c
│   │   │   │   ├── setuid.c
│   │   │   │   ├── setxattr.c
│   │   │   │   ├── shlib-versions
│   │   │   │   ├── shutdown.c
│   │   │   │   ├── sigaction.c
│   │   │   │   ├── sigaltstack.c
│   │   │   │   ├── siglist.h
│   │   │   │   ├── sigpending.c
│   │   │   │   ├── sigprocmask.c
│   │   │   │   ├── sigstack.c
│   │   │   │   ├── sigsuspend.c
│   │   │   │   ├── sigwait.c
│   │   │   │   ├── socket.c
│   │   │   │   ├── socketpair.c
│   │   │   │   ├── spawni.c
│   │   │   │   ├── statfs64.c
│   │   │   │   ├── statfs.c
│   │   │   │   ├── statfsconv.c
│   │   │   │   ├── statvfs64.c
│   │   │   │   ├── statvfs.c
│   │   │   │   ├── Subdirs
│   │   │   │   ├── symlinkat.c
│   │   │   │   ├── symlink.c
│   │   │   │   ├── sync.c
│   │   │   │   ├── syncfs.c
│   │   │   │   ├── sysconf.c
│   │   │   │   ├── telldir.c
│   │   │   │   ├── times.c
│   │   │   │   ├── tls.h
│   │   │   │   ├── tmpfile64.c
│   │   │   │   ├── tmpfile.c
│   │   │   │   ├── truncate.c
│   │   │   │   ├── ttyname.c
│   │   │   │   ├── ttyname_r.c
│   │   │   │   ├── umask.c
│   │   │   │   ├── uname.c
│   │   │   │   ├── unlinkat.c
│   │   │   │   ├── unlink.c
│   │   │   │   ├── utimes.c
│   │   │   │   ├── Versions
│   │   │   │   ├── wait4.c
│   │   │   │   ├── write.c
│   │   │   │   ├── xmknodat.c
│   │   │   │   ├── xmknod.c
│   │   │   │   ├── xstat64.c
│   │   │   │   ├── xstat.c
│   │   │   │   └── xstatconv.c
│   │   │   ├── i386
│   │   │   │   ├── machine-lock.h
│   │   │   │   ├── machine-sp.h
│   │   │   │   ├── syscall.S
│   │   │   │   ├── sysdep.h
│   │   │   │   └── thread_state.h
│   │   │   ├── libc-lock.h
│   │   │   ├── Makefile
│   │   │   ├── mprotect.c
│   │   │   ├── msync.c
│   │   │   ├── munmap.c
│   │   │   ├── nanosleep.c
│   │   │   ├── pagecopy.h
│   │   │   ├── readonly-area.c
│   │   │   ├── sched_yield.c
│   │   │   ├── sleep.c
│   │   │   ├── _strerror.c
│   │   │   ├── strerror_l.c
│   │   │   ├── Subdirs
│   │   │   ├── sys
│   │   │   │   ├── reboot.h
│   │   │   │   └── syscall.h
│   │   │   ├── sysdep.h
│   │   │   ├── thread_state.h
│   │   │   ├── usleep.c
│   │   │   └── xpg-strerror.c
│   │   ├── microblaze
│   │   │   ├── abort-instr.h
│   │   │   ├── asm-syntax.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── backtrace_linux.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── gccframe.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── __longjmp.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── _mcount.S
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── setjmp.S
│   │   │   ├── s_fma.c
│   │   │   ├── s_fmaf.c
│   │   │   ├── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── sysdep.h
│   │   │   ├── tls-macros.h
│   │   │   └── tst-audit.h
│   │   ├── mips
│   │   │   ├── abort-instr.h
│   │   │   ├── addmul_1.S
│   │   │   ├── add_n.S
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── nan.h
│   │   │   │   ├── setjmp.h
│   │   │   │   └── wordsize.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── dl-dtprocnum.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-machine-reject-phdr.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.c
│   │   │   ├── fpregdef.h
│   │   │   ├── fpu
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_libc.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   └── ftestexcept.c
│   │   │   ├── fpu_control.h
│   │   │   ├── gccframe.h
│   │   │   ├── ieee754
│   │   │   │   ├── ieee754.h
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmaf.c
│   │   │   │   └── s_fmal.c
│   │   │   ├── Implies
│   │   │   ├── include
│   │   │   │   └── sys
│   │   │   │   └── asm.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── linkmap.h
│   │   │   ├── localplt.data
│   │   │   ├── __longjmp.c
│   │   │   ├── lshift.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── math-tests.h
│   │   │   ├── memcpy.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── mips32
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── fpu
│   │   │   │   │   ├── e_sqrt.c
│   │   │   │   │   ├── e_sqrtf.c
│   │   │   │   │   ├── fix-fp-int-convert-overflow.h
│   │   │   │   │   ├── fpucw-helpers.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   └── Versions
│   │   │   │   ├── Implies
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── Makefile
│   │   │   │   ├── mips16
│   │   │   │   │   ├── addmul_1.c
│   │   │   │   │   ├── add_n.c
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   └── Makefile
│   │   │   │   │   ├── lshift.c
│   │   │   │   │   ├── mul_1.c
│   │   │   │   │   ├── rshift.c
│   │   │   │   │   ├── submul_1.c
│   │   │   │   │   └── sub_n.c
│   │   │   │   └── sfp-machine.h
│   │   │   ├── mips64
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── gmp-mparam.h
│   │   │   │   ├── Implies
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── __longjmp.c
│   │   │   │   ├── lshift.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── n32
│   │   │   │   │   ├── crti.S
│   │   │   │   │   ├── crtn.S
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── e_sqrt.c
│   │   │   │   │   │   └── e_sqrtf.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── _itoa.h
│   │   │   │   │   └── Makefile
│   │   │   │   ├── n64
│   │   │   │   │   ├── crti.S
│   │   │   │   │   ├── crtn.S
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── e_sqrt.c
│   │   │   │   │   │   └── e_sqrtf.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── Makefile
│   │   │   │   ├── rshift.S
│   │   │   │   ├── setjmp_aux.c
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── sfp-machine.h
│   │   │   │   ├── submul_1.S
│   │   │   │   ├── sub_n.S
│   │   │   │   └── Versions
│   │   │   ├── mul_1.S
│   │   │   ├── nan-high-order-bit.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── nptl-sysdep.S
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── regdef.h
│   │   │   ├── rshift.S
│   │   │   ├── setjmp_aux.c
│   │   │   ├── setjmp.S
│   │   │   ├── sgidefs.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── strcmp.S
│   │   │   ├── submul_1.S
│   │   │   ├── sub_n.S
│   │   │   ├── sys
│   │   │   │   ├── asm.h
│   │   │   │   ├── fpregdef.h
│   │   │   │   ├── regdef.h
│   │   │   │   ├── tas.h
│   │   │   │   └── ucontext.h
│   │   │   ├── tininess.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-abi-fp32mod.c
│   │   │   ├── tst-abi-fp64amod.c
│   │   │   ├── tst-abi-fp64mod.c
│   │   │   ├── tst-abi-fpxxmod.c
│   │   │   ├── tst-abi-fpxxomod.c
│   │   │   ├── tst-abi-interlink.c
│   │   │   ├── tst-audit.h
│   │   │   ├── tst-mode-switch-1.c
│   │   │   ├── tst-mode-switch-2.c
│   │   │   └── tst-mode-switch-3.c
│   │   ├── nacl
│   │   │   ├── access.c
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── dirent.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── param.h
│   │   │   │   ├── posix_opt.h
│   │   │   │   ├── stat.h
│   │   │   │   └── typesizes.h
│   │   │   ├── brk.c
│   │   │   ├── chdir.c
│   │   │   ├── check_fds.c
│   │   │   ├── chmod.c
│   │   │   ├── clock.c
│   │   │   ├── clock_getres.c
│   │   │   ├── clock_gettime.c
│   │   │   ├── close.c
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── createthread.c
│   │   │   ├── dl-fileid.h
│   │   │   ├── dl-map-segments.h
│   │   │   ├── dl-osinfo.h
│   │   │   ├── dl-sysdep.c
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-sysdep-open.h
│   │   │   ├── dl-unmap-segments.h
│   │   │   ├── dl-writev.h
│   │   │   ├── dup2.c
│   │   │   ├── dup.c
│   │   │   ├── entry.h
│   │   │   ├── errnos.awk
│   │   │   ├── euidaccess.c
│   │   │   ├── _exit.c
│   │   │   ├── exit-thread.h
│   │   │   ├── fchdir.c
│   │   │   ├── fchmod.c
│   │   │   ├── fdatasync.c
│   │   │   ├── fdopendir.c
│   │   │   ├── fork.c
│   │   │   ├── fsync.c
│   │   │   ├── ftruncate64.c
│   │   │   ├── ftruncate.c
│   │   │   ├── futex-internal.h
│   │   │   ├── fxstat64.c
│   │   │   ├── fxstat.c
│   │   │   ├── getcwd.c
│   │   │   ├── getdents64.c
│   │   │   ├── getdents.c
│   │   │   ├── getdtsz.c
│   │   │   ├── gethostname.c
│   │   │   ├── getpagesize.c
│   │   │   ├── getpid.c
│   │   │   ├── getsysstats.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── glob64.c
│   │   │   ├── glob.c
│   │   │   ├── ifaddrs.c
│   │   │   ├── Implies
│   │   │   ├── init-first.c
│   │   │   ├── iofdopen.c
│   │   │   ├── irt.sed
│   │   │   ├── isatty.c
│   │   │   ├── kernel-features.h
│   │   │   ├── ld.abilist
│   │   │   ├── ldsodefs.h
│   │   │   ├── libanl.abilist
│   │   │   ├── libBrokenLocale.abilist
│   │   │   ├── libcrypt.abilist
│   │   │   ├── libc-start.c
│   │   │   ├── libdl.abilist
│   │   │   ├── libm.abilist
│   │   │   ├── libpthread.abilist
│   │   │   ├── libresolv.abilist
│   │   │   ├── librt.abilist
│   │   │   ├── libutil.abilist
│   │   │   ├── link.c
│   │   │   ├── lll_timedlock_wait.c
│   │   │   ├── lll_timedwait_tid.c
│   │   │   ├── lowlevellock-futex.h
│   │   │   ├── lowlevellock.h
│   │   │   ├── lseek64.c
│   │   │   ├── lseek.c
│   │   │   ├── lxstat64.c
│   │   │   ├── lxstat.c
│   │   │   ├── Makefile
│   │   │   ├── mkdir.c
│   │   │   ├── mmap64.c
│   │   │   ├── mmap.c
│   │   │   ├── mprotect.c
│   │   │   ├── munmap.c
│   │   │   ├── nacl-after-link.sh
│   │   │   ├── nacl_interface_ext_supply.c
│   │   │   ├── nacl-interface-list.h
│   │   │   ├── nacl_interface_query.c
│   │   │   ├── nacl-interfaces.c
│   │   │   ├── nacl-interfaces.h
│   │   │   ├── nacl-interfaces.mk.in
│   │   │   ├── nacl-interface-table.c
│   │   │   ├── nacl-test-wrapper.sh
│   │   │   ├── nanosleep.c
│   │   │   ├── open64.c
│   │   │   ├── open.c
│   │   │   ├── preconfigure
│   │   │   ├── profil.c
│   │   │   ├── pthread_condattr_setclock.c
│   │   │   ├── pthread-pids.h
│   │   │   ├── read.c
│   │   │   ├── readdir64.c
│   │   │   ├── readdir64_r.c
│   │   │   ├── readdir.c
│   │   │   ├── readdir_r.c
│   │   │   ├── readlink.c
│   │   │   ├── rename.c
│   │   │   ├── rmdir.c
│   │   │   ├── sched_yield.c
│   │   │   ├── shlib-versions
│   │   │   ├── sigaction.c
│   │   │   ├── sprofil.c
│   │   │   ├── start.c
│   │   │   ├── Subdirs
│   │   │   ├── symlink.c
│   │   │   ├── tls.h
│   │   │   ├── truncate64.c
│   │   │   ├── truncate.c
│   │   │   ├── uname-values.h
│   │   │   ├── unlink.c
│   │   │   ├── utimes.c
│   │   │   ├── Versions
│   │   │   ├── write.c
│   │   │   ├── xstat64.c
│   │   │   ├── xstat.c
│   │   │   ├── xstatconv.c
│   │   │   └── xstatconv.h
│   │   ├── nios2
│   │   │   ├── abort-instr.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-init.c
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── gccframe.h
│   │   │   ├── gmp-mparam.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── __longjmp.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── math-tests.h
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── setjmp.S
│   │   │   ├── s_fma.c
│   │   │   ├── s_fmaf.c
│   │   │   ├── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── Subdirs
│   │   │   ├── sysdep.h
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   └── Versions
│   │   ├── nptl
│   │   │   ├── aio_misc.h
│   │   │   ├── allocrtsig.c
│   │   │   ├── fork.c
│   │   │   ├── fork.h
│   │   │   ├── futex-internal.h
│   │   │   ├── gai_misc.h
│   │   │   ├── Implies
│   │   │   ├── internaltypes.h
│   │   │   ├── jmp-unwind.c
│   │   │   ├── libc-lock.h
│   │   │   ├── libc-lockP.h
│   │   │   ├── librt-cancellation.c
│   │   │   ├── lowlevellock-futex.h
│   │   │   ├── lowlevellock.h
│   │   │   ├── Makeconfig
│   │   │   ├── Makefile
│   │   │   ├── malloc-machine.h
│   │   │   ├── nptl-signals.h
│   │   │   ├── pthread-functions.h
│   │   │   ├── pthread.h
│   │   │   ├── setxid.h
│   │   │   ├── shm-directory.h
│   │   │   ├── sigfillset.c
│   │   │   ├── stdio-lock.h
│   │   │   ├── Subdirs
│   │   │   ├── sys
│   │   │   │   └── procfs.h
│   │   │   ├── tcb-offsets.h
│   │   │   ├── tst-mqueue8x.c
│   │   │   └── unwind-forcedunwind.c
│   │   ├── posix
│   │   │   ├── alarm.c
│   │   │   ├── clock.c
│   │   │   ├── clock_getres.c
│   │   │   ├── closedir.c
│   │   │   ├── ctermid.c
│   │   │   ├── cuserid.c
│   │   │   ├── dirfd.c
│   │   │   ├── dirstream.h
│   │   │   ├── dl-fileid.h
│   │   │   ├── dup2.c
│   │   │   ├── dup.c
│   │   │   ├── euidaccess.c
│   │   │   ├── fdopendir.c
│   │   │   ├── flock.c
│   │   │   ├── fpathconf.c
│   │   │   ├── gai_strerror.c
│   │   │   ├── gai_strerror-strs.h
│   │   │   ├── getaddrinfo.c
│   │   │   ├── getcwd.c
│   │   │   ├── getdtsz.c
│   │   │   ├── gethostname.c
│   │   │   ├── getpagesize.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── isatty.c
│   │   │   ├── isfdtype.c
│   │   │   ├── killpg.c
│   │   │   ├── libc_fatal.c
│   │   │   ├── Makefile
│   │   │   ├── mkfifoat.c
│   │   │   ├── mkfifo.c
│   │   │   ├── nice.c
│   │   │   ├── open64.c
│   │   │   ├── opendir.c
│   │   │   ├── pathconf.c
│   │   │   ├── pause.c
│   │   │   ├── posix_fallocate64.c
│   │   │   ├── posix_fallocate.c
│   │   │   ├── pread64.c
│   │   │   ├── pread.c
│   │   │   ├── preadv64.c
│   │   │   ├── preadv.c
│   │   │   ├── profil.c
│   │   │   ├── pwrite64.c
│   │   │   ├── pwrite.c
│   │   │   ├── pwritev64.c
│   │   │   ├── pwritev.c
│   │   │   ├── raise.c
│   │   │   ├── readdir.c
│   │   │   ├── readdir_r.c
│   │   │   ├── readv.c
│   │   │   ├── remove.c
│   │   │   ├── rename.c
│   │   │   ├── rewinddir.c
│   │   │   ├── seekdir.c
│   │   │   ├── shm-directory.c
│   │   │   ├── shm-directory.h
│   │   │   ├── shm_open.c
│   │   │   ├── shm_unlink.c
│   │   │   ├── sigblock.c
│   │   │   ├── sigignore.c
│   │   │   ├── sigintr.c
│   │   │   ├── signal.c
│   │   │   ├── sigpause.c
│   │   │   ├── sigset.c
│   │   │   ├── sigsetmask.c
│   │   │   ├── sigsuspend.c
│   │   │   ├── sigwait.c
│   │   │   ├── sleep.c
│   │   │   ├── spawni.c
│   │   │   ├── sprofil.c
│   │   │   ├── Subdirs
│   │   │   ├── sysconf.c
│   │   │   ├── system.c
│   │   │   ├── sysv_signal.c
│   │   │   ├── telldir.c
│   │   │   ├── tempname.c
│   │   │   ├── time.c
│   │   │   ├── timespec_get.c
│   │   │   ├── truncate.c
│   │   │   ├── ttyname.c
│   │   │   ├── ttyname_r.c
│   │   │   ├── ulimit.c
│   │   │   ├── usleep.c
│   │   │   ├── utime.c
│   │   │   ├── utimes.c
│   │   │   ├── wait3.c
│   │   │   ├── wait.c
│   │   │   ├── waitid.c
│   │   │   └── writev.c
│   │   ├── powerpc
│   │   │   ├── abort-instr.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── fenvinline.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── mathinline.h
│   │   │   │   └── setjmp.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-tls.c
│   │   │   ├── dl-tls.h
│   │   │   ├── ffs.c
│   │   │   ├── fpu
│   │   │   │   ├── e_hypot.c
│   │   │   │   ├── e_hypotf.c
│   │   │   │   ├── e_rem_pio2f.c
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fe_mask.c
│   │   │   │   ├── fe_nomask.c
│   │   │   │   ├── fenv_const.c
│   │   │   │   ├── fenv_libc.h
│   │   │   │   ├── fenv_private.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fix-fp-int-compare-invalid.h
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── k_cosf.c
│   │   │   │   ├── k_rem_pio2f.c
│   │   │   │   ├── k_sinf.c
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── Makefile
│   │   │   │   ├── math_ldbl.h
│   │   │   │   ├── math_private.h
│   │   │   │   ├── s_cosf.c
│   │   │   │   ├── s_fabsf.S
│   │   │   │   ├── s_fabs.S
│   │   │   │   ├── s_float_bitwise.h
│   │   │   │   ├── s_fmaf.S
│   │   │   │   ├── s_fma.S
│   │   │   │   ├── s_isnan.c
│   │   │   │   ├── s_isnanf.S
│   │   │   │   ├── s_lrintf.S
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_rintf.c
│   │   │   │   ├── s_sinf.c
│   │   │   │   ├── t_sqrt.c
│   │   │   │   └── tst-setcontext-fpscr.c
│   │   │   ├── fpu_control.h
│   │   │   ├── gccframe.h
│   │   │   ├── hwcapinfo.c
│   │   │   ├── hwcapinfo.h
│   │   │   ├── ifunc-sel.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── locale-defines.sym
│   │   │   ├── longjmp.c
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math-tests.h
│   │   │   ├── memusage.h
│   │   │   ├── mp_clz_tab.c
│   │   │   ├── nofpu
│   │   │   │   ├── atomic-feclearexcept.c
│   │   │   │   ├── atomic-feholdexcept.c
│   │   │   │   ├── atomic-feupdateenv.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_const.c
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── flt-rounds.c
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── get-rounding-mode.h
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── Makefile
│   │   │   │   ├── sim-full.c
│   │   │   │   ├── soft-supp.h
│   │   │   │   ├── Subdirs
│   │   │   │   └── Versions
│   │   │   ├── novmx-longjmp.c
│   │   │   ├── novmxsetjmp.h
│   │   │   ├── novmx-sigjmp.c
│   │   │   ├── nptl
│   │   │   │   ├── elide.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_trylock.c
│   │   │   │   ├── pthread_spin_unlock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── power4
│   │   │   │   ├── fpu
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mpa-arch.h
│   │   │   │   │   └── mpa.c
│   │   │   │   └── wordcopy.c
│   │   │   ├── power5+
│   │   │   │   └── fpu
│   │   │   │   ├── s_modf.c
│   │   │   │   └── s_modff.c
│   │   │   ├── power6
│   │   │   │   ├── wcschr.c
│   │   │   │   ├── wcscpy.c
│   │   │   │   ├── wcsrchr.c
│   │   │   │   └── wordcopy.c
│   │   │   ├── power7
│   │   │   │   └── fpu
│   │   │   │   ├── s_logb.c
│   │   │   │   ├── s_logbf.c
│   │   │   │   └── s_logbl.c
│   │   │   ├── powerpc32
│   │   │   │   ├── 405
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   ├── strcpy.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   └── strncmp.S
│   │   │   │   ├── 440
│   │   │   │   │   └── Implies
│   │   │   │   ├── 464
│   │   │   │   │   └── Implies
│   │   │   │   ├── 476
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── memset.S
│   │   │   │   ├── 970
│   │   │   │   │   └── Implies
│   │   │   │   ├── a2
│   │   │   │   │   └── memcpy.S
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── backtrace.c
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── cell
│   │   │   │   │   └── memcpy.S
│   │   │   │   ├── compat-ppc-mcount.S
│   │   │   │   ├── configure
│   │   │   │   ├── configure.ac
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-irel.h
│   │   │   │   ├── dl-machine.c
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-start.S
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── e500
│   │   │   │   │   └── nofpu
│   │   │   │   │   ├── atomic-feclearexcept.c
│   │   │   │   │   ├── atomic-feholdexcept.c
│   │   │   │   │   ├── atomic-feupdateenv.c
│   │   │   │   │   ├── fclrexcpt.c
│   │   │   │   │   ├── fedisblxcpt.c
│   │   │   │   │   ├── feenablxcpt.c
│   │   │   │   │   ├── fegetenv.c
│   │   │   │   │   ├── fegetexcept.c
│   │   │   │   │   ├── fegetmode.c
│   │   │   │   │   ├── fegetround.c
│   │   │   │   │   ├── feholdexcpt.c
│   │   │   │   │   ├── fe_note_change.c
│   │   │   │   │   ├── fenv_const.c
│   │   │   │   │   ├── fenv_libc.h
│   │   │   │   │   ├── fesetenv.c
│   │   │   │   │   ├── fesetexcept.c
│   │   │   │   │   ├── fesetmode.c
│   │   │   │   │   ├── fesetround.c
│   │   │   │   │   ├── fetestexceptflag.c
│   │   │   │   │   ├── feupdateenv.c
│   │   │   │   │   ├── fexcepts_from_prctl.c
│   │   │   │   │   ├── fexcepts_from_spe.c
│   │   │   │   │   ├── fexcepts_to_prctl.c
│   │   │   │   │   ├── fexcepts_to_spe.c
│   │   │   │   │   ├── fgetexcptflg.c
│   │   │   │   │   ├── flt-rounds.c
│   │   │   │   │   ├── fraiseexcept-soft.c
│   │   │   │   │   ├── fraiseexcpt.c
│   │   │   │   │   ├── fsetexcptflg.c
│   │   │   │   │   ├── ftestexcept.c
│   │   │   │   │   ├── get-rounding-mode.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── s_fabsf.S
│   │   │   │   │   └── spe-raise.c
│   │   │   │   ├── fpu
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── fix-int-fp-convert-zero.h
│   │   │   │   │   ├── fprrest.S
│   │   │   │   │   ├── fprsave.S
│   │   │   │   │   ├── __longjmp-common.S
│   │   │   │   │   ├── __longjmp.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── s_ceilf.S
│   │   │   │   │   ├── s_ceil.S
│   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   ├── s_copysignl.S
│   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   ├── setjmp-common.S
│   │   │   │   │   ├── setjmp.S
│   │   │   │   │   ├── s_fabsl.S
│   │   │   │   │   ├── s_fabs.S
│   │   │   │   │   ├── s_floorf.S
│   │   │   │   │   ├── s_floor.S
│   │   │   │   │   ├── s_fma.S
│   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   ├── s_llrint.c
│   │   │   │   │   ├── s_llrintf.c
│   │   │   │   │   ├── s_llround.c
│   │   │   │   │   ├── s_llroundf.c
│   │   │   │   │   ├── s_lrint.S
│   │   │   │   │   ├── s_lroundf.S
│   │   │   │   │   ├── s_lround.S
│   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   ├── s_rint.S
│   │   │   │   │   ├── s_roundf.S
│   │   │   │   │   ├── s_round.S
│   │   │   │   │   ├── s_truncf.S
│   │   │   │   │   └── s_trunc.S
│   │   │   │   ├── gprrest0.S
│   │   │   │   ├── gprrest1.S
│   │   │   │   ├── gprsave0.S
│   │   │   │   ├── gprsave1.S
│   │   │   │   ├── Implies
│   │   │   │   ├── libgcc-compat.S
│   │   │   │   ├── __longjmp-common.S
│   │   │   │   ├── __longjmp.S
│   │   │   │   ├── lshift.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── mcount.c
│   │   │   │   ├── memset.S
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── power4
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   ├── e_hypot.c
│   │   │   │   │   │   │   ├── e_hypotf.c
│   │   │   │   │   │   │   ├── e_hypotf-power7.c
│   │   │   │   │   │   │   ├── e_hypotf-ppc32.c
│   │   │   │   │   │   │   ├── e_hypot-power7.c
│   │   │   │   │   │   │   ├── e_hypot-ppc32.c
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── s_ceil.c
│   │   │   │   │   │   │   ├── s_ceilf.c
│   │   │   │   │   │   │   ├── s_ceilf-power5+.S
│   │   │   │   │   │   │   ├── s_ceilf-ppc32.S
│   │   │   │   │   │   │   ├── s_ceil-power5+.S
│   │   │   │   │   │   │   ├── s_ceil-ppc32.S
│   │   │   │   │   │   │   ├── s_copysign.c
│   │   │   │   │   │   │   ├── s_copysignf.c
│   │   │   │   │   │   │   ├── s_copysign-power6.S
│   │   │   │   │   │   │   ├── s_copysign-ppc32.S
│   │   │   │   │   │   │   ├── s_finite.c
│   │   │   │   │   │   │   ├── s_finitef.c
│   │   │   │   │   │   │   ├── s_finitef-ppc32.c
│   │   │   │   │   │   │   ├── s_finite-power7.S
│   │   │   │   │   │   │   ├── s_finite-ppc32.c
│   │   │   │   │   │   │   ├── s_floor.c
│   │   │   │   │   │   │   ├── s_floorf.c
│   │   │   │   │   │   │   ├── s_floorf-power5+.S
│   │   │   │   │   │   │   ├── s_floorf-ppc32.S
│   │   │   │   │   │   │   ├── s_floor-power5+.S
│   │   │   │   │   │   │   ├── s_floor-ppc32.S
│   │   │   │   │   │   │   ├── s_isinf.c
│   │   │   │   │   │   │   ├── s_isinff.c
│   │   │   │   │   │   │   ├── s_isinff-ppc32.c
│   │   │   │   │   │   │   ├── s_isinf-power7.S
│   │   │   │   │   │   │   ├── s_isinf-ppc32.c
│   │   │   │   │   │   │   ├── s_isnan.c
│   │   │   │   │   │   │   ├── s_isnanf.c
│   │   │   │   │   │   │   ├── s_isnanf-power5.S
│   │   │   │   │   │   │   ├── s_isnanf-power6.S
│   │   │   │   │   │   │   ├── s_isnan-power5.S
│   │   │   │   │   │   │   ├── s_isnan-power6.S
│   │   │   │   │   │   │   ├── s_isnan-power7.S
│   │   │   │   │   │   │   ├── s_isnan-ppc32.S
│   │   │   │   │   │   │   ├── s_llrint.c
│   │   │   │   │   │   │   ├── s_llrintf.c
│   │   │   │   │   │   │   ├── s_llrintf-power6.S
│   │   │   │   │   │   │   ├── s_llrintf-ppc32.S
│   │   │   │   │   │   │   ├── s_llrint-power6.S
│   │   │   │   │   │   │   ├── s_llrint-ppc32.S
│   │   │   │   │   │   │   ├── s_llround.c
│   │   │   │   │   │   │   ├── s_llroundf.c
│   │   │   │   │   │   │   ├── s_llround-power5+.S
│   │   │   │   │   │   │   ├── s_llround-power6.S
│   │   │   │   │   │   │   ├── s_llround-ppc32.S
│   │   │   │   │   │   │   ├── s_logb.c
│   │   │   │   │   │   │   ├── s_logbf.c
│   │   │   │   │   │   │   ├── s_logbf-power7.c
│   │   │   │   │   │   │   ├── s_logbf-ppc32.c
│   │   │   │   │   │   │   ├── s_logbl.c
│   │   │   │   │   │   │   ├── s_logbl-power7.c
│   │   │   │   │   │   │   ├── s_logbl-ppc32.c
│   │   │   │   │   │   │   ├── s_logb-power7.c
│   │   │   │   │   │   │   ├── s_logb-ppc32.c
│   │   │   │   │   │   │   ├── s_lrint.c
│   │   │   │   │   │   │   ├── s_lrintf.c
│   │   │   │   │   │   │   ├── s_lrint-power6x.S
│   │   │   │   │   │   │   ├── s_lrint-ppc32.S
│   │   │   │   │   │   │   ├── s_lround.c
│   │   │   │   │   │   │   ├── s_lroundf.c
│   │   │   │   │   │   │   ├── s_lround-power5+.S
│   │   │   │   │   │   │   ├── s_lround-power6x.S
│   │   │   │   │   │   │   ├── s_lround-ppc32.S
│   │   │   │   │   │   │   ├── s_modf.c
│   │   │   │   │   │   │   ├── s_modff.c
│   │   │   │   │   │   │   ├── s_modff-power5+.c
│   │   │   │   │   │   │   ├── s_modff-ppc32.c
│   │   │   │   │   │   │   ├── s_modf-power5+.c
│   │   │   │   │   │   │   ├── s_modf-ppc32.c
│   │   │   │   │   │   │   ├── s_round.c
│   │   │   │   │   │   │   ├── s_roundf.c
│   │   │   │   │   │   │   ├── s_roundf-power5+.S
│   │   │   │   │   │   │   ├── s_roundf-ppc32.S
│   │   │   │   │   │   │   ├── s_round-power5+.S
│   │   │   │   │   │   │   ├── s_round-ppc32.S
│   │   │   │   │   │   │   ├── s_trunc.c
│   │   │   │   │   │   │   ├── s_truncf.c
│   │   │   │   │   │   │   ├── s_truncf-power5+.S
│   │   │   │   │   │   │   ├── s_truncf-ppc32.S
│   │   │   │   │   │   │   ├── s_trunc-power5+.S
│   │   │   │   │   │   │   ├── s_trunc-ppc32.S
│   │   │   │   │   │   │   ├── w_sqrt_compat.c
│   │   │   │   │   │   │   ├── w_sqrt_compat-power5.S
│   │   │   │   │   │   │   ├── w_sqrt_compat-ppc32.S
│   │   │   │   │   │   │   ├── w_sqrtf_compat.c
│   │   │   │   │   │   │   ├── w_sqrtf_compat-power5.S
│   │   │   │   │   │   │   └── w_sqrtf_compat-ppc32.S
│   │   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   ├── s_llroundf.S
│   │   │   │   │   │   ├── s_llround.S
│   │   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   │   └── w_sqrtf_compat.S
│   │   │   │   │   ├── hp-timing.h
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcopy.h
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   ├── bzero.c
│   │   │   │   │   │   ├── bzero-power6.S
│   │   │   │   │   │   ├── bzero-power7.S
│   │   │   │   │   │   ├── bzero-ppc32.S
│   │   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   │   ├── init-arch.h
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── memchr.c
│   │   │   │   │   │   ├── memchr-power7.S
│   │   │   │   │   │   ├── memchr-ppc32.c
│   │   │   │   │   │   ├── memcmp.c
│   │   │   │   │   │   ├── memcmp-power7.S
│   │   │   │   │   │   ├── memcmp-ppc32.S
│   │   │   │   │   │   ├── memcpy-a2.S
│   │   │   │   │   │   ├── memcpy.c
│   │   │   │   │   │   ├── memcpy-cell.S
│   │   │   │   │   │   ├── memcpy-power6.S
│   │   │   │   │   │   ├── memcpy-power7.S
│   │   │   │   │   │   ├── memcpy-ppc32.S
│   │   │   │   │   │   ├── memmove.c
│   │   │   │   │   │   ├── memmove-power7.c
│   │   │   │   │   │   ├── memmove-ppc.c
│   │   │   │   │   │   ├── mempcpy.c
│   │   │   │   │   │   ├── mempcpy-power7.S
│   │   │   │   │   │   ├── mempcpy-ppc32.c
│   │   │   │   │   │   ├── memrchr.c
│   │   │   │   │   │   ├── memrchr-power7.S
│   │   │   │   │   │   ├── memrchr-ppc32.c
│   │   │   │   │   │   ├── memset.c
│   │   │   │   │   │   ├── memset-power6.S
│   │   │   │   │   │   ├── memset-power7.S
│   │   │   │   │   │   ├── memset-ppc32.S
│   │   │   │   │   │   ├── rawmemchr.c
│   │   │   │   │   │   ├── rawmemchr-power7.S
│   │   │   │   │   │   ├── rawmemchr-ppc32.c
│   │   │   │   │   │   ├── rtld-memcmp.S
│   │   │   │   │   │   ├── rtld-memset.S
│   │   │   │   │   │   ├── rtld-strchr.S
│   │   │   │   │   │   ├── rtld-strnlen.c
│   │   │   │   │   │   ├── strcasecmp.c
│   │   │   │   │   │   ├── strcasecmp_l.c
│   │   │   │   │   │   ├── strcasecmp_l-power7.S
│   │   │   │   │   │   ├── strcasecmp-power7.S
│   │   │   │   │   │   ├── strchr.c
│   │   │   │   │   │   ├── strchrnul.c
│   │   │   │   │   │   ├── strchrnul-power7.S
│   │   │   │   │   │   ├── strchrnul-ppc32.c
│   │   │   │   │   │   ├── strchr-power7.S
│   │   │   │   │   │   ├── strchr-ppc32.S
│   │   │   │   │   │   ├── strlen.c
│   │   │   │   │   │   ├── strlen-power7.S
│   │   │   │   │   │   ├── strlen-ppc32.S
│   │   │   │   │   │   ├── strncase.c
│   │   │   │   │   │   ├── strncase_l.c
│   │   │   │   │   │   ├── strncase_l-power7.c
│   │   │   │   │   │   ├── strncase-power7.c
│   │   │   │   │   │   ├── strncmp.c
│   │   │   │   │   │   ├── strncmp-power7.S
│   │   │   │   │   │   ├── strncmp-ppc32.S
│   │   │   │   │   │   ├── strnlen.c
│   │   │   │   │   │   ├── strnlen-power7.S
│   │   │   │   │   │   ├── strnlen-ppc32.c
│   │   │   │   │   │   ├── wcschr.c
│   │   │   │   │   │   ├── wcschr-power6.c
│   │   │   │   │   │   ├── wcschr-power7.c
│   │   │   │   │   │   ├── wcschr-ppc32.c
│   │   │   │   │   │   ├── wcscpy.c
│   │   │   │   │   │   ├── wcscpy-power6.c
│   │   │   │   │   │   ├── wcscpy-power7.c
│   │   │   │   │   │   ├── wcscpy-ppc32.c
│   │   │   │   │   │   ├── wcsrchr.c
│   │   │   │   │   │   ├── wcsrchr-power6.c
│   │   │   │   │   │   ├── wcsrchr-power7.c
│   │   │   │   │   │   ├── wcsrchr-ppc32.c
│   │   │   │   │   │   ├── wordcopy-power7.c
│   │   │   │   │   │   └── wordcopy-ppc32.c
│   │   │   │   │   └── strncmp.S
│   │   │   │   ├── power5
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   │   └── w_sqrtf_compat.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power5+
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_ceilf.S
│   │   │   │   │   │   ├── s_ceil.S
│   │   │   │   │   │   ├── s_floorf.S
│   │   │   │   │   │   ├── s_floor.S
│   │   │   │   │   │   ├── s_llroundf.S
│   │   │   │   │   │   ├── s_llround.S
│   │   │   │   │   │   ├── s_lround.S
│   │   │   │   │   │   ├── s_roundf.S
│   │   │   │   │   │   ├── s_round.S
│   │   │   │   │   │   ├── s_truncf.S
│   │   │   │   │   │   └── s_trunc.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power6
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   ├── s_llroundf.S
│   │   │   │   │   │   └── s_llround.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power6x
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_lrint.S
│   │   │   │   │   │   └── s_lround.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power7
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_finitef.S
│   │   │   │   │   │   ├── s_finite.S
│   │   │   │   │   │   ├── s_isinff.S
│   │   │   │   │   │   ├── s_isinf.S
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   └── s_isnan.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.S
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── mempcpy.S
│   │   │   │   │   ├── memrchr.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── rawmemchr.S
│   │   │   │   │   ├── strcasecmp_l.S
│   │   │   │   │   ├── strcasecmp.S
│   │   │   │   │   ├── strchrnul.S
│   │   │   │   │   ├── strchr.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   ├── strncmp.S
│   │   │   │   │   └── strnlen.S
│   │   │   │   ├── power8
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   └── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power9
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   └── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── ppc-mcount.S
│   │   │   │   ├── register-dump.h
│   │   │   │   ├── rshift.S
│   │   │   │   ├── rtld-memset.c
│   │   │   │   ├── setjmp-common.S
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── strncmp.S
│   │   │   │   ├── submul_1.S
│   │   │   │   ├── sub_n.S
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── tls-macros.h
│   │   │   │   ├── tst-audit.h
│   │   │   │   └── Versions
│   │   │   ├── powerpc64
│   │   │   │   ├── 970
│   │   │   │   │   └── Implies
│   │   │   │   ├── a2
│   │   │   │   │   └── memcpy.S
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── backtrace.c
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── cell
│   │   │   │   │   └── memcpy.S
│   │   │   │   ├── configure
│   │   │   │   ├── configure.ac
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-irel.h
│   │   │   │   ├── dl-machine.c
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── entry.h
│   │   │   │   ├── ffsll.c
│   │   │   │   ├── fpu
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   ├── e_expf.c
│   │   │   │   │   │   ├── e_expf-power8.S
│   │   │   │   │   │   ├── e_expf-ppc64.c
│   │   │   │   │   │   ├── e_hypot.c
│   │   │   │   │   │   ├── e_hypotf.c
│   │   │   │   │   │   ├── e_hypotf-power7.c
│   │   │   │   │   │   ├── e_hypotf-ppc64.c
│   │   │   │   │   │   ├── e_hypot-power7.c
│   │   │   │   │   │   ├── e_hypot-ppc64.c
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── s_ceil.c
│   │   │   │   │   │   ├── s_ceilf.c
│   │   │   │   │   │   ├── s_ceilf-power5+.S
│   │   │   │   │   │   ├── s_ceilf-ppc64.S
│   │   │   │   │   │   ├── s_ceil-power5+.S
│   │   │   │   │   │   ├── s_ceil-ppc64.S
│   │   │   │   │   │   ├── s_copysign.c
│   │   │   │   │   │   ├── s_copysignf.c
│   │   │   │   │   │   ├── s_copysign-power6.S
│   │   │   │   │   │   ├── s_copysign-ppc64.S
│   │   │   │   │   │   ├── s_finite.c
│   │   │   │   │   │   ├── s_finitef.c
│   │   │   │   │   │   ├── s_finitef-ppc64.c
│   │   │   │   │   │   ├── s_finite-power7.S
│   │   │   │   │   │   ├── s_finite-power8.S
│   │   │   │   │   │   ├── s_finite-ppc64.c
│   │   │   │   │   │   ├── s_floor.c
│   │   │   │   │   │   ├── s_floorf.c
│   │   │   │   │   │   ├── s_floorf-power5+.S
│   │   │   │   │   │   ├── s_floorf-ppc64.S
│   │   │   │   │   │   ├── s_floor-power5+.S
│   │   │   │   │   │   ├── s_floor-ppc64.S
│   │   │   │   │   │   ├── s_isinf.c
│   │   │   │   │   │   ├── s_isinff.c
│   │   │   │   │   │   ├── s_isinff-ppc64.c
│   │   │   │   │   │   ├── s_isinf-power7.S
│   │   │   │   │   │   ├── s_isinf-power8.S
│   │   │   │   │   │   ├── s_isinf-ppc64.c
│   │   │   │   │   │   ├── s_isnan.c
│   │   │   │   │   │   ├── s_isnanf.c
│   │   │   │   │   │   ├── s_isnan-power5.S
│   │   │   │   │   │   ├── s_isnan-power6.S
│   │   │   │   │   │   ├── s_isnan-power6x.S
│   │   │   │   │   │   ├── s_isnan-power7.S
│   │   │   │   │   │   ├── s_isnan-power8.S
│   │   │   │   │   │   ├── s_isnan-ppc64.S
│   │   │   │   │   │   ├── s_llrint.c
│   │   │   │   │   │   ├── s_llrint-power6x.S
│   │   │   │   │   │   ├── s_llrint-power8.S
│   │   │   │   │   │   ├── s_llrint-ppc64.S
│   │   │   │   │   │   ├── s_llround.c
│   │   │   │   │   │   ├── s_llround-power5+.S
│   │   │   │   │   │   ├── s_llround-power6x.S
│   │   │   │   │   │   ├── s_llround-power8.S
│   │   │   │   │   │   ├── s_llround-ppc64.S
│   │   │   │   │   │   ├── s_logb.c
│   │   │   │   │   │   ├── s_logbf.c
│   │   │   │   │   │   ├── s_logbf-power7.c
│   │   │   │   │   │   ├── s_logbf-ppc64.c
│   │   │   │   │   │   ├── s_logbl.c
│   │   │   │   │   │   ├── s_logbl-power7.c
│   │   │   │   │   │   ├── s_logbl-ppc64.c
│   │   │   │   │   │   ├── s_logb-power7.c
│   │   │   │   │   │   ├── s_logb-ppc64.c
│   │   │   │   │   │   ├── s_lrint.c
│   │   │   │   │   │   ├── s_lround.c
│   │   │   │   │   │   ├── s_modf.c
│   │   │   │   │   │   ├── s_modff.c
│   │   │   │   │   │   ├── s_modff-power5+.c
│   │   │   │   │   │   ├── s_modff-ppc64.c
│   │   │   │   │   │   ├── s_modf-power5+.c
│   │   │   │   │   │   ├── s_modf-ppc64.c
│   │   │   │   │   │   ├── s_round.c
│   │   │   │   │   │   ├── s_roundf.c
│   │   │   │   │   │   ├── s_roundf-power5+.S
│   │   │   │   │   │   ├── s_roundf-ppc64.S
│   │   │   │   │   │   ├── s_round-power5+.S
│   │   │   │   │   │   ├── s_round-ppc64.S
│   │   │   │   │   │   ├── s_sinf.c
│   │   │   │   │   │   ├── s_sinf-power8.S
│   │   │   │   │   │   ├── s_sinf-ppc64.c
│   │   │   │   │   │   ├── s_trunc.c
│   │   │   │   │   │   ├── s_truncf.c
│   │   │   │   │   │   ├── s_truncf-power5+.S
│   │   │   │   │   │   ├── s_truncf-ppc64.S
│   │   │   │   │   │   ├── s_trunc-power5+.S
│   │   │   │   │   │   └── s_trunc-ppc64.S
│   │   │   │   │   ├── s_ceilf.S
│   │   │   │   │   ├── s_ceil.S
│   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   ├── s_copysignl.S
│   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   ├── s_fabsl.S
│   │   │   │   │   ├── s_fabs.S
│   │   │   │   │   ├── s_floorf.S
│   │   │   │   │   ├── s_floor.S
│   │   │   │   │   ├── s_fma.S
│   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   ├── s_llroundf.S
│   │   │   │   │   ├── s_llround.S
│   │   │   │   │   ├── s_lrint.S
│   │   │   │   │   ├── s_lroundf.S
│   │   │   │   │   ├── s_lround.S
│   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   ├── s_rint.S
│   │   │   │   │   ├── s_roundf.S
│   │   │   │   │   ├── s_round.S
│   │   │   │   │   ├── s_truncf.S
│   │   │   │   │   └── s_trunc.S
│   │   │   │   ├── hp-timing.h
│   │   │   │   ├── Implies
│   │   │   │   ├── __longjmp-common.S
│   │   │   │   ├── __longjmp.S
│   │   │   │   ├── lshift.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── bcopy.c
│   │   │   │   │   ├── bcopy-ppc64.c
│   │   │   │   │   ├── bzero.c
│   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   ├── init-arch.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.c
│   │   │   │   │   ├── memchr-power7.S
│   │   │   │   │   ├── memchr-ppc64.c
│   │   │   │   │   ├── memcmp.c
│   │   │   │   │   ├── memcmp-power4.S
│   │   │   │   │   ├── memcmp-power7.S
│   │   │   │   │   ├── memcmp-ppc64.c
│   │   │   │   │   ├── memcpy-a2.S
│   │   │   │   │   ├── memcpy.c
│   │   │   │   │   ├── memcpy-cell.S
│   │   │   │   │   ├── memcpy-power4.S
│   │   │   │   │   ├── memcpy-power6.S
│   │   │   │   │   ├── memcpy-power7.S
│   │   │   │   │   ├── memcpy-ppc64.S
│   │   │   │   │   ├── memmove.c
│   │   │   │   │   ├── memmove-power7.S
│   │   │   │   │   ├── memmove-ppc64.c
│   │   │   │   │   ├── mempcpy.c
│   │   │   │   │   ├── mempcpy-power7.S
│   │   │   │   │   ├── mempcpy-ppc64.c
│   │   │   │   │   ├── memrchr.c
│   │   │   │   │   ├── memrchr-power7.S
│   │   │   │   │   ├── memrchr-ppc64.c
│   │   │   │   │   ├── memset.c
│   │   │   │   │   ├── memset-power4.S
│   │   │   │   │   ├── memset-power6.S
│   │   │   │   │   ├── memset-power7.S
│   │   │   │   │   ├── memset-power8.S
│   │   │   │   │   ├── memset-ppc64.S
│   │   │   │   │   ├── rawmemchr.c
│   │   │   │   │   ├── rawmemchr-power7.S
│   │   │   │   │   ├── rawmemchr-ppc64.c
│   │   │   │   │   ├── rtld-memset.c
│   │   │   │   │   ├── rtld-strchr.S
│   │   │   │   │   ├── stpcpy.c
│   │   │   │   │   ├── stpcpy-power7.c
│   │   │   │   │   ├── stpcpy-power8.S
│   │   │   │   │   ├── stpcpy-ppc64.c
│   │   │   │   │   ├── stpncpy.c
│   │   │   │   │   ├── stpncpy-power7.S
│   │   │   │   │   ├── stpncpy-power8.S
│   │   │   │   │   ├── stpncpy-ppc64.c
│   │   │   │   │   ├── strcasecmp.c
│   │   │   │   │   ├── strcasecmp_l.c
│   │   │   │   │   ├── strcasecmp_l-power7.S
│   │   │   │   │   ├── strcasecmp-power7.S
│   │   │   │   │   ├── strcasecmp-power8.S
│   │   │   │   │   ├── strcasecmp-ppc64.c
│   │   │   │   │   ├── strcasestr.c
│   │   │   │   │   ├── strcasestr-power8.S
│   │   │   │   │   ├── strcasestr-ppc64.c
│   │   │   │   │   ├── strcat.c
│   │   │   │   │   ├── strcat-power7.c
│   │   │   │   │   ├── strcat-power8.c
│   │   │   │   │   ├── strcat-ppc64.c
│   │   │   │   │   ├── strchr.c
│   │   │   │   │   ├── strchrnul.c
│   │   │   │   │   ├── strchrnul-power7.S
│   │   │   │   │   ├── strchrnul-power8.S
│   │   │   │   │   ├── strchrnul-ppc64.c
│   │   │   │   │   ├── strchr-power7.S
│   │   │   │   │   ├── strchr-power8.S
│   │   │   │   │   ├── strchr-ppc64.S
│   │   │   │   │   ├── strcmp.c
│   │   │   │   │   ├── strcmp-power7.S
│   │   │   │   │   ├── strcmp-power8.S
│   │   │   │   │   ├── strcmp-power9.S
│   │   │   │   │   ├── strcmp-ppc64.S
│   │   │   │   │   ├── strcpy.c
│   │   │   │   │   ├── strcpy-power7.c
│   │   │   │   │   ├── strcpy-power8.S
│   │   │   │   │   ├── strcpy-ppc64.c
│   │   │   │   │   ├── strcspn.c
│   │   │   │   │   ├── strcspn-power8.S
│   │   │   │   │   ├── strcspn-ppc64.c
│   │   │   │   │   ├── strlen.c
│   │   │   │   │   ├── strlen-power7.S
│   │   │   │   │   ├── strlen-power8.S
│   │   │   │   │   ├── strlen-ppc64.S
│   │   │   │   │   ├── strncase.c
│   │   │   │   │   ├── strncase_l.c
│   │   │   │   │   ├── strncase_l-power7.c
│   │   │   │   │   ├── strncase-power7.c
│   │   │   │   │   ├── strncase-power8.S
│   │   │   │   │   ├── strncase-ppc64.c
│   │   │   │   │   ├── strncat.c
│   │   │   │   │   ├── strncat-power7.c
│   │   │   │   │   ├── strncat-ppc64.c
│   │   │   │   │   ├── strncmp.c
│   │   │   │   │   ├── strncmp-power4.S
│   │   │   │   │   ├── strncmp-power7.S
│   │   │   │   │   ├── strncmp-power8.S
│   │   │   │   │   ├── strncmp-power9.S
│   │   │   │   │   ├── strncmp-ppc64.S
│   │   │   │   │   ├── strncpy.c
│   │   │   │   │   ├── strncpy-power7.S
│   │   │   │   │   ├── strncpy-power8.S
│   │   │   │   │   ├── strncpy-ppc64.c
│   │   │   │   │   ├── strnlen.c
│   │   │   │   │   ├── strnlen-power7.S
│   │   │   │   │   ├── strnlen-ppc64.c
│   │   │   │   │   ├── strrchr.c
│   │   │   │   │   ├── strrchr-power7.S
│   │   │   │   │   ├── strrchr-ppc64.c
│   │   │   │   │   ├── strspn.c
│   │   │   │   │   ├── strspn-power8.S
│   │   │   │   │   ├── strspn-ppc64.c
│   │   │   │   │   ├── strstr.c
│   │   │   │   │   ├── strstr-power7.S
│   │   │   │   │   ├── strstr-ppc64.c
│   │   │   │   │   ├── wcschr.c
│   │   │   │   │   ├── wcschr-power6.c
│   │   │   │   │   ├── wcschr-power7.c
│   │   │   │   │   ├── wcschr-ppc64.c
│   │   │   │   │   ├── wcscpy.c
│   │   │   │   │   ├── wcscpy-power6.c
│   │   │   │   │   ├── wcscpy-power7.c
│   │   │   │   │   ├── wcscpy-ppc64.c
│   │   │   │   │   ├── wcsrchr.c
│   │   │   │   │   ├── wcsrchr-power6.c
│   │   │   │   │   ├── wcsrchr-power7.c
│   │   │   │   │   ├── wcsrchr-ppc64.c
│   │   │   │   │   └── wordcopy-ppc64.c
│   │   │   │   ├── power4
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   └── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcopy.h
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   └── strncmp.S
│   │   │   │   ├── power5
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   └── s_isnan.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power5+
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_ceilf.S
│   │   │   │   │   │   ├── s_ceil.S
│   │   │   │   │   │   ├── s_floorf.S
│   │   │   │   │   │   ├── s_floor.S
│   │   │   │   │   │   ├── s_llround.S
│   │   │   │   │   │   ├── s_roundf.S
│   │   │   │   │   │   ├── s_round.S
│   │   │   │   │   │   ├── s_truncf.S
│   │   │   │   │   │   └── s_trunc.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power6
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   │   └── s_isnan.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── wcschr.c
│   │   │   │   │   ├── wcscpy.c
│   │   │   │   │   └── wcsrchr.c
│   │   │   │   ├── power6x
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   └── s_llround.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   └── multiarch
│   │   │   │   │   └── Implies
│   │   │   │   ├── power7
│   │   │   │   │   ├── add_n.S
│   │   │   │   │   ├── bcopy.c
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_finitef.S
│   │   │   │   │   │   ├── s_finite.S
│   │   │   │   │   │   ├── s_isinff.S
│   │   │   │   │   │   ├── s_isinf.S
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_logb.c
│   │   │   │   │   │   ├── s_logbf.c
│   │   │   │   │   │   └── s_logbl.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.S
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memmove.S
│   │   │   │   │   ├── mempcpy.S
│   │   │   │   │   ├── memrchr.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── rawmemchr.S
│   │   │   │   │   ├── stpncpy.S
│   │   │   │   │   ├── strcasecmp_l.S
│   │   │   │   │   ├── strcasecmp.S
│   │   │   │   │   ├── strchrnul.S
│   │   │   │   │   ├── strchr.S
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   ├── strncmp.S
│   │   │   │   │   ├── strncpy.S
│   │   │   │   │   ├── strnlen.S
│   │   │   │   │   ├── strrchr.S
│   │   │   │   │   ├── strstr-ppc64.c
│   │   │   │   │   ├── strstr.S
│   │   │   │   │   └── sub_n.S
│   │   │   │   ├── power8
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── e_expf.S
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── s_finitef.S
│   │   │   │   │   │   ├── s_finite.S
│   │   │   │   │   │   ├── s_isinff.S
│   │   │   │   │   │   ├── s_isinf.S
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   ├── s_llround.S
│   │   │   │   │   │   └── s_sinf.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── stpcpy.S
│   │   │   │   │   ├── stpncpy.S
│   │   │   │   │   ├── strcasecmp.S
│   │   │   │   │   ├── strcasestr-ppc64.c
│   │   │   │   │   ├── strcasestr.S
│   │   │   │   │   ├── strchrnul.S
│   │   │   │   │   ├── strchr.S
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   ├── strcpy.S
│   │   │   │   │   ├── strcspn.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   ├── strncase.S
│   │   │   │   │   ├── strncmp.S
│   │   │   │   │   ├── strncpy.S
│   │   │   │   │   └── strspn.S
│   │   │   │   ├── power9
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   └── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   └── strncmp.S
│   │   │   │   ├── ppc-mcount.S
│   │   │   │   ├── register-dump.h
│   │   │   │   ├── rtld-memset.c
│   │   │   │   ├── setjmp-common.S
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── strncmp.S
│   │   │   │   ├── strtok_r.S
│   │   │   │   ├── strtok.S
│   │   │   │   ├── submul_1.S
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── tls-macros.h
│   │   │   │   └── tst-audit.h
│   │   │   ├── preconfigure
│   │   │   ├── rtld-global-offsets.sym
│   │   │   ├── sched_cpucount.c
│   │   │   ├── sigjmp.c
│   │   │   ├── soft-fp
│   │   │   │   └── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── sys
│   │   │   │   └── platform
│   │   │   │   └── ppc.h
│   │   │   ├── sysdep.h
│   │   │   ├── test-arith.c
│   │   │   ├── test-arithf.c
│   │   │   ├── test-get_hwcap.c
│   │   │   ├── test-get_hwcap-static.c
│   │   │   ├── test-gettimebase.c
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-stack-align.h
│   │   │   ├── tst-tlsopt-powerpc.c
│   │   │   └── Versions
│   │   ├── pthread
│   │   │   ├── aio_cancel.c
│   │   │   ├── aio_error.c
│   │   │   ├── aio_fsync.c
│   │   │   ├── aio_misc.c
│   │   │   ├── aio_misc.h
│   │   │   ├── aio_notify.c
│   │   │   ├── aio_read64.c
│   │   │   ├── aio_read.c
│   │   │   ├── aio_suspend.c
│   │   │   ├── aio_write64.c
│   │   │   ├── aio_write.c
│   │   │   ├── allocalim.h
│   │   │   ├── bits
│   │   │   │   └── sigthread.h
│   │   │   ├── flockfile.c
│   │   │   ├── ftrylockfile.c
│   │   │   ├── funlockfile.c
│   │   │   ├── lio_listio64.c
│   │   │   ├── lio_listio.c
│   │   │   ├── Makeconfig
│   │   │   ├── Makefile
│   │   │   ├── posix-timer.h
│   │   │   ├── semaphore.h
│   │   │   ├── timer_create.c
│   │   │   ├── timer_delete.c
│   │   │   ├── timer_getoverr.c
│   │   │   ├── timer_gettime.c
│   │   │   ├── timer_routines.c
│   │   │   ├── timer_settime.c
│   │   │   ├── tst-timer.c
│   │   │   └── Versions
│   │   ├── s390
│   │   │   ├── abort-instr.h
│   │   │   ├── asm-syntax.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── bits
│   │   │   │   ├── byteswap-16.h
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── link.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── string.h
│   │   │   │   └── xtitypes.h
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── dl-irel.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-tls.h
│   │   │   ├── ffs.c
│   │   │   ├── fix-fp-int-convert-overflow.h
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   └── mathinline.h
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── e_sqrtf.c
│   │   │   │   ├── e_sqrtl.c
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_libc.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── fetestexceptflag.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fix-fp-int-compare-invalid.h
│   │   │   │   ├── fpu_control.h
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── get-rounding-mode.h
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   ├── s_fma.c
│   │   │   │   └── s_fmaf.c
│   │   │   ├── gccframe.h
│   │   │   ├── gconv-modules
│   │   │   ├── gmp-mparam.h
│   │   │   ├── Implies
│   │   │   ├── iso-8859-1_cp037_z900.c
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── linkmap.h
│   │   │   ├── longjmp.c
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── mempcpy.S
│   │   │   ├── memusage.h
│   │   │   ├── multiarch
│   │   │   │   ├── 8bit-generic.c
│   │   │   │   ├── gconv_simple.c
│   │   │   │   ├── gen-8bit.sh
│   │   │   │   ├── iconv
│   │   │   │   │   └── skeleton.c
│   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   ├── ifunc-resolve.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── memccpy.c
│   │   │   │   ├── memccpy-c.c
│   │   │   │   ├── memccpy-vx.S
│   │   │   │   ├── memchr.c
│   │   │   │   ├── memchr-vx.S
│   │   │   │   ├── mempcpy.c
│   │   │   │   ├── memrchr.c
│   │   │   │   ├── memrchr-c.c
│   │   │   │   ├── memrchr-vx.S
│   │   │   │   ├── rawmemchr.c
│   │   │   │   ├── rawmemchr-c.c
│   │   │   │   ├── rawmemchr-vx.S
│   │   │   │   ├── stpcpy.c
│   │   │   │   ├── stpcpy-c.c
│   │   │   │   ├── stpcpy-vx.S
│   │   │   │   ├── stpncpy.c
│   │   │   │   ├── stpncpy-c.c
│   │   │   │   ├── stpncpy-vx.S
│   │   │   │   ├── strcat.c
│   │   │   │   ├── strcat-c.c
│   │   │   │   ├── strcat-vx.S
│   │   │   │   ├── strchr.c
│   │   │   │   ├── strchr-c.c
│   │   │   │   ├── strchrnul.c
│   │   │   │   ├── strchrnul-c.c
│   │   │   │   ├── strchrnul-vx.S
│   │   │   │   ├── strchr-vx.S
│   │   │   │   ├── strcmp.c
│   │   │   │   ├── strcmp-vx.S
│   │   │   │   ├── strcpy.c
│   │   │   │   ├── strcpy-vx.S
│   │   │   │   ├── strcspn.c
│   │   │   │   ├── strcspn-c.c
│   │   │   │   ├── strcspn-vx.S
│   │   │   │   ├── strlen.c
│   │   │   │   ├── strlen-c.c
│   │   │   │   ├── strlen-vx.S
│   │   │   │   ├── strncat.c
│   │   │   │   ├── strncat-c.c
│   │   │   │   ├── strncat-vx.S
│   │   │   │   ├── strncmp.c
│   │   │   │   ├── strncmp-c.c
│   │   │   │   ├── strncmp-vx.S
│   │   │   │   ├── strncpy.c
│   │   │   │   ├── strncpy-vx.S
│   │   │   │   ├── strnlen.c
│   │   │   │   ├── strnlen-c.c
│   │   │   │   ├── strnlen-vx.S
│   │   │   │   ├── strpbrk.c
│   │   │   │   ├── strpbrk-c.c
│   │   │   │   ├── strpbrk-vx.S
│   │   │   │   ├── strrchr.c
│   │   │   │   ├── strrchr-c.c
│   │   │   │   ├── strrchr-vx.S
│   │   │   │   ├── strspn.c
│   │   │   │   ├── strspn-c.c
│   │   │   │   ├── strspn-vx.S
│   │   │   │   ├── wcpcpy.c
│   │   │   │   ├── wcpcpy-c.c
│   │   │   │   ├── wcpcpy-vx.S
│   │   │   │   ├── wcpncpy.c
│   │   │   │   ├── wcpncpy-c.c
│   │   │   │   ├── wcpncpy-vx.S
│   │   │   │   ├── wcscat.c
│   │   │   │   ├── wcscat-c.c
│   │   │   │   ├── wcscat-vx.S
│   │   │   │   ├── wcschr.c
│   │   │   │   ├── wcschr-c.c
│   │   │   │   ├── wcschrnul.c
│   │   │   │   ├── wcschrnul-c.c
│   │   │   │   ├── wcschrnul-vx.S
│   │   │   │   ├── wcschr-vx.S
│   │   │   │   ├── wcscmp.c
│   │   │   │   ├── wcscmp-c.c
│   │   │   │   ├── wcscmp-vx.S
│   │   │   │   ├── wcscpy.c
│   │   │   │   ├── wcscpy-c.c
│   │   │   │   ├── wcscpy-vx.S
│   │   │   │   ├── wcscspn.c
│   │   │   │   ├── wcscspn-c.c
│   │   │   │   ├── wcscspn-vx.S
│   │   │   │   ├── wcslen.c
│   │   │   │   ├── wcslen-c.c
│   │   │   │   ├── wcslen-vx.S
│   │   │   │   ├── wcsncat.c
│   │   │   │   ├── wcsncat-c.c
│   │   │   │   ├── wcsncat-vx.S
│   │   │   │   ├── wcsncmp.c
│   │   │   │   ├── wcsncmp-c.c
│   │   │   │   ├── wcsncmp-vx.S
│   │   │   │   ├── wcsncpy.c
│   │   │   │   ├── wcsncpy-c.c
│   │   │   │   ├── wcsncpy-vx.S
│   │   │   │   ├── wcsnlen.c
│   │   │   │   ├── wcsnlen-c.c
│   │   │   │   ├── wcsnlen-vx.S
│   │   │   │   ├── wcspbrk.c
│   │   │   │   ├── wcspbrk-c.c
│   │   │   │   ├── wcspbrk-vx.S
│   │   │   │   ├── wcsrchr.c
│   │   │   │   ├── wcsrchr-c.c
│   │   │   │   ├── wcsrchr-vx.S
│   │   │   │   ├── wcsspn.c
│   │   │   │   ├── wcsspn-c.c
│   │   │   │   ├── wcsspn-vx.S
│   │   │   │   ├── wmemchr.c
│   │   │   │   ├── wmemchr-c.c
│   │   │   │   ├── wmemchr-vx.S
│   │   │   │   ├── wmemcmp.c
│   │   │   │   ├── wmemcmp-c.c
│   │   │   │   ├── wmemcmp-vx.S
│   │   │   │   ├── wmemset.c
│   │   │   │   ├── wmemset-c.c
│   │   │   │   └── wmemset-vx.S
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_init.c
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_trylock.c
│   │   │   │   ├── pthread_spin_unlock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── s390-32
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── backtrace.c
│   │   │   │   ├── bcopy.S
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── dl-trampoline.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── Implies
│   │   │   │   ├── __longjmp.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── memchr.S
│   │   │   │   ├── memcmp.S
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.c
│   │   │   │   │   ├── memcmp.c
│   │   │   │   │   ├── memcmp-s390.S
│   │   │   │   │   ├── memcpy.c
│   │   │   │   │   ├── memcpy-s390.S
│   │   │   │   │   ├── memset.c
│   │   │   │   │   ├── memset-s390.S
│   │   │   │   │   ├── strcmp.c
│   │   │   │   │   ├── strcpy.c
│   │   │   │   │   └── strncpy.c
│   │   │   │   ├── s390-mcount.S
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strncpy.S
│   │   │   │   ├── sub_n.S
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── tls-macros.h
│   │   │   │   ├── tst-audit.h
│   │   │   │   └── Versions
│   │   │   ├── s390-64
│   │   │   │   ├── add_n.S
│   │   │   │   ├── backtrace.c
│   │   │   │   ├── bcopy.S
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── bzero.S
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-trampoline.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── Implies
│   │   │   │   ├── __longjmp.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── memchr.S
│   │   │   │   ├── memcmp.S
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.c
│   │   │   │   │   ├── memcmp.c
│   │   │   │   │   ├── memcmp-s390x.S
│   │   │   │   │   ├── memcpy.c
│   │   │   │   │   ├── memcpy-s390x.S
│   │   │   │   │   ├── memset.c
│   │   │   │   │   ├── memset-s390x.S
│   │   │   │   │   ├── strcmp.c
│   │   │   │   │   ├── strcpy.c
│   │   │   │   │   └── strncpy.c
│   │   │   │   ├── s390x-mcount.S
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strncpy.S
│   │   │   │   ├── sub_n.S
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── tls-macros.h
│   │   │   │   └── tst-audit.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackinfo.h
│   │   │   ├── string_private.h
│   │   │   ├── utf16-utf32-z9.c
│   │   │   ├── utf8-utf16-z9.c
│   │   │   ├── utf8-utf32-z9.c
│   │   │   └── Versions
│   │   ├── sh
│   │   │   ├── abort-instr.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── huge_val.h
│   │   │   │   ├── link.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── fpu_control.h
│   │   │   ├── gccframe.h
│   │   │   ├── gmp-mparam.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libc-tls.c
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── linkmap.h
│   │   │   ├── ____longjmp_chk.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── _mcount.S
│   │   │   ├── memcpy.S
│   │   │   ├── memset.S
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_init.c
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   ├── pthread_spin_unlock.S
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── s_fma.c
│   │   │   ├── s_fmaf.c
│   │   │   ├── sh3
│   │   │   │   ├── __longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── sh4
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── fpu
│   │   │   │   │   ├── fclrexcpt.c
│   │   │   │   │   ├── fedisblxcpt.c
│   │   │   │   │   ├── feenablxcpt.c
│   │   │   │   │   ├── fegetenv.c
│   │   │   │   │   ├── fegetexcept.c
│   │   │   │   │   ├── fegetmode.c
│   │   │   │   │   ├── fegetround.c
│   │   │   │   │   ├── feholdexcpt.c
│   │   │   │   │   ├── fesetenv.c
│   │   │   │   │   ├── fesetexcept.c
│   │   │   │   │   ├── fesetmode.c
│   │   │   │   │   ├── fesetround.c
│   │   │   │   │   ├── feupdateenv.c
│   │   │   │   │   ├── fgetexcptflg.c
│   │   │   │   │   ├── fraiseexcpt.c
│   │   │   │   │   ├── fsetexcptflg.c
│   │   │   │   │   └── ftestexcept.c
│   │   │   │   ├── __longjmp.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── setjmp.S
│   │   │   │   └── Versions
│   │   │   ├── soft-fp
│   │   │   │   └── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── strlen.S
│   │   │   ├── sysdep.h
│   │   │   ├── tininess.h
│   │   │   ├── tls-macros.h
│   │   │   └── tst-audit.h
│   │   ├── sparc
│   │   │   ├── abort-instr.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── endian.h
│   │   │   │   ├── huge_vall.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   └── string.h
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-dtprocnum.h
│   │   │   ├── dl-procinfo.c
│   │   │   ├── dl-procinfo.h
│   │   │   ├── dl-sysdep.h
│   │   │   ├── dl-tls.h
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   └── mathinline.h
│   │   │   │   ├── fclrexcpt.c
│   │   │   │   ├── fedisblxcpt.c
│   │   │   │   ├── feenablxcpt.c
│   │   │   │   ├── fegetenv.c
│   │   │   │   ├── fegetexcept.c
│   │   │   │   ├── fegetmode.c
│   │   │   │   ├── fegetround.c
│   │   │   │   ├── feholdexcpt.c
│   │   │   │   ├── fenv_private.h
│   │   │   │   ├── fesetenv.c
│   │   │   │   ├── fesetexcept.c
│   │   │   │   ├── fesetmode.c
│   │   │   │   ├── fesetround.c
│   │   │   │   ├── feupdateenv.c
│   │   │   │   ├── fgetexcptflg.c
│   │   │   │   ├── fpu_control.h
│   │   │   │   ├── fraiseexcpt.c
│   │   │   │   ├── fsetexcptflg.c
│   │   │   │   ├── ftestexcept.c
│   │   │   │   ├── libm-test-ulps
│   │   │   │   ├── libm-test-ulps-name
│   │   │   │   └── math_private.h
│   │   │   ├── gccframe.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── mempcpy.S
│   │   │   ├── memusage.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── sparc-nptl.h
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── sparc32
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── alloca.S
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── backtrace.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   ├── bsd-setjmp.S
│   │   │   │   ├── bzero.c
│   │   │   │   ├── divrem.m4
│   │   │   │   ├── dl-irel.h
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-plt.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── dotmul.S
│   │   │   │   ├── e_sqrt.c
│   │   │   │   ├── fpu
│   │   │   │   │   ├── e_sqrtl.c
│   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   ├── s_fabsf.S
│   │   │   │   │   ├── s_fabsl.c
│   │   │   │   │   ├── s_fabs.S
│   │   │   │   │   ├── s_fma.c
│   │   │   │   │   ├── s_signbitf.S
│   │   │   │   │   ├── s_signbitl.S
│   │   │   │   │   ├── s_signbit.S
│   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   └── w_sqrtf_compat.S
│   │   │   │   ├── ieee754.h
│   │   │   │   ├── Implies
│   │   │   │   ├── jmpbuf-offsets.h
│   │   │   │   ├── jmpbuf-unwind.h
│   │   │   │   ├── lll_timedlock_wait.c
│   │   │   │   ├── lll_timedwait_tid.c
│   │   │   │   ├── __longjmp.S
│   │   │   │   ├── lowlevellock.c
│   │   │   │   ├── lshift.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── memchr.S
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── pthread_barrier_wait.c
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.S
│   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   ├── rem.S
│   │   │   │   ├── rshift.S
│   │   │   │   ├── sdiv.S
│   │   │   │   ├── sem_post.c
│   │   │   │   ├── sem_waitcommon.c
│   │   │   │   ├── setjmp.S
│   │   │   │   ├── soft-fp
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── q_add.c
│   │   │   │   │   ├── q_cmp.c
│   │   │   │   │   ├── q_cmpe.c
│   │   │   │   │   ├── q_div.c
│   │   │   │   │   ├── q_dtoq.c
│   │   │   │   │   ├── q_feq.c
│   │   │   │   │   ├── q_fge.c
│   │   │   │   │   ├── q_fgt.c
│   │   │   │   │   ├── q_fle.c
│   │   │   │   │   ├── q_flt.c
│   │   │   │   │   ├── q_fne.c
│   │   │   │   │   ├── q_itoq.c
│   │   │   │   │   ├── q_lltoq.c
│   │   │   │   │   ├── q_mul.c
│   │   │   │   │   ├── q_neg.c
│   │   │   │   │   ├── q_qtod.c
│   │   │   │   │   ├── q_qtoi.c
│   │   │   │   │   ├── q_qtoll.c
│   │   │   │   │   ├── q_qtos.c
│   │   │   │   │   ├── q_qtou.c
│   │   │   │   │   ├── q_qtoull.c
│   │   │   │   │   ├── q_sqrt.c
│   │   │   │   │   ├── q_stoq.c
│   │   │   │   │   ├── q_sub.c
│   │   │   │   │   ├── q_ulltoq.c
│   │   │   │   │   ├── q_util.c
│   │   │   │   │   ├── q_utoq.c
│   │   │   │   │   ├── sfp-machine.h
│   │   │   │   │   └── Versions
│   │   │   │   ├── sparcv8
│   │   │   │   │   ├── addmul_1.S
│   │   │   │   │   ├── dotmul.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mul_1.S
│   │   │   │   │   ├── rem.S
│   │   │   │   │   ├── sdiv.S
│   │   │   │   │   ├── submul_1.S
│   │   │   │   │   ├── udiv.S
│   │   │   │   │   ├── umul.S
│   │   │   │   │   └── urem.S
│   │   │   │   ├── sparcv9
│   │   │   │   │   ├── addmul_1.S
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── backtrace.h
│   │   │   │   │   ├── bzero.c
│   │   │   │   │   ├── cpu_relax.S
│   │   │   │   │   ├── dotmul.S
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── multiarch
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   │   │   ├── s_copysignf-vis3.S
│   │   │   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   │   │   ├── s_copysign-vis3.S
│   │   │   │   │   │   │   ├── s_fabsf.S
│   │   │   │   │   │   │   ├── s_fabsf-vis3.S
│   │   │   │   │   │   │   ├── s_fabs.S
│   │   │   │   │   │   │   ├── s_fabs-vis3.S
│   │   │   │   │   │   │   ├── s_fdim.c
│   │   │   │   │   │   │   ├── s_fdimf.c
│   │   │   │   │   │   │   ├── s_fdimf-vis3.c
│   │   │   │   │   │   │   ├── s_fdim-vis3.c
│   │   │   │   │   │   │   ├── s_fma.c
│   │   │   │   │   │   │   ├── s_fmaf.c
│   │   │   │   │   │   │   ├── s_fmaf-vis3.S
│   │   │   │   │   │   │   ├── s_fma-vis3.S
│   │   │   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   │   │   ├── s_llrintf-vis3.S
│   │   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   │   ├── s_llrint-vis3.S
│   │   │   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   │   │   ├── s_nearbyintf-vis3.S
│   │   │   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   │   │   ├── s_nearbyint-vis3.S
│   │   │   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   │   │   ├── s_rintf-vis3.S
│   │   │   │   │   │   │   ├── s_rint.S
│   │   │   │   │   │   │   ├── s_rint-vis3.S
│   │   │   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   │   │   ├── w_sqrt_compat-vis3.S
│   │   │   │   │   │   │   ├── w_sqrtf_compat.S
│   │   │   │   │   │   │   └── w_sqrtf_compat-vis3.S
│   │   │   │   │   │   ├── s_fabs.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   │   ├── s_lrintf.S
│   │   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   │   ├── s_rint.S
│   │   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   │   └── w_sqrtf_compat.S
│   │   │   │   │   ├── hp-timing.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── memchr.S
│   │   │   │   │   ├── memcmp.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── mul_1.S
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── md5-block.c
│   │   │   │   │   │   ├── md5-crop.S
│   │   │   │   │   │   ├── memcpy-niagara1.S
│   │   │   │   │   │   ├── memcpy-niagara2.S
│   │   │   │   │   │   ├── memcpy-niagara4.S
│   │   │   │   │   │   ├── memcpy.S
│   │   │   │   │   │   ├── memcpy-ultra3.S
│   │   │   │   │   │   ├── memset-niagara1.S
│   │   │   │   │   │   ├── memset-niagara4.S
│   │   │   │   │   │   ├── memset.S
│   │   │   │   │   │   ├── rtld-memcpy.c
│   │   │   │   │   │   ├── rtld-memset.c
│   │   │   │   │   │   ├── sha256-block.c
│   │   │   │   │   │   ├── sha256-crop.S
│   │   │   │   │   │   ├── sha512-block.c
│   │   │   │   │   │   └── sha512-crop.S
│   │   │   │   │   ├── pthread_barrier_wait.c
│   │   │   │   │   ├── pthread_spin_init.c
│   │   │   │   │   ├── pthread_spin_lock.S
│   │   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   │   ├── pthread_spin_unlock.S
│   │   │   │   │   ├── rawmemchr.S
│   │   │   │   │   ├── rem.S
│   │   │   │   │   ├── rtld-memcpy.c
│   │   │   │   │   ├── rtld-memset.c
│   │   │   │   │   ├── sdiv.S
│   │   │   │   │   ├── sem_post.c
│   │   │   │   │   ├── sem_waitcommon.c
│   │   │   │   │   ├── stpcpy.S
│   │   │   │   │   ├── stpncpy.S
│   │   │   │   │   ├── strcat.S
│   │   │   │   │   ├── strchr.S
│   │   │   │   │   ├── strcmp.S
│   │   │   │   │   ├── strcpy.S
│   │   │   │   │   ├── strcspn.S
│   │   │   │   │   ├── strlen.S
│   │   │   │   │   ├── strncmp.S
│   │   │   │   │   ├── strncpy.S
│   │   │   │   │   ├── strpbrk.S
│   │   │   │   │   ├── strrchr.c
│   │   │   │   │   ├── strspn.S
│   │   │   │   │   ├── submul_1.S
│   │   │   │   │   ├── udiv.S
│   │   │   │   │   ├── umul.S
│   │   │   │   │   └── urem.S
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── strcat.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── strrchr.c
│   │   │   │   ├── submul_1.S
│   │   │   │   ├── sub_n.S
│   │   │   │   ├── tls-macros.h
│   │   │   │   ├── tst-audit.h
│   │   │   │   ├── udiv.S
│   │   │   │   ├── umul.S
│   │   │   │   ├── urem.S
│   │   │   │   └── Versions
│   │   │   ├── sparc64
│   │   │   │   ├── addmul_1.S
│   │   │   │   ├── add_n.S
│   │   │   │   ├── align-cpy.S
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── backtrace.h
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── bzero.c
│   │   │   │   ├── cpu_relax.S
│   │   │   │   ├── dl-irel.h
│   │   │   │   ├── dl-machine.h
│   │   │   │   ├── dl-plt.h
│   │   │   │   ├── dl-trampoline.S
│   │   │   │   ├── fpu
│   │   │   │   │   ├── e_sqrtl.c
│   │   │   │   │   ├── multiarch
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── s_ceil.c
│   │   │   │   │   │   ├── s_ceilf.c
│   │   │   │   │   │   ├── s_ceilf-vis3.c
│   │   │   │   │   │   ├── s_ceil-vis3.c
│   │   │   │   │   │   ├── s_finitef.S
│   │   │   │   │   │   ├── s_finitef-vis3.S
│   │   │   │   │   │   ├── s_finite.S
│   │   │   │   │   │   ├── s_finite-vis3.S
│   │   │   │   │   │   ├── s_floor.c
│   │   │   │   │   │   ├── s_floorf.c
│   │   │   │   │   │   ├── s_floorf-vis3.c
│   │   │   │   │   │   ├── s_floor-vis3.c
│   │   │   │   │   │   ├── s_fma.c
│   │   │   │   │   │   ├── s_fmaf.c
│   │   │   │   │   │   ├── s_fmaf-vis3.S
│   │   │   │   │   │   ├── s_fma-vis3.S
│   │   │   │   │   │   ├── s_isinff.S
│   │   │   │   │   │   ├── s_isinff-vis3.S
│   │   │   │   │   │   ├── s_isinf.S
│   │   │   │   │   │   ├── s_isinf-vis3.S
│   │   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   │   ├── s_isnanf-vis3.S
│   │   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   │   ├── s_isnan-vis3.S
│   │   │   │   │   │   ├── s_lrintf.S
│   │   │   │   │   │   ├── s_lrintf-vis3.S
│   │   │   │   │   │   ├── s_lrint.S
│   │   │   │   │   │   ├── s_lrint-vis3.S
│   │   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   │   ├── s_nearbyintf-vis3.S
│   │   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   │   ├── s_nearbyint-vis3.S
│   │   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   │   ├── s_rintf-vis3.S
│   │   │   │   │   │   ├── s_rint.S
│   │   │   │   │   │   ├── s_rint-vis3.S
│   │   │   │   │   │   ├── s_signbitf.S
│   │   │   │   │   │   ├── s_signbitf-vis3.S
│   │   │   │   │   │   ├── s_signbit.S
│   │   │   │   │   │   ├── s_signbit-vis3.S
│   │   │   │   │   │   ├── s_trunc.c
│   │   │   │   │   │   ├── s_truncf.c
│   │   │   │   │   │   ├── s_truncf-vis3.c
│   │   │   │   │   │   └── s_trunc-vis3.c
│   │   │   │   │   ├── s_copysignf.S
│   │   │   │   │   ├── s_copysign.S
│   │   │   │   │   ├── s_fabs.c
│   │   │   │   │   ├── s_fabsf.c
│   │   │   │   │   ├── s_fabsl.c
│   │   │   │   │   ├── s_finitef.S
│   │   │   │   │   ├── s_finite.S
│   │   │   │   │   ├── s_fma.c
│   │   │   │   │   ├── s_isinff.S
│   │   │   │   │   ├── s_isinf.S
│   │   │   │   │   ├── s_isnanf.S
│   │   │   │   │   ├── s_isnan.S
│   │   │   │   │   ├── s_llrintf.S
│   │   │   │   │   ├── s_llrint.S
│   │   │   │   │   ├── s_lrintf.S
│   │   │   │   │   ├── s_lrint.S
│   │   │   │   │   ├── s_nearbyintf.S
│   │   │   │   │   ├── s_nearbyint.S
│   │   │   │   │   ├── s_rintf.S
│   │   │   │   │   ├── s_rint.S
│   │   │   │   │   ├── s_signbitf.S
│   │   │   │   │   ├── s_signbitl.S
│   │   │   │   │   ├── s_signbit.S
│   │   │   │   │   ├── w_sqrt_compat.S
│   │   │   │   │   └── w_sqrtf_compat.S
│   │   │   │   ├── hp-timing.h
│   │   │   │   ├── Implies
│   │   │   │   ├── jmpbuf-unwind.h
│   │   │   │   ├── lshift.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── memchr.S
│   │   │   │   ├── memcmp.S
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.S
│   │   │   │   ├── mul_1.S
│   │   │   │   ├── multiarch
│   │   │   │   │   ├── addmul_1.S
│   │   │   │   │   ├── addmul_1-vis3.S
│   │   │   │   │   ├── add_n.S
│   │   │   │   │   ├── add_n-vis3.S
│   │   │   │   │   ├── ifunc-impl-list.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── md5-block.c
│   │   │   │   │   ├── md5-crop.S
│   │   │   │   │   ├── memcpy-niagara1.S
│   │   │   │   │   ├── memcpy-niagara2.S
│   │   │   │   │   ├── memcpy-niagara4.S
│   │   │   │   │   ├── memcpy.S
│   │   │   │   │   ├── memcpy-ultra3.S
│   │   │   │   │   ├── memset-niagara1.S
│   │   │   │   │   ├── memset-niagara4.S
│   │   │   │   │   ├── memset.S
│   │   │   │   │   ├── mul_1.S
│   │   │   │   │   ├── mul_1-vis3.S
│   │   │   │   │   ├── rtld-memcpy.c
│   │   │   │   │   ├── rtld-memset.c
│   │   │   │   │   ├── sha256-block.c
│   │   │   │   │   ├── sha256-crop.S
│   │   │   │   │   ├── sha512-block.c
│   │   │   │   │   ├── sha512-crop.S
│   │   │   │   │   ├── submul_1.S
│   │   │   │   │   ├── submul_1-vis3.S
│   │   │   │   │   ├── sub_n.S
│   │   │   │   │   └── sub_n-vis3.S
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_init.c
│   │   │   │   ├── pthread_spin_lock.S
│   │   │   │   ├── pthread_spin_trylock.S
│   │   │   │   ├── pthread_spin_unlock.S
│   │   │   │   ├── rawmemchr.S
│   │   │   │   ├── rshift.S
│   │   │   │   ├── rtld-memcpy.c
│   │   │   │   ├── rtld-memset.c
│   │   │   │   ├── soft-fp
│   │   │   │   │   ├── e_ilogbl.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── qp_add.c
│   │   │   │   │   ├── qp_cmp.c
│   │   │   │   │   ├── qp_cmpe.c
│   │   │   │   │   ├── qp_div.c
│   │   │   │   │   ├── qp_dtoq.c
│   │   │   │   │   ├── qp_feq.c
│   │   │   │   │   ├── qp_fge.c
│   │   │   │   │   ├── qp_fgt.c
│   │   │   │   │   ├── qp_fle.c
│   │   │   │   │   ├── qp_flt.c
│   │   │   │   │   ├── qp_fne.c
│   │   │   │   │   ├── qp_itoq.c
│   │   │   │   │   ├── qp_mul.c
│   │   │   │   │   ├── qp_neg.S
│   │   │   │   │   ├── qp_qtod.c
│   │   │   │   │   ├── qp_qtoi.c
│   │   │   │   │   ├── qp_qtos.c
│   │   │   │   │   ├── qp_qtoui.c
│   │   │   │   │   ├── qp_qtoux.c
│   │   │   │   │   ├── qp_qtox.c
│   │   │   │   │   ├── qp_sqrt.c
│   │   │   │   │   ├── qp_stoq.c
│   │   │   │   │   ├── qp_sub.c
│   │   │   │   │   ├── qp_uitoq.c
│   │   │   │   │   ├── qp_util.c
│   │   │   │   │   ├── qp_uxtoq.c
│   │   │   │   │   ├── qp_xtoq.c
│   │   │   │   │   ├── sfp-machine.h
│   │   │   │   │   ├── s_frexpl.c
│   │   │   │   │   ├── s_scalblnl.c
│   │   │   │   │   ├── s_scalbnl.c
│   │   │   │   │   └── Versions
│   │   │   │   ├── stackguard-macros.h
│   │   │   │   ├── start.S
│   │   │   │   ├── stpcpy.S
│   │   │   │   ├── stpncpy.S
│   │   │   │   ├── strcat.S
│   │   │   │   ├── strchr.S
│   │   │   │   ├── strcmp.S
│   │   │   │   ├── strcpy.S
│   │   │   │   ├── strcspn.S
│   │   │   │   ├── strlen.S
│   │   │   │   ├── strncmp.S
│   │   │   │   ├── strncpy.S
│   │   │   │   ├── strpbrk.S
│   │   │   │   ├── strrchr.c
│   │   │   │   ├── strspn.S
│   │   │   │   ├── submul_1.S
│   │   │   │   ├── sub_n.S
│   │   │   │   ├── tls-macros.h
│   │   │   │   ├── tst-audit.h
│   │   │   │   └── Versions
│   │   │   ├── sparc-ifunc.h
│   │   │   ├── sparc-mcount.S
│   │   │   ├── stackinfo.h
│   │   │   ├── Subdirs
│   │   │   ├── sys
│   │   │   │   └── trap.h
│   │   │   └── sysdep.h
│   │   ├── tile
│   │   │   ├── abort-instr.h
│   │   │   ├── atomic-machine.h
│   │   │   ├── backtrace.c
│   │   │   ├── bits
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── link.h
│   │   │   │   ├── mathinline.h
│   │   │   │   └── setjmp.h
│   │   │   ├── bsd-_setjmp.S
│   │   │   ├── bsd-setjmp.S
│   │   │   ├── bzero.S
│   │   │   ├── configure
│   │   │   ├── configure.ac
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── dl-lookupcfg.h
│   │   │   ├── dl-machine.h
│   │   │   ├── dl-runtime.c
│   │   │   ├── dl-start.S
│   │   │   ├── dl-tls.c
│   │   │   ├── dl-tls.h
│   │   │   ├── dl-trampoline.S
│   │   │   ├── ffs.c
│   │   │   ├── ffsll.c
│   │   │   ├── gccframe.h
│   │   │   ├── Implies
│   │   │   ├── jmpbuf-offsets.h
│   │   │   ├── jmpbuf-unwind.h
│   │   │   ├── ldsodefs.h
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── __longjmp.S
│   │   │   ├── machine-gmon.h
│   │   │   ├── Makefile
│   │   │   ├── math_private.h
│   │   │   ├── math-tests.h
│   │   │   ├── _mcount.S
│   │   │   ├── memcmp.c
│   │   │   ├── memcopy.h
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── semaphore.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── pthreaddef.h
│   │   │   │   ├── pthread_spin_lock.c
│   │   │   │   ├── pthread_spin_trylock.c
│   │   │   │   ├── pthread_spin_unlock.c
│   │   │   │   ├── tcb-offsets.sym
│   │   │   │   └── tls.h
│   │   │   ├── preconfigure
│   │   │   ├── setjmp.S
│   │   │   ├── s_fma.c
│   │   │   ├── s_fmaf.c
│   │   │   ├── sfp-machine.h
│   │   │   ├── sotruss-lib.c
│   │   │   ├── stackguard-macros.h
│   │   │   ├── stackinfo.h
│   │   │   ├── start.S
│   │   │   ├── sysdep.h
│   │   │   ├── tilegx
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── Implies
│   │   │   │   ├── Makefile
│   │   │   │   ├── memchr.c
│   │   │   │   ├── memcpy.c
│   │   │   │   ├── memset.c
│   │   │   │   ├── memusage.h
│   │   │   │   ├── rawmemchr.c
│   │   │   │   ├── strcasestr.c
│   │   │   │   ├── strchr.c
│   │   │   │   ├── strchrnul.c
│   │   │   │   ├── string-endian.h
│   │   │   │   ├── strlen.c
│   │   │   │   ├── strnlen.c
│   │   │   │   ├── strrchr.c
│   │   │   │   ├── strstr.c
│   │   │   │   ├── tilegx32
│   │   │   │   │   └── Implies
│   │   │   │   └── tilegx64
│   │   │   │   └── Implies
│   │   │   ├── tilepro
│   │   │   │   ├── atomic-machine.h
│   │   │   │   ├── bits
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── Implies
│   │   │   │   ├── memchr.c
│   │   │   │   ├── memcpy.S
│   │   │   │   ├── memset.c
│   │   │   │   ├── memusage.h
│   │   │   │   ├── rawmemchr.c
│   │   │   │   ├── strchr.c
│   │   │   │   ├── strchrnul.c
│   │   │   │   ├── strlen.c
│   │   │   │   └── strrchr.c
│   │   │   ├── __tls_get_addr.S
│   │   │   ├── tls-macros.h
│   │   │   ├── tst-audit.h
│   │   │   ├── Versions
│   │   │   └── wordcopy.c
│   │   ├── unix
│   │   │   ├── alpha
│   │   │   │   ├── getegid.S
│   │   │   │   ├── geteuid.S
│   │   │   │   ├── getppid.S
│   │   │   │   ├── Makefile
│   │   │   │   ├── pipe.S
│   │   │   │   ├── rt-sysdep.S
│   │   │   │   ├── sysdep.h
│   │   │   │   └── sysdep.S
│   │   │   ├── arm
│   │   │   │   ├── sysdep.h
│   │   │   │   └── sysdep.S
│   │   │   ├── bsd
│   │   │   │   ├── bits
│   │   │   │   │   ├── signum.h
│   │   │   │   │   └── sockaddr.h
│   │   │   │   ├── bsdtty.h
│   │   │   │   ├── cmsg_nxthdr.c
│   │   │   │   ├── ftime.c
│   │   │   │   ├── getpt.c
│   │   │   │   ├── gtty.c
│   │   │   │   ├── Implies
│   │   │   │   ├── Makefile
│   │   │   │   ├── sigblock.c
│   │   │   │   ├── sigsetmask.c
│   │   │   │   ├── stty.c
│   │   │   │   ├── syscalls.list
│   │   │   │   ├── tcdrain.c
│   │   │   │   ├── tcflow.c
│   │   │   │   ├── tcflush.c
│   │   │   │   ├── tcgetattr.c
│   │   │   │   ├── tcgetpgrp.c
│   │   │   │   ├── tcsendbrk.c
│   │   │   │   ├── tcsetattr.c
│   │   │   │   ├── tcsetpgrp.c
│   │   │   │   ├── ualarm.c
│   │   │   │   ├── unlockpt.c
│   │   │   │   ├── Versions
│   │   │   │   ├── wait3.c
│   │   │   │   ├── wait.c
│   │   │   │   └── waitpid.c
│   │   │   ├── clock_gettime.c
│   │   │   ├── clock_nanosleep.c
│   │   │   ├── clock_settime.c
│   │   │   ├── confstr.h
│   │   │   ├── get_child_max.c
│   │   │   ├── getlogin.c
│   │   │   ├── getlogin_r.c
│   │   │   ├── getpagesize.c
│   │   │   ├── grantpt.c
│   │   │   ├── i386
│   │   │   │   ├── sysdep.h
│   │   │   │   └── sysdep.S
│   │   │   ├── ifreq.c
│   │   │   ├── Implies
│   │   │   ├── inet
│   │   │   │   └── Subdirs
│   │   │   ├── Makefile
│   │   │   ├── make-syscalls.sh
│   │   │   ├── mips
│   │   │   │   ├── entry.h
│   │   │   │   ├── mips32
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── mips64
│   │   │   │   │   ├── n32
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   └── n64
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── pipe.S
│   │   │   │   ├── rt-sysdep.S
│   │   │   │   ├── sysdep.h
│   │   │   │   └── sysdep.S
│   │   │   ├── powerpc
│   │   │   │   └── sysdep.h
│   │   │   ├── setxid.h
│   │   │   ├── sh
│   │   │   │   ├── sysdep.h
│   │   │   │   └── sysdep.S
│   │   │   ├── sockatmark.c
│   │   │   ├── s-proto-cancel.S
│   │   │   ├── s-proto.S
│   │   │   ├── stime.c
│   │   │   ├── syscall.S
│   │   │   ├── syscalls.list
│   │   │   ├── syscall-template.S
│   │   │   ├── sysdep.h
│   │   │   ├── sysv
│   │   │   │   └── linux
│   │   │   │   ├── aarch64
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── hwcap.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   └── sigstack.h
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── ioctl.S
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel_rt_sigframe.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libc-__read_tp.S
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap.c
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── __read_tp.S
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── elf.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── ucontext-internal.h
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── Versions
│   │   │   │   │   └── vfork.S
│   │   │   │   ├── accept4.c
│   │   │   │   ├── accept.c
│   │   │   │   ├── access.c
│   │   │   │   ├── adjtime.c
│   │   │   │   ├── aio_misc.h
│   │   │   │   ├── aio_sigqueue.c
│   │   │   │   ├── alpha
│   │   │   │   │   ├── adjtime.c
│   │   │   │   │   ├── aio_cancel.c
│   │   │   │   │   ├── alpha
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   └── regdef.h
│   │   │   │   │   ├── alphaev6
│   │   │   │   │   │   └── fpu
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── alphaev67
│   │   │   │   │   │   └── fpu
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── a.out.h
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── a.out.h
│   │   │   │   │   │   ├── dirent.h
│   │   │   │   │   │   ├── elfclass.h
│   │   │   │   │   │   ├── epoll.h
│   │   │   │   │   │   ├── errno.h
│   │   │   │   │   │   ├── eventfd.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── inotify.h
│   │   │   │   │   │   ├── ioctls.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── netdb.h
│   │   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   │   ├── resource.h
│   │   │   │   │   │   ├── semaphore.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── signalfd.h
│   │   │   │   │   │   ├── signum.h
│   │   │   │   │   │   ├── sigstack.h
│   │   │   │   │   │   ├── socket_type.h
│   │   │   │   │   │   ├── statfs.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── termios.h
│   │   │   │   │   │   ├── timerfd.h
│   │   │   │   │   │   ├── typesizes.h
│   │   │   │   │   │   └── wordsize.h
│   │   │   │   │   ├── brk.S
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── creat.c
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-auxv.h
│   │   │   │   │   ├── dl-brk.S
│   │   │   │   │   ├── dl-fxstatat64.c
│   │   │   │   │   ├── dl-support.c
│   │   │   │   │   ├── dl-sysdep.c
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── fraiseexcpt.S
│   │   │   │   │   ├── fstatfs64.c
│   │   │   │   │   ├── fstatvfs64.c
│   │   │   │   │   ├── fstatvfs.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getclktck.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getdents.c
│   │   │   │   │   ├── gethostname.c
│   │   │   │   │   ├── getsysstats.c
│   │   │   │   │   ├── glob.c
│   │   │   │   │   ├── ieee_get_fp_control.S
│   │   │   │   │   ├── ieee_set_fp_control.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── internal_statvfs64.c
│   │   │   │   │   ├── ioperm.c
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_sigaction.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── kernel_sysinfo.h
│   │   │   │   │   ├── kernel_termios.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── makecontext.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── nldbl-abi.h
│   │   │   │   │   ├── oldglob.c
│   │   │   │   │   ├── pipe.S
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── rt_sigaction.S
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── setfpucw.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sigprocmask.c
│   │   │   │   │   ├── sigsuspend.S
│   │   │   │   │   ├── sizes.h
│   │   │   │   │   ├── statfs64.c
│   │   │   │   │   ├── statvfs64.c
│   │   │   │   │   ├── statvfs.c
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── acct.h
│   │   │   │   │   │   ├── io.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysconf.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── timer_create.c
│   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   ├── ucontext-offsets.sym
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   ├── wordexp.c
│   │   │   │   │   ├── xstat.c
│   │   │   │   │   ├── xstatconv.c
│   │   │   │   │   └── xstatconv.h
│   │   │   │   ├── a.out.h
│   │   │   │   ├── arch-fork.h
│   │   │   │   ├── arm
│   │   │   │   │   ├── aeabi_read_tp.S
│   │   │   │   │   ├── alphasort64.c
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── arm-features.h
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── hwcap.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   └── shm.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-machine.h
│   │   │   │   │   ├── dl-procinfo.c
│   │   │   │   │   ├── dl-procinfo.h
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── glob64.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── ioperm.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libc-do-syscall.S
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── lockf64.c
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap.c
│   │   │   │   │   ├── posix_fadvise.c
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── readahead.c
│   │   │   │   │   ├── readdir64.c
│   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── scandir64.c
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── setegid.c
│   │   │   │   │   ├── seteuid.c
│   │   │   │   │   ├── setgid.c
│   │   │   │   │   ├── setgroups.c
│   │   │   │   │   ├── setregid.c
│   │   │   │   │   ├── setresgid.c
│   │   │   │   │   ├── setresuid.c
│   │   │   │   │   ├── setreuid.c
│   │   │   │   │   ├── setuid.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sigrestorer.S
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── elf.h
│   │   │   │   │   │   ├── io.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── tls.h
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── umount.c
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── versionsort64.c
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── bind.c
│   │   │   │   ├── bits
│   │   │   │   │   ├── a.out.h
│   │   │   │   │   ├── dirent.h
│   │   │   │   │   ├── epoll.h
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── eventfd.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fcntl-linux.h
│   │   │   │   │   ├── in.h
│   │   │   │   │   ├── initspin.h
│   │   │   │   │   ├── inotify.h
│   │   │   │   │   ├── ioctls.h
│   │   │   │   │   ├── ioctl-types.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── local_lim.h
│   │   │   │   │   ├── mqueue.h
│   │   │   │   │   ├── msq.h
│   │   │   │   │   ├── param.h
│   │   │   │   │   ├── poll.h
│   │   │   │   │   ├── posix_opt.h
│   │   │   │   │   ├── resource.h
│   │   │   │   │   ├── sched.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── sigaction.h
│   │   │   │   │   ├── sigcontext.h
│   │   │   │   │   ├── siginfo.h
│   │   │   │   │   ├── signalfd.h
│   │   │   │   │   ├── signum.h
│   │   │   │   │   ├── sigset.h
│   │   │   │   │   ├── sigstack.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── socket_type.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── statvfs.h
│   │   │   │   │   ├── sysctl.h
│   │   │   │   │   ├── sys_errlist.h
│   │   │   │   │   ├── termios.h
│   │   │   │   │   ├── time.h
│   │   │   │   │   ├── timerfd.h
│   │   │   │   │   ├── timex.h
│   │   │   │   │   ├── uio.h
│   │   │   │   │   ├── utsname.h
│   │   │   │   │   └── waitflags.h
│   │   │   │   ├── check_native.c
│   │   │   │   ├── check_pf.c
│   │   │   │   ├── clock.c
│   │   │   │   ├── clock_getcpuclockid.c
│   │   │   │   ├── clock_getres.c
│   │   │   │   ├── clock_gettime.c
│   │   │   │   ├── clock_nanosleep.c
│   │   │   │   ├── clock_settime.c
│   │   │   │   ├── cmsg_nxthdr.c
│   │   │   │   ├── configure
│   │   │   │   ├── configure.ac
│   │   │   │   ├── connect.c
│   │   │   │   ├── createthread.c
│   │   │   │   ├── default-sched.h
│   │   │   │   ├── device-nrs.h
│   │   │   │   ├── dl-brk.c
│   │   │   │   ├── dl-execstack.c
│   │   │   │   ├── dl-fxstatat64.c
│   │   │   │   ├── dl-getcwd.c
│   │   │   │   ├── dl-librecon.h
│   │   │   │   ├── dl-openat64.c
│   │   │   │   ├── dl-opendir.c
│   │   │   │   ├── dl-origin.c
│   │   │   │   ├── dl-osinfo.h
│   │   │   │   ├── dl-sbrk.c
│   │   │   │   ├── dl-sysdep.c
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── dl-vdso.c
│   │   │   │   ├── dl-vdso.h
│   │   │   │   ├── dl-writev.h
│   │   │   │   ├── epoll_pwait.c
│   │   │   │   ├── errqueue.h
│   │   │   │   ├── eventfd_read.c
│   │   │   │   ├── eventfd_write.c
│   │   │   │   ├── _exit.c
│   │   │   │   ├── exit-thread.h
│   │   │   │   ├── faccessat.c
│   │   │   │   ├── fallocate64.c
│   │   │   │   ├── fallocate.c
│   │   │   │   ├── fatal-prepare.h
│   │   │   │   ├── fchmodat.c
│   │   │   │   ├── fcntl.c
│   │   │   │   ├── fd_to_filename.h
│   │   │   │   ├── fexecve.c
│   │   │   │   ├── fips-private.h
│   │   │   │   ├── fpathconf.c
│   │   │   │   ├── fstatfs64.c
│   │   │   │   ├── fstatvfs64.c
│   │   │   │   ├── fstatvfs.c
│   │   │   │   ├── ftime.c
│   │   │   │   ├── ftruncate64.c
│   │   │   │   ├── ftruncate.c
│   │   │   │   ├── futex-internal.h
│   │   │   │   ├── futimens.c
│   │   │   │   ├── futimesat.c
│   │   │   │   ├── futimes.c
│   │   │   │   ├── fxstat64.c
│   │   │   │   ├── fxstatat64.c
│   │   │   │   ├── fxstatat.c
│   │   │   │   ├── fxstat.c
│   │   │   │   ├── gai_sigqueue.c
│   │   │   │   ├── _G_config.h
│   │   │   │   ├── generic
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── statfs.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── chmod.c
│   │   │   │   │   ├── chown.c
│   │   │   │   │   ├── creat.c
│   │   │   │   │   ├── dl-origin.c
│   │   │   │   │   ├── dup2.c
│   │   │   │   │   ├── epoll_create.c
│   │   │   │   │   ├── epoll_wait.c
│   │   │   │   │   ├── futimesat.c
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getdents.c
│   │   │   │   │   ├── inotify_init.c
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── lchown.c
│   │   │   │   │   ├── link.c
│   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mkdir.c
│   │   │   │   │   ├── open64.c
│   │   │   │   │   ├── open.c
│   │   │   │   │   ├── pause.c
│   │   │   │   │   ├── pipe.c
│   │   │   │   │   ├── poll.c
│   │   │   │   │   ├── readlink.c
│   │   │   │   │   ├── readlink_chk.c
│   │   │   │   │   ├── README
│   │   │   │   │   ├── recv.c
│   │   │   │   │   ├── rmdir.c
│   │   │   │   │   ├── select.c
│   │   │   │   │   ├── send.c
│   │   │   │   │   ├── symlink.c
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysctl.c
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── umount.c
│   │   │   │   │   ├── unlink.c
│   │   │   │   │   ├── ustat.c
│   │   │   │   │   ├── utimes.c
│   │   │   │   │   ├── wordsize-32
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fstatfs.c
│   │   │   │   │   │   ├── fxstat64.c
│   │   │   │   │   │   ├── fxstatat64.c
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── fxstat.c
│   │   │   │   │   │   ├── getdents.c
│   │   │   │   │   │   ├── lxstat64.c
│   │   │   │   │   │   ├── lxstat.c
│   │   │   │   │   │   ├── mmap.c
│   │   │   │   │   │   ├── overflow.h
│   │   │   │   │   │   ├── sendfile.c
│   │   │   │   │   │   ├── statfs.c
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   ├── xstat64.c
│   │   │   │   │   │   └── xstat.c
│   │   │   │   │   ├── xmknod.c
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── getclktck.c
│   │   │   │   ├── getcwd.c
│   │   │   │   ├── getdents64.c
│   │   │   │   ├── getdents.c
│   │   │   │   ├── getdirentries64.c
│   │   │   │   ├── getdirentries.c
│   │   │   │   ├── getdtsz.c
│   │   │   │   ├── getentropy.c
│   │   │   │   ├── gethostid.c
│   │   │   │   ├── getipv4sourcefilter.c
│   │   │   │   ├── getloadavg.c
│   │   │   │   ├── getlogin.c
│   │   │   │   ├── getlogin_r.c
│   │   │   │   ├── getpagesize.c
│   │   │   │   ├── getpeername.c
│   │   │   │   ├── getpriority.c
│   │   │   │   ├── getpt.c
│   │   │   │   ├── getrandom.c
│   │   │   │   ├── getrlimit64.c
│   │   │   │   ├── getrlimit.c
│   │   │   │   ├── getsockname.c
│   │   │   │   ├── getsockopt.c
│   │   │   │   ├── getsourcefilter.c
│   │   │   │   ├── getsysstats.c
│   │   │   │   ├── gettimeofday.c
│   │   │   │   ├── grantpt.c
│   │   │   │   ├── hppa
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── epoll.h
│   │   │   │   │   │   ├── errno.h
│   │   │   │   │   │   ├── eventfd.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── inotify.h
│   │   │   │   │   │   ├── ioctls.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── signalfd.h
│   │   │   │   │   │   ├── signum.h
│   │   │   │   │   │   ├── socket_type.h
│   │   │   │   │   │   └── timerfd.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── internaltypes.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_sigaction.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap.c
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pthread_cond_broadcast.c
│   │   │   │   │   ├── pthread_cond_destroy.c
│   │   │   │   │   ├── pthread_cond_init.c
│   │   │   │   │   ├── pthread_cond_signal.c
│   │   │   │   │   ├── pthread_cond_wait.c
│   │   │   │   │   ├── pthread.h
│   │   │   │   │   ├── pthreadP.h
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── swapcontext.c
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.c
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── umount.c
│   │   │   │   │   ├── utimes.c
│   │   │   │   │   ├── Versions
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── i386
│   │   │   │   │   ├── alphasort64.c
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-librecon.h
│   │   │   │   │   ├── dl-procinfo.h
│   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   ├── _exit.S
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── get_clockfreq.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getmsg.c
│   │   │   │   │   ├── gettimeofday.c
│   │   │   │   │   ├── glob64.c
│   │   │   │   │   ├── i686
│   │   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── i786
│   │   │   │   │   │   └── Implies
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libc-do-syscall.S
│   │   │   │   │   ├── libc-lowlevellock.S
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── lll_timedlock_wait.c
│   │   │   │   │   ├── lll_timedwait_tid.c
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── lockf64.c
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lowlevellock.h
│   │   │   │   │   ├── lowlevellock.S
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── makecontext.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap.c
│   │   │   │   │   ├── olddirent.h
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── putmsg.c
│   │   │   │   │   ├── readdir64.c
│   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── scandir64.c
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── setegid.c
│   │   │   │   │   ├── seteuid.c
│   │   │   │   │   ├── setgid.c
│   │   │   │   │   ├── setgroups.c
│   │   │   │   │   ├── setregid.c
│   │   │   │   │   ├── setresgid.c
│   │   │   │   │   ├── setresuid.c
│   │   │   │   │   ├── setreuid.c
│   │   │   │   │   ├── setuid.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── smp.h
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── time.c
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── versionsort64.c
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── ia64
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── endian.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── setjmp.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── sigcontext.h
│   │   │   │   │   │   ├── siginfo.h
│   │   │   │   │   │   ├── sigstack.h
│   │   │   │   │   │   └── stat.h
│   │   │   │   │   ├── brk.S
│   │   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   │   ├── bsd-setjmp.S
│   │   │   │   │   ├── clone2.S
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-brk.S
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   ├── getclktck.c
│   │   │   │   │   ├── get_clockfreq.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── has_cpuclock.c
│   │   │   │   │   ├── __ia64_longjmp.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── ioperm.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── __longjmp.S
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── pipe.S
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── rt-sysdep.S
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── setjmp.S
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigaltstack-offsets.sym
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sigcontext-offsets.sym
│   │   │   │   │   ├── sigpending.c
│   │   │   │   │   ├── sigprocmask.c
│   │   │   │   │   ├── __sigstack_longjmp.c
│   │   │   │   │   ├── __start_context.S
│   │   │   │   │   ├── swapcontext.c
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── io.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── rse.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysconf.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── system.c
│   │   │   │   │   ├── timer_create.c
│   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   ├── tst-setcontext2.c
│   │   │   │   │   ├── ucontext_i.h
│   │   │   │   │   ├── umount.c
│   │   │   │   │   ├── unwind-dw2-fde.c
│   │   │   │   │   ├── unwind-forcedunwind.c
│   │   │   │   │   ├── unwind_longjmp.c
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── wordexp.c
│   │   │   │   ├── ifaddrs.c
│   │   │   │   ├── if_index.c
│   │   │   │   ├── ifreq.c
│   │   │   │   ├── Implies
│   │   │   │   ├── include
│   │   │   │   │   └── sys
│   │   │   │   │   ├── sysinfo.h
│   │   │   │   │   └── timex.h
│   │   │   │   ├── internal_statvfs64.c
│   │   │   │   ├── internal_statvfs.c
│   │   │   │   ├── ipc_ops.h
│   │   │   │   ├── ipc_priv.h
│   │   │   │   ├── kernel-features.h
│   │   │   │   ├── kernel-posix-cpu-timers.h
│   │   │   │   ├── kernel-posix-timers.h
│   │   │   │   ├── kernel_sigaction.h
│   │   │   │   ├── kernel_stat.h
│   │   │   │   ├── kernel_termios.h
│   │   │   │   ├── lddlibc4.c
│   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   ├── ldsodefs.h
│   │   │   │   ├── libc_fatal.c
│   │   │   │   ├── linux_fsinfo.h
│   │   │   │   ├── listen.c
│   │   │   │   ├── local-setxid.h
│   │   │   │   ├── lowlevellock-futex.h
│   │   │   │   ├── lseek64.c
│   │   │   │   ├── lseek.c
│   │   │   │   ├── lutimes.c
│   │   │   │   ├── lxstat64.c
│   │   │   │   ├── lxstat.c
│   │   │   │   ├── m68k
│   │   │   │   │   ├── alphasort64.c
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── a.out.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── poll.h
│   │   │   │   │   │   ├── sockaddr.h
│   │   │   │   │   │   └── stat.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── coldfire
│   │   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── shlib-versions
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-librecon.h
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getmsg.c
│   │   │   │   │   ├── getpagesize.c
│   │   │   │   │   ├── getsysstats.c
│   │   │   │   │   ├── glob64.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libc-m68k-vdso.c
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── lockf64.c
│   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── m680x0
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── makecontext.S
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   └── ucontext_i.sym
│   │   │   │   │   ├── m68k-helpers.S
│   │   │   │   │   ├── m68k-vdso.c
│   │   │   │   │   ├── m68k-vdso.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap64.c
│   │   │   │   │   ├── mmap.S
│   │   │   │   │   ├── mremap.S
│   │   │   │   │   ├── pt-vfork.c
│   │   │   │   │   ├── putmsg.c
│   │   │   │   │   ├── readdir64.c
│   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── scandir64.c
│   │   │   │   │   ├── setegid.c
│   │   │   │   │   ├── seteuid.c
│   │   │   │   │   ├── setgid.c
│   │   │   │   │   ├── setgroups.c
│   │   │   │   │   ├── setregid.c
│   │   │   │   │   ├── setresgid.c
│   │   │   │   │   ├── setresuid.c
│   │   │   │   │   ├── setreuid.c
│   │   │   │   │   ├── setuid.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── reg.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── versionsort64.c
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── malloc-sysdep.h
│   │   │   │   ├── microblaze
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   └── stat.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clock-compat.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getsysstats.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mmap.S
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── setgroups.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── mips
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── epoll.h
│   │   │   │   │   │   ├── errno.h
│   │   │   │   │   │   ├── eventfd.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── inotify.h
│   │   │   │   │   │   ├── ioctl-types.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── poll.h
│   │   │   │   │   │   ├── resource.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── sigcontext.h
│   │   │   │   │   │   ├── siginfo.h
│   │   │   │   │   │   ├── signalfd.h
│   │   │   │   │   │   ├── signum.h
│   │   │   │   │   │   ├── sigstack.h
│   │   │   │   │   │   ├── socket_type.h
│   │   │   │   │   │   ├── statfs.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── termios.h
│   │   │   │   │   │   └── timerfd.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── getmsg.c
│   │   │   │   │   ├── getrlimit64.c
│   │   │   │   │   ├── getsysstats.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_rt_sigframe.h
│   │   │   │   │   ├── kernel_sigaction.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── kernel_termios.h
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libc-abis
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   ├── makecontext.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── mips32
│   │   │   │   │   │   ├── accept4.c
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   └── libc.abilist
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libcidn.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libnss_compat.abilist
│   │   │   │   │   │   ├── libnss_db.abilist
│   │   │   │   │   │   ├── libnss_dns.abilist
│   │   │   │   │   │   ├── libnss_files.abilist
│   │   │   │   │   │   ├── libnss_hesiod.abilist
│   │   │   │   │   │   ├── libnss_nis.abilist
│   │   │   │   │   │   ├── libnss_nisplus.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── lockf64.c
│   │   │   │   │   │   ├── mips16
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   ├── mips16-syscall0.c
│   │   │   │   │   │   │   ├── mips16-syscall1.c
│   │   │   │   │   │   │   ├── mips16-syscall2.c
│   │   │   │   │   │   │   ├── mips16-syscall3.c
│   │   │   │   │   │   │   ├── mips16-syscall4.c
│   │   │   │   │   │   │   ├── mips16-syscall5.c
│   │   │   │   │   │   │   ├── mips16-syscall6.c
│   │   │   │   │   │   │   ├── mips16-syscall7.c
│   │   │   │   │   │   │   ├── mips16-syscall.h
│   │   │   │   │   │   │   └── Versions
│   │   │   │   │   │   ├── mmap.c
│   │   │   │   │   │   ├── nofpu
│   │   │   │   │   │   │   └── libc.abilist
│   │   │   │   │   │   ├── posix_fadvise.c
│   │   │   │   │   │   ├── readahead.c
│   │   │   │   │   │   ├── recvmmsg.c
│   │   │   │   │   │   ├── sendmmsg.c
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   └── Versions
│   │   │   │   │   ├── mips64
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── fxstat64.c
│   │   │   │   │   │   ├── fxstatat64.c
│   │   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── lxstat64.c
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── msgctl.c
│   │   │   │   │   │   ├── n32
│   │   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   │   ├── lockf64.c
│   │   │   │   │   │   │   ├── lseek.c
│   │   │   │   │   │   │   ├── mmap.c
│   │   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   │   └── Versions
│   │   │   │   │   │   ├── n64
│   │   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   │   ├── fstatfs64.c
│   │   │   │   │   │   │   ├── fts64.c
│   │   │   │   │   │   │   ├── fts.c
│   │   │   │   │   │   │   ├── ftw64.c
│   │   │   │   │   │   │   ├── ftw.c
│   │   │   │   │   │   │   ├── glob64.c
│   │   │   │   │   │   │   ├── ioctl.S
│   │   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   │   ├── mmap64.c
│   │   │   │   │   │   │   ├── posix_fadvise64.c
│   │   │   │   │   │   │   ├── sendfile64.c
│   │   │   │   │   │   │   ├── statfs64.c
│   │   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   ├── recv.c
│   │   │   │   │   │   ├── semctl.c
│   │   │   │   │   │   ├── send.c
│   │   │   │   │   │   ├── shmctl.c
│   │   │   │   │   │   ├── syscall.S
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── umount.c
│   │   │   │   │   │   └── xstat64.c
│   │   │   │   │   ├── pipe.S
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── putmsg.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── setrlimit64.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── cachectl.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── sysmips.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── _test_and_set.c
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── ustat.c
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstatconv.c
│   │   │   │   ├── mmap64.c
│   │   │   │   ├── mq_close.c
│   │   │   │   ├── mq_getattr.c
│   │   │   │   ├── mq_notify.c
│   │   │   │   ├── mq_open.c
│   │   │   │   ├── mq_receive.c
│   │   │   │   ├── mq_send.c
│   │   │   │   ├── mq_unlink.c
│   │   │   │   ├── msgctl.c
│   │   │   │   ├── msgget.c
│   │   │   │   ├── msgrcv.c
│   │   │   │   ├── msgsnd.c
│   │   │   │   ├── net
│   │   │   │   │   ├── ethernet.h
│   │   │   │   │   ├── if_arp.h
│   │   │   │   │   ├── if_packet.h
│   │   │   │   │   ├── if_ppp.h
│   │   │   │   │   ├── if_shaper.h
│   │   │   │   │   ├── if_slip.h
│   │   │   │   │   ├── ppp-comp.h
│   │   │   │   │   ├── ppp_defs.h
│   │   │   │   │   └── route.h
│   │   │   │   ├── netash
│   │   │   │   │   └── ash.h
│   │   │   │   ├── netatalk
│   │   │   │   │   └── at.h
│   │   │   │   ├── netax25
│   │   │   │   │   └── ax25.h
│   │   │   │   ├── neteconet
│   │   │   │   │   └── ec.h
│   │   │   │   ├── netinet
│   │   │   │   │   ├── if_ether.h
│   │   │   │   │   ├── if_fddi.h
│   │   │   │   │   └── if_tr.h
│   │   │   │   ├── netipx
│   │   │   │   │   └── ipx.h
│   │   │   │   ├── netiucv
│   │   │   │   │   └── iucv.h
│   │   │   │   ├── netlinkaccess.h
│   │   │   │   ├── netlink_assert_response.c
│   │   │   │   ├── netpacket
│   │   │   │   │   └── packet.h
│   │   │   │   ├── netrom
│   │   │   │   │   └── netrom.h
│   │   │   │   ├── netrose
│   │   │   │   │   └── rose.h
│   │   │   │   ├── nfs
│   │   │   │   │   └── nfs.h
│   │   │   │   ├── nice.c
│   │   │   │   ├── nios2
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   └── mman.h
│   │   │   │   │   ├── cacheflush.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel_rt_sigframe.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── cachectl.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── Versions
│   │   │   │   │   └── vfork.S
│   │   │   │   ├── not-cancel.h
│   │   │   │   ├── nptl-signals.h
│   │   │   │   ├── nscd_setup_thread.c
│   │   │   │   ├── ntp_gettime.c
│   │   │   │   ├── ntp_gettimex.c
│   │   │   │   ├── open64.c
│   │   │   │   ├── openat64.c
│   │   │   │   ├── openat.c
│   │   │   │   ├── opendir.c
│   │   │   │   ├── opensock.c
│   │   │   │   ├── pathconf.c
│   │   │   │   ├── pathconf.h
│   │   │   │   ├── paths.h
│   │   │   │   ├── personality.c
│   │   │   │   ├── posix_fadvise64.c
│   │   │   │   ├── posix_fadvise.c
│   │   │   │   ├── posix_fallocate64.c
│   │   │   │   ├── posix_fallocate.c
│   │   │   │   ├── posix_madvise.c
│   │   │   │   ├── powerpc
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── environments.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── ioctl-types.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── ppc.h
│   │   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   │   ├── semaphore.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigstack.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── termios.h
│   │   │   │   │   │   └── wordsize.h
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── dl-brk.S
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── dl-sysdep.c
│   │   │   │   │   ├── elision-conf.c
│   │   │   │   │   ├── elision-conf.h
│   │   │   │   │   ├── elision-lock.c
│   │   │   │   │   ├── elision-timed.c
│   │   │   │   │   ├── elision-trylock.c
│   │   │   │   │   ├── elision-unlock.c
│   │   │   │   │   ├── force-elision.h
│   │   │   │   │   ├── get_clockfreq.c
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getmsg.c
│   │   │   │   │   ├── get_timebase_freq.c
│   │   │   │   │   ├── gettimeofday.c
│   │   │   │   │   ├── htm.h
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── ioctl.c
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_termios.h
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libc-start.c
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── lowlevellock.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── nldbl-abi.h
│   │   │   │   │   ├── powerpc32
│   │   │   │   │   │   ├── 405
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── 440
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── 464
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── 476
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── 970
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── a2
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── brk.S
│   │   │   │   │   │   ├── cell
│   │   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── e500
│   │   │   │   │   │   │   └── nofpu
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   ├── fe_mask.c
│   │   │   │   │   │   │   ├── fe_nomask.c
│   │   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   │   └── localplt.data
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── fxstat.c
│   │   │   │   │   │   ├── getcontext-common.S
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── glob64.c
│   │   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── lockf64.c
│   │   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   │   ├── lxstat.c
│   │   │   │   │   │   ├── makecontext.S
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── nofpu
│   │   │   │   │   │   │   ├── context-e500.h
│   │   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   │   ├── localplt.data
│   │   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   │   └── swapcontext.S
│   │   │   │   │   │   ├── scandir64.c
│   │   │   │   │   │   ├── setcontext-common.S
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── swapcontext-common.S
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   ├── vfork.S
│   │   │   │   │   │   └── xstat.c
│   │   │   │   │   ├── powerpc64
│   │   │   │   │   │   ├── 970
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── a2
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── brk.S
│   │   │   │   │   │   ├── cell
│   │   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   ├── fe_mask.c
│   │   │   │   │   │   │   └── fe_nomask.c
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── ld-le.abilist
│   │   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libanl-le.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libBrokenLocale-le.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libc-le.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libcrypt-le.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libdl-le.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libm-le.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libnsl-le.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libpthread-le.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── libresolv-le.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── librt-le.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libthread_db-le.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── libutil-le.abilist
│   │   │   │   │   │   ├── localplt.data
│   │   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   │   ├── makecontext.S
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── shlib-versions
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── timer_create.c
│   │   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   │   ├── umount.c
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   └── vfork.S
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pthread_attr_setstack.c
│   │   │   │   │   ├── pthread_attr_setstacksize.c
│   │   │   │   │   ├── pthread_mutex_cond_lock.c
│   │   │   │   │   ├── pthread_mutex_lock.c
│   │   │   │   │   ├── pthread_mutex_timedlock.c
│   │   │   │   │   ├── pthread_mutex_trylock.c
│   │   │   │   │   ├── pt-longjmp.c
│   │   │   │   │   ├── putmsg.c
│   │   │   │   │   ├── readdir64.c
│   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── rt-sysdep.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── test-gettimebasefreq.c
│   │   │   │   │   ├── time.c
│   │   │   │   │   └── Versions
│   │   │   │   ├── ppoll.c
│   │   │   │   ├── pread64.c
│   │   │   │   ├── pread.c
│   │   │   │   ├── preadv64.c
│   │   │   │   ├── preadv.c
│   │   │   │   ├── prlimit.c
│   │   │   │   ├── prof-freq.c
│   │   │   │   ├── profil.c
│   │   │   │   ├── pselect.c
│   │   │   │   ├── pthread_getaffinity.c
│   │   │   │   ├── pthread_getcpuclockid.c
│   │   │   │   ├── pthread_getname.c
│   │   │   │   ├── pthread_kill.c
│   │   │   │   ├── pthread-pids.h
│   │   │   │   ├── pthread_setaffinity.c
│   │   │   │   ├── pthread_setname.c
│   │   │   │   ├── pthread_sigmask.c
│   │   │   │   ├── pthread_sigqueue.c
│   │   │   │   ├── ptrace.c
│   │   │   │   ├── pt-raise.c
│   │   │   │   ├── ptsname.c
│   │   │   │   ├── pwrite64.c
│   │   │   │   ├── pwrite.c
│   │   │   │   ├── pwritev64.c
│   │   │   │   ├── pwritev.c
│   │   │   │   ├── raise.c
│   │   │   │   ├── readahead.c
│   │   │   │   ├── readdir64.c
│   │   │   │   ├── readdir64_r.c
│   │   │   │   ├── readonly-area.c
│   │   │   │   ├── reboot.c
│   │   │   │   ├── recv.c
│   │   │   │   ├── recvfrom.c
│   │   │   │   ├── recvmmsg.c
│   │   │   │   ├── recvmsg.c
│   │   │   │   ├── remove.c
│   │   │   │   ├── renameat.c
│   │   │   │   ├── rename.c
│   │   │   │   ├── s390
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── elfclass.h
│   │   │   │   │   │   ├── environments.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── hwcap.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── siginfo.h
│   │   │   │   │   │   ├── statfs.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── typesizes.h
│   │   │   │   │   │   ├── utmp.h
│   │   │   │   │   │   └── utmpx.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-procinfo.h
│   │   │   │   │   ├── elision-conf.c
│   │   │   │   │   ├── elision-conf.h
│   │   │   │   │   ├── elision-lock.c
│   │   │   │   │   ├── elision-timed.c
│   │   │   │   │   ├── elision-trylock.c
│   │   │   │   │   ├── elision-unlock.c
│   │   │   │   │   ├── force-elision.h
│   │   │   │   │   ├── fpu
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   └── s_fma.c
│   │   │   │   │   ├── htm.h
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── jmp-unwind.c
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── longjmp_chk.c
│   │   │   │   │   ├── lowlevellock.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── nldbl-abi.h
│   │   │   │   │   ├── opensock.c
│   │   │   │   │   ├── pthread_mutex_cond_lock.c
│   │   │   │   │   ├── pthread_mutex_lock.c
│   │   │   │   │   ├── pthread_mutex_timedlock.c
│   │   │   │   │   ├── pthread_mutex_trylock.c
│   │   │   │   │   ├── pt-longjmp.c
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── rt-sysdep.S
│   │   │   │   │   ├── s390-32
│   │   │   │   │   │   ├── alphasort64.c
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── fxstat.c
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── getdents64.c
│   │   │   │   │   │   ├── getutent.c
│   │   │   │   │   │   ├── getutent_r.c
│   │   │   │   │   │   ├── getutid.c
│   │   │   │   │   │   ├── getutid_r.c
│   │   │   │   │   │   ├── getutline.c
│   │   │   │   │   │   ├── getutline_r.c
│   │   │   │   │   │   ├── getutmp.c
│   │   │   │   │   │   ├── getutxent.c
│   │   │   │   │   │   ├── getutxid.c
│   │   │   │   │   │   ├── getutxline.c
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── lockf64.c
│   │   │   │   │   │   ├── login32.c
│   │   │   │   │   │   ├── login.c
│   │   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   │   ├── lxstat.c
│   │   │   │   │   │   ├── makecontext.c
│   │   │   │   │   │   ├── __makecontext_ret.S
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── mmap64.S
│   │   │   │   │   │   ├── mmap.S
│   │   │   │   │   │   ├── posix_fadvise64.c
│   │   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   │   ├── pututxline.c
│   │   │   │   │   │   ├── readdir64.c
│   │   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── scandir64.c
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── setegid.c
│   │   │   │   │   │   ├── seteuid.c
│   │   │   │   │   │   ├── setgid.c
│   │   │   │   │   │   ├── setgroups.c
│   │   │   │   │   │   ├── setregid.c
│   │   │   │   │   │   ├── setresgid.c
│   │   │   │   │   │   ├── setresuid.c
│   │   │   │   │   │   ├── setreuid.c
│   │   │   │   │   │   ├── setuid.c
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── syscall.S
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── sysdep.S
│   │   │   │   │   │   ├── updwtmp.c
│   │   │   │   │   │   ├── updwtmpx.c
│   │   │   │   │   │   ├── utmp32.c
│   │   │   │   │   │   ├── utmp32.h
│   │   │   │   │   │   ├── utmp-compat.h
│   │   │   │   │   │   ├── utmp-convert.h
│   │   │   │   │   │   ├── utmpx32.c
│   │   │   │   │   │   ├── utmpx32.h
│   │   │   │   │   │   ├── utmpx-convert.h
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   ├── versionsort64.c
│   │   │   │   │   │   ├── vfork.S
│   │   │   │   │   │   └── xstat.c
│   │   │   │   │   ├── s390-64
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── ____longjmp_chk.c
│   │   │   │   │   │   ├── makecontext.c
│   │   │   │   │   │   ├── __makecontext_ret.S
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── mmap.S
│   │   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── shlib-versions
│   │   │   │   │   │   ├── sigaction.c
│   │   │   │   │   │   ├── sigpending.c
│   │   │   │   │   │   ├── sigprocmask.c
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── syscall.S
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── sysdep.S
│   │   │   │   │   │   ├── timer_create.c
│   │   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   └── vfork.S
│   │   │   │   │   ├── sa_len.c
│   │   │   │   │   ├── semtimedop.c
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── elf.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── sysconf.c
│   │   │   │   │   ├── system.c
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   └── Versions
│   │   │   │   ├── safe-fatal.h
│   │   │   │   ├── sa_len.c
│   │   │   │   ├── sched_getaffinity.c
│   │   │   │   ├── sched_getcpu.c
│   │   │   │   ├── sched_setaffinity.c
│   │   │   │   ├── scsi
│   │   │   │   │   ├── scsi.h
│   │   │   │   │   ├── scsi_ioctl.h
│   │   │   │   │   └── sg.h
│   │   │   │   ├── segfault.c
│   │   │   │   ├── semctl.c
│   │   │   │   ├── semget.c
│   │   │   │   ├── semop.c
│   │   │   │   ├── semtimedop.c
│   │   │   │   ├── send.c
│   │   │   │   ├── sendmmsg.c
│   │   │   │   ├── sendmsg.c
│   │   │   │   ├── sendto.c
│   │   │   │   ├── setegid.c
│   │   │   │   ├── seteuid.c
│   │   │   │   ├── setgid.c
│   │   │   │   ├── setgroups.c
│   │   │   │   ├── sethostid.c
│   │   │   │   ├── setipv4sourcefilter.c
│   │   │   │   ├── setregid.c
│   │   │   │   ├── setresgid.c
│   │   │   │   ├── setresuid.c
│   │   │   │   ├── setreuid.c
│   │   │   │   ├── setrlimit64.c
│   │   │   │   ├── setrlimit.c
│   │   │   │   ├── setsockopt.c
│   │   │   │   ├── setsourcefilter.c
│   │   │   │   ├── setuid.c
│   │   │   │   ├── sh
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── atomic-machine.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   └── shm.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── fcntl.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── localplt.data
│   │   │   │   │   ├── lockf64.c
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lowlevel-atomic.h
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── makecontext.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── pipe.S
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── setegid.c
│   │   │   │   │   ├── seteuid.c
│   │   │   │   │   ├── setgid.c
│   │   │   │   │   ├── setgroups.c
│   │   │   │   │   ├── setregid.c
│   │   │   │   │   ├── setresgid.c
│   │   │   │   │   ├── setresuid.c
│   │   │   │   │   ├── setreuid.c
│   │   │   │   │   ├── setuid.c
│   │   │   │   │   ├── sh3
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   └── ucontext_i.sym
│   │   │   │   │   ├── sh4
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   └── ucontext_i.sym
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigaltstack-offsets.sym
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── smp.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── shlib-versions
│   │   │   │   ├── shmat.c
│   │   │   │   ├── shmctl.c
│   │   │   │   ├── shm-directory.c
│   │   │   │   ├── shmdt.c
│   │   │   │   ├── shmget.c
│   │   │   │   ├── shutdown.c
│   │   │   │   ├── sigaction.c
│   │   │   │   ├── siglist.h
│   │   │   │   ├── signal.c
│   │   │   │   ├── signalfd.c
│   │   │   │   ├── sigpending.c
│   │   │   │   ├── sigprocmask.c
│   │   │   │   ├── sigqueue.c
│   │   │   │   ├── sigreturn.c
│   │   │   │   ├── sigset-cvt-mask.h
│   │   │   │   ├── sigstack.c
│   │   │   │   ├── sigsuspend.c
│   │   │   │   ├── sigtimedwait.c
│   │   │   │   ├── sigwait.c
│   │   │   │   ├── sigwaitinfo.c
│   │   │   │   ├── sizes.h
│   │   │   │   ├── socket.c
│   │   │   │   ├── socketcall.h
│   │   │   │   ├── socketpair.c
│   │   │   │   ├── sparc
│   │   │   │   │   ├── aio_cancel.c
│   │   │   │   │   ├── a.out.h
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── a.out.h
│   │   │   │   │   │   ├── environments.h
│   │   │   │   │   │   ├── epoll.h
│   │   │   │   │   │   ├── errno.h
│   │   │   │   │   │   ├── eventfd.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── inotify.h
│   │   │   │   │   │   ├── ioctls.h
│   │   │   │   │   │   ├── ipc.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── long-double.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── poll.h
│   │   │   │   │   │   ├── resource.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── setjmp.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   ├── sigcontext.h
│   │   │   │   │   │   ├── siginfo.h
│   │   │   │   │   │   ├── signalfd.h
│   │   │   │   │   │   ├── signum.h
│   │   │   │   │   │   ├── sigstack.h
│   │   │   │   │   │   ├── socket_type.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── termios.h
│   │   │   │   │   │   ├── timerfd.h
│   │   │   │   │   │   ├── typesizes.h
│   │   │   │   │   │   └── wordsize.h
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── getrlimit64.c
│   │   │   │   │   ├── getshmlba.c
│   │   │   │   │   ├── getsysstats.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_termios.h
│   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   ├── lowlevellock.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── pt-vfork.S
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── rt-sysdep.c
│   │   │   │   │   ├── sparc32
│   │   │   │   │   │   ├── brk.c
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── fcntl.c
│   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── fxstat.c
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── getdents64.c
│   │   │   │   │   │   ├── glob64.c
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── localplt.data
│   │   │   │   │   │   ├── lockf64.c
│   │   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   │   ├── lxstat.c
│   │   │   │   │   │   ├── makecontext.c
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── nldbl-abi.h
│   │   │   │   │   │   ├── pipe.S
│   │   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   │   ├── readdir64.c
│   │   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── scandir64.c
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── setegid.c
│   │   │   │   │   │   ├── seteuid.c
│   │   │   │   │   │   ├── setgid.c
│   │   │   │   │   │   ├── setgroups.c
│   │   │   │   │   │   ├── setregid.c
│   │   │   │   │   │   ├── setresgid.c
│   │   │   │   │   │   ├── setresuid.c
│   │   │   │   │   │   ├── setreuid.c
│   │   │   │   │   │   ├── setuid.c
│   │   │   │   │   │   ├── shlib-versions
│   │   │   │   │   │   ├── sigaction.c
│   │   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   │   ├── sparcv9
│   │   │   │   │   │   │   ├── fpu
│   │   │   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   │   │   └── multiarch
│   │   │   │   │   │   │   │   └── Implies
│   │   │   │   │   │   │   └── get_clockfreq.c
│   │   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   │   ├── syscall.S
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   ├── vfork.S
│   │   │   │   │   │   └── xstat.c
│   │   │   │   │   ├── sparc64
│   │   │   │   │   │   ├── brk.S
│   │   │   │   │   │   ├── bsd-_setjmp.S
│   │   │   │   │   │   ├── bsd-setjmp.S
│   │   │   │   │   │   ├── clone.S
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── dl-brk.S
│   │   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   │   ├── dl-fxstatat64.c
│   │   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   │   ├── fxstat.c
│   │   │   │   │   │   ├── get_clockfreq.c
│   │   │   │   │   │   ├── getcontext.S
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── localplt.data
│   │   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   │   ├── __longjmp.S
│   │   │   │   │   │   ├── longjmp.S
│   │   │   │   │   │   ├── lxstat.c
│   │   │   │   │   │   ├── makecontext.c
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── pause.c
│   │   │   │   │   │   ├── personality.c
│   │   │   │   │   │   ├── pipe.S
│   │   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── setcontext.S
│   │   │   │   │   │   ├── setjmp.S
│   │   │   │   │   │   ├── shlib-versions
│   │   │   │   │   │   ├── sigaction.c
│   │   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   │   ├── sigjmp.S
│   │   │   │   │   │   ├── sigpending.c
│   │   │   │   │   │   ├── sigprocmask.c
│   │   │   │   │   │   ├── sizes.h
│   │   │   │   │   │   ├── __start_context.S
│   │   │   │   │   │   ├── swapcontext.c
│   │   │   │   │   │   ├── syscall.S
│   │   │   │   │   │   ├── syscalls.list
│   │   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   │   ├── sysdep.h
│   │   │   │   │   │   ├── time.c
│   │   │   │   │   │   ├── timer_create.c
│   │   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   │   ├── ucontext_i.h
│   │   │   │   │   │   ├── Versions
│   │   │   │   │   │   ├── vfork.S
│   │   │   │   │   │   ├── wordexp.c
│   │   │   │   │   │   ├── xstat.c
│   │   │   │   │   │   └── xstatconv.c
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── trap.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── system.c
│   │   │   │   │   └── Versions
│   │   │   │   ├── spawni.c
│   │   │   │   ├── speed.c
│   │   │   │   ├── statfs64.c
│   │   │   │   ├── statvfs64.c
│   │   │   │   ├── statvfs.c
│   │   │   │   ├── sync_file_range.c
│   │   │   │   ├── sys
│   │   │   │   │   ├── acct.h
│   │   │   │   │   ├── epoll.h
│   │   │   │   │   ├── eventfd.h
│   │   │   │   │   ├── fanotify.h
│   │   │   │   │   ├── fsuid.h
│   │   │   │   │   ├── inotify.h
│   │   │   │   │   ├── kd.h
│   │   │   │   │   ├── klog.h
│   │   │   │   │   ├── mount.h
│   │   │   │   │   ├── pci.h
│   │   │   │   │   ├── personality.h
│   │   │   │   │   ├── prctl.h
│   │   │   │   │   ├── procfs.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── quota.h
│   │   │   │   │   ├── raw.h
│   │   │   │   │   ├── reboot.h
│   │   │   │   │   ├── signalfd.h
│   │   │   │   │   ├── soundcard.h
│   │   │   │   │   ├── swap.h
│   │   │   │   │   ├── syscall.h
│   │   │   │   │   ├── sysctl.h
│   │   │   │   │   ├── sysinfo.h
│   │   │   │   │   ├── timerfd.h
│   │   │   │   │   ├── timex.h
│   │   │   │   │   ├── ttydefaults.h
│   │   │   │   │   ├── ultrasound.h
│   │   │   │   │   ├── user.h
│   │   │   │   │   └── vt.h
│   │   │   │   ├── syscalls.list
│   │   │   │   ├── sysconf.c
│   │   │   │   ├── sysctl.c
│   │   │   │   ├── sysctl.mk
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── sysdep-vdso.h
│   │   │   │   ├── syslog.c
│   │   │   │   ├── system.c
│   │   │   │   ├── tcdrain.c
│   │   │   │   ├── tcflow.c
│   │   │   │   ├── tcflush.c
│   │   │   │   ├── tcgetattr.c
│   │   │   │   ├── tcgetpgrp.c
│   │   │   │   ├── tcsendbrk.c
│   │   │   │   ├── tcsetattr.c
│   │   │   │   ├── tcsetpgrp.c
│   │   │   │   ├── termio.h
│   │   │   │   ├── tile
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── environments.h
│   │   │   │   │   │   ├── local_lim.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── sigaction.h
│   │   │   │   │   │   └── siginfo.h
│   │   │   │   │   ├── cacheflush.c
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── dl-static.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── ldsodefs.h
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pt-vfork.c
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── set_dataplane.c
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── cachectl.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── ptrace.h
│   │   │   │   │   │   ├── reg.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   └── user.h
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── sysconf.c
│   │   │   │   │   ├── sysdep.c
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── tilegx
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── ioctl.S
│   │   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── register-dump.h
│   │   │   │   │   │   ├── sched_getcpu.c
│   │   │   │   │   │   ├── tilegx32
│   │   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   │   └── Makefile
│   │   │   │   │   │   └── tilegx64
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   └── Makefile
│   │   │   │   │   ├── tilepro
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── Implies
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   └── register-dump.h
│   │   │   │   │   ├── ucontext_i.h
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── waitpid.S
│   │   │   │   ├── time.c
│   │   │   │   ├── timer_create.c
│   │   │   │   ├── timer_delete.c
│   │   │   │   ├── timer_getoverr.c
│   │   │   │   ├── timer_gettime.c
│   │   │   │   ├── timer_routines.c
│   │   │   │   ├── timer_settime.c
│   │   │   │   ├── times.c
│   │   │   │   ├── timespec_get.c
│   │   │   │   ├── truncate64.c
│   │   │   │   ├── truncate.c
│   │   │   │   ├── tst-affinity.c
│   │   │   │   ├── tst-affinity-pid.c
│   │   │   │   ├── tst-align-clone.c
│   │   │   │   ├── tst-clone2.c
│   │   │   │   ├── tst-clone.c
│   │   │   │   ├── tst-fallocate64.c
│   │   │   │   ├── tst-fallocate.c
│   │   │   │   ├── tst-fallocate-common.c
│   │   │   │   ├── tst-fanotify.c
│   │   │   │   ├── tst-getpid1.c
│   │   │   │   ├── tst-personality.c
│   │   │   │   ├── tst-quota.c
│   │   │   │   ├── tst-setgetname.c
│   │   │   │   ├── tst-skeleton-affinity.c
│   │   │   │   ├── tst-skeleton-thread-affinity.c
│   │   │   │   ├── tst-sync_file_range.c
│   │   │   │   ├── tst-thread-affinity-pthread2.c
│   │   │   │   ├── tst-thread-affinity-pthread.c
│   │   │   │   ├── tst-thread-affinity-sched.c
│   │   │   │   ├── ttyname.c
│   │   │   │   ├── ttyname_r.c
│   │   │   │   ├── ualarm.c
│   │   │   │   ├── umount2.S
│   │   │   │   ├── umount.S
│   │   │   │   ├── unlockpt.c
│   │   │   │   ├── updwtmp.c
│   │   │   │   ├── ustat.c
│   │   │   │   ├── utimensat.c
│   │   │   │   ├── utimes.c
│   │   │   │   ├── utmp_file.c
│   │   │   │   ├── Versions
│   │   │   │   ├── vfork.c
│   │   │   │   ├── wait3.c
│   │   │   │   ├── wait.c
│   │   │   │   ├── waitid.c
│   │   │   │   ├── waitpid.c
│   │   │   │   ├── wordsize-64
│   │   │   │   │   ├── aio_read64.c
│   │   │   │   │   ├── aio_read.c
│   │   │   │   │   ├── aio_write64.c
│   │   │   │   │   ├── aio_write.c
│   │   │   │   │   ├── creat64.c
│   │   │   │   │   ├── dl-fxstatat64.c
│   │   │   │   │   ├── fstatfs64.c
│   │   │   │   │   ├── fstatvfs64.c
│   │   │   │   │   ├── fstatvfs.c
│   │   │   │   │   ├── fxstat64.c
│   │   │   │   │   ├── fxstatat64.c
│   │   │   │   │   ├── fxstatat.c
│   │   │   │   │   ├── fxstat.c
│   │   │   │   │   ├── getdents64.c
│   │   │   │   │   ├── getdents.c
│   │   │   │   │   ├── getdirentries64.c
│   │   │   │   │   ├── getdirentries.c
│   │   │   │   │   ├── glob64.c
│   │   │   │   │   ├── internal_statvfs64.c
│   │   │   │   │   ├── lio_listio64.c
│   │   │   │   │   ├── lio_listio.c
│   │   │   │   │   ├── lxstat64.c
│   │   │   │   │   ├── lxstat.c
│   │   │   │   │   ├── mmap64.c
│   │   │   │   │   ├── mmap.c
│   │   │   │   │   ├── open64.c
│   │   │   │   │   ├── openat64.c
│   │   │   │   │   ├── openat.c
│   │   │   │   │   ├── readdir64.c
│   │   │   │   │   ├── readdir64_r.c
│   │   │   │   │   ├── readdir.c
│   │   │   │   │   ├── readdir_r.c
│   │   │   │   │   ├── sendfile64.c
│   │   │   │   │   ├── statfs64.c
│   │   │   │   │   ├── statvfs64.c
│   │   │   │   │   ├── statvfs.c
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── xstat64.c
│   │   │   │   │   └── xstat.c
│   │   │   │   ├── x86
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── a.out.h
│   │   │   │   │   │   ├── environments.h
│   │   │   │   │   │   ├── epoll.h
│   │   │   │   │   │   ├── fcntl.h
│   │   │   │   │   │   ├── ipctypes.h
│   │   │   │   │   │   ├── mman.h
│   │   │   │   │   │   ├── msq.h
│   │   │   │   │   │   ├── sem.h
│   │   │   │   │   │   ├── shm.h
│   │   │   │   │   │   ├── sigcontext.h
│   │   │   │   │   │   ├── siginfo.h
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   ├── sysctl.h
│   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   ├── elision-conf.c
│   │   │   │   │   ├── elision-conf.h
│   │   │   │   │   ├── elision-lock.c
│   │   │   │   │   ├── elision-timed.c
│   │   │   │   │   ├── elision-trylock.c
│   │   │   │   │   ├── elision-unlock.c
│   │   │   │   │   ├── force-elision.h
│   │   │   │   │   ├── gettimeofday.c
│   │   │   │   │   ├── hle.h
│   │   │   │   │   ├── libc-vdso.h
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── pthread_mutex_cond_lock.c
│   │   │   │   │   ├── pthread_mutex_lock.c
│   │   │   │   │   ├── pthread_mutex_timedlock.c
│   │   │   │   │   ├── pthread_mutex_trylock.c
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── debugreg.h
│   │   │   │   │   │   ├── elf.h
│   │   │   │   │   │   ├── io.h
│   │   │   │   │   │   ├── perm.h
│   │   │   │   │   │   ├── procfs.h
│   │   │   │   │   │   ├── reg.h
│   │   │   │   │   │   ├── ucontext.h
│   │   │   │   │   │   ├── user.h
│   │   │   │   │   │   └── vm86.h
│   │   │   │   │   ├── sysconf.c
│   │   │   │   │   └── time.c
│   │   │   │   ├── x86_64
│   │   │   │   │   ├── 64
│   │   │   │   │   │   ├── configure
│   │   │   │   │   │   ├── configure.ac
│   │   │   │   │   │   ├── c++-types.data
│   │   │   │   │   │   ├── dl-librecon.h
│   │   │   │   │   │   ├── ld.abilist
│   │   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   │   ├── libc.abilist
│   │   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   │   ├── libm.abilist
│   │   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   │   ├── librt.abilist
│   │   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   ├── mmap.c
│   │   │   │   │   │   └── shlib-versions
│   │   │   │   │   ├── arch-fork.h
│   │   │   │   │   ├── brk.c
│   │   │   │   │   ├── cancellation.S
│   │   │   │   │   ├── clone.S
│   │   │   │   │   ├── compat-timer.h
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── dl-procinfo.c
│   │   │   │   │   ├── dl-procinfo.h
│   │   │   │   │   ├── get_clockfreq.c
│   │   │   │   │   ├── getcontext.S
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── init-first.c
│   │   │   │   │   ├── ipc_priv.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── kernel_stat.h
│   │   │   │   │   ├── ldconfig.h
│   │   │   │   │   ├── ldd-rewrite.sed
│   │   │   │   │   ├── libc-cancellation.S
│   │   │   │   │   ├── libc-lowlevellock.S
│   │   │   │   │   ├── libmvec.abilist
│   │   │   │   │   ├── librt-cancellation.S
│   │   │   │   │   ├── lll_timedlock_wait.c
│   │   │   │   │   ├── lll_timedwait_tid.c
│   │   │   │   │   ├── ____longjmp_chk.S
│   │   │   │   │   ├── lowlevellock.h
│   │   │   │   │   ├── lowlevellock.S
│   │   │   │   │   ├── makecontext.c
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── profil-counter.h
│   │   │   │   │   ├── pthread_setaffinity.c
│   │   │   │   │   ├── readelflib.c
│   │   │   │   │   ├── recv.c
│   │   │   │   │   ├── register-dump.h
│   │   │   │   │   ├── sched_setaffinity.c
│   │   │   │   │   ├── send.c
│   │   │   │   │   ├── setcontext.S
│   │   │   │   │   ├── sigaction.c
│   │   │   │   │   ├── sigaltstack-offsets.sym
│   │   │   │   │   ├── sigcontextinfo.h
│   │   │   │   │   ├── sigpending.c
│   │   │   │   │   ├── sigprocmask.c
│   │   │   │   │   ├── __start_context.S
│   │   │   │   │   ├── swapcontext.S
│   │   │   │   │   ├── syscall.S
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysdep-cancel.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── sysdep.S
│   │   │   │   │   ├── timer_create.c
│   │   │   │   │   ├── timer_delete.c
│   │   │   │   │   ├── timer_getoverr.c
│   │   │   │   │   ├── timer_gettime.c
│   │   │   │   │   ├── timer_settime.c
│   │   │   │   │   ├── ucontext_i.sym
│   │   │   │   │   ├── umount.c
│   │   │   │   │   ├── Versions
│   │   │   │   │   ├── vfork.S
│   │   │   │   │   └── x32
│   │   │   │   │   ├── arch_prctl.c
│   │   │   │   │   ├── configure
│   │   │   │   │   ├── configure.ac
│   │   │   │   │   ├── c++-types.data
│   │   │   │   │   ├── dl-cache.h
│   │   │   │   │   ├── fts64.c
│   │   │   │   │   ├── fts.c
│   │   │   │   │   ├── ftw64.c
│   │   │   │   │   ├── ftw.c
│   │   │   │   │   ├── getcpu.c
│   │   │   │   │   ├── glob.c
│   │   │   │   │   ├── Implies
│   │   │   │   │   ├── ld.abilist
│   │   │   │   │   ├── libanl.abilist
│   │   │   │   │   ├── libBrokenLocale.abilist
│   │   │   │   │   ├── libc.abilist
│   │   │   │   │   ├── libcrypt.abilist
│   │   │   │   │   ├── libdl.abilist
│   │   │   │   │   ├── libm.abilist
│   │   │   │   │   ├── libnsl.abilist
│   │   │   │   │   ├── libpthread.abilist
│   │   │   │   │   ├── libresolv.abilist
│   │   │   │   │   ├── librt.abilist
│   │   │   │   │   ├── libthread_db.abilist
│   │   │   │   │   ├── libutil.abilist
│   │   │   │   │   ├── llseek.S
│   │   │   │   │   ├── lseek64.S
│   │   │   │   │   ├── lseek.S
│   │   │   │   │   ├── Makefile
│   │   │   │   │   ├── shlib-versions
│   │   │   │   │   ├── syscalls.list
│   │   │   │   │   ├── sysctl.mk
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   └── times.c
│   │   │   │   ├── xmknodat.c
│   │   │   │   ├── xmknod.c
│   │   │   │   ├── xstat64.c
│   │   │   │   ├── xstat.c
│   │   │   │   ├── xstatconv.c
│   │   │   │   └── xstatconv.h
│   │   │   └── x86_64
│   │   │   ├── sysdep.h
│   │   │   └── sysdep.S
│   │   ├── wordsize-32
│   │   │   ├── bits
│   │   │   │   └── wordsize.h
│   │   │   ├── divdi3.c
│   │   │   ├── llabs.c
│   │   │   ├── lldiv.c
│   │   │   ├── Makefile
│   │   │   ├── strtoimax.c
│   │   │   ├── strtoumax.c
│   │   │   ├── symbol-hacks.h
│   │   │   ├── Versions
│   │   │   ├── wcstoimax.c
│   │   │   └── wcstoumax.c
│   │   ├── wordsize-64
│   │   │   ├── bits
│   │   │   │   └── wordsize.h
│   │   │   ├── fts64.c
│   │   │   ├── fts.c
│   │   │   ├── ftw64.c
│   │   │   ├── ftw.c
│   │   │   ├── glob64.c
│   │   │   ├── glob.c
│   │   │   ├── labs.c
│   │   │   ├── ldiv.c
│   │   │   ├── Makefile
│   │   │   ├── strtoimax.c
│   │   │   ├── strtol.c
│   │   │   ├── strtol_l.c
│   │   │   ├── strtoll.c
│   │   │   ├── strtoll_l.c
│   │   │   ├── strtoul.c
│   │   │   ├── strtoul_l.c
│   │   │   ├── strtoull.c
│   │   │   ├── strtoull_l.c
│   │   │   ├── strtoumax.c
│   │   │   ├── tst-writev.c
│   │   │   ├── Versions
│   │   │   ├── wcstoimax.c
│   │   │   ├── wcstol.c
│   │   │   ├── wcstol_l.c
│   │   │   ├── wcstoll.c
│   │   │   ├── wcstoll_l.c
│   │   │   ├── wcstoul.c
│   │   │   ├── wcstoul_l.c
│   │   │   ├── wcstoull.c
│   │   │   ├── wcstoull_l.c
│   │   │   └── wcstoumax.c
│   │   ├── x86
│   │   │   ├── bits
│   │   │   │   ├── byteswap-16.h
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── huge_vall.h
│   │   │   │   ├── link.h
│   │   │   │   ├── pthreadtypes.h
│   │   │   │   ├── select.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── string.h
│   │   │   │   ├── wordsize.h
│   │   │   │   └── xtitypes.h
│   │   │   ├── cacheinfo.c
│   │   │   ├── cpu-features.c
│   │   │   ├── cpu-features.h
│   │   │   ├── cpu-features-offsets.sym
│   │   │   ├── dl-get-cpu-features.c
│   │   │   ├── elide.h
│   │   │   ├── fpu
│   │   │   │   ├── bits
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── mathinline.h
│   │   │   │   │   └── math-vector.h
│   │   │   │   ├── fix-fp-int-compare-invalid.h
│   │   │   │   ├── include
│   │   │   │   │   └── bits
│   │   │   │   │   └── fenv.h
│   │   │   │   ├── Makefile
│   │   │   │   ├── powl_helper.c
│   │   │   │   ├── test-fenv-clear-sse.c
│   │   │   │   ├── test-fenv-sse-2.c
│   │   │   │   ├── test-fenv-sse.c
│   │   │   │   ├── test-fenv-x87.c
│   │   │   │   ├── test-flt-eval-method-387.c
│   │   │   │   ├── test-flt-eval-method-sse.c
│   │   │   │   └── test-math-vector-sincos.h
│   │   │   ├── fpu_control.h
│   │   │   ├── init-arch.h
│   │   │   ├── libc-start.c
│   │   │   ├── linkmap.h
│   │   │   ├── Makefile
│   │   │   ├── string_private.h
│   │   │   ├── tininess.h
│   │   │   ├── tst-get-cpu-features.c
│   │   │   ├── tst-get-cpu-features-static.c
│   │   │   └── Versions
│   │   └── x86_64
│   │   ├── 64
│   │   │   └── Implies-after
│   │   ├── abort-instr.h
│   │   ├── addmul_1.S
│   │   ├── add_n.S
│   │   ├── atomic-machine.h
│   │   ├── backtrace.c
│   │   ├── bsd-_setjmp.S
│   │   ├── bsd-setjmp.S
│   │   ├── bzero.S
│   │   ├── configure
│   │   ├── configure.ac
│   │   ├── crti.S
│   │   ├── crtn.S
│   │   ├── dl-irel.h
│   │   ├── dl-lookupcfg.h
│   │   ├── dl-machine.h
│   │   ├── dl-procinfo.c
│   │   ├── dl-runtime.c
│   │   ├── dl-tlsdesc.h
│   │   ├── dl-tlsdesc.S
│   │   ├── dl-tls.h
│   │   ├── dl-trampoline.h
│   │   ├── dl-trampoline.S
│   │   ├── ffs.c
│   │   ├── ffsll.c
│   │   ├── fpu
│   │   │   ├── e_acosl.c
│   │   │   ├── e_atan2l.c
│   │   │   ├── e_exp10l.S
│   │   │   ├── e_exp2l.S
│   │   │   ├── e_expf.S
│   │   │   ├── e_expl.S
│   │   │   ├── e_fmodl.S
│   │   │   ├── e_ilogbl.S
│   │   │   ├── e_log10l.S
│   │   │   ├── e_log2l.S
│   │   │   ├── e_logl.S
│   │   │   ├── e_powl.S
│   │   │   ├── e_remainderl.S
│   │   │   ├── e_scalbl.S
│   │   │   ├── e_sqrt.c
│   │   │   ├── e_sqrtf.c
│   │   │   ├── e_sqrtl.c
│   │   │   ├── fclrexcpt.c
│   │   │   ├── fedisblxcpt.c
│   │   │   ├── feenablxcpt.c
│   │   │   ├── fegetenv.c
│   │   │   ├── fegetexcept.c
│   │   │   ├── fegetmode.c
│   │   │   ├── fegetround.c
│   │   │   ├── feholdexcpt.c
│   │   │   ├── fesetenv.c
│   │   │   ├── fesetexcept.c
│   │   │   ├── fesetmode.c
│   │   │   ├── fesetround.c
│   │   │   ├── feupdateenv.c
│   │   │   ├── fgetexcptflg.c
│   │   │   ├── fraiseexcpt.c
│   │   │   ├── fsetexcptflg.c
│   │   │   ├── ftestexcept.c
│   │   │   ├── Implies
│   │   │   ├── libm-test-ulps
│   │   │   ├── libm-test-ulps-name
│   │   │   ├── Makefile
│   │   │   ├── math_ldbl.h
│   │   │   ├── math_private.h
│   │   │   ├── math-tests-arch.h
│   │   │   ├── multiarch
│   │   │   │   ├── doasin-fma4.c
│   │   │   │   ├── dosincos-fma4.c
│   │   │   │   ├── e_asin.c
│   │   │   │   ├── e_asin-fma4.c
│   │   │   │   ├── e_atan2-avx.c
│   │   │   │   ├── e_atan2.c
│   │   │   │   ├── e_atan2-fma4.c
│   │   │   │   ├── e_exp-avx.c
│   │   │   │   ├── e_exp.c
│   │   │   │   ├── e_exp-fma4.c
│   │   │   │   ├── e_log-avx.c
│   │   │   │   ├── e_log.c
│   │   │   │   ├── e_log-fma4.c
│   │   │   │   ├── e_pow.c
│   │   │   │   ├── e_pow-fma4.c
│   │   │   │   ├── halfulp-fma4.c
│   │   │   │   ├── Makefile
│   │   │   │   ├── mpa-avx.c
│   │   │   │   ├── mpa-fma4.c
│   │   │   │   ├── mpatan2-fma4.c
│   │   │   │   ├── mpatan-fma4.c
│   │   │   │   ├── mpexp-avx.c
│   │   │   │   ├── mpexp-fma4.c
│   │   │   │   ├── mplog-avx.c
│   │   │   │   ├── mplog-fma4.c
│   │   │   │   ├── mpsqrt-fma4.c
│   │   │   │   ├── mptan-fma4.c
│   │   │   │   ├── s_atan-avx.c
│   │   │   │   ├── s_atan.c
│   │   │   │   ├── s_atan-fma4.c
│   │   │   │   ├── s_ceil-c.c
│   │   │   │   ├── s_ceilf-c.c
│   │   │   │   ├── s_ceilf.S
│   │   │   │   ├── s_ceil.S
│   │   │   │   ├── s_floor-c.c
│   │   │   │   ├── s_floorf-c.c
│   │   │   │   ├── s_floorf.S
│   │   │   │   ├── s_floor.S
│   │   │   │   ├── s_fma.c
│   │   │   │   ├── s_fmaf.c
│   │   │   │   ├── sincos32-fma4.c
│   │   │   │   ├── slowexp-avx.c
│   │   │   │   ├── slowexp-fma4.c
│   │   │   │   ├── slowpow-fma4.c
│   │   │   │   ├── s_nearbyint-c.c
│   │   │   │   ├── s_nearbyintf-c.c
│   │   │   │   ├── s_nearbyintf.S
│   │   │   │   ├── s_nearbyint.S
│   │   │   │   ├── s_rint-c.c
│   │   │   │   ├── s_rintf-c.c
│   │   │   │   ├── s_rintf.S
│   │   │   │   ├── s_rint.S
│   │   │   │   ├── s_sin-avx.c
│   │   │   │   ├── s_sin.c
│   │   │   │   ├── s_sin-fma4.c
│   │   │   │   ├── s_tan-avx.c
│   │   │   │   ├── s_tan.c
│   │   │   │   ├── s_tan-fma4.c
│   │   │   │   ├── svml_d_cos2_core.S
│   │   │   │   ├── svml_d_cos2_core_sse4.S
│   │   │   │   ├── svml_d_cos4_core_avx2.S
│   │   │   │   ├── svml_d_cos4_core.S
│   │   │   │   ├── svml_d_cos8_core_avx512.S
│   │   │   │   ├── svml_d_cos8_core.S
│   │   │   │   ├── svml_d_exp2_core.S
│   │   │   │   ├── svml_d_exp2_core_sse4.S
│   │   │   │   ├── svml_d_exp4_core_avx2.S
│   │   │   │   ├── svml_d_exp4_core.S
│   │   │   │   ├── svml_d_exp8_core_avx512.S
│   │   │   │   ├── svml_d_exp8_core.S
│   │   │   │   ├── svml_d_log2_core.S
│   │   │   │   ├── svml_d_log2_core_sse4.S
│   │   │   │   ├── svml_d_log4_core_avx2.S
│   │   │   │   ├── svml_d_log4_core.S
│   │   │   │   ├── svml_d_log8_core_avx512.S
│   │   │   │   ├── svml_d_log8_core.S
│   │   │   │   ├── svml_d_pow2_core.S
│   │   │   │   ├── svml_d_pow2_core_sse4.S
│   │   │   │   ├── svml_d_pow4_core_avx2.S
│   │   │   │   ├── svml_d_pow4_core.S
│   │   │   │   ├── svml_d_pow8_core_avx512.S
│   │   │   │   ├── svml_d_pow8_core.S
│   │   │   │   ├── svml_d_sin2_core.S
│   │   │   │   ├── svml_d_sin2_core_sse4.S
│   │   │   │   ├── svml_d_sin4_core_avx2.S
│   │   │   │   ├── svml_d_sin4_core.S
│   │   │   │   ├── svml_d_sin8_core_avx512.S
│   │   │   │   ├── svml_d_sin8_core.S
│   │   │   │   ├── svml_d_sincos2_core.S
│   │   │   │   ├── svml_d_sincos2_core_sse4.S
│   │   │   │   ├── svml_d_sincos4_core_avx2.S
│   │   │   │   ├── svml_d_sincos4_core.S
│   │   │   │   ├── svml_d_sincos8_core_avx512.S
│   │   │   │   ├── svml_d_sincos8_core.S
│   │   │   │   ├── svml_s_cosf16_core_avx512.S
│   │   │   │   ├── svml_s_cosf16_core.S
│   │   │   │   ├── svml_s_cosf4_core.S
│   │   │   │   ├── svml_s_cosf4_core_sse4.S
│   │   │   │   ├── svml_s_cosf8_core_avx2.S
│   │   │   │   ├── svml_s_cosf8_core.S
│   │   │   │   ├── svml_s_expf16_core_avx512.S
│   │   │   │   ├── svml_s_expf16_core.S
│   │   │   │   ├── svml_s_expf4_core.S
│   │   │   │   ├── svml_s_expf4_core_sse4.S
│   │   │   │   ├── svml_s_expf8_core_avx2.S
│   │   │   │   ├── svml_s_expf8_core.S
│   │   │   │   ├── svml_s_logf16_core_avx512.S
│   │   │   │   ├── svml_s_logf16_core.S
│   │   │   │   ├── svml_s_logf4_core.S
│   │   │   │   ├── svml_s_logf4_core_sse4.S
│   │   │   │   ├── svml_s_logf8_core_avx2.S
│   │   │   │   ├── svml_s_logf8_core.S
│   │   │   │   ├── svml_s_powf16_core_avx512.S
│   │   │   │   ├── svml_s_powf16_core.S
│   │   │   │   ├── svml_s_powf4_core.S
│   │   │   │   ├── svml_s_powf4_core_sse4.S
│   │   │   │   ├── svml_s_powf8_core_avx2.S
│   │   │   │   ├── svml_s_powf8_core.S
│   │   │   │   ├── svml_s_sincosf16_core_avx512.S
│   │   │   │   ├── svml_s_sincosf16_core.S
│   │   │   │   ├── svml_s_sincosf4_core.S
│   │   │   │   ├── svml_s_sincosf4_core_sse4.S
│   │   │   │   ├── svml_s_sincosf8_core_avx2.S
│   │   │   │   ├── svml_s_sincosf8_core.S
│   │   │   │   ├── svml_s_sinf16_core_avx512.S
│   │   │   │   ├── svml_s_sinf16_core.S
│   │   │   │   ├── svml_s_sinf4_core.S
│   │   │   │   ├── svml_s_sinf4_core_sse4.S
│   │   │   │   ├── svml_s_sinf8_core_avx2.S
│   │   │   │   └── svml_s_sinf8_core.S
│   │   │   ├── printf_fphex.c
│   │   │   ├── s_atanl.c
│   │   │   ├── s_ceill.S
│   │   │   ├── s_copysignf.S
│   │   │   ├── s_copysignl.S
│   │   │   ├── s_copysign.S
│   │   │   ├── s_cosf.S
│   │   │   ├── s_expm1l.S
│   │   │   ├── s_fabs.c
│   │   │   ├── s_fabsf.c
│   │   │   ├── s_fabsl.S
│   │   │   ├── s_finitel.S
│   │   │   ├── s_floorl.S
│   │   │   ├── s_fmaxf.S
│   │   │   ├── s_fmaxl.S
│   │   │   ├── s_fmax.S
│   │   │   ├── s_fminf.S
│   │   │   ├── s_fminl.S
│   │   │   ├── s_fmin.S
│   │   │   ├── s_fpclassifyl.c
│   │   │   ├── s_isinfl.c
│   │   │   ├── s_isnanl.c
│   │   │   ├── s_llrintf.S
│   │   │   ├── s_llrintl.S
│   │   │   ├── s_llrint.S
│   │   │   ├── s_log1pl.S
│   │   │   ├── s_logbl.c
│   │   │   ├── s_lrintf.S
│   │   │   ├── s_lrintl.S
│   │   │   ├── s_lrint.S
│   │   │   ├── s_nearbyintl.S
│   │   │   ├── s_nextafterl.c
│   │   │   ├── s_nexttoward.c
│   │   │   ├── s_nexttowardf.c
│   │   │   ├── s_rintl.c
│   │   │   ├── s_scalbnl.S
│   │   │   ├── s_signbitf.S
│   │   │   ├── s_signbit.S
│   │   │   ├── s_significandl.c
│   │   │   ├── s_sincosf.S
│   │   │   ├── s_sinf.S
│   │   │   ├── s_truncl.S
│   │   │   ├── svml_d_cos2_core.S
│   │   │   ├── svml_d_cos4_core_avx.S
│   │   │   ├── svml_d_cos4_core.S
│   │   │   ├── svml_d_cos8_core.S
│   │   │   ├── svml_d_exp2_core.S
│   │   │   ├── svml_d_exp4_core_avx.S
│   │   │   ├── svml_d_exp4_core.S
│   │   │   ├── svml_d_exp8_core.S
│   │   │   ├── svml_d_exp_data.h
│   │   │   ├── svml_d_exp_data.S
│   │   │   ├── svml_d_log2_core.S
│   │   │   ├── svml_d_log4_core_avx.S
│   │   │   ├── svml_d_log4_core.S
│   │   │   ├── svml_d_log8_core.S
│   │   │   ├── svml_d_log_data.h
│   │   │   ├── svml_d_log_data.S
│   │   │   ├── svml_d_pow2_core.S
│   │   │   ├── svml_d_pow4_core_avx.S
│   │   │   ├── svml_d_pow4_core.S
│   │   │   ├── svml_d_pow8_core.S
│   │   │   ├── svml_d_pow_data.h
│   │   │   ├── svml_d_pow_data.S
│   │   │   ├── svml_d_sin2_core.S
│   │   │   ├── svml_d_sin4_core_avx.S
│   │   │   ├── svml_d_sin4_core.S
│   │   │   ├── svml_d_sin8_core.S
│   │   │   ├── svml_d_sincos2_core.S
│   │   │   ├── svml_d_sincos4_core_avx.S
│   │   │   ├── svml_d_sincos4_core.S
│   │   │   ├── svml_d_sincos8_core.S
│   │   │   ├── svml_d_trig_data.h
│   │   │   ├── svml_d_trig_data.S
│   │   │   ├── svml_d_wrapper_impl.h
│   │   │   ├── svml_finite_alias.S
│   │   │   ├── svml_s_cosf16_core.S
│   │   │   ├── svml_s_cosf4_core.S
│   │   │   ├── svml_s_cosf8_core_avx.S
│   │   │   ├── svml_s_cosf8_core.S
│   │   │   ├── svml_s_expf16_core.S
│   │   │   ├── svml_s_expf4_core.S
│   │   │   ├── svml_s_expf8_core_avx.S
│   │   │   ├── svml_s_expf8_core.S
│   │   │   ├── svml_s_expf_data.h
│   │   │   ├── svml_s_expf_data.S
│   │   │   ├── svml_s_logf16_core.S
│   │   │   ├── svml_s_logf4_core.S
│   │   │   ├── svml_s_logf8_core_avx.S
│   │   │   ├── svml_s_logf8_core.S
│   │   │   ├── svml_s_logf_data.h
│   │   │   ├── svml_s_logf_data.S
│   │   │   ├── svml_s_powf16_core.S
│   │   │   ├── svml_s_powf4_core.S
│   │   │   ├── svml_s_powf8_core_avx.S
│   │   │   ├── svml_s_powf8_core.S
│   │   │   ├── svml_s_powf_data.h
│   │   │   ├── svml_s_powf_data.S
│   │   │   ├── svml_s_sincosf16_core.S
│   │   │   ├── svml_s_sincosf4_core.S
│   │   │   ├── svml_s_sincosf8_core_avx.S
│   │   │   ├── svml_s_sincosf8_core.S
│   │   │   ├── svml_s_sinf16_core.S
│   │   │   ├── svml_s_sinf4_core.S
│   │   │   ├── svml_s_sinf8_core_avx.S
│   │   │   ├── svml_s_sinf8_core.S
│   │   │   ├── svml_s_trig_data.h
│   │   │   ├── svml_s_trig_data.S
│   │   │   ├── svml_s_wrapper_impl.h
│   │   │   ├── test-double-libmvec-alias-avx2.c
│   │   │   ├── test-double-libmvec-alias-avx2-main.c
│   │   │   ├── test-double-libmvec-alias-avx2-mod.c
│   │   │   ├── test-double-libmvec-alias-avx512.c
│   │   │   ├── test-double-libmvec-alias-avx512-main.c
│   │   │   ├── test-double-libmvec-alias-avx512-mod.c
│   │   │   ├── test-double-libmvec-alias-avx.c
│   │   │   ├── test-double-libmvec-alias-avx-main.c
│   │   │   ├── test-double-libmvec-alias-avx-mod.c
│   │   │   ├── test-double-libmvec-alias.c
│   │   │   ├── test-double-libmvec-alias-main.c
│   │   │   ├── test-double-libmvec-alias-mod.c
│   │   │   ├── test-double-libmvec-sincos-avx2.c
│   │   │   ├── test-double-libmvec-sincos-avx2-main.c
│   │   │   ├── test-double-libmvec-sincos-avx512.c
│   │   │   ├── test-double-libmvec-sincos-avx512-main.c
│   │   │   ├── test-double-libmvec-sincos-avx.c
│   │   │   ├── test-double-libmvec-sincos-avx-main.c
│   │   │   ├── test-double-libmvec-sincos.c
│   │   │   ├── test-double-libmvec-sincos-main.c
│   │   │   ├── test-double-vlen2.c
│   │   │   ├── test-double-vlen2-wrappers.c
│   │   │   ├── test-double-vlen4-avx2.c
│   │   │   ├── test-double-vlen4-avx2-wrappers.c
│   │   │   ├── test-double-vlen4.c
│   │   │   ├── test-double-vlen4-wrappers.c
│   │   │   ├── test-double-vlen8.c
│   │   │   ├── test-double-vlen8-wrappers.c
│   │   │   ├── test-float-libmvec-alias-avx2.c
│   │   │   ├── test-float-libmvec-alias-avx2-main.c
│   │   │   ├── test-float-libmvec-alias-avx2-mod.c
│   │   │   ├── test-float-libmvec-alias-avx512.c
│   │   │   ├── test-float-libmvec-alias-avx512-main.c
│   │   │   ├── test-float-libmvec-alias-avx512-mod.c
│   │   │   ├── test-float-libmvec-alias-avx.c
│   │   │   ├── test-float-libmvec-alias-avx-main.c
│   │   │   ├── test-float-libmvec-alias-avx-mod.c
│   │   │   ├── test-float-libmvec-alias.c
│   │   │   ├── test-float-libmvec-alias-main.c
│   │   │   ├── test-float-libmvec-alias-mod.c
│   │   │   ├── test-float-libmvec-sincosf-avx2.c
│   │   │   ├── test-float-libmvec-sincosf-avx2-main.c
│   │   │   ├── test-float-libmvec-sincosf-avx512.c
│   │   │   ├── test-float-libmvec-sincosf-avx512-main.c
│   │   │   ├── test-float-libmvec-sincosf-avx.c
│   │   │   ├── test-float-libmvec-sincosf-avx-main.c
│   │   │   ├── test-float-libmvec-sincosf.c
│   │   │   ├── test-float-libmvec-sincosf-main.c
│   │   │   ├── test-float-vlen16.c
│   │   │   ├── test-float-vlen16-wrappers.c
│   │   │   ├── test-float-vlen4.c
│   │   │   ├── test-float-vlen4-wrappers.c
│   │   │   ├── test-float-vlen8-avx2.c
│   │   │   ├── test-float-vlen8-avx2-wrappers.c
│   │   │   ├── test-float-vlen8.c
│   │   │   ├── test-float-vlen8-wrappers.c
│   │   │   ├── test-libmvec-alias-mod.c
│   │   │   ├── Versions
│   │   │   └── x86_64-math-asm.h
│   │   ├── hp-timing.h
│   │   ├── htonl.S
│   │   ├── ifuncmain8.c
│   │   ├── ifuncmod8.c
│   │   ├── Implies
│   │   ├── jmpbuf-offsets.h
│   │   ├── jmpbuf-unwind.h
│   │   ├── l10nflist.c
│   │   ├── ldbl2mpn.c
│   │   ├── ldsodefs.h
│   │   ├── link-defines.sym
│   │   ├── locale-defines.sym
│   │   ├── localplt.data
│   │   ├── ____longjmp_chk.S
│   │   ├── __longjmp.S
│   │   ├── lshift.S
│   │   ├── machine-gmon.h
│   │   ├── Makefile
│   │   ├── _mcount.S
│   │   ├── memchr.S
│   │   ├── memcmp.S
│   │   ├── memcopy.h
│   │   ├── memcpy_chk.S
│   │   ├── memcpy.S
│   │   ├── memmove_chk.S
│   │   ├── memmove.S
│   │   ├── mempcpy_chk.S
│   │   ├── mempcpy.S
│   │   ├── memrchr.S
│   │   ├── memset_chk.S
│   │   ├── memset.S
│   │   ├── memusage.h
│   │   ├── mp_clz_tab.c
│   │   ├── mul_1.S
│   │   ├── multiarch
│   │   │   ├── bcopy.S
│   │   │   ├── ifunc-impl-list.c
│   │   │   ├── Makefile
│   │   │   ├── memcmp.S
│   │   │   ├── memcmp-sse4.S
│   │   │   ├── memcmp-ssse3.S
│   │   │   ├── memcpy_chk.S
│   │   │   ├── memcpy.S
│   │   │   ├── memcpy-ssse3-back.S
│   │   │   ├── memcpy-ssse3.S
│   │   │   ├── memmove-avx512-no-vzeroupper.S
│   │   │   ├── memmove-avx512-unaligned-erms.S
│   │   │   ├── memmove-avx-unaligned-erms.S
│   │   │   ├── memmove_chk.S
│   │   │   ├── memmove.S
│   │   │   ├── memmove-ssse3-back.S
│   │   │   ├── memmove-ssse3.S
│   │   │   ├── memmove-vec-unaligned-erms.S
│   │   │   ├── mempcpy_chk.S
│   │   │   ├── mempcpy.S
│   │   │   ├── memset-avx2-unaligned-erms.S
│   │   │   ├── memset-avx512-no-vzeroupper.S
│   │   │   ├── memset-avx512-unaligned-erms.S
│   │   │   ├── memset_chk.S
│   │   │   ├── memset.S
│   │   │   ├── memset-vec-unaligned-erms.S
│   │   │   ├── sched_cpucount.c
│   │   │   ├── stpcpy.S
│   │   │   ├── stpcpy-sse2-unaligned.S
│   │   │   ├── stpcpy-ssse3.S
│   │   │   ├── stpncpy-c.c
│   │   │   ├── stpncpy.S
│   │   │   ├── stpncpy-sse2-unaligned.S
│   │   │   ├── stpncpy-ssse3.S
│   │   │   ├── strcasecmp_l.S
│   │   │   ├── strcasecmp_l-ssse3.S
│   │   │   ├── strcat.S
│   │   │   ├── strcat-sse2-unaligned.S
│   │   │   ├── strcat-ssse3.S
│   │   │   ├── strchr.S
│   │   │   ├── strchr-sse2-no-bsf.S
│   │   │   ├── strcmp.S
│   │   │   ├── strcmp-sse2-unaligned.S
│   │   │   ├── strcmp-sse42.S
│   │   │   ├── strcmp-ssse3.S
│   │   │   ├── strcpy.S
│   │   │   ├── strcpy-sse2-unaligned.S
│   │   │   ├── strcpy-ssse3.S
│   │   │   ├── strcspn-c.c
│   │   │   ├── strcspn.S
│   │   │   ├── strncase_l.S
│   │   │   ├── strncase_l-ssse3.S
│   │   │   ├── strncat-c.c
│   │   │   ├── strncat.S
│   │   │   ├── strncat-sse2-unaligned.S
│   │   │   ├── strncat-ssse3.S
│   │   │   ├── strncmp.S
│   │   │   ├── strncmp-ssse3.S
│   │   │   ├── strncpy-c.c
│   │   │   ├── strncpy.S
│   │   │   ├── strncpy-sse2-unaligned.S
│   │   │   ├── strncpy-ssse3.S
│   │   │   ├── strpbrk-c.c
│   │   │   ├── strpbrk.S
│   │   │   ├── strspn-c.c
│   │   │   ├── strspn.S
│   │   │   ├── strstr.c
│   │   │   ├── strstr-sse2-unaligned.S
│   │   │   ├── test-multiarch.c
│   │   │   ├── varshift.c
│   │   │   ├── varshift.h
│   │   │   ├── wcscpy-c.c
│   │   │   ├── wcscpy.S
│   │   │   ├── wcscpy-ssse3.S
│   │   │   ├── wmemcmp-c.c
│   │   │   ├── wmemcmp.S
│   │   │   ├── wmemcmp-sse4.S
│   │   │   └── wmemcmp-ssse3.S
│   │   ├── nptl
│   │   │   ├── Makefile
│   │   │   ├── pthreaddef.h
│   │   │   ├── pthread_spin_init.c
│   │   │   ├── pthread_spin_lock.S
│   │   │   ├── pthread_spin_trylock.S
│   │   │   ├── pthread_spin_unlock.S
│   │   │   ├── tcb-offsets.sym
│   │   │   └── tls.h
│   │   ├── preconfigure
│   │   ├── preconfigure.ac
│   │   ├── rawmemchr.S
│   │   ├── rshift.S
│   │   ├── sched_cpucount.c
│   │   ├── setjmp.S
│   │   ├── stack-aliasing.h
│   │   ├── stackguard-macros.h
│   │   ├── stackinfo.h
│   │   ├── start.S
│   │   ├── stpcpy.S
│   │   ├── strcasecmp_l-nonascii.c
│   │   ├── strcasecmp_l.S
│   │   ├── strcasecmp.S
│   │   ├── strcat.S
│   │   ├── strchrnul.S
│   │   ├── strchr.S
│   │   ├── strcmp.S
│   │   ├── strcpy.S
│   │   ├── strcspn.S
│   │   ├── strlen.S
│   │   ├── strncase_l-nonascii.c
│   │   ├── strncase_l.S
│   │   ├── strncase.S
│   │   ├── strncmp.S
│   │   ├── strnlen.S
│   │   ├── strpbrk.S
│   │   ├── strrchr.S
│   │   ├── strspn.S
│   │   ├── strtok_r.S
│   │   ├── strtok.S
│   │   ├── submul_1.S
│   │   ├── sub_n.S
│   │   ├── sysdep.h
│   │   ├── tlsdesc.c
│   │   ├── tlsdesc.sym
│   │   ├── tls-macros.h
│   │   ├── tst-audit10-aux.c
│   │   ├── tst-audit10.c
│   │   ├── tst-audit3.c
│   │   ├── tst-audit4-aux.c
│   │   ├── tst-audit4.c
│   │   ├── tst-audit5.c
│   │   ├── tst-audit6.c
│   │   ├── tst-audit7.c
│   │   ├── tst-audit.h
│   │   ├── tst-auditmod10a.c
│   │   ├── tst-auditmod10b.c
│   │   ├── tst-auditmod3a.c
│   │   ├── tst-auditmod3b.c
│   │   ├── tst-auditmod4a.c
│   │   ├── tst-auditmod4b.c
│   │   ├── tst-auditmod5a.c
│   │   ├── tst-auditmod5b.c
│   │   ├── tst-auditmod6a.c
│   │   ├── tst-auditmod6b.c
│   │   ├── tst-auditmod6c.c
│   │   ├── tst-auditmod7a.c
│   │   ├── tst-auditmod7b.c
│   │   ├── tst-mallocalign1.c
│   │   ├── tst-quad1.c
│   │   ├── tst-quad1pie.c
│   │   ├── tst-quad2.c
│   │   ├── tst-quad2pie.c
│   │   ├── tst-quadmod1pie.S
│   │   ├── tst-quadmod1.S
│   │   ├── tst-quadmod2pie.S
│   │   ├── tst-quadmod2.S
│   │   ├── tst-split-dynreloc.c
│   │   ├── tst-split-dynreloc.lds
│   │   ├── tst-stack-align.h
│   │   ├── Versions
│   │   ├── wcschr.S
│   │   ├── wcscmp.S
│   │   ├── wcslen.S
│   │   ├── wcsrchr.S
│   │   ├── wordcopy.c
│   │   └── x32
│   │   ├── divdi3.c
│   │   ├── dl-machine.h
│   │   ├── ffs.c
│   │   ├── fpu
│   │   │   ├── s_lrintf.S
│   │   │   ├── s_lrintl.S
│   │   │   └── s_lrint.S
│   │   ├── gmp-mparam.h
│   │   ├── Implies-after
│   │   ├── _itoa.h
│   │   ├── Makefile
│   │   ├── nptl
│   │   │   └── tls.h
│   │   ├── symbol-hacks.h
│   │   └── sysdep.h
│   ├── sysvipc
│   │   ├── ftok.c
│   │   ├── Makefile
│   │   ├── msgctl.c
│   │   ├── msgget.c
│   │   ├── msgrcv.c
│   │   ├── msgsnd.c
│   │   ├── semctl.c
│   │   ├── semget.c
│   │   ├── semop.c
│   │   ├── semtimedop.c
│   │   ├── shmat.c
│   │   ├── shmctl.c
│   │   ├── shmdt.c
│   │   ├── shmget.c
│   │   ├── sys
│   │   │   ├── ipc.h
│   │   │   ├── msg.h
│   │   │   ├── sem.h
│   │   │   └── shm.h
│   │   ├── test-sysvmsg.c
│   │   ├── test-sysvsem.c
│   │   ├── test-sysvshm.c
│   │   └── Versions
│   ├── termios
│   │   ├── cfmakeraw.c
│   │   ├── cfsetspeed.c
│   │   ├── Makefile
│   │   ├── speed.c
│   │   ├── sys
│   │   │   ├── termios.h
│   │   │   └── ttychars.h
│   │   ├── tcdrain.c
│   │   ├── tcflow.c
│   │   ├── tcflush.c
│   │   ├── tcgetattr.c
│   │   ├── tcgetpgrp.c
│   │   ├── tcgetsid.c
│   │   ├── tcsendbrk.c
│   │   ├── tcsetattr.c
│   │   ├── tcsetpgrp.c
│   │   ├── termios.h
│   │   └── Versions
│   ├── test-skeleton.c
│   ├── time
│   │   ├── adjtime.c
│   │   ├── alt_digit.c
│   │   ├── asctime.c
│   │   ├── bits
│   │   │   └── types
│   │   │   ├── clockid_t.h
│   │   │   ├── clock_t.h
│   │   │   ├── struct_itimerspec.h
│   │   │   ├── struct_timespec.h
│   │   │   ├── struct_timeval.h
│   │   │   ├── struct_tm.h
│   │   │   ├── timer_t.h
│   │   │   └── time_t.h
│   │   ├── bug-asctime.c
│   │   ├── bug-asctime_r.c
│   │   ├── bug-getdate1.c
│   │   ├── bug-mktime1.c
│   │   ├── clock.c
│   │   ├── clocktest.c
│   │   ├── ctime.c
│   │   ├── ctime_r.c
│   │   ├── datemsk
│   │   ├── Depend
│   │   ├── difftime.c
│   │   ├── dysize.c
│   │   ├── era.c
│   │   ├── ftime.c
│   │   ├── getdate.c
│   │   ├── getitimer.c
│   │   ├── gettimeofday.c
│   │   ├── gmtime.c
│   │   ├── lc-time-cleanup.c
│   │   ├── localtime.c
│   │   ├── Makefile
│   │   ├── mktime.c
│   │   ├── offtime.c
│   │   ├── setitimer.c
│   │   ├── settimeofday.c
│   │   ├── stime.c
│   │   ├── strftime.c
│   │   ├── strftime_l.c
│   │   ├── strptime.c
│   │   ├── strptime_l.c
│   │   ├── sys
│   │   │   ├── timeb.h
│   │   │   └── time.h
│   │   ├── test_time.c
│   │   ├── time.c
│   │   ├── timegm.c
│   │   ├── time.h
│   │   ├── timespec_get.c
│   │   ├── tst-ftime.c
│   │   ├── tst-ftime_l.c
│   │   ├── tst-getdate.c
│   │   ├── tst-mktime2.c
│   │   ├── tst-mktime3.c
│   │   ├── tst-mktime.c
│   │   ├── tst-posixtz.c
│   │   ├── tst-strftime.c
│   │   ├── tst-strptime2.c
│   │   ├── tst-strptime3.c
│   │   ├── tst-strptime.c
│   │   ├── tst-strptime-whitespace.c
│   │   ├── tst-tzname.c
│   │   ├── tst_wcsftime.c
│   │   ├── tzfile.c
│   │   ├── tzset.c
│   │   ├── Versions
│   │   ├── wcsftime.c
│   │   └── wcsftime_l.c
│   ├── timezone
│   │   ├── africa
│   │   ├── antarctica
│   │   ├── asia
│   │   ├── australasia
│   │   ├── backward
│   │   ├── etcetera
│   │   ├── europe
│   │   ├── factory
│   │   ├── iso3166.tab
│   │   ├── leapseconds
│   │   ├── Makefile
│   │   ├── northamerica
│   │   ├── pacificnew
│   │   ├── private.h
│   │   ├── README
│   │   ├── simplebackw
│   │   ├── solar87
│   │   ├── solar88
│   │   ├── solar89
│   │   ├── southamerica
│   │   ├── systemv
│   │   ├── testdata
│   │   │   ├── XT1
│   │   │   ├── XT2
│   │   │   ├── XT3
│   │   │   └── XT4
│   │   ├── test-tz.c
│   │   ├── tst-timezone.c
│   │   ├── tst-tzset.c
│   │   ├── tzfile.h
│   │   ├── tzselect.ksh
│   │   ├── yearistype
│   │   ├── zdump.c
│   │   ├── zic.c
│   │   └── zone.tab
│   ├── version.h
│   ├── wcsmbs
│   │   ├── bits
│   │   │   ├── wchar2.h
│   │   │   └── wchar-ldbl.h
│   │   ├── btowc.c
│   │   ├── c16rtomb.c
│   │   ├── Depend
│   │   ├── isoc99_fwscanf.c
│   │   ├── isoc99_swscanf.c
│   │   ├── isoc99_vfwscanf.c
│   │   ├── isoc99_vswscanf.c
│   │   ├── isoc99_vwscanf.c
│   │   ├── isoc99_wscanf.c
│   │   ├── Makefile
│   │   ├── mbrlen.c
│   │   ├── mbrtoc16.c
│   │   ├── mbrtowc.c
│   │   ├── mbsinit.c
│   │   ├── mbsnrtowcs.c
│   │   ├── mbsrtowcs.c
│   │   ├── mbsrtowcs_l.c
│   │   ├── test-wcpcpy.c
│   │   ├── test-wcpncpy.c
│   │   ├── test-wcscat.c
│   │   ├── test-wcschr.c
│   │   ├── test-wcschrnul.c
│   │   ├── test-wcscmp.c
│   │   ├── test-wcscpy.c
│   │   ├── test-wcscspn.c
│   │   ├── test-wcslen.c
│   │   ├── test-wcsncat.c
│   │   ├── test-wcsncmp.c
│   │   ├── test-wcsncpy.c
│   │   ├── test-wcsnlen.c
│   │   ├── test-wcspbrk.c
│   │   ├── test-wcsrchr.c
│   │   ├── test-wcsspn.c
│   │   ├── test-wmemchr.c
│   │   ├── test-wmemcmp.c
│   │   ├── test-wmemset.c
│   │   ├── tst-btowc.c
│   │   ├── tst-c16c32-1.c
│   │   ├── tst-mbrtowc2.c
│   │   ├── tst-mbrtowc.c
│   │   ├── tst-mbsrtowcs.c
│   │   ├── tst-wchar-h.c
│   │   ├── tst-wcpncpy.c
│   │   ├── tst-wcrtomb.c
│   │   ├── tst-wcsnlen.c
│   │   ├── tst-wcstod-nan-locale.c
│   │   ├── tst-wcstod-round.c
│   │   ├── tst-wcstof.c
│   │   ├── tst-wcstol-locale.c
│   │   ├── uchar.h
│   │   ├── Versions
│   │   ├── wchar.h
│   │   ├── wcpcpy.c
│   │   ├── wcpncpy.c
│   │   ├── wcrtomb.c
│   │   ├── wcsatcliff.c
│   │   ├── wcscasecmp.c
│   │   ├── wcscasecmp_l.c
│   │   ├── wcscat.c
│   │   ├── wcschr.c
│   │   ├── wcschrnul.c
│   │   ├── wcscmp.c
│   │   ├── wcscoll.c
│   │   ├── wcscoll_l.c
│   │   ├── wcscpy.c
│   │   ├── wcscspn.c
│   │   ├── wcsdup.c
│   │   ├── wcslen.c
│   │   ├── wcsmbsload.c
│   │   ├── wcsmbsload.h
│   │   ├── wcsmbs-tst1.c
│   │   ├── wcsncase.c
│   │   ├── wcsncase_l.c
│   │   ├── wcsncat.c
│   │   ├── wcsncmp.c
│   │   ├── wcsncpy.c
│   │   ├── wcsnlen.c
│   │   ├── wcsnrtombs.c
│   │   ├── wcspbrk.c
│   │   ├── wcsrchr.c
│   │   ├── wcsrtombs.c
│   │   ├── wcsspn.c
│   │   ├── wcsstr.c
│   │   ├── wcstod.c
│   │   ├── wcstod_l.c
│   │   ├── wcstod_nan.c
│   │   ├── wcstof.c
│   │   ├── wcstof_l.c
│   │   ├── wcstof_nan.c
│   │   ├── wcstok.c
│   │   ├── wcstol.c
│   │   ├── wcstold.c
│   │   ├── wcstold_l.c
│   │   ├── wcstold_nan.c
│   │   ├── wcstol_l.c
│   │   ├── wcstoll.c
│   │   ├── wcstoll_l.c
│   │   ├── wcstoul.c
│   │   ├── wcstoul_l.c
│   │   ├── wcstoull.c
│   │   ├── wcstoull_l.c
│   │   ├── wcswidth.c
│   │   ├── wcsxfrm.c
│   │   ├── wcsxfrm_l.c
│   │   ├── wctob.c
│   │   ├── wcwidth.c
│   │   ├── wcwidth.h
│   │   ├── wmemchr.c
│   │   ├── wmemcmp.c
│   │   ├── wmemcpy.c
│   │   ├── wmemmove.c
│   │   ├── wmempcpy.c
│   │   └── wmemset.c
│   ├── wctype
│   │   ├── bug-wctypeh.c
│   │   ├── iswctype.c
│   │   ├── iswctype_l.c
│   │   ├── Makefile
│   │   ├── test_wcfuncs.c
│   │   ├── test_wctype.c
│   │   ├── towctrans.c
│   │   ├── towctrans_l.c
│   │   ├── Versions
│   │   ├── wcfuncs.c
│   │   ├── wcfuncs_l.c
│   │   ├── wchar-lookup.h
│   │   ├── wctrans.c
│   │   ├── wctrans_l.c
│   │   ├── wctype.c
│   │   ├── wctype.h
│   │   └── wctype_l.c
│   └── WUR-REPORT
└── pax_global_header

597 directories, 15624 files

标签:

实例下载地址

c语言标准库函数源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警