Skip to content

Instantly share code, notes, and snippets.

@jedisct1
Created May 20, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedisct1/fca61a2695d7831914571e7f36556abd to your computer and use it in GitHub Desktop.
Save jedisct1/fca61a2695d7831914571e7f36556abd to your computer and use it in GitHub Desktop.
.
└── zig
├── include
│   ├── __clang_cuda_builtin_vars.h
│   ├── __clang_cuda_cmath.h
│   ├── __clang_cuda_complex_builtins.h
│   ├── __clang_cuda_device_functions.h
│   ├── __clang_cuda_intrinsics.h
│   ├── __clang_cuda_libdevice_declares.h
│   ├── __clang_cuda_math.h
│   ├── __clang_cuda_math_forward_declares.h
│   ├── __clang_cuda_runtime_wrapper.h
│   ├── __clang_hip_cmath.h
│   ├── __clang_hip_libdevice_declares.h
│   ├── __clang_hip_math.h
│   ├── __clang_hip_runtime_wrapper.h
│   ├── __stddef_max_align_t.h
│   ├── __wmmintrin_aes.h
│   ├── __wmmintrin_pclmul.h
│   ├── adxintrin.h
│   ├── altivec.h
│   ├── ammintrin.h
│   ├── amxintrin.h
│   ├── arm64intr.h
│   ├── arm_acle.h
│   ├── arm_bf16.h
│   ├── arm_cde.h
│   ├── arm_cmse.h
│   ├── arm_fp16.h
│   ├── arm_mve.h
│   ├── arm_neon.h
│   ├── arm_sve.h
│   ├── armintr.h
│   ├── avx2intrin.h
│   ├── avx512bf16intrin.h
│   ├── avx512bitalgintrin.h
│   ├── avx512bwintrin.h
│   ├── avx512cdintrin.h
│   ├── avx512dqintrin.h
│   ├── avx512erintrin.h
│   ├── avx512fintrin.h
│   ├── avx512ifmaintrin.h
│   ├── avx512ifmavlintrin.h
│   ├── avx512pfintrin.h
│   ├── avx512vbmi2intrin.h
│   ├── avx512vbmiintrin.h
│   ├── avx512vbmivlintrin.h
│   ├── avx512vlbf16intrin.h
│   ├── avx512vlbitalgintrin.h
│   ├── avx512vlbwintrin.h
│   ├── avx512vlcdintrin.h
│   ├── avx512vldqintrin.h
│   ├── avx512vlintrin.h
│   ├── avx512vlvbmi2intrin.h
│   ├── avx512vlvnniintrin.h
│   ├── avx512vlvp2intersectintrin.h
│   ├── avx512vnniintrin.h
│   ├── avx512vp2intersectintrin.h
│   ├── avx512vpopcntdqintrin.h
│   ├── avx512vpopcntdqvlintrin.h
│   ├── avxintrin.h
│   ├── avxvnniintrin.h
│   ├── bmi2intrin.h
│   ├── bmiintrin.h
│   ├── cet.h
│   ├── cetintrin.h
│   ├── cldemoteintrin.h
│   ├── clflushoptintrin.h
│   ├── clwbintrin.h
│   ├── clzerointrin.h
│   ├── cpuid.h
│   ├── cuda_wrappers
│   │   ├── algorithm
│   │   ├── complex
│   │   └── new
│   ├── emmintrin.h
│   ├── enqcmdintrin.h
│   ├── f16cintrin.h
│   ├── float.h
│   ├── fma4intrin.h
│   ├── fmaintrin.h
│   ├── fxsrintrin.h
│   ├── gfniintrin.h
│   ├── hresetintrin.h
│   ├── htmintrin.h
│   ├── htmxlintrin.h
│   ├── ia32intrin.h
│   ├── immintrin.h
│   ├── intrin.h
│   ├── inttypes.h
│   ├── invpcidintrin.h
│   ├── iso646.h
│   ├── keylockerintrin.h
│   ├── limits.h
│   ├── lwpintrin.h
│   ├── lzcntintrin.h
│   ├── mm3dnow.h
│   ├── mm_malloc.h
│   ├── mmintrin.h
│   ├── module.modulemap
│   ├── movdirintrin.h
│   ├── msa.h
│   ├── mwaitxintrin.h
│   ├── nmmintrin.h
│   ├── opencl-c-base.h
│   ├── opencl-c.h
│   ├── openmp_wrappers
│   │   ├── __clang_openmp_device_functions.h
│   │   ├── cmath
│   │   ├── complex
│   │   ├── complex.h
│   │   ├── complex_cmath.h
│   │   ├── math.h
│   │   └── new
│   ├── pconfigintrin.h
│   ├── pkuintrin.h
│   ├── pmmintrin.h
│   ├── popcntintrin.h
│   ├── ppc_wrappers
│   │   ├── emmintrin.h
│   │   ├── mm_malloc.h
│   │   ├── mmintrin.h
│   │   ├── pmmintrin.h
│   │   ├── smmintrin.h
│   │   ├── tmmintrin.h
│   │   └── xmmintrin.h
│   ├── prfchwintrin.h
│   ├── ptwriteintrin.h
│   ├── rdseedintrin.h
│   ├── rtmintrin.h
│   ├── s390intrin.h
│   ├── serializeintrin.h
│   ├── sgxintrin.h
│   ├── shaintrin.h
│   ├── smmintrin.h
│   ├── stdalign.h
│   ├── stdarg.h
│   ├── stdatomic.h
│   ├── stdbool.h
│   ├── stddef.h
│   ├── stdint.h
│   ├── stdnoreturn.h
│   ├── tbmintrin.h
│   ├── tgmath.h
│   ├── tmmintrin.h
│   ├── tsxldtrkintrin.h
│   ├── uintrintrin.h
│   ├── unwind.h
│   ├── vadefs.h
│   ├── vaesintrin.h
│   ├── varargs.h
│   ├── vecintrin.h
│   ├── vpclmulqdqintrin.h
│   ├── waitpkgintrin.h
│   ├── wasm_simd128.h
│   ├── wbnoinvdintrin.h
│   ├── wmmintrin.h
│   ├── x86gprintrin.h
│   ├── x86intrin.h
│   ├── xmmintrin.h
│   ├── xopintrin.h
│   ├── xsavecintrin.h
│   ├── xsaveintrin.h
│   ├── xsaveoptintrin.h
│   ├── xsavesintrin.h
│   └── xtestintrin.h
├── libc
│   ├── glibc
│   │   ├── LICENSES
│   │   ├── abi.txt
│   │   ├── bits
│   │   │   ├── byteswap.h
│   │   │   ├── endian.h
│   │   │   ├── floatn-common.h
│   │   │   ├── libc-header-start.h
│   │   │   ├── long-double.h
│   │   │   ├── pthreadtypes.h
│   │   │   ├── select.h
│   │   │   ├── signum-generic.h
│   │   │   ├── stat.h
│   │   │   ├── stdint-intn.h
│   │   │   ├── stdlib-bsearch.h
│   │   │   ├── time64.h
│   │   │   ├── timesize.h
│   │   │   ├── types
│   │   │   │   ├── __sigset_t.h
│   │   │   │   └── struct_sched_param.h
│   │   │   ├── typesizes.h
│   │   │   ├── uintn-identity.h
│   │   │   ├── waitflags.h
│   │   │   └── waitstatus.h
│   │   ├── csu
│   │   │   ├── abi-note.S
│   │   │   ├── abi-tag.h
│   │   │   └── elf-init.c
│   │   ├── debug
│   │   │   └── stack_chk_fail_local.c
│   │   ├── elf
│   │   │   └── elf.h
│   │   ├── fns.txt
│   │   ├── include
│   │   │   ├── alloca.h
│   │   │   ├── bits
│   │   │   │   ├── cpu-set.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── statx.h
│   │   │   │   ├── stdlib-float.h
│   │   │   │   ├── types
│   │   │   │   │   ├── __locale_t.h
│   │   │   │   │   ├── clock_t.h
│   │   │   │   │   ├── clockid_t.h
│   │   │   │   │   ├── locale_t.h
│   │   │   │   │   ├── sig_atomic_t.h
│   │   │   │   │   ├── sigset_t.h
│   │   │   │   │   ├── struct_itimerspec.h
│   │   │   │   │   ├── struct_timespec.h
│   │   │   │   │   ├── struct_timeval.h
│   │   │   │   │   ├── struct_tm.h
│   │   │   │   │   ├── time_t.h
│   │   │   │   │   └── timer_t.h
│   │   │   │   └── types.h
│   │   │   ├── config.h
│   │   │   ├── dso_handle.h
│   │   │   ├── elf.h
│   │   │   ├── endian.h
│   │   │   ├── features.h
│   │   │   ├── gnu
│   │   │   │   └── stubs.h
│   │   │   ├── libc-modules.h
│   │   │   ├── libc-pointer-arith.h
│   │   │   ├── libc-symbols.h
│   │   │   ├── pthread.h
│   │   │   ├── signal.h
│   │   │   ├── stap-probe.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stdlib.h
│   │   │   ├── sys
│   │   │   │   ├── cdefs.h
│   │   │   │   ├── select.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── stat.h
│   │   │   │   └── types.h
│   │   │   └── syscall.h
│   │   ├── io
│   │   │   ├── bits
│   │   │   │   └── statx.h
│   │   │   ├── fstat.c
│   │   │   ├── fstat64.c
│   │   │   ├── fstatat.c
│   │   │   ├── fstatat64.c
│   │   │   ├── lstat.c
│   │   │   ├── lstat64.c
│   │   │   ├── mknod.c
│   │   │   ├── mknodat.c
│   │   │   ├── stat.c
│   │   │   ├── stat64.c
│   │   │   └── sys
│   │   │   └── stat.h
│   │   ├── locale
│   │   │   └── bits
│   │   │   └── types
│   │   │   ├── __locale_t.h
│   │   │   └── locale_t.h
│   │   ├── misc
│   │   │   ├── sys
│   │   │   │   ├── cdefs.h
│   │   │   │   └── select.h
│   │   │   └── syscall.h
│   │   ├── nptl
│   │   │   └── pthread_atfork.c
│   │   ├── posix
│   │   │   ├── bits
│   │   │   │   ├── cpu-set.h
│   │   │   │   └── types.h
│   │   │   └── sys
│   │   │   └── types.h
│   │   ├── signal
│   │   │   ├── bits
│   │   │   │   └── types
│   │   │   │   ├── sig_atomic_t.h
│   │   │   │   └── sigset_t.h
│   │   │   ├── signal.h
│   │   │   └── sys
│   │   │   └── signal.h
│   │   ├── stdlib
│   │   │   ├── alloca.h
│   │   │   ├── at_quick_exit.c
│   │   │   ├── atexit.c
│   │   │   ├── bits
│   │   │   │   └── stdlib-float.h
│   │   │   ├── exit.h
│   │   │   └── stdlib.h
│   │   ├── string
│   │   │   ├── bits
│   │   │   │   └── endian.h
│   │   │   └── endian.h
│   │   ├── sysdeps
│   │   │   ├── aarch64
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── alpha
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   └── start.S
│   │   │   ├── arm
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── generic
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── dwarf2.h
│   │   │   │   ├── libc-lock.h
│   │   │   │   ├── single-thread.h
│   │   │   │   ├── symbol-hacks.h
│   │   │   │   ├── sys
│   │   │   │   │   └── syscall.h
│   │   │   │   ├── sysdep.h
│   │   │   │   └── tls.h
│   │   │   ├── hppa
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── htl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthread.h
│   │   │   │   │   └── thread-shared-types.h
│   │   │   │   ├── libc-lockP.h
│   │   │   │   └── pthread.h
│   │   │   ├── i386
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── htl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   ├── symbol-hacks.h
│   │   │   │   └── sysdep.h
│   │   │   ├── ia64
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── init_array
│   │   │   │   ├── crti.S
│   │   │   │   └── crtn.S
│   │   │   ├── m68k
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── coldfire
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── m680x0
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   ├── symbol-hacks.h
│   │   │   │   └── sysdep.h
│   │   │   ├── mach
│   │   │   │   ├── hurd
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   └── kernel-features.h
│   │   │   │   ├── i386
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── libc-lock.h
│   │   │   │   ├── sys
│   │   │   │   │   └── syscall.h
│   │   │   │   └── sysdep.h
│   │   │   ├── microblaze
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── mips
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── mips32
│   │   │   │   │   ├── crti.S
│   │   │   │   │   └── crtn.S
│   │   │   │   ├── mips64
│   │   │   │   │   ├── n32
│   │   │   │   │   │   ├── crti.S
│   │   │   │   │   │   └── crtn.S
│   │   │   │   │   └── n64
│   │   │   │   │   ├── crti.S
│   │   │   │   │   └── crtn.S
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   └── start.S
│   │   │   ├── nptl
│   │   │   │   ├── bits
│   │   │   │   │   ├── pthreadtypes.h
│   │   │   │   │   └── thread-shared-types.h
│   │   │   │   ├── libc-lock.h
│   │   │   │   ├── libc-lockP.h
│   │   │   │   └── pthread.h
│   │   │   ├── powerpc
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── powerpc32
│   │   │   │   │   ├── crti.S
│   │   │   │   │   ├── crtn.S
│   │   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   │   ├── start.S
│   │   │   │   │   ├── symbol-hacks.h
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── powerpc64
│   │   │   │   │   ├── crti.S
│   │   │   │   │   ├── crtn.S
│   │   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   │   ├── start.S
│   │   │   │   │   └── sysdep.h
│   │   │   │   └── sysdep.h
│   │   │   ├── riscv
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   └── start.S
│   │   │   ├── s390
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── s390-32
│   │   │   │   │   ├── crti.S
│   │   │   │   │   ├── crtn.S
│   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   ├── start.S
│   │   │   │   │   ├── symbol-hacks.h
│   │   │   │   │   └── sysdep.h
│   │   │   │   └── s390-64
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── sh
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   ├── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── sparc
│   │   │   │   ├── bits
│   │   │   │   │   └── endianness.h
│   │   │   │   ├── crti.S
│   │   │   │   ├── crtn.S
│   │   │   │   ├── dl-dtprocnum.h
│   │   │   │   ├── dl-sysdep.h
│   │   │   │   ├── sparc32
│   │   │   │   │   └── start.S
│   │   │   │   ├── sparc64
│   │   │   │   │   └── start.S
│   │   │   │   └── sysdep.h
│   │   │   ├── unix
│   │   │   │   ├── alpha
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── arm
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── i386
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── mips
│   │   │   │   │   ├── mips32
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── mips64
│   │   │   │   │   │   ├── n32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── n64
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── powerpc
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── sh
│   │   │   │   │   └── sysdep.h
│   │   │   │   ├── sysdep.h
│   │   │   │   ├── sysv
│   │   │   │   │   └── linux
│   │   │   │   │   ├── aarch64
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── sys
│   │   │   │   │   │   │   └── elf.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── alpha
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── arm
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── sys
│   │   │   │   │   │   │   └── elf.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── bits
│   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   └── timex.h
│   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   ├── generic
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── hppa
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── pthread.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── i386
│   │   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── ia64
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   └── stat.h
│   │   │   │   │   │   ├── dl-sysdep.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── include
│   │   │   │   │   │   └── sys
│   │   │   │   │   │   └── timex.h
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── m68k
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   └── stat.h
│   │   │   │   │   │   ├── coldfire
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── m680x0
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── microblaze
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   └── stat.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── mips
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   └── stat.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── mips32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── mips64
│   │   │   │   │   │   ├── n32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── n64
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── powerpc
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   └── stat.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── powerpc32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── powerpc64
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── riscv
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── s390
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── s390-32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   ├── s390-64
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── sys
│   │   │   │   │   │   └── elf.h
│   │   │   │   │   ├── sh
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── sh4
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── single-thread.h
│   │   │   │   │   ├── sparc
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   │   ├── sparc32
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   ├── sparc64
│   │   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   │   └── sysdep.h
│   │   │   │   │   ├── sys
│   │   │   │   │   │   ├── syscall.h
│   │   │   │   │   │   └── timex.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   ├── x86
│   │   │   │   │   │   ├── bits
│   │   │   │   │   │   │   ├── stat.h
│   │   │   │   │   │   │   └── typesizes.h
│   │   │   │   │   │   └── sys
│   │   │   │   │   │   └── elf.h
│   │   │   │   │   └── x86_64
│   │   │   │   │   ├── kernel-features.h
│   │   │   │   │   ├── sysdep.h
│   │   │   │   │   └── x32
│   │   │   │   │   └── sysdep.h
│   │   │   │   └── x86_64
│   │   │   │   └── sysdep.h
│   │   │   ├── wordsize-32
│   │   │   │   └── divdi3-symbol-hacks.h
│   │   │   ├── x86
│   │   │   │   ├── bits
│   │   │   │   │   ├── endianness.h
│   │   │   │   │   ├── select.h
│   │   │   │   │   └── wordsize.h
│   │   │   │   ├── nptl
│   │   │   │   │   └── bits
│   │   │   │   │   └── pthreadtypes-arch.h
│   │   │   │   └── sysdep.h
│   │   │   └── x86_64
│   │   │   ├── crti.S
│   │   │   ├── crtn.S
│   │   │   ├── start.S
│   │   │   ├── sysdep.h
│   │   │   └── x32
│   │   │   ├── symbol-hacks.h
│   │   │   └── sysdep.h
│   │   ├── time
│   │   │   └── bits
│   │   │   └── types
│   │   │   ├── clock_t.h
│   │   │   ├── clockid_t.h
│   │   │   ├── struct_itimerspec.h
│   │   │   ├── struct_timespec.h
│   │   │   ├── struct_timeval.h
│   │   │   ├── struct_tm.h
│   │   │   ├── time_t.h
│   │   │   └── timer_t.h
│   │   └── vers.txt
│   ├── include
│   │   ├── aarch64-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── bpf_perf_event.h
│   │   │   ├── byteorder.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── param.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── setup.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── aarch64-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-lp64.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-lp64.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── aarch64-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── hwcap.h
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   ├── aarch64-macos-gnu
│   │   │   ├── Availability.h
│   │   │   ├── AvailabilityInternal.h
│   │   │   ├── AvailabilityMacros.h
│   │   │   ├── AvailabilityVersions.h
│   │   │   ├── TargetConditionals.h
│   │   │   ├── _ctermid.h
│   │   │   ├── arm
│   │   │   │   ├── _limits.h
│   │   │   │   ├── _mcontext.h
│   │   │   │   ├── _param.h
│   │   │   │   ├── _types.h
│   │   │   │   ├── arch.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── param.h
│   │   │   │   ├── signal.h
│   │   │   │   └── types.h
│   │   │   ├── bsm
│   │   │   │   └── audit.h
│   │   │   ├── dispatch
│   │   │   │   ├── block.h
│   │   │   │   ├── dispatch.h
│   │   │   │   ├── group.h
│   │   │   │   ├── object.h
│   │   │   │   ├── queue.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── source.h
│   │   │   │   └── workloop.h
│   │   │   ├── libkern
│   │   │   │   ├── OSAtomic.h
│   │   │   │   ├── OSAtomicDeprecated.h
│   │   │   │   ├── OSAtomicQueue.h
│   │   │   │   ├── OSByteOrder.h
│   │   │   │   ├── OSSpinLockDeprecated.h
│   │   │   │   ├── _OSByteOrder.h
│   │   │   │   └── arm
│   │   │   │   └── OSByteOrder.h
│   │   │   ├── libproc.h
│   │   │   ├── mach
│   │   │   │   ├── arm
│   │   │   │   │   ├── _structs.h
│   │   │   │   │   ├── boolean.h
│   │   │   │   │   ├── exception.h
│   │   │   │   │   ├── kern_return.h
│   │   │   │   │   ├── processor_info.h
│   │   │   │   │   ├── rpc.h
│   │   │   │   │   ├── thread_state.h
│   │   │   │   │   ├── thread_status.h
│   │   │   │   │   ├── vm_param.h
│   │   │   │   │   └── vm_types.h
│   │   │   │   ├── kern_return.h
│   │   │   │   ├── mach_port.h
│   │   │   │   ├── mach_traps.h
│   │   │   │   ├── mach_types.h
│   │   │   │   ├── machine
│   │   │   │   │   ├── _structs.h
│   │   │   │   │   ├── boolean.h
│   │   │   │   │   ├── exception.h
│   │   │   │   │   ├── kern_return.h
│   │   │   │   │   ├── processor_info.h
│   │   │   │   │   ├── rpc.h
│   │   │   │   │   ├── thread_state.h
│   │   │   │   │   ├── thread_status.h
│   │   │   │   │   ├── vm_param.h
│   │   │   │   │   └── vm_types.h
│   │   │   │   ├── machine.h
│   │   │   │   ├── message.h
│   │   │   │   ├── port.h
│   │   │   │   ├── processor_set.h
│   │   │   │   ├── task.h
│   │   │   │   ├── task_info.h
│   │   │   │   ├── task_policy.h
│   │   │   │   ├── task_special_ports.h
│   │   │   │   ├── thread_act.h
│   │   │   │   ├── thread_special_ports.h
│   │   │   │   ├── thread_status.h
│   │   │   │   ├── vm_prot.h
│   │   │   │   ├── vm_statistics.h
│   │   │   │   └── vm_types.h
│   │   │   ├── mach-o
│   │   │   │   ├── dyld.h
│   │   │   │   └── loader.h
│   │   │   ├── machine
│   │   │   │   ├── _mcontext.h
│   │   │   │   ├── _param.h
│   │   │   │   ├── _types.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── param.h
│   │   │   │   ├── signal.h
│   │   │   │   └── types.h
│   │   │   ├── malloc
│   │   │   │   ├── _malloc.h
│   │   │   │   └── malloc.h
│   │   │   ├── math.h
│   │   │   ├── net
│   │   │   │   ├── if.h
│   │   │   │   ├── if_var.h
│   │   │   │   └── route.h
│   │   │   ├── netinet
│   │   │   │   ├── in.h
│   │   │   │   └── tcp.h
│   │   │   ├── netinet6
│   │   │   │   └── in6.h
│   │   │   ├── objc
│   │   │   │   ├── objc-api.h
│   │   │   │   └── runtime.h
│   │   │   ├── os
│   │   │   │   ├── base.h
│   │   │   │   ├── clock.h
│   │   │   │   ├── object.h
│   │   │   │   ├── workgroup.h
│   │   │   │   ├── workgroup_base.h
│   │   │   │   ├── workgroup_interval.h
│   │   │   │   ├── workgroup_object.h
│   │   │   │   └── workgroup_parallel.h
│   │   │   ├── pthread
│   │   │   │   └── sched.h
│   │   │   ├── pthread.h
│   │   │   ├── sched.h
│   │   │   ├── signal.h
│   │   │   ├── simd
│   │   │   │   ├── common.h
│   │   │   │   ├── conversion.h
│   │   │   │   ├── logic.h
│   │   │   │   ├── math.h
│   │   │   │   ├── packed.h
│   │   │   │   └── quaternion.h
│   │   │   ├── spawn.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── sys
│   │   │   │   ├── _pthread
│   │   │   │   │   ├── _pthread_attr_t.h
│   │   │   │   │   ├── _pthread_cond_t.h
│   │   │   │   │   ├── _pthread_condattr_t.h
│   │   │   │   │   ├── _pthread_rwlock_t.h
│   │   │   │   │   ├── _pthread_rwlockattr_t.h
│   │   │   │   │   ├── _pthread_t.h
│   │   │   │   │   └── _pthread_types.h
│   │   │   │   ├── _select.h
│   │   │   │   ├── _symbol_aliasing.h
│   │   │   │   ├── _types
│   │   │   │   │   ├── _fd_def.h
│   │   │   │   │   ├── _int8_t.h
│   │   │   │   │   └── _ucontext.h
│   │   │   │   ├── acl.h
│   │   │   │   ├── attr.h
│   │   │   │   ├── cdefs.h
│   │   │   │   ├── event.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── ioccom.h
│   │   │   │   ├── kauth.h
│   │   │   │   ├── kern_control.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── param.h
│   │   │   │   ├── proc.h
│   │   │   │   ├── proc_info.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── sockio.h
│   │   │   │   ├── spawn.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── sysctl.h
│   │   │   │   ├── syslimits.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── uio.h
│   │   │   │   └── un.h
│   │   │   ├── ucontext.h
│   │   │   ├── xlocale
│   │   │   │   ├── _inttypes.h
│   │   │   │   └── _wchar.h
│   │   │   └── xpc
│   │   │   ├── availability.h
│   │   │   ├── base.h
│   │   │   ├── connection.h
│   │   │   └── xpc.h
│   │   ├── aarch64_be-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── bpf_perf_event.h
│   │   │   ├── byteorder.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── param.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── setup.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── aarch64_be-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-lp64_be.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-lp64_be.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── any-linux-any
│   │   │   ├── asm
│   │   │   │   ├── a.out.h
│   │   │   │   ├── auxvec.h
│   │   │   │   ├── bitfield.h
│   │   │   │   ├── bitsperlong.h
│   │   │   │   ├── boot.h
│   │   │   │   ├── bootparam.h
│   │   │   │   ├── bootx.h
│   │   │   │   ├── bpf_perf_event.h
│   │   │   │   ├── break.h
│   │   │   │   ├── byteorder.h
│   │   │   │   ├── cachectl.h
│   │   │   │   ├── cputable.h
│   │   │   │   ├── debugreg.h
│   │   │   │   ├── e820.h
│   │   │   │   ├── eeh.h
│   │   │   │   ├── elf.h
│   │   │   │   ├── epapr_hcalls.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── hw_breakpoint.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── hwcap2.h
│   │   │   │   ├── inst.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ioctls.h
│   │   │   │   ├── ipcbuf.h
│   │   │   │   ├── ist.h
│   │   │   │   ├── kvm.h
│   │   │   │   ├── kvm_para.h
│   │   │   │   ├── kvm_perf.h
│   │   │   │   ├── ldt.h
│   │   │   │   ├── mce.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── msgbuf.h
│   │   │   │   ├── msr.h
│   │   │   │   ├── mtrr.h
│   │   │   │   ├── nvram.h
│   │   │   │   ├── opal-prd.h
│   │   │   │   ├── param.h
│   │   │   │   ├── perf_event.h
│   │   │   │   ├── perf_regs.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── posix_types.h
│   │   │   │   ├── posix_types_32.h
│   │   │   │   ├── posix_types_64.h
│   │   │   │   ├── posix_types_x32.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── processor-flags.h
│   │   │   │   ├── ps3fb.h
│   │   │   │   ├── ptrace-abi.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── sembuf.h
│   │   │   │   ├── setup.h
│   │   │   │   ├── sgidefs.h
│   │   │   │   ├── shmbuf.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── sigcontext32.h
│   │   │   │   ├── siginfo.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── sockios.h
│   │   │   │   ├── spu_info.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── svm.h
│   │   │   │   ├── swab.h
│   │   │   │   ├── syscalls.h
│   │   │   │   ├── sysmips.h
│   │   │   │   ├── termbits.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── tm.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── unistd-common.h
│   │   │   │   ├── unistd-eabi.h
│   │   │   │   ├── unistd-oabi.h
│   │   │   │   ├── unistd.h
│   │   │   │   ├── unistd_32.h
│   │   │   │   ├── unistd_64.h
│   │   │   │   ├── unistd_x32.h
│   │   │   │   ├── vm86.h
│   │   │   │   ├── vmx.h
│   │   │   │   └── vsyscall.h
│   │   │   ├── asm-generic
│   │   │   │   ├── auxvec.h
│   │   │   │   ├── bitsperlong.h
│   │   │   │   ├── bpf_perf_event.h
│   │   │   │   ├── errno-base.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── hugetlb_encode.h
│   │   │   │   ├── int-l64.h
│   │   │   │   ├── int-ll64.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ioctls.h
│   │   │   │   ├── ipcbuf.h
│   │   │   │   ├── kvm_para.h
│   │   │   │   ├── mman-common.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── msgbuf.h
│   │   │   │   ├── param.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── posix_types.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── sembuf.h
│   │   │   │   ├── setup.h
│   │   │   │   ├── shmbuf.h
│   │   │   │   ├── shmparam.h
│   │   │   │   ├── siginfo.h
│   │   │   │   ├── signal-defs.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── sockios.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── swab.h
│   │   │   │   ├── termbits.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   └── unistd.h
│   │   │   └── linux
│   │   │   ├── a.out.h
│   │   │   ├── acct.h
│   │   │   ├── adb.h
│   │   │   ├── adfs_fs.h
│   │   │   ├── affs_hardblocks.h
│   │   │   ├── agpgart.h
│   │   │   ├── aio_abi.h
│   │   │   ├── am437x-vpfe.h
│   │   │   ├── android
│   │   │   │   └── binder.h
│   │   │   ├── apm_bios.h
│   │   │   ├── arcfb.h
│   │   │   ├── arm_sdei.h
│   │   │   ├── aspeed-lpc-ctrl.h
│   │   │   ├── atalk.h
│   │   │   ├── atm.h
│   │   │   ├── atm_eni.h
│   │   │   ├── atm_he.h
│   │   │   ├── atm_idt77105.h
│   │   │   ├── atm_nicstar.h
│   │   │   ├── atm_tcp.h
│   │   │   ├── atm_zatm.h
│   │   │   ├── atmapi.h
│   │   │   ├── atmarp.h
│   │   │   ├── atmbr2684.h
│   │   │   ├── atmclip.h
│   │   │   ├── atmdev.h
│   │   │   ├── atmioc.h
│   │   │   ├── atmlec.h
│   │   │   ├── atmmpc.h
│   │   │   ├── atmppp.h
│   │   │   ├── atmsap.h
│   │   │   ├── atmsvc.h
│   │   │   ├── audit.h
│   │   │   ├── auto_dev-ioctl.h
│   │   │   ├── auto_fs.h
│   │   │   ├── auto_fs4.h
│   │   │   ├── auxvec.h
│   │   │   ├── ax25.h
│   │   │   ├── b1lli.h
│   │   │   ├── batadv_packet.h
│   │   │   ├── batman_adv.h
│   │   │   ├── baycom.h
│   │   │   ├── bcache.h
│   │   │   ├── bcm933xx_hcs.h
│   │   │   ├── bfs_fs.h
│   │   │   ├── binfmts.h
│   │   │   ├── blkpg.h
│   │   │   ├── blktrace_api.h
│   │   │   ├── blkzoned.h
│   │   │   ├── bpf.h
│   │   │   ├── bpf_common.h
│   │   │   ├── bpf_perf_event.h
│   │   │   ├── bpfilter.h
│   │   │   ├── bpqether.h
│   │   │   ├── bsg.h
│   │   │   ├── bt-bmc.h
│   │   │   ├── btf.h
│   │   │   ├── btrfs.h
│   │   │   ├── btrfs_tree.h
│   │   │   ├── byteorder
│   │   │   │   ├── big_endian.h
│   │   │   │   └── little_endian.h
│   │   │   ├── caif
│   │   │   │   ├── caif_socket.h
│   │   │   │   └── if_caif.h
│   │   │   ├── can
│   │   │   │   ├── bcm.h
│   │   │   │   ├── error.h
│   │   │   │   ├── gw.h
│   │   │   │   ├── netlink.h
│   │   │   │   ├── raw.h
│   │   │   │   └── vxcan.h
│   │   │   ├── can.h
│   │   │   ├── capability.h
│   │   │   ├── capi.h
│   │   │   ├── cciss_defs.h
│   │   │   ├── cciss_ioctl.h
│   │   │   ├── cdrom.h
│   │   │   ├── cec-funcs.h
│   │   │   ├── cec.h
│   │   │   ├── cgroupstats.h
│   │   │   ├── chio.h
│   │   │   ├── cifs
│   │   │   │   └── cifs_mount.h
│   │   │   ├── cm4000_cs.h
│   │   │   ├── cn_proc.h
│   │   │   ├── coda.h
│   │   │   ├── coda_psdev.h
│   │   │   ├── coff.h
│   │   │   ├── connector.h
│   │   │   ├── const.h
│   │   │   ├── coresight-stm.h
│   │   │   ├── cramfs_fs.h
│   │   │   ├── cryptouser.h
│   │   │   ├── cuda.h
│   │   │   ├── cyclades.h
│   │   │   ├── cycx_cfm.h
│   │   │   ├── dcbnl.h
│   │   │   ├── dccp.h
│   │   │   ├── devlink.h
│   │   │   ├── dlm.h
│   │   │   ├── dlm_device.h
│   │   │   ├── dlm_netlink.h
│   │   │   ├── dlm_plock.h
│   │   │   ├── dlmconstants.h
│   │   │   ├── dm-ioctl.h
│   │   │   ├── dm-log-userspace.h
│   │   │   ├── dma-buf.h
│   │   │   ├── dn.h
│   │   │   ├── dqblk_xfs.h
│   │   │   ├── dvb
│   │   │   │   ├── audio.h
│   │   │   │   ├── ca.h
│   │   │   │   ├── dmx.h
│   │   │   │   ├── frontend.h
│   │   │   │   ├── net.h
│   │   │   │   ├── osd.h
│   │   │   │   ├── version.h
│   │   │   │   └── video.h
│   │   │   ├── edd.h
│   │   │   ├── efs_fs_sb.h
│   │   │   ├── elf-em.h
│   │   │   ├── elf-fdpic.h
│   │   │   ├── elf.h
│   │   │   ├── elfcore.h
│   │   │   ├── errno.h
│   │   │   ├── errqueue.h
│   │   │   ├── erspan.h
│   │   │   ├── ethtool.h
│   │   │   ├── eventpoll.h
│   │   │   ├── fadvise.h
│   │   │   ├── falloc.h
│   │   │   ├── fanotify.h
│   │   │   ├── fb.h
│   │   │   ├── fcntl.h
│   │   │   ├── fd.h
│   │   │   ├── fdreg.h
│   │   │   ├── fib_rules.h
│   │   │   ├── fiemap.h
│   │   │   ├── filter.h
│   │   │   ├── firewire-cdev.h
│   │   │   ├── firewire-constants.h
│   │   │   ├── flat.h
│   │   │   ├── fou.h
│   │   │   ├── fpga-dfl.h
│   │   │   ├── fs.h
│   │   │   ├── fsi.h
│   │   │   ├── fsl_hypervisor.h
│   │   │   ├── fsmap.h
│   │   │   ├── fuse.h
│   │   │   ├── futex.h
│   │   │   ├── gameport.h
│   │   │   ├── gen_stats.h
│   │   │   ├── genetlink.h
│   │   │   ├── genwqe
│   │   │   │   └── genwqe_card.h
│   │   │   ├── gfs2_ondisk.h
│   │   │   ├── gigaset_dev.h
│   │   │   ├── gpio.h
│   │   │   ├── gsmmux.h
│   │   │   ├── gtp.h
│   │   │   ├── hash_info.h
│   │   │   ├── hdlc
│   │   │   │   └── ioctl.h
│   │   │   ├── hdlc.h
│   │   │   ├── hdlcdrv.h
│   │   │   ├── hdreg.h
│   │   │   ├── hid.h
│   │   │   ├── hiddev.h
│   │   │   ├── hidraw.h
│   │   │   ├── hpet.h
│   │   │   ├── hsi
│   │   │   │   ├── cs-protocol.h
│   │   │   │   └── hsi_char.h
│   │   │   ├── hsr_netlink.h
│   │   │   ├── hw_breakpoint.h
│   │   │   ├── hyperv.h
│   │   │   ├── hysdn_if.h
│   │   │   ├── i2c-dev.h
│   │   │   ├── i2c.h
│   │   │   ├── i2o-dev.h
│   │   │   ├── i8k.h
│   │   │   ├── icmp.h
│   │   │   ├── icmpv6.h
│   │   │   ├── if.h
│   │   │   ├── if_addr.h
│   │   │   ├── if_addrlabel.h
│   │   │   ├── if_alg.h
│   │   │   ├── if_arcnet.h
│   │   │   ├── if_arp.h
│   │   │   ├── if_bonding.h
│   │   │   ├── if_bridge.h
│   │   │   ├── if_cablemodem.h
│   │   │   ├── if_eql.h
│   │   │   ├── if_ether.h
│   │   │   ├── if_fc.h
│   │   │   ├── if_fddi.h
│   │   │   ├── if_frad.h
│   │   │   ├── if_hippi.h
│   │   │   ├── if_infiniband.h
│   │   │   ├── if_link.h
│   │   │   ├── if_ltalk.h
│   │   │   ├── if_macsec.h
│   │   │   ├── if_packet.h
│   │   │   ├── if_phonet.h
│   │   │   ├── if_plip.h
│   │   │   ├── if_ppp.h
│   │   │   ├── if_pppol2tp.h
│   │   │   ├── if_pppox.h
│   │   │   ├── if_slip.h
│   │   │   ├── if_team.h
│   │   │   ├── if_tun.h
│   │   │   ├── if_tunnel.h
│   │   │   ├── if_vlan.h
│   │   │   ├── if_x25.h
│   │   │   ├── if_xdp.h
│   │   │   ├── ife.h
│   │   │   ├── igmp.h
│   │   │   ├── iio
│   │   │   │   ├── events.h
│   │   │   │   └── types.h
│   │   │   ├── ila.h
│   │   │   ├── in.h
│   │   │   ├── in6.h
│   │   │   ├── in_route.h
│   │   │   ├── inet_diag.h
│   │   │   ├── inotify.h
│   │   │   ├── input-event-codes.h
│   │   │   ├── input.h
│   │   │   ├── ioctl.h
│   │   │   ├── ip.h
│   │   │   ├── ip6_tunnel.h
│   │   │   ├── ip_vs.h
│   │   │   ├── ipc.h
│   │   │   ├── ipmi.h
│   │   │   ├── ipmi_bmc.h
│   │   │   ├── ipmi_msgdefs.h
│   │   │   ├── ipsec.h
│   │   │   ├── ipv6.h
│   │   │   ├── ipv6_route.h
│   │   │   ├── ipx.h
│   │   │   ├── irqnr.h
│   │   │   ├── isdn
│   │   │   │   └── capicmd.h
│   │   │   ├── isdn.h
│   │   │   ├── isdn_divertif.h
│   │   │   ├── isdn_ppp.h
│   │   │   ├── isdnif.h
│   │   │   ├── iso_fs.h
│   │   │   ├── ivtv.h
│   │   │   ├── ivtvfb.h
│   │   │   ├── jffs2.h
│   │   │   ├── joystick.h
│   │   │   ├── kcm.h
│   │   │   ├── kcmp.h
│   │   │   ├── kcov.h
│   │   │   ├── kd.h
│   │   │   ├── kdev_t.h
│   │   │   ├── kernel-page-flags.h
│   │   │   ├── kernel.h
│   │   │   ├── kernelcapi.h
│   │   │   ├── kexec.h
│   │   │   ├── keyboard.h
│   │   │   ├── keyctl.h
│   │   │   ├── kfd_ioctl.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── l2tp.h
│   │   │   ├── libc-compat.h
│   │   │   ├── lightnvm.h
│   │   │   ├── limits.h
│   │   │   ├── lirc.h
│   │   │   ├── llc.h
│   │   │   ├── loop.h
│   │   │   ├── lp.h
│   │   │   ├── lwtunnel.h
│   │   │   ├── magic.h
│   │   │   ├── major.h
│   │   │   ├── map_to_7segment.h
│   │   │   ├── matroxfb.h
│   │   │   ├── max2175.h
│   │   │   ├── mdio.h
│   │   │   ├── media-bus-format.h
│   │   │   ├── media.h
│   │   │   ├── mei.h
│   │   │   ├── membarrier.h
│   │   │   ├── memfd.h
│   │   │   ├── mempolicy.h
│   │   │   ├── meye.h
│   │   │   ├── mic_common.h
│   │   │   ├── mic_ioctl.h
│   │   │   ├── mii.h
│   │   │   ├── minix_fs.h
│   │   │   ├── mman.h
│   │   │   ├── mmc
│   │   │   │   └── ioctl.h
│   │   │   ├── mmtimer.h
│   │   │   ├── module.h
│   │   │   ├── mpls.h
│   │   │   ├── mpls_iptunnel.h
│   │   │   ├── mqueue.h
│   │   │   ├── mroute.h
│   │   │   ├── mroute6.h
│   │   │   ├── msdos_fs.h
│   │   │   ├── msg.h
│   │   │   ├── mtio.h
│   │   │   ├── n_r3964.h
│   │   │   ├── nbd-netlink.h
│   │   │   ├── nbd.h
│   │   │   ├── ncsi.h
│   │   │   ├── ndctl.h
│   │   │   ├── neighbour.h
│   │   │   ├── net.h
│   │   │   ├── net_dropmon.h
│   │   │   ├── net_namespace.h
│   │   │   ├── net_tstamp.h
│   │   │   ├── netconf.h
│   │   │   ├── netdevice.h
│   │   │   ├── netfilter
│   │   │   │   ├── ipset
│   │   │   │   │   ├── ip_set.h
│   │   │   │   │   ├── ip_set_bitmap.h
│   │   │   │   │   ├── ip_set_hash.h
│   │   │   │   │   └── ip_set_list.h
│   │   │   │   ├── nf_conntrack_common.h
│   │   │   │   ├── nf_conntrack_ftp.h
│   │   │   │   ├── nf_conntrack_sctp.h
│   │   │   │   ├── nf_conntrack_tcp.h
│   │   │   │   ├── nf_conntrack_tuple_common.h
│   │   │   │   ├── nf_log.h
│   │   │   │   ├── nf_nat.h
│   │   │   │   ├── nf_tables.h
│   │   │   │   ├── nf_tables_compat.h
│   │   │   │   ├── nfnetlink.h
│   │   │   │   ├── nfnetlink_acct.h
│   │   │   │   ├── nfnetlink_compat.h
│   │   │   │   ├── nfnetlink_conntrack.h
│   │   │   │   ├── nfnetlink_cthelper.h
│   │   │   │   ├── nfnetlink_cttimeout.h
│   │   │   │   ├── nfnetlink_log.h
│   │   │   │   ├── nfnetlink_osf.h
│   │   │   │   ├── nfnetlink_queue.h
│   │   │   │   ├── x_tables.h
│   │   │   │   ├── xt_AUDIT.h
│   │   │   │   ├── xt_CHECKSUM.h
│   │   │   │   ├── xt_CLASSIFY.h
│   │   │   │   ├── xt_CONNSECMARK.h
│   │   │   │   ├── xt_CT.h
│   │   │   │   ├── xt_HMARK.h
│   │   │   │   ├── xt_IDLETIMER.h
│   │   │   │   ├── xt_LED.h
│   │   │   │   ├── xt_LOG.h
│   │   │   │   ├── xt_NFLOG.h
│   │   │   │   ├── xt_NFQUEUE.h
│   │   │   │   ├── xt_SECMARK.h
│   │   │   │   ├── xt_SYNPROXY.h
│   │   │   │   ├── xt_TCPOPTSTRIP.h
│   │   │   │   ├── xt_TEE.h
│   │   │   │   ├── xt_TPROXY.h
│   │   │   │   ├── xt_addrtype.h
│   │   │   │   ├── xt_bpf.h
│   │   │   │   ├── xt_cgroup.h
│   │   │   │   ├── xt_cluster.h
│   │   │   │   ├── xt_comment.h
│   │   │   │   ├── xt_connbytes.h
│   │   │   │   ├── xt_connlabel.h
│   │   │   │   ├── xt_connlimit.h
│   │   │   │   ├── xt_connmark.h
│   │   │   │   ├── xt_conntrack.h
│   │   │   │   ├── xt_cpu.h
│   │   │   │   ├── xt_dccp.h
│   │   │   │   ├── xt_devgroup.h
│   │   │   │   ├── xt_dscp.h
│   │   │   │   ├── xt_ecn.h
│   │   │   │   ├── xt_esp.h
│   │   │   │   ├── xt_hashlimit.h
│   │   │   │   ├── xt_helper.h
│   │   │   │   ├── xt_ipcomp.h
│   │   │   │   ├── xt_iprange.h
│   │   │   │   ├── xt_ipvs.h
│   │   │   │   ├── xt_l2tp.h
│   │   │   │   ├── xt_length.h
│   │   │   │   ├── xt_limit.h
│   │   │   │   ├── xt_mac.h
│   │   │   │   ├── xt_mark.h
│   │   │   │   ├── xt_multiport.h
│   │   │   │   ├── xt_nfacct.h
│   │   │   │   ├── xt_osf.h
│   │   │   │   ├── xt_owner.h
│   │   │   │   ├── xt_physdev.h
│   │   │   │   ├── xt_pkttype.h
│   │   │   │   ├── xt_policy.h
│   │   │   │   ├── xt_quota.h
│   │   │   │   ├── xt_rateest.h
│   │   │   │   ├── xt_realm.h
│   │   │   │   ├── xt_recent.h
│   │   │   │   ├── xt_rpfilter.h
│   │   │   │   ├── xt_sctp.h
│   │   │   │   ├── xt_set.h
│   │   │   │   ├── xt_socket.h
│   │   │   │   ├── xt_state.h
│   │   │   │   ├── xt_statistic.h
│   │   │   │   ├── xt_string.h
│   │   │   │   ├── xt_tcpmss.h
│   │   │   │   ├── xt_tcpudp.h
│   │   │   │   ├── xt_time.h
│   │   │   │   └── xt_u32.h
│   │   │   ├── netfilter.h
│   │   │   ├── netfilter_arp
│   │   │   │   ├── arp_tables.h
│   │   │   │   └── arpt_mangle.h
│   │   │   ├── netfilter_arp.h
│   │   │   ├── netfilter_bridge
│   │   │   │   ├── ebt_802_3.h
│   │   │   │   ├── ebt_among.h
│   │   │   │   ├── ebt_arp.h
│   │   │   │   ├── ebt_arpreply.h
│   │   │   │   ├── ebt_ip.h
│   │   │   │   ├── ebt_ip6.h
│   │   │   │   ├── ebt_limit.h
│   │   │   │   ├── ebt_log.h
│   │   │   │   ├── ebt_mark_m.h
│   │   │   │   ├── ebt_mark_t.h
│   │   │   │   ├── ebt_nat.h
│   │   │   │   ├── ebt_nflog.h
│   │   │   │   ├── ebt_pkttype.h
│   │   │   │   ├── ebt_redirect.h
│   │   │   │   ├── ebt_stp.h
│   │   │   │   ├── ebt_vlan.h
│   │   │   │   └── ebtables.h
│   │   │   ├── netfilter_bridge.h
│   │   │   ├── netfilter_decnet.h
│   │   │   ├── netfilter_ipv4
│   │   │   │   ├── ip_tables.h
│   │   │   │   ├── ipt_CLUSTERIP.h
│   │   │   │   ├── ipt_LOG.h
│   │   │   │   ├── ipt_REJECT.h
│   │   │   │   ├── ipt_ah.h
│   │   │   │   ├── ipt_ecn.h
│   │   │   │   └── ipt_ttl.h
│   │   │   ├── netfilter_ipv4.h
│   │   │   ├── netfilter_ipv6
│   │   │   │   ├── ip6_tables.h
│   │   │   │   ├── ip6t_LOG.h
│   │   │   │   ├── ip6t_NPT.h
│   │   │   │   ├── ip6t_REJECT.h
│   │   │   │   ├── ip6t_ah.h
│   │   │   │   ├── ip6t_frag.h
│   │   │   │   ├── ip6t_hl.h
│   │   │   │   ├── ip6t_ipv6header.h
│   │   │   │   ├── ip6t_mh.h
│   │   │   │   ├── ip6t_opts.h
│   │   │   │   ├── ip6t_rt.h
│   │   │   │   └── ip6t_srh.h
│   │   │   ├── netfilter_ipv6.h
│   │   │   ├── netlink.h
│   │   │   ├── netlink_diag.h
│   │   │   ├── netrom.h
│   │   │   ├── nfc.h
│   │   │   ├── nfs.h
│   │   │   ├── nfs2.h
│   │   │   ├── nfs3.h
│   │   │   ├── nfs4.h
│   │   │   ├── nfs4_mount.h
│   │   │   ├── nfs_fs.h
│   │   │   ├── nfs_idmap.h
│   │   │   ├── nfs_mount.h
│   │   │   ├── nfsacl.h
│   │   │   ├── nfsd
│   │   │   │   ├── cld.h
│   │   │   │   ├── debug.h
│   │   │   │   ├── export.h
│   │   │   │   ├── nfsfh.h
│   │   │   │   └── stats.h
│   │   │   ├── nilfs2_api.h
│   │   │   ├── nilfs2_ondisk.h
│   │   │   ├── nl80211.h
│   │   │   ├── nsfs.h
│   │   │   ├── nubus.h
│   │   │   ├── nvme_ioctl.h
│   │   │   ├── nvram.h
│   │   │   ├── omap3isp.h
│   │   │   ├── omapfb.h
│   │   │   ├── oom.h
│   │   │   ├── openvswitch.h
│   │   │   ├── packet_diag.h
│   │   │   ├── param.h
│   │   │   ├── parport.h
│   │   │   ├── patchkey.h
│   │   │   ├── pci.h
│   │   │   ├── pci_regs.h
│   │   │   ├── pcitest.h
│   │   │   ├── perf_event.h
│   │   │   ├── personality.h
│   │   │   ├── pfkeyv2.h
│   │   │   ├── pg.h
│   │   │   ├── phantom.h
│   │   │   ├── phonet.h
│   │   │   ├── pkt_cls.h
│   │   │   ├── pkt_sched.h
│   │   │   ├── pktcdvd.h
│   │   │   ├── pmu.h
│   │   │   ├── poll.h
│   │   │   ├── posix_acl.h
│   │   │   ├── posix_acl_xattr.h
│   │   │   ├── posix_types.h
│   │   │   ├── ppdev.h
│   │   │   ├── ppp-comp.h
│   │   │   ├── ppp-ioctl.h
│   │   │   ├── ppp_defs.h
│   │   │   ├── pps.h
│   │   │   ├── pr.h
│   │   │   ├── prctl.h
│   │   │   ├── psample.h
│   │   │   ├── psci.h
│   │   │   ├── psp-sev.h
│   │   │   ├── ptp_clock.h
│   │   │   ├── ptrace.h
│   │   │   ├── qemu_fw_cfg.h
│   │   │   ├── qnx4_fs.h
│   │   │   ├── qnxtypes.h
│   │   │   ├── qrtr.h
│   │   │   ├── quota.h
│   │   │   ├── radeonfb.h
│   │   │   ├── raid
│   │   │   │   ├── md_p.h
│   │   │   │   └── md_u.h
│   │   │   ├── random.h
│   │   │   ├── raw.h
│   │   │   ├── rds.h
│   │   │   ├── reboot.h
│   │   │   ├── reiserfs_fs.h
│   │   │   ├── reiserfs_xattr.h
│   │   │   ├── resource.h
│   │   │   ├── rfkill.h
│   │   │   ├── rio_cm_cdev.h
│   │   │   ├── rio_mport_cdev.h
│   │   │   ├── romfs_fs.h
│   │   │   ├── rose.h
│   │   │   ├── route.h
│   │   │   ├── rpmsg.h
│   │   │   ├── rseq.h
│   │   │   ├── rtc.h
│   │   │   ├── rtnetlink.h
│   │   │   ├── rxrpc.h
│   │   │   ├── scc.h
│   │   │   ├── sched
│   │   │   │   └── types.h
│   │   │   ├── sched.h
│   │   │   ├── scif_ioctl.h
│   │   │   ├── screen_info.h
│   │   │   ├── sctp.h
│   │   │   ├── sdla.h
│   │   │   ├── seccomp.h
│   │   │   ├── securebits.h
│   │   │   ├── sed-opal.h
│   │   │   ├── seg6.h
│   │   │   ├── seg6_genl.h
│   │   │   ├── seg6_hmac.h
│   │   │   ├── seg6_iptunnel.h
│   │   │   ├── seg6_local.h
│   │   │   ├── selinux_netlink.h
│   │   │   ├── sem.h
│   │   │   ├── serial.h
│   │   │   ├── serial_core.h
│   │   │   ├── serial_reg.h
│   │   │   ├── serio.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── signalfd.h
│   │   │   ├── smc.h
│   │   │   ├── smc_diag.h
│   │   │   ├── smiapp.h
│   │   │   ├── snmp.h
│   │   │   ├── sock_diag.h
│   │   │   ├── socket.h
│   │   │   ├── sockios.h
│   │   │   ├── sonet.h
│   │   │   ├── sonypi.h
│   │   │   ├── sound.h
│   │   │   ├── soundcard.h
│   │   │   ├── spi
│   │   │   │   └── spidev.h
│   │   │   ├── stat.h
│   │   │   ├── stddef.h
│   │   │   ├── stm.h
│   │   │   ├── string.h
│   │   │   ├── sunrpc
│   │   │   │   └── debug.h
│   │   │   ├── suspend_ioctls.h
│   │   │   ├── swab.h
│   │   │   ├── switchtec_ioctl.h
│   │   │   ├── sync_file.h
│   │   │   ├── synclink.h
│   │   │   ├── sysctl.h
│   │   │   ├── sysinfo.h
│   │   │   ├── target_core_user.h
│   │   │   ├── taskstats.h
│   │   │   ├── tc_act
│   │   │   │   ├── tc_bpf.h
│   │   │   │   ├── tc_connmark.h
│   │   │   │   ├── tc_csum.h
│   │   │   │   ├── tc_defact.h
│   │   │   │   ├── tc_gact.h
│   │   │   │   ├── tc_ife.h
│   │   │   │   ├── tc_ipt.h
│   │   │   │   ├── tc_mirred.h
│   │   │   │   ├── tc_nat.h
│   │   │   │   ├── tc_pedit.h
│   │   │   │   ├── tc_sample.h
│   │   │   │   ├── tc_skbedit.h
│   │   │   │   ├── tc_skbmod.h
│   │   │   │   ├── tc_tunnel_key.h
│   │   │   │   └── tc_vlan.h
│   │   │   ├── tc_ematch
│   │   │   │   ├── tc_em_cmp.h
│   │   │   │   ├── tc_em_ipt.h
│   │   │   │   ├── tc_em_meta.h
│   │   │   │   ├── tc_em_nbyte.h
│   │   │   │   └── tc_em_text.h
│   │   │   ├── tcp.h
│   │   │   ├── tcp_metrics.h
│   │   │   ├── tee.h
│   │   │   ├── termios.h
│   │   │   ├── thermal.h
│   │   │   ├── time.h
│   │   │   ├── timerfd.h
│   │   │   ├── times.h
│   │   │   ├── timex.h
│   │   │   ├── tiocl.h
│   │   │   ├── tipc.h
│   │   │   ├── tipc_config.h
│   │   │   ├── tipc_netlink.h
│   │   │   ├── tipc_sockets_diag.h
│   │   │   ├── tls.h
│   │   │   ├── toshiba.h
│   │   │   ├── tty.h
│   │   │   ├── tty_flags.h
│   │   │   ├── types.h
│   │   │   ├── udf_fs_i.h
│   │   │   ├── udp.h
│   │   │   ├── uhid.h
│   │   │   ├── uinput.h
│   │   │   ├── uio.h
│   │   │   ├── uleds.h
│   │   │   ├── ultrasound.h
│   │   │   ├── un.h
│   │   │   ├── unistd.h
│   │   │   ├── unix_diag.h
│   │   │   ├── usb
│   │   │   │   ├── audio.h
│   │   │   │   ├── cdc-wdm.h
│   │   │   │   ├── cdc.h
│   │   │   │   ├── ch11.h
│   │   │   │   ├── ch9.h
│   │   │   │   ├── charger.h
│   │   │   │   ├── functionfs.h
│   │   │   │   ├── g_printer.h
│   │   │   │   ├── g_uvc.h
│   │   │   │   ├── gadgetfs.h
│   │   │   │   ├── midi.h
│   │   │   │   ├── tmc.h
│   │   │   │   └── video.h
│   │   │   ├── usbdevice_fs.h
│   │   │   ├── usbip.h
│   │   │   ├── userfaultfd.h
│   │   │   ├── userio.h
│   │   │   ├── utime.h
│   │   │   ├── utsname.h
│   │   │   ├── uuid.h
│   │   │   ├── uvcvideo.h
│   │   │   ├── v4l2-common.h
│   │   │   ├── v4l2-controls.h
│   │   │   ├── v4l2-dv-timings.h
│   │   │   ├── v4l2-mediabus.h
│   │   │   ├── v4l2-subdev.h
│   │   │   ├── vbox_err.h
│   │   │   ├── vbox_vmmdev_types.h
│   │   │   ├── vboxguest.h
│   │   │   ├── version.h
│   │   │   ├── veth.h
│   │   │   ├── vfio.h
│   │   │   ├── vfio_ccw.h
│   │   │   ├── vhost.h
│   │   │   ├── videodev2.h
│   │   │   ├── virtio_9p.h
│   │   │   ├── virtio_balloon.h
│   │   │   ├── virtio_blk.h
│   │   │   ├── virtio_config.h
│   │   │   ├── virtio_console.h
│   │   │   ├── virtio_crypto.h
│   │   │   ├── virtio_gpu.h
│   │   │   ├── virtio_ids.h
│   │   │   ├── virtio_input.h
│   │   │   ├── virtio_mmio.h
│   │   │   ├── virtio_net.h
│   │   │   ├── virtio_pci.h
│   │   │   ├── virtio_ring.h
│   │   │   ├── virtio_rng.h
│   │   │   ├── virtio_scsi.h
│   │   │   ├── virtio_types.h
│   │   │   ├── virtio_vsock.h
│   │   │   ├── vm_sockets.h
│   │   │   ├── vm_sockets_diag.h
│   │   │   ├── vmcore.h
│   │   │   ├── vsockmon.h
│   │   │   ├── vt.h
│   │   │   ├── vtpm_proxy.h
│   │   │   ├── wait.h
│   │   │   ├── wanrouter.h
│   │   │   ├── watchdog.h
│   │   │   ├── wimax
│   │   │   │   └── i2400m.h
│   │   │   ├── wimax.h
│   │   │   ├── wireless.h
│   │   │   ├── wmi.h
│   │   │   ├── x25.h
│   │   │   ├── xattr.h
│   │   │   ├── xfrm.h
│   │   │   ├── xilinx-v4l2-controls.h
│   │   │   ├── zorro.h
│   │   │   └── zorro_ids.h
│   │   ├── any-macos-any
│   │   │   ├── AssertMacros.h
│   │   │   ├── Block.h
│   │   │   ├── ConditionalMacros.h
│   │   │   ├── MacTypes.h
│   │   │   ├── __wctype.h
│   │   │   ├── _ctype.h
│   │   │   ├── _locale.h
│   │   │   ├── _regex.h
│   │   │   ├── _stdio.h
│   │   │   ├── _types
│   │   │   │   ├── _intmax_t.h
│   │   │   │   ├── _nl_item.h
│   │   │   │   ├── _uint16_t.h
│   │   │   │   ├── _uint32_t.h
│   │   │   │   ├── _uint64_t.h
│   │   │   │   ├── _uint8_t.h
│   │   │   │   ├── _uintmax_t.h
│   │   │   │   ├── _wctrans_t.h
│   │   │   │   └── _wctype_t.h
│   │   │   ├── _types.h
│   │   │   ├── _wctype.h
│   │   │   ├── _xlocale.h
│   │   │   ├── aio.h
│   │   │   ├── alloca.h
│   │   │   ├── architecture
│   │   │   │   └── byte_order.h
│   │   │   ├── arpa
│   │   │   │   └── inet.h
│   │   │   ├── assert.h
│   │   │   ├── complex.h
│   │   │   ├── copyfile.h
│   │   │   ├── cpio.h
│   │   │   ├── crt_externs.h
│   │   │   ├── ctype.h
│   │   │   ├── device
│   │   │   │   └── device_types.h
│   │   │   ├── dirent.h
│   │   │   ├── dispatch
│   │   │   │   ├── base.h
│   │   │   │   ├── data.h
│   │   │   │   ├── io.h
│   │   │   │   ├── once.h
│   │   │   │   └── time.h
│   │   │   ├── dlfcn.h
│   │   │   ├── errno.h
│   │   │   ├── execinfo.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── ftw.h
│   │   │   ├── gethostuuid.h
│   │   │   ├── glob.h
│   │   │   ├── grp.h
│   │   │   ├── hfs
│   │   │   │   ├── hfs_format.h
│   │   │   │   └── hfs_unistr.h
│   │   │   ├── iconv.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── langinfo.h
│   │   │   ├── launch.h
│   │   │   ├── libgen.h
│   │   │   ├── libkern
│   │   │   │   └── OSTypes.h
│   │   │   ├── limits.h
│   │   │   ├── locale.h
│   │   │   ├── mach
│   │   │   │   ├── boolean.h
│   │   │   │   ├── clock.h
│   │   │   │   ├── clock_priv.h
│   │   │   │   ├── clock_types.h
│   │   │   │   ├── dyld_kernel.h
│   │   │   │   ├── error.h
│   │   │   │   ├── exception_types.h
│   │   │   │   ├── host_info.h
│   │   │   │   ├── host_notify.h
│   │   │   │   ├── host_priv.h
│   │   │   │   ├── host_security.h
│   │   │   │   ├── host_special_ports.h
│   │   │   │   ├── kmod.h
│   │   │   │   ├── lock_set.h
│   │   │   │   ├── mach.h
│   │   │   │   ├── mach_error.h
│   │   │   │   ├── mach_host.h
│   │   │   │   ├── mach_init.h
│   │   │   │   ├── mach_interface.h
│   │   │   │   ├── mach_time.h
│   │   │   │   ├── mach_voucher_types.h
│   │   │   │   ├── memory_object_types.h
│   │   │   │   ├── mig.h
│   │   │   │   ├── mig_errors.h
│   │   │   │   ├── mig_strncpy_zerofill_support.h
│   │   │   │   ├── ndr.h
│   │   │   │   ├── notify.h
│   │   │   │   ├── policy.h
│   │   │   │   ├── processor.h
│   │   │   │   ├── processor_info.h
│   │   │   │   ├── rpc.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── std_types.h
│   │   │   │   ├── sync_policy.h
│   │   │   │   ├── task_inspect.h
│   │   │   │   ├── thread_info.h
│   │   │   │   ├── thread_policy.h
│   │   │   │   ├── thread_switch.h
│   │   │   │   ├── time_value.h
│   │   │   │   ├── vm_attributes.h
│   │   │   │   ├── vm_behavior.h
│   │   │   │   ├── vm_inherit.h
│   │   │   │   ├── vm_map.h
│   │   │   │   ├── vm_page_size.h
│   │   │   │   ├── vm_purgable.h
│   │   │   │   ├── vm_region.h
│   │   │   │   └── vm_sync.h
│   │   │   ├── mach_debug
│   │   │   │   ├── hash_info.h
│   │   │   │   ├── ipc_info.h
│   │   │   │   ├── lockgroup_info.h
│   │   │   │   ├── mach_debug_types.h
│   │   │   │   ├── page_info.h
│   │   │   │   ├── vm_info.h
│   │   │   │   └── zone_info.h
│   │   │   ├── memory.h
│   │   │   ├── monetary.h
│   │   │   ├── ndbm.h
│   │   │   ├── net
│   │   │   │   ├── if_dl.h
│   │   │   │   └── net_kev.h
│   │   │   ├── netdb.h
│   │   │   ├── nl_types.h
│   │   │   ├── objc
│   │   │   │   ├── NSObjCRuntime.h
│   │   │   │   ├── NSObject.h
│   │   │   │   ├── message.h
│   │   │   │   └── objc.h
│   │   │   ├── os
│   │   │   │   ├── availability.h
│   │   │   │   └── lock.h
│   │   │   ├── poll.h
│   │   │   ├── pthread
│   │   │   │   ├── pthread_impl.h
│   │   │   │   └── qos.h
│   │   │   ├── pwd.h
│   │   │   ├── regex.h
│   │   │   ├── runetype.h
│   │   │   ├── search.h
│   │   │   ├── secure
│   │   │   │   ├── _common.h
│   │   │   │   ├── _stdio.h
│   │   │   │   ├── _string.h
│   │   │   │   └── _strings.h
│   │   │   ├── semaphore.h
│   │   │   ├── setjmp.h
│   │   │   ├── simd
│   │   │   │   ├── base.h
│   │   │   │   ├── extern.h
│   │   │   │   ├── geometry.h
│   │   │   │   ├── matrix.h
│   │   │   │   ├── matrix_types.h
│   │   │   │   ├── simd.h
│   │   │   │   ├── types.h
│   │   │   │   ├── vector.h
│   │   │   │   ├── vector_make.h
│   │   │   │   └── vector_types.h
│   │   │   ├── stdint.h
│   │   │   ├── strings.h
│   │   │   ├── sys
│   │   │   │   ├── _endian.h
│   │   │   │   ├── _posix_availability.h
│   │   │   │   ├── _pthread
│   │   │   │   │   ├── _pthread_key_t.h
│   │   │   │   │   ├── _pthread_mutex_t.h
│   │   │   │   │   ├── _pthread_mutexattr_t.h
│   │   │   │   │   └── _pthread_once_t.h
│   │   │   │   ├── _types
│   │   │   │   │   ├── _blkcnt_t.h
│   │   │   │   │   ├── _blksize_t.h
│   │   │   │   │   ├── _caddr_t.h
│   │   │   │   │   ├── _clock_t.h
│   │   │   │   │   ├── _ct_rune_t.h
│   │   │   │   │   ├── _dev_t.h
│   │   │   │   │   ├── _errno_t.h
│   │   │   │   │   ├── _fd_clr.h
│   │   │   │   │   ├── _fd_copy.h
│   │   │   │   │   ├── _fd_isset.h
│   │   │   │   │   ├── _fd_set.h
│   │   │   │   │   ├── _fd_setsize.h
│   │   │   │   │   ├── _fd_zero.h
│   │   │   │   │   ├── _filesec_t.h
│   │   │   │   │   ├── _fsblkcnt_t.h
│   │   │   │   │   ├── _fsfilcnt_t.h
│   │   │   │   │   ├── _fsid_t.h
│   │   │   │   │   ├── _fsobj_id_t.h
│   │   │   │   │   ├── _gid_t.h
│   │   │   │   │   ├── _guid_t.h
│   │   │   │   │   ├── _id_t.h
│   │   │   │   │   ├── _in_addr_t.h
│   │   │   │   │   ├── _in_port_t.h
│   │   │   │   │   ├── _ino64_t.h
│   │   │   │   │   ├── _ino_t.h
│   │   │   │   │   ├── _int16_t.h
│   │   │   │   │   ├── _int32_t.h
│   │   │   │   │   ├── _int64_t.h
│   │   │   │   │   ├── _intptr_t.h
│   │   │   │   │   ├── _iovec_t.h
│   │   │   │   │   ├── _key_t.h
│   │   │   │   │   ├── _mach_port_t.h
│   │   │   │   │   ├── _mbstate_t.h
│   │   │   │   │   ├── _mode_t.h
│   │   │   │   │   ├── _nlink_t.h
│   │   │   │   │   ├── _null.h
│   │   │   │   │   ├── _o_dsync.h
│   │   │   │   │   ├── _o_sync.h
│   │   │   │   │   ├── _off_t.h
│   │   │   │   │   ├── _os_inline.h
│   │   │   │   │   ├── _pid_t.h
│   │   │   │   │   ├── _posix_vdisable.h
│   │   │   │   │   ├── _rsize_t.h
│   │   │   │   │   ├── _rune_t.h
│   │   │   │   │   ├── _s_ifmt.h
│   │   │   │   │   ├── _sa_family_t.h
│   │   │   │   │   ├── _seek_set.h
│   │   │   │   │   ├── _sigaltstack.h
│   │   │   │   │   ├── _sigset_t.h
│   │   │   │   │   ├── _size_t.h
│   │   │   │   │   ├── _socklen_t.h
│   │   │   │   │   ├── _ssize_t.h
│   │   │   │   │   ├── _suseconds_t.h
│   │   │   │   │   ├── _time_t.h
│   │   │   │   │   ├── _timespec.h
│   │   │   │   │   ├── _timeval.h
│   │   │   │   │   ├── _timeval32.h
│   │   │   │   │   ├── _timeval64.h
│   │   │   │   │   ├── _u_char.h
│   │   │   │   │   ├── _u_int.h
│   │   │   │   │   ├── _u_int16_t.h
│   │   │   │   │   ├── _u_int32_t.h
│   │   │   │   │   ├── _u_int64_t.h
│   │   │   │   │   ├── _u_int8_t.h
│   │   │   │   │   ├── _u_short.h
│   │   │   │   │   ├── _uid_t.h
│   │   │   │   │   ├── _uintptr_t.h
│   │   │   │   │   ├── _useconds_t.h
│   │   │   │   │   ├── _uuid_t.h
│   │   │   │   │   ├── _va_list.h
│   │   │   │   │   ├── _wchar_t.h
│   │   │   │   │   └── _wint_t.h
│   │   │   │   ├── _types.h
│   │   │   │   ├── aio.h
│   │   │   │   ├── appleapiopts.h
│   │   │   │   ├── dirent.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── file.h
│   │   │   │   ├── filio.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── lock.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── qos.h
│   │   │   │   ├── queue.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── stdio.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── time.h
│   │   │   │   ├── times.h
│   │   │   │   ├── ttycom.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucred.h
│   │   │   │   ├── unistd.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vm.h
│   │   │   │   └── wait.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── tar.h
│   │   │   ├── termios.h
│   │   │   ├── tgmath.h
│   │   │   ├── time.h
│   │   │   ├── ulimit.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── utmpx.h
│   │   │   ├── uuid
│   │   │   │   └── uuid.h
│   │   │   ├── wchar.h
│   │   │   ├── wctype.h
│   │   │   ├── wordexp.h
│   │   │   ├── xlocale
│   │   │   │   ├── __wctype.h
│   │   │   │   ├── _ctype.h
│   │   │   │   ├── _langinfo.h
│   │   │   │   ├── _monetary.h
│   │   │   │   ├── _regex.h
│   │   │   │   ├── _stdio.h
│   │   │   │   ├── _stdlib.h
│   │   │   │   ├── _string.h
│   │   │   │   ├── _time.h
│   │   │   │   └── _wctype.h
│   │   │   ├── xlocale.h
│   │   │   └── xpc
│   │   │   ├── activity.h
│   │   │   ├── debug.h
│   │   │   └── endpoint.h
│   │   ├── any-windows-any
│   │   │   ├── GL
│   │   │   │   ├── gl.h
│   │   │   │   ├── glaux.h
│   │   │   │   ├── glcorearb.h
│   │   │   │   ├── glext.h
│   │   │   │   ├── glu.h
│   │   │   │   ├── glxext.h
│   │   │   │   ├── wgl.h
│   │   │   │   └── wglext.h
│   │   │   ├── KHR
│   │   │   │   └── khrplatform.h
│   │   │   ├── _bsd_types.h
│   │   │   ├── _cygwin.h
│   │   │   ├── _dbdao.h
│   │   │   ├── _mingw.h
│   │   │   ├── _mingw_dxhelper.h
│   │   │   ├── _mingw_mac.h
│   │   │   ├── _mingw_off_t.h
│   │   │   ├── _mingw_secapi.h
│   │   │   ├── _mingw_stat64.h
│   │   │   ├── _mingw_stdarg.h
│   │   │   ├── _mingw_unicode.h
│   │   │   ├── _timeval.h
│   │   │   ├── accctrl.h
│   │   │   ├── aclapi.h
│   │   │   ├── aclui.h
│   │   │   ├── activation.h
│   │   │   ├── activaut.h
│   │   │   ├── activdbg.h
│   │   │   ├── activdbg100.h
│   │   │   ├── activecf.h
│   │   │   ├── activeds.h
│   │   │   ├── activprof.h
│   │   │   ├── activscp.h
│   │   │   ├── adc.h
│   │   │   ├── adhoc.h
│   │   │   ├── admex.h
│   │   │   ├── adoctint.h
│   │   │   ├── adodef.h
│   │   │   ├── adogpool.h
│   │   │   ├── adogpool_backcompat.h
│   │   │   ├── adoguids.h
│   │   │   ├── adoid.h
│   │   │   ├── adoint.h
│   │   │   ├── adoint_backcompat.h
│   │   │   ├── adojet.h
│   │   │   ├── adomd.h
│   │   │   ├── adptif.h
│   │   │   ├── adsdb.h
│   │   │   ├── adserr.h
│   │   │   ├── adshlp.h
│   │   │   ├── adsiid.h
│   │   │   ├── adsnms.h
│   │   │   ├── adsprop.h
│   │   │   ├── adssts.h
│   │   │   ├── adtgen.h
│   │   │   ├── advpub.h
│   │   │   ├── af_irda.h
│   │   │   ├── afxres.h
│   │   │   ├── agtctl.h
│   │   │   ├── agterr.h
│   │   │   ├── agtsvr.h
│   │   │   ├── alg.h
│   │   │   ├── alink.h
│   │   │   ├── amaudio.h
│   │   │   ├── amstream.h
│   │   │   ├── amstream.idl
│   │   │   ├── amvideo.h
│   │   │   ├── amvideo.idl
│   │   │   ├── apdevpkey.h
│   │   │   ├── apiset.h
│   │   │   ├── apisetcconv.h
│   │   │   ├── appmgmt.h
│   │   │   ├── aqadmtyp.h
│   │   │   ├── asptlb.h
│   │   │   ├── assert.h
│   │   │   ├── atacct.h
│   │   │   ├── atalkwsh.h
│   │   │   ├── atsmedia.h
│   │   │   ├── audevcod.h
│   │   │   ├── audioapotypes.h
│   │   │   ├── audioclient.h
│   │   │   ├── audioendpoints.h
│   │   │   ├── audioengineendpoint.h
│   │   │   ├── audiopolicy.h
│   │   │   ├── audiosessiontypes.h
│   │   │   ├── austream.h
│   │   │   ├── austream.idl
│   │   │   ├── authif.h
│   │   │   ├── authz.h
│   │   │   ├── aux_ulib.h
│   │   │   ├── avifmt.h
│   │   │   ├── aviriff.h
│   │   │   ├── avrfsdk.h
│   │   │   ├── avrt.h
│   │   │   ├── axextendenums.h
│   │   │   ├── azroles.h
│   │   │   ├── basetsd.h
│   │   │   ├── basetyps.h
│   │   │   ├── batclass.h
│   │   │   ├── bcrypt.h
│   │   │   ├── bdaiface.h
│   │   │   ├── bdaiface_enums.h
│   │   │   ├── bdamedia.h
│   │   │   ├── bdatypes.h
│   │   │   ├── bemapiset.h
│   │   │   ├── bh.h
│   │   │   ├── bidispl.h
│   │   │   ├── bits.h
│   │   │   ├── bits1_5.h
│   │   │   ├── bits2_0.h
│   │   │   ├── bitscfg.h
│   │   │   ├── bitsmsg.h
│   │   │   ├── blberr.h
│   │   │   ├── bluetoothapis.h
│   │   │   ├── bthdef.h
│   │   │   ├── bthsdpdef.h
│   │   │   ├── bugcodes.h
│   │   │   ├── callobj.h
│   │   │   ├── cardmod.h
│   │   │   ├── casetup.h
│   │   │   ├── cchannel.h
│   │   │   ├── cderr.h
│   │   │   ├── cdoex.h
│   │   │   ├── cdoexerr.h
│   │   │   ├── cdoexm.h
│   │   │   ├── cdoexstr.h
│   │   │   ├── cdonts.h
│   │   │   ├── cdosys.h
│   │   │   ├── cdosyserr.h
│   │   │   ├── cdosysstr.h
│   │   │   ├── celib.h
│   │   │   ├── certadm.h
│   │   │   ├── certbase.h
│   │   │   ├── certbcli.h
│   │   │   ├── certcli.h
│   │   │   ├── certenc.h
│   │   │   ├── certenroll.h
│   │   │   ├── certexit.h
│   │   │   ├── certif.h
│   │   │   ├── certmod.h
│   │   │   ├── certpol.h
│   │   │   ├── certreqd.h
│   │   │   ├── certsrv.h
│   │   │   ├── certview.h
│   │   │   ├── cfg.h
│   │   │   ├── cfgmgr32.h
│   │   │   ├── cguid.h
│   │   │   ├── chanmgr.h
│   │   │   ├── cierror.h
│   │   │   ├── clfs.h
│   │   │   ├── clfsmgmt.h
│   │   │   ├── clfsmgmtw32.h
│   │   │   ├── clfsw32.h
│   │   │   ├── cluadmex.h
│   │   │   ├── clusapi.h
│   │   │   ├── cluscfgguids.h
│   │   │   ├── cluscfgserver.h
│   │   │   ├── cluscfgwizard.h
│   │   │   ├── cmdtree.h
│   │   │   ├── cmnquery.h
│   │   │   ├── codecapi.h
│   │   │   ├── color.dlg
│   │   │   ├── colordlg.h
│   │   │   ├── comadmin.h
│   │   │   ├── combaseapi.h
│   │   │   ├── comcat.h
│   │   │   ├── comdef.h
│   │   │   ├── comdefsp.h
│   │   │   ├── comip.h
│   │   │   ├── comlite.h
│   │   │   ├── commapi.h
│   │   │   ├── commctrl.h
│   │   │   ├── commctrl.rh
│   │   │   ├── commdlg.h
│   │   │   ├── common.ver
│   │   │   ├── commoncontrols.h
│   │   │   ├── complex.h
│   │   │   ├── compobj.h
│   │   │   ├── compressapi.h
│   │   │   ├── compstui.h
│   │   │   ├── comsvcs.h
│   │   │   ├── comutil.h
│   │   │   ├── concurrencysal.h
│   │   │   ├── confpriv.h
│   │   │   ├── conio.h
│   │   │   ├── control.h
│   │   │   ├── cor.h
│   │   │   ├── corecrt.h
│   │   │   ├── corecrt_startup.h
│   │   │   ├── corecrt_stdio_config.h
│   │   │   ├── corecrt_wstdlib.h
│   │   │   ├── corerror.h
│   │   │   ├── corhdr.h
│   │   │   ├── correg.h
│   │   │   ├── cpl.h
│   │   │   ├── cplext.h
│   │   │   ├── credssp.h
│   │   │   ├── crtdbg.h
│   │   │   ├── crtdefs.h
│   │   │   ├── cryptuiapi.h
│   │   │   ├── cryptxml.h
│   │   │   ├── cscapi.h
│   │   │   ├── cscobj.h
│   │   │   ├── ctfutb.h
│   │   │   ├── ctxtcall.h
│   │   │   ├── ctype.h
│   │   │   ├── custcntl.h
│   │   │   ├── d2d1.h
│   │   │   ├── d2d1_1.h
│   │   │   ├── d2d1_1helper.h
│   │   │   ├── d2d1effectauthor.h
│   │   │   ├── d2d1effecthelpers.h
│   │   │   ├── d2d1effects.h
│   │   │   ├── d2d1helper.h
│   │   │   ├── d2dbasetypes.h
│   │   │   ├── d2derr.h
│   │   │   ├── d3d.h
│   │   │   ├── d3d10.h
│   │   │   ├── d3d10.idl
│   │   │   ├── d3d10_1.h
│   │   │   ├── d3d10_1shader.h
│   │   │   ├── d3d10effect.h
│   │   │   ├── d3d10misc.h
│   │   │   ├── d3d10sdklayers.h
│   │   │   ├── d3d10shader.h
│   │   │   ├── d3d11.h
│   │   │   ├── d3d11.idl
│   │   │   ├── d3d11_1.h
│   │   │   ├── d3d11_1.idl
│   │   │   ├── d3d11_2.h
│   │   │   ├── d3d11_2.idl
│   │   │   ├── d3d11_3.h
│   │   │   ├── d3d11_3.idl
│   │   │   ├── d3d11_4.h
│   │   │   ├── d3d11_4.idl
│   │   │   ├── d3d11sdklayers.h
│   │   │   ├── d3d11sdklayers.idl
│   │   │   ├── d3d11shader.h
│   │   │   ├── d3d12.h
│   │   │   ├── d3d12.idl
│   │   │   ├── d3d12shader.h
│   │   │   ├── d3d12shader.idl
│   │   │   ├── d3d8.h
│   │   │   ├── d3d8caps.h
│   │   │   ├── d3d8types.h
│   │   │   ├── d3d9.h
│   │   │   ├── d3d9caps.h
│   │   │   ├── d3d9types.h
│   │   │   ├── d3dcaps.h
│   │   │   ├── d3dcommon.h
│   │   │   ├── d3dcompiler.h
│   │   │   ├── d3dhal.h
│   │   │   ├── d3dnthal.h
│   │   │   ├── d3drm.h
│   │   │   ├── d3drmdef.h
│   │   │   ├── d3drmobj.h
│   │   │   ├── d3dtypes.h
│   │   │   ├── d3dvec.inl
│   │   │   ├── d3dx9.h
│   │   │   ├── d3dx9anim.h
│   │   │   ├── d3dx9core.h
│   │   │   ├── d3dx9effect.h
│   │   │   ├── d3dx9math.h
│   │   │   ├── d3dx9math.inl
│   │   │   ├── d3dx9mesh.h
│   │   │   ├── d3dx9shader.h
│   │   │   ├── d3dx9shape.h
│   │   │   ├── d3dx9tex.h
│   │   │   ├── d3dx9xof.h
│   │   │   ├── daogetrw.h
│   │   │   ├── datapath.h
│   │   │   ├── datetimeapi.h
│   │   │   ├── davclnt.h
│   │   │   ├── dbdaoerr.h
│   │   │   ├── dbdaoid.h
│   │   │   ├── dbdaoint.h
│   │   │   ├── dbgautoattach.h
│   │   │   ├── dbgeng.h
│   │   │   ├── dbghelp.h
│   │   │   ├── dbgprop.h
│   │   │   ├── dbt.h
│   │   │   ├── dciddi.h
│   │   │   ├── dciman.h
│   │   │   ├── dcommon.h
│   │   │   ├── dcomp.h
│   │   │   ├── dcompanimation.h
│   │   │   ├── dcomptypes.h
│   │   │   ├── dde.h
│   │   │   ├── dde.rh
│   │   │   ├── ddeml.h
│   │   │   ├── ddk
│   │   │   │   ├── acpiioct.h
│   │   │   │   ├── afilter.h
│   │   │   │   ├── amtvuids.h
│   │   │   │   ├── atm.h
│   │   │   │   ├── bdasup.h
│   │   │   │   ├── classpnp.h
│   │   │   │   ├── csq.h
│   │   │   │   ├── d3dhal.h
│   │   │   │   ├── d3dhalex.h
│   │   │   │   ├── d4drvif.h
│   │   │   │   ├── d4iface.h
│   │   │   │   ├── dderror.h
│   │   │   │   ├── dmusicks.h
│   │   │   │   ├── drivinit.h
│   │   │   │   ├── drmk.h
│   │   │   │   ├── dxapi.h
│   │   │   │   ├── fltsafe.h
│   │   │   │   ├── hidclass.h
│   │   │   │   ├── hubbusif.h
│   │   │   │   ├── ide.h
│   │   │   │   ├── ioaccess.h
│   │   │   │   ├── kbdmou.h
│   │   │   │   ├── mcd.h
│   │   │   │   ├── mce.h
│   │   │   │   ├── miniport.h
│   │   │   │   ├── minitape.h
│   │   │   │   ├── mountdev.h
│   │   │   │   ├── mountmgr.h
│   │   │   │   ├── msports.h
│   │   │   │   ├── ndis.h
│   │   │   │   ├── ndisguid.h
│   │   │   │   ├── ndistapi.h
│   │   │   │   ├── ndiswan.h
│   │   │   │   ├── netpnp.h
│   │   │   │   ├── ntagp.h
│   │   │   │   ├── ntddk.h
│   │   │   │   ├── ntddpcm.h
│   │   │   │   ├── ntddsnd.h
│   │   │   │   ├── ntifs.h
│   │   │   │   ├── ntimage.h
│   │   │   │   ├── ntintsafe.h
│   │   │   │   ├── ntnls.h
│   │   │   │   ├── ntpoapi.h
│   │   │   │   ├── ntstrsafe.h
│   │   │   │   ├── oprghdlr.h
│   │   │   │   ├── parallel.h
│   │   │   │   ├── pfhook.h
│   │   │   │   ├── poclass.h
│   │   │   │   ├── portcls.h
│   │   │   │   ├── punknown.h
│   │   │   │   ├── scsi.h
│   │   │   │   ├── scsiscan.h
│   │   │   │   ├── scsiwmi.h
│   │   │   │   ├── smbus.h
│   │   │   │   ├── srb.h
│   │   │   │   ├── stdunk.h
│   │   │   │   ├── storport.h
│   │   │   │   ├── strmini.h
│   │   │   │   ├── swenum.h
│   │   │   │   ├── tdikrnl.h
│   │   │   │   ├── tdistat.h
│   │   │   │   ├── upssvc.h
│   │   │   │   ├── usbbusif.h
│   │   │   │   ├── usbdlib.h
│   │   │   │   ├── usbdrivr.h
│   │   │   │   ├── usbkern.h
│   │   │   │   ├── usbprint.h
│   │   │   │   ├── usbprotocoldefs.h
│   │   │   │   ├── usbscan.h
│   │   │   │   ├── usbstorioctl.h
│   │   │   │   ├── video.h
│   │   │   │   ├── videoagp.h
│   │   │   │   ├── wdm.h
│   │   │   │   ├── wdmguid.h
│   │   │   │   ├── wdmsec.h
│   │   │   │   ├── wmidata.h
│   │   │   │   ├── wmilib.h
│   │   │   │   ├── ws2san.h
│   │   │   │   └── xfilter.h
│   │   │   ├── ddkernel.h
│   │   │   ├── ddkmapi.h
│   │   │   ├── ddraw.h
│   │   │   ├── ddrawgdi.h
│   │   │   ├── ddrawi.h
│   │   │   ├── ddrawint.h
│   │   │   ├── ddstream.h
│   │   │   ├── ddstream.idl
│   │   │   ├── debugapi.h
│   │   │   ├── delayimp.h
│   │   │   ├── devguid.h
│   │   │   ├── devicetopology.h
│   │   │   ├── devioctl.h
│   │   │   ├── devpkey.h
│   │   │   ├── devpropdef.h
│   │   │   ├── dhcpcsdk.h
│   │   │   ├── dhcpsapi.h
│   │   │   ├── dhcpssdk.h
│   │   │   ├── dhcpv6csdk.h
│   │   │   ├── dhtmldid.h
│   │   │   ├── dhtmled.h
│   │   │   ├── dhtmliid.h
│   │   │   ├── digitalv.h
│   │   │   ├── dimm.h
│   │   │   ├── dinput.h
│   │   │   ├── dinputd.h
│   │   │   ├── dir.h
│   │   │   ├── direct.h
│   │   │   ├── dirent.h
│   │   │   ├── diskguid.h
│   │   │   ├── dispatch.h
│   │   │   ├── dispatcherqueue.h
│   │   │   ├── dispdib.h
│   │   │   ├── dispex.h
│   │   │   ├── dlcapi.h
│   │   │   ├── dlgs.h
│   │   │   ├── dls1.h
│   │   │   ├── dls2.h
│   │   │   ├── dmdls.h
│   │   │   ├── dmemmgr.h
│   │   │   ├── dmerror.h
│   │   │   ├── dmksctrl.h
│   │   │   ├── dmo.h
│   │   │   ├── dmodshow.h
│   │   │   ├── dmodshow.idl
│   │   │   ├── dmoreg.h
│   │   │   ├── dmort.h
│   │   │   ├── dmplugin.h
│   │   │   ├── dmusbuff.h
│   │   │   ├── dmusicc.h
│   │   │   ├── dmusicf.h
│   │   │   ├── dmusici.h
│   │   │   ├── dmusics.h
│   │   │   ├── docobj.h
│   │   │   ├── docobjectservice.h
│   │   │   ├── documenttarget.h
│   │   │   ├── domdid.h
│   │   │   ├── dos.h
│   │   │   ├── downloadmgr.h
│   │   │   ├── dpaddr.h
│   │   │   ├── dpapi.h
│   │   │   ├── dpfilter.h
│   │   │   ├── dplay.h
│   │   │   ├── dplay8.h
│   │   │   ├── dplobby.h
│   │   │   ├── dplobby8.h
│   │   │   ├── dpnathlp.h
│   │   │   ├── driverspecs.h
│   │   │   ├── drmexternals.h
│   │   │   ├── dsadmin.h
│   │   │   ├── dsclient.h
│   │   │   ├── dsconf.h
│   │   │   ├── dsdriver.h
│   │   │   ├── dsgetdc.h
│   │   │   ├── dshow.h
│   │   │   ├── dskquota.h
│   │   │   ├── dsound.h
│   │   │   ├── dsquery.h
│   │   │   ├── dsrole.h
│   │   │   ├── dssec.h
│   │   │   ├── dtchelp.h
│   │   │   ├── dvbsiparser.h
│   │   │   ├── dvdevcod.h
│   │   │   ├── dvdif.h
│   │   │   ├── dvdmedia.h
│   │   │   ├── dvec.h
│   │   │   ├── dvobj.h
│   │   │   ├── dvp.h
│   │   │   ├── dwmapi.h
│   │   │   ├── dwrite.h
│   │   │   ├── dwrite_1.h
│   │   │   ├── dwrite_2.h
│   │   │   ├── dwrite_3.h
│   │   │   ├── dxdiag.h
│   │   │   ├── dxerr8.h
│   │   │   ├── dxerr9.h
│   │   │   ├── dxfile.h
│   │   │   ├── dxgi.h
│   │   │   ├── dxgi.idl
│   │   │   ├── dxgi1_2.h
│   │   │   ├── dxgi1_2.idl
│   │   │   ├── dxgi1_3.h
│   │   │   ├── dxgi1_3.idl
│   │   │   ├── dxgi1_4.h
│   │   │   ├── dxgi1_4.idl
│   │   │   ├── dxgi1_5.h
│   │   │   ├── dxgi1_5.idl
│   │   │   ├── dxgi1_6.h
│   │   │   ├── dxgi1_6.idl
│   │   │   ├── dxgicommon.h
│   │   │   ├── dxgicommon.idl
│   │   │   ├── dxgidebug.h
│   │   │   ├── dxgiformat.h
│   │   │   ├── dxgiformat.idl
│   │   │   ├── dxgitype.h
│   │   │   ├── dxgitype.idl
│   │   │   ├── dxtmpl.h
│   │   │   ├── dxva.h
│   │   │   ├── dxva2api.h
│   │   │   ├── dxvahd.h
│   │   │   ├── eapauthenticatoractiondefine.h
│   │   │   ├── eapauthenticatortypes.h
│   │   │   ├── eaphosterror.h
│   │   │   ├── eaphostpeerconfigapis.h
│   │   │   ├── eaphostpeertypes.h
│   │   │   ├── eapmethodauthenticatorapis.h
│   │   │   ├── eapmethodpeerapis.h
│   │   │   ├── eapmethodtypes.h
│   │   │   ├── eappapis.h
│   │   │   ├── eaptypes.h
│   │   │   ├── edevdefs.h
│   │   │   ├── eh.h
│   │   │   ├── ehstorapi.h
│   │   │   ├── elscore.h
│   │   │   ├── emostore.h
│   │   │   ├── emptyvc.h
│   │   │   ├── endpointvolume.h
│   │   │   ├── errhandlingapi.h
│   │   │   ├── errno.h
│   │   │   ├── error.h
│   │   │   ├── errorrep.h
│   │   │   ├── errors.h
│   │   │   ├── esent.h
│   │   │   ├── evcode.h
│   │   │   ├── evcoll.h
│   │   │   ├── eventsys.h
│   │   │   ├── evntcons.h
│   │   │   ├── evntprov.h
│   │   │   ├── evntrace.h
│   │   │   ├── evr.h
│   │   │   ├── evr9.h
│   │   │   ├── exchform.h
│   │   │   ├── excpt.h
│   │   │   ├── exdisp.h
│   │   │   ├── exdispid.h
│   │   │   ├── expandedresources.h
│   │   │   ├── fci.h
│   │   │   ├── fcntl.h
│   │   │   ├── fdi.h
│   │   │   ├── fenv.h
│   │   │   ├── fibersapi.h
│   │   │   ├── fileapi.h
│   │   │   ├── fileextd.h
│   │   │   ├── filehc.h
│   │   │   ├── fileopen.dlg
│   │   │   ├── filter.h
│   │   │   ├── filterr.h
│   │   │   ├── findtext.dlg
│   │   │   ├── float.h
│   │   │   ├── fltdefs.h
│   │   │   ├── fltuser.h
│   │   │   ├── fltuserstructures.h
│   │   │   ├── fltwinerror.h
│   │   │   ├── font.dlg
│   │   │   ├── fpieee.h
│   │   │   ├── fsrm.h
│   │   │   ├── fsrmenums.h
│   │   │   ├── fsrmerr.h
│   │   │   ├── fsrmpipeline.h
│   │   │   ├── fsrmquota.h
│   │   │   ├── fsrmreports.h
│   │   │   ├── fsrmscreen.h
│   │   │   ├── ftsiface.h
│   │   │   ├── ftw.h
│   │   │   ├── functiondiscoveryapi.h
│   │   │   ├── functiondiscoverycategories.h
│   │   │   ├── functiondiscoveryconstraints.h
│   │   │   ├── functiondiscoverykeys.h
│   │   │   ├── functiondiscoverykeys_devpkey.h
│   │   │   ├── functiondiscoverynotification.h
│   │   │   ├── fusion.h
│   │   │   ├── fvec.h
│   │   │   ├── fwpmtypes.h
│   │   │   ├── fwpmu.h
│   │   │   ├── fwptypes.h
│   │   │   ├── gb18030.h
│   │   │   ├── gdiplus
│   │   │   │   ├── gdiplus.h
│   │   │   │   ├── gdiplusbase.h
│   │   │   │   ├── gdiplusbrush.h
│   │   │   │   ├── gdipluscolor.h
│   │   │   │   ├── gdipluscolormatrix.h
│   │   │   │   ├── gdipluseffects.h
│   │   │   │   ├── gdiplusenums.h
│   │   │   │   ├── gdiplusflat.h
│   │   │   │   ├── gdiplusgpstubs.h
│   │   │   │   ├── gdiplusgraphics.h
│   │   │   │   ├── gdiplusheaders.h
│   │   │   │   ├── gdiplusimageattributes.h
│   │   │   │   ├── gdiplusimagecodec.h
│   │   │   │   ├── gdiplusimaging.h
│   │   │   │   ├── gdiplusimpl.h
│   │   │   │   ├── gdiplusinit.h
│   │   │   │   ├── gdipluslinecaps.h
│   │   │   │   ├── gdiplusmatrix.h
│   │   │   │   ├── gdiplusmem.h
│   │   │   │   ├── gdiplusmetafile.h
│   │   │   │   ├── gdiplusmetaheader.h
│   │   │   │   ├── gdipluspath.h
│   │   │   │   ├── gdipluspen.h
│   │   │   │   ├── gdipluspixelformats.h
│   │   │   │   ├── gdiplusstringformat.h
│   │   │   │   └── gdiplustypes.h
│   │   │   ├── gdiplus.h
│   │   │   ├── getopt.h
│   │   │   ├── gpedit.h
│   │   │   ├── gpio.h
│   │   │   ├── gpmgmt.h
│   │   │   ├── guiddef.h
│   │   │   ├── h323priv.h
│   │   │   ├── handleapi.h
│   │   │   ├── heapapi.h
│   │   │   ├── hidclass.h
│   │   │   ├── hidpi.h
│   │   │   ├── hidsdi.h
│   │   │   ├── hidusage.h
│   │   │   ├── highlevelmonitorconfigurationapi.h
│   │   │   ├── hlguids.h
│   │   │   ├── hliface.h
│   │   │   ├── hlink.h
│   │   │   ├── hostinfo.h
│   │   │   ├── hstring.h
│   │   │   ├── htiface.h
│   │   │   ├── htiframe.h
│   │   │   ├── htmlguid.h
│   │   │   ├── htmlhelp.h
│   │   │   ├── http.h
│   │   │   ├── httpext.h
│   │   │   ├── httpfilt.h
│   │   │   ├── httprequestid.h
│   │   │   ├── hvsocket.h
│   │   │   ├── i_cryptasn1tls.h
│   │   │   ├── ia64reg.h
│   │   │   ├── iaccess.h
│   │   │   ├── iadmext.h
│   │   │   ├── iadmw.h
│   │   │   ├── iads.h
│   │   │   ├── icftypes.h
│   │   │   ├── icm.h
│   │   │   ├── icmpapi.h
│   │   │   ├── icmui.dlg
│   │   │   ├── icodecapi.h
│   │   │   ├── icrsint.h
│   │   │   ├── identitycommon.h
│   │   │   ├── identitystore.h
│   │   │   ├── idf.h
│   │   │   ├── idispids.h
│   │   │   ├── iedial.h
│   │   │   ├── ieeefp.h
│   │   │   ├── ieverp.h
│   │   │   ├── ifdef.h
│   │   │   ├── iiis.h
│   │   │   ├── iiisext.h
│   │   │   ├── iimgctx.h
│   │   │   ├── iiscnfg.h
│   │   │   ├── iisrsta.h
│   │   │   ├── iketypes.h
│   │   │   ├── ilogobj.hxx
│   │   │   ├── imagehlp.h
│   │   │   ├── ime.h
│   │   │   ├── imessage.h
│   │   │   ├── imm.h
│   │   │   ├── in6addr.h
│   │   │   ├── inaddr.h
│   │   │   ├── indexsrv.h
│   │   │   ├── inetreg.h
│   │   │   ├── inetsdk.h
│   │   │   ├── infstr.h
│   │   │   ├── initguid.h
│   │   │   ├── initoid.h
│   │   │   ├── inputscope.h
│   │   │   ├── inspectable.h
│   │   │   ├── interlockedapi.h
│   │   │   ├── intrin.h
│   │   │   ├── intsafe.h
│   │   │   ├── intshcut.h
│   │   │   ├── inttypes.h
│   │   │   ├── invkprxy.h
│   │   │   ├── io.h
│   │   │   ├── ioapiset.h
│   │   │   ├── ioevent.h
│   │   │   ├── ipexport.h
│   │   │   ├── iphlpapi.h
│   │   │   ├── ipifcons.h
│   │   │   ├── ipinfoid.h
│   │   │   ├── ipmib.h
│   │   │   ├── ipmsp.h
│   │   │   ├── iprtrmib.h
│   │   │   ├── ipsectypes.h
│   │   │   ├── iptypes.h
│   │   │   ├── ipxconst.h
│   │   │   ├── ipxrip.h
│   │   │   ├── ipxrtdef.h
│   │   │   ├── ipxsap.h
│   │   │   ├── ipxtfflt.h
│   │   │   ├── iscsidsc.h
│   │   │   ├── isguids.h
│   │   │   ├── issper16.h
│   │   │   ├── issperr.h
│   │   │   ├── isysmon.h
│   │   │   ├── ivec.h
│   │   │   ├── iwamreg.h
│   │   │   ├── jobapi.h
│   │   │   ├── kcom.h
│   │   │   ├── knownfolders.h
│   │   │   ├── ks.h
│   │   │   ├── ksdebug.h
│   │   │   ├── ksguid.h
│   │   │   ├── ksmedia.h
│   │   │   ├── ksproxy.h
│   │   │   ├── ksuuids.h
│   │   │   ├── ktmtypes.h
│   │   │   ├── ktmw32.h
│   │   │   ├── kxia64.h
│   │   │   ├── l2cmn.h
│   │   │   ├── libgen.h
│   │   │   ├── libloaderapi.h
│   │   │   ├── libloaderapi2.h
│   │   │   ├── limits.h
│   │   │   ├── lm.h
│   │   │   ├── lmaccess.h
│   │   │   ├── lmalert.h
│   │   │   ├── lmapibuf.h
│   │   │   ├── lmat.h
│   │   │   ├── lmaudit.h
│   │   │   ├── lmconfig.h
│   │   │   ├── lmcons.h
│   │   │   ├── lmdfs.h
│   │   │   ├── lmerr.h
│   │   │   ├── lmerrlog.h
│   │   │   ├── lmjoin.h
│   │   │   ├── lmmsg.h
│   │   │   ├── lmon.h
│   │   │   ├── lmremutl.h
│   │   │   ├── lmrepl.h
│   │   │   ├── lmserver.h
│   │   │   ├── lmshare.h
│   │   │   ├── lmsname.h
│   │   │   ├── lmstats.h
│   │   │   ├── lmsvc.h
│   │   │   ├── lmuse.h
│   │   │   ├── lmuseflg.h
│   │   │   ├── lmwksta.h
│   │   │   ├── loadperf.h
│   │   │   ├── locale.h
│   │   │   ├── locationapi.h
│   │   │   ├── lpmapi.h
│   │   │   ├── lzexpand.h
│   │   │   ├── madcapcl.h
│   │   │   ├── magnification.h
│   │   │   ├── mailmsgprops.h
│   │   │   ├── malloc.h
│   │   │   ├── manipulations.h
│   │   │   ├── mapi.h
│   │   │   ├── mapicode.h
│   │   │   ├── mapidbg.h
│   │   │   ├── mapidefs.h
│   │   │   ├── mapiform.h
│   │   │   ├── mapiguid.h
│   │   │   ├── mapihook.h
│   │   │   ├── mapinls.h
│   │   │   ├── mapioid.h
│   │   │   ├── mapispi.h
│   │   │   ├── mapitags.h
│   │   │   ├── mapiutil.h
│   │   │   ├── mapival.h
│   │   │   ├── mapiwin.h
│   │   │   ├── mapiwz.h
│   │   │   ├── mapix.h
│   │   │   ├── math.h
│   │   │   ├── mbctype.h
│   │   │   ├── mbstring.h
│   │   │   ├── mciavi.h
│   │   │   ├── mcx.h
│   │   │   ├── mdbrole.hxx
│   │   │   ├── mdcommsg.h
│   │   │   ├── mddefw.h
│   │   │   ├── mdhcp.h
│   │   │   ├── mdmsg.h
│   │   │   ├── mediaerr.h
│   │   │   ├── mediaobj.h
│   │   │   ├── mediaobj.idl
│   │   │   ├── medparam.h
│   │   │   ├── medparam.idl
│   │   │   ├── mem.h
│   │   │   ├── memory.h
│   │   │   ├── memoryapi.h
│   │   │   ├── mergemod.h
│   │   │   ├── mfapi.h
│   │   │   ├── mferror.h
│   │   │   ├── mfidl.h
│   │   │   ├── mfidl.idl
│   │   │   ├── mfmp2dlna.h
│   │   │   ├── mfobjects.h
│   │   │   ├── mfplay.h
│   │   │   ├── mfreadwrite.h
│   │   │   ├── mftransform.h
│   │   │   ├── mgm.h
│   │   │   ├── mgmtapi.h
│   │   │   ├── midles.h
│   │   │   ├── mimedisp.h
│   │   │   ├── mimeinfo.h
│   │   │   ├── minmax.h
│   │   │   ├── minwinbase.h
│   │   │   ├── minwindef.h
│   │   │   ├── mlang.h
│   │   │   ├── mmc.h
│   │   │   ├── mmcobj.h
│   │   │   ├── mmdeviceapi.h
│   │   │   ├── mmreg.h
│   │   │   ├── mmstream.h
│   │   │   ├── mmstream.idl
│   │   │   ├── mmsystem.h
│   │   │   ├── mobsync.h
│   │   │   ├── moniker.h
│   │   │   ├── mpeg2bits.h
│   │   │   ├── mpeg2data.h
│   │   │   ├── mpeg2psiparser.h
│   │   │   ├── mpeg2structs.h
│   │   │   ├── mprapi.h
│   │   │   ├── mprerror.h
│   │   │   ├── mq.h
│   │   │   ├── mqmail.h
│   │   │   ├── mqoai.h
│   │   │   ├── msacm.h
│   │   │   ├── msacmdlg.dlg
│   │   │   ├── msacmdlg.h
│   │   │   ├── msado15.h
│   │   │   ├── msasn1.h
│   │   │   ├── msber.h
│   │   │   ├── mscat.h
│   │   │   ├── mschapp.h
│   │   │   ├── msclus.h
│   │   │   ├── mscoree.h
│   │   │   ├── msctf.h
│   │   │   ├── msctfmonitorapi.h
│   │   │   ├── msdadc.h
│   │   │   ├── msdaguid.h
│   │   │   ├── msdaipp.h
│   │   │   ├── msdaipper.h
│   │   │   ├── msdaora.h
│   │   │   ├── msdaosp.h
│   │   │   ├── msdasc.h
│   │   │   ├── msdasql.h
│   │   │   ├── msdatsrc.h
│   │   │   ├── msdrm.h
│   │   │   ├── msdrmdefs.h
│   │   │   ├── msdshape.h
│   │   │   ├── msfs.h
│   │   │   ├── mshtmcid.h
│   │   │   ├── mshtmdid.h
│   │   │   ├── mshtmhst.h
│   │   │   ├── mshtml.h
│   │   │   ├── mshtmlc.h
│   │   │   ├── msi.h
│   │   │   ├── msidefs.h
│   │   │   ├── msimcntl.h
│   │   │   ├── msimcsdk.h
│   │   │   ├── msinkaut.h
│   │   │   ├── msinkaut_i.c
│   │   │   ├── msiquery.h
│   │   │   ├── msoav.h
│   │   │   ├── msoledbsql.h
│   │   │   ├── msopc.h
│   │   │   ├── msp.h
│   │   │   ├── mspab.h
│   │   │   ├── mspaddr.h
│   │   │   ├── mspbase.h
│   │   │   ├── mspcall.h
│   │   │   ├── mspcoll.h
│   │   │   ├── mspenum.h
│   │   │   ├── msplog.h
│   │   │   ├── mspst.h
│   │   │   ├── mspstrm.h
│   │   │   ├── mspterm.h
│   │   │   ├── mspthrd.h
│   │   │   ├── msptrmac.h
│   │   │   ├── msptrmar.h
│   │   │   ├── msptrmvc.h
│   │   │   ├── msputils.h
│   │   │   ├── msrdc.h
│   │   │   ├── msremote.h
│   │   │   ├── mssip.h
│   │   │   ├── msstkppg.h
│   │   │   ├── mstask.h
│   │   │   ├── mstcpip.h
│   │   │   ├── msterr.h
│   │   │   ├── mswsock.h
│   │   │   ├── msxml.h
│   │   │   ├── msxml2.h
│   │   │   ├── msxml2did.h
│   │   │   ├── msxmldid.h
│   │   │   ├── mtsadmin.h
│   │   │   ├── mtsevents.h
│   │   │   ├── mtsgrp.h
│   │   │   ├── mtx.h
│   │   │   ├── mtxadmin.h
│   │   │   ├── mtxattr.h
│   │   │   ├── mtxdm.h
│   │   │   ├── muiload.h
│   │   │   ├── multimon.h
│   │   │   ├── multinfo.h
│   │   │   ├── mxdc.h
│   │   │   ├── namedpipeapi.h
│   │   │   ├── namespaceapi.h
│   │   │   ├── napcertrelyingparty.h
│   │   │   ├── napcommon.h
│   │   │   ├── napenforcementclient.h
│   │   │   ├── napmanagement.h
│   │   │   ├── napmicrosoftvendorids.h
│   │   │   ├── napprotocol.h
│   │   │   ├── napservermanagement.h
│   │   │   ├── napsystemhealthagent.h
│   │   │   ├── napsystemhealthvalidator.h
│   │   │   ├── naptypes.h
│   │   │   ├── naputil.h
│   │   │   ├── naputil.w
│   │   │   ├── nb30.h
│   │   │   ├── ncrypt.h
│   │   │   ├── ndattrib.h
│   │   │   ├── ndfapi.h
│   │   │   ├── ndhelper.h
│   │   │   ├── ndkinfo.h
│   │   │   ├── ndr64types.h
│   │   │   ├── ndrtypes.h
│   │   │   ├── netcfgn.h
│   │   │   ├── netcfgx.h
│   │   │   ├── netcon.h
│   │   │   ├── neterr.h
│   │   │   ├── netevent.h
│   │   │   ├── netfw.h
│   │   │   ├── netioapi.h
│   │   │   ├── netlistmgr.h
│   │   │   ├── netmon.h
│   │   │   ├── netprov.h
│   │   │   ├── nettypes.h
│   │   │   ├── new.h
│   │   │   ├── newapis.h
│   │   │   ├── newdev.h
│   │   │   ├── nldef.h
│   │   │   ├── nmsupp.h
│   │   │   ├── npapi.h
│   │   │   ├── nsemail.h
│   │   │   ├── nserror.h
│   │   │   ├── nspapi.h
│   │   │   ├── ntdd1394.h
│   │   │   ├── ntdd8042.h
│   │   │   ├── ntddbeep.h
│   │   │   ├── ntddcdrm.h
│   │   │   ├── ntddcdvd.h
│   │   │   ├── ntddchgr.h
│   │   │   ├── ntdddisk.h
│   │   │   ├── ntddft.h
│   │   │   ├── ntddkbd.h
│   │   │   ├── ntddmmc.h
│   │   │   ├── ntddmodm.h
│   │   │   ├── ntddmou.h
│   │   │   ├── ntddndis.h
│   │   │   ├── ntddpar.h
│   │   │   ├── ntddpsch.h
│   │   │   ├── ntddscsi.h
│   │   │   ├── ntddser.h
│   │   │   ├── ntddstor.h
│   │   │   ├── ntddtape.h
│   │   │   ├── ntddtdi.h
│   │   │   ├── ntddvdeo.h
│   │   │   ├── ntddvol.h
│   │   │   ├── ntdef.h
│   │   │   ├── ntdsapi.h
│   │   │   ├── ntdsbcli.h
│   │   │   ├── ntdsbmsg.h
│   │   │   ├── ntgdi.h
│   │   │   ├── ntiologc.h
│   │   │   ├── ntldap.h
│   │   │   ├── ntmsapi.h
│   │   │   ├── ntmsmli.h
│   │   │   ├── ntquery.h
│   │   │   ├── ntsdexts.h
│   │   │   ├── ntsecapi.h
│   │   │   ├── ntsecpkg.h
│   │   │   ├── ntstatus.h
│   │   │   ├── ntverp.h
│   │   │   ├── oaidl.h
│   │   │   ├── objbase.h
│   │   │   ├── objectarray.h
│   │   │   ├── objerror.h
│   │   │   ├── objidl.h
│   │   │   ├── objidlbase.h
│   │   │   ├── objsafe.h
│   │   │   ├── objsel.h
│   │   │   ├── ocidl.h
│   │   │   ├── ocmm.h
│   │   │   ├── odbcinst.h
│   │   │   ├── odbcss.h
│   │   │   ├── ole.h
│   │   │   ├── ole2.h
│   │   │   ├── ole2ver.h
│   │   │   ├── oleacc.h
│   │   │   ├── oleauto.h
│   │   │   ├── olectl.h
│   │   │   ├── olectlid.h
│   │   │   ├── oledb.h
│   │   │   ├── oledbdep.h
│   │   │   ├── oledberr.h
│   │   │   ├── oledbguid.h
│   │   │   ├── oledlg.dlg
│   │   │   ├── oledlg.h
│   │   │   ├── oleidl.h
│   │   │   ├── oletx2xa.h
│   │   │   ├── opmapi.h
│   │   │   ├── optary.h
│   │   │   ├── p2p.h
│   │   │   ├── packoff.h
│   │   │   ├── packon.h
│   │   │   ├── parser.h
│   │   │   ├── patchapi.h
│   │   │   ├── patchwiz.h
│   │   │   ├── pathcch.h
│   │   │   ├── pbt.h
│   │   │   ├── pchannel.h
│   │   │   ├── pciprop.h
│   │   │   ├── pcrt32.h
│   │   │   ├── pdh.h
│   │   │   ├── pdhmsg.h
│   │   │   ├── penwin.h
│   │   │   ├── perflib.h
│   │   │   ├── perhist.h
│   │   │   ├── persist.h
│   │   │   ├── pgobootrun.h
│   │   │   ├── physicalmonitorenumerationapi.h
│   │   │   ├── pla.h
│   │   │   ├── pnrpdef.h
│   │   │   ├── pnrpns.h
│   │   │   ├── poclass.h
│   │   │   ├── polarity.h
│   │   │   ├── poppack.h
│   │   │   ├── portabledeviceconnectapi.h
│   │   │   ├── portabledevicetypes.h
│   │   │   ├── powrprof.h
│   │   │   ├── prnasnot.h
│   │   │   ├── prnsetup.dlg
│   │   │   ├── prntfont.h
│   │   │   ├── prntvpt.h
│   │   │   ├── process.h
│   │   │   ├── processenv.h
│   │   │   ├── processthreadsapi.h
│   │   │   ├── processtopologyapi.h
│   │   │   ├── profile.h
│   │   │   ├── profileapi.h
│   │   │   ├── profinfo.h
│   │   │   ├── propidl.h
│   │   │   ├── propkey.h
│   │   │   ├── propkeydef.h
│   │   │   ├── propsys.h
│   │   │   ├── propvarutil.h
│   │   │   ├── prsht.h
│   │   │   ├── psapi.h
│   │   │   ├── psdk_inc
│   │   │   │   ├── _dbg_LOAD_IMAGE.h
│   │   │   │   ├── _dbg_common.h
│   │   │   │   ├── _fd_types.h
│   │   │   │   ├── _ip_mreq1.h
│   │   │   │   ├── _ip_types.h
│   │   │   │   ├── _pop_BOOL.h
│   │   │   │   ├── _push_BOOL.h
│   │   │   │   ├── _socket_types.h
│   │   │   │   ├── _varenum.h
│   │   │   │   ├── _ws1_undef.h
│   │   │   │   ├── _wsa_errnos.h
│   │   │   │   ├── _wsadata.h
│   │   │   │   ├── _xmitfile.h
│   │   │   │   └── intrin-impl.h
│   │   │   ├── pshpack1.h
│   │   │   ├── pshpack2.h
│   │   │   ├── pshpack4.h
│   │   │   ├── pshpack8.h
│   │   │   ├── pshpck16.h
│   │   │   ├── pstore.h
│   │   │   ├── pthread_signal.h
│   │   │   ├── pthread_time.h
│   │   │   ├── pthread_unistd.h
│   │   │   ├── qedit.h
│   │   │   ├── qedit.idl
│   │   │   ├── qmgr.h
│   │   │   ├── qnetwork.h
│   │   │   ├── qnetwork.idl
│   │   │   ├── qos.h
│   │   │   ├── qos2.h
│   │   │   ├── qosname.h
│   │   │   ├── qospol.h
│   │   │   ├── qossp.h
│   │   │   ├── ras.h
│   │   │   ├── rasdlg.h
│   │   │   ├── raseapif.h
│   │   │   ├── raserror.h
│   │   │   ├── rassapi.h
│   │   │   ├── rasshost.h
│   │   │   ├── ratings.h
│   │   │   ├── rdpencomapi.h
│   │   │   ├── realtimeapiset.h
│   │   │   ├── reason.h
│   │   │   ├── recguids.h
│   │   │   ├── reconcil.h
│   │   │   ├── regbag.h
│   │   │   ├── regstr.h
│   │   │   ├── rend.h
│   │   │   ├── resapi.h
│   │   │   ├── restartmanager.h
│   │   │   ├── richedit.h
│   │   │   ├── richole.h
│   │   │   ├── rkeysvcc.h
│   │   │   ├── rnderr.h
│   │   │   ├── roapi.h
│   │   │   ├── routprot.h
│   │   │   ├── rpc.h
│   │   │   ├── rpcasync.h
│   │   │   ├── rpcdce.h
│   │   │   ├── rpcdcep.h
│   │   │   ├── rpcndr.h
│   │   │   ├── rpcnsi.h
│   │   │   ├── rpcnsip.h
│   │   │   ├── rpcnterr.h
│   │   │   ├── rpcproxy.h
│   │   │   ├── rpcsal.h
│   │   │   ├── rpcssl.h
│   │   │   ├── rrascfg.h
│   │   │   ├── rtcapi.h
│   │   │   ├── rtccore.h
│   │   │   ├── rtcerr.h
│   │   │   ├── rtinfo.h
│   │   │   ├── rtm.h
│   │   │   ├── rtmv2.h
│   │   │   ├── rtutils.h
│   │   │   ├── sal.h
│   │   │   ├── sapi.h
│   │   │   ├── sapi51.h
│   │   │   ├── sapi53.h
│   │   │   ├── sapi54.h
│   │   │   ├── sas.h
│   │   │   ├── sbe.h
│   │   │   ├── scarddat.h
│   │   │   ├── scarderr.h
│   │   │   ├── scardmgr.h
│   │   │   ├── scardsrv.h
│   │   │   ├── scardssp.h
│   │   │   ├── scesvc.h
│   │   │   ├── schannel.h
│   │   │   ├── schedule.h
│   │   │   ├── schemadef.h
│   │   │   ├── schnlsp.h
│   │   │   ├── scode.h
│   │   │   ├── scrnsave.h
│   │   │   ├── scrptids.h
│   │   │   ├── sddl.h
│   │   │   ├── sdkddkver.h
│   │   │   ├── sdks
│   │   │   │   └── _mingw_ddk.h
│   │   │   ├── sdoias.h
│   │   │   ├── sdpblb.h
│   │   │   ├── sdperr.h
│   │   │   ├── search.h
│   │   │   ├── sec_api
│   │   │   │   ├── conio_s.h
│   │   │   │   ├── crtdbg_s.h
│   │   │   │   ├── mbstring_s.h
│   │   │   │   ├── search_s.h
│   │   │   │   ├── stdio_s.h
│   │   │   │   ├── stdlib_s.h
│   │   │   │   ├── stralign_s.h
│   │   │   │   ├── string_s.h
│   │   │   │   ├── sys
│   │   │   │   │   └── timeb_s.h
│   │   │   │   ├── tchar_s.h
│   │   │   │   └── wchar_s.h
│   │   │   ├── secext.h
│   │   │   ├── security.h
│   │   │   ├── securityappcontainer.h
│   │   │   ├── securitybaseapi.h
│   │   │   ├── sehmap.h
│   │   │   ├── sens.h
│   │   │   ├── sensapi.h
│   │   │   ├── sensevts.h
│   │   │   ├── sensors.h
│   │   │   ├── sensorsapi.h
│   │   │   ├── servprov.h
│   │   │   ├── setjmp.h
│   │   │   ├── setjmpex.h
│   │   │   ├── setupapi.h
│   │   │   ├── sfc.h
│   │   │   ├── shappmgr.h
│   │   │   ├── share.h
│   │   │   ├── shdeprecated.h
│   │   │   ├── shdispid.h
│   │   │   ├── shellapi.h
│   │   │   ├── shellscalingapi.h
│   │   │   ├── sherrors.h
│   │   │   ├── shfolder.h
│   │   │   ├── shldisp.h
│   │   │   ├── shlguid.h
│   │   │   ├── shlobj.h
│   │   │   ├── shlwapi.h
│   │   │   ├── shobjidl.h
│   │   │   ├── shtypes.h
│   │   │   ├── signal.h
│   │   │   ├── simpdata.h
│   │   │   ├── simpdc.h
│   │   │   ├── sipbase.h
│   │   │   ├── sisbkup.h
│   │   │   ├── slerror.h
│   │   │   ├── slpublic.h
│   │   │   ├── smpab.h
│   │   │   ├── smpms.h
│   │   │   ├── smpxp.h
│   │   │   ├── smtpguid.h
│   │   │   ├── smx.h
│   │   │   ├── snmp.h
│   │   │   ├── softpub.h
│   │   │   ├── spatialaudioclient.h
│   │   │   ├── specstrings.h
│   │   │   ├── sperror.h
│   │   │   ├── sphelper.h
│   │   │   ├── sporder.h
│   │   │   ├── sql.h
│   │   │   ├── sql_1.h
│   │   │   ├── sqlext.h
│   │   │   ├── sqloledb.h
│   │   │   ├── sqltypes.h
│   │   │   ├── sqlucode.h
│   │   │   ├── srrestoreptapi.h
│   │   │   ├── srv.h
│   │   │   ├── sspguid.h
│   │   │   ├── sspi.h
│   │   │   ├── sspserr.h
│   │   │   ├── sspsidl.h
│   │   │   ├── stdarg.h
│   │   │   ├── stddef.h
│   │   │   ├── stdexcpt.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── sti.h
│   │   │   ├── stierr.h
│   │   │   ├── stireg.h
│   │   │   ├── stllock.h
│   │   │   ├── stm.h
│   │   │   ├── storage.h
│   │   │   ├── storduid.h
│   │   │   ├── storprop.h
│   │   │   ├── stralign.h
│   │   │   ├── string.h
│   │   │   ├── stringapiset.h
│   │   │   ├── strings.h
│   │   │   ├── strmif.h
│   │   │   ├── strsafe.h
│   │   │   ├── structuredquerycondition.h
│   │   │   ├── subauth.h
│   │   │   ├── subsmgr.h
│   │   │   ├── svcguid.h
│   │   │   ├── svrapi.h
│   │   │   ├── swprintf.inl
│   │   │   ├── synchapi.h
│   │   │   ├── sys
│   │   │   │   ├── cdefs.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── locking.h
│   │   │   │   ├── param.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── types.h
│   │   │   │   ├── unistd.h
│   │   │   │   └── utime.h
│   │   │   ├── sysinfoapi.h
│   │   │   ├── syslimits.h
│   │   │   ├── systemtopologyapi.h
│   │   │   ├── t2embapi.h
│   │   │   ├── tabflicks.h
│   │   │   ├── tapi.h
│   │   │   ├── tapi3.h
│   │   │   ├── tapi3cc.h
│   │   │   ├── tapi3ds.h
│   │   │   ├── tapi3err.h
│   │   │   ├── tapi3if.h
│   │   │   ├── taskschd.h
│   │   │   ├── tbs.h
│   │   │   ├── tcerror.h
│   │   │   ├── tcguid.h
│   │   │   ├── tchar.h
│   │   │   ├── tcpestats.h
│   │   │   ├── tcpmib.h
│   │   │   ├── tdh.h
│   │   │   ├── tdi.h
│   │   │   ├── tdiinfo.h
│   │   │   ├── termmgr.h
│   │   │   ├── textserv.h
│   │   │   ├── textstor.h
│   │   │   ├── threadpoolapiset.h
│   │   │   ├── threadpoollegacyapiset.h
│   │   │   ├── thumbcache.h
│   │   │   ├── time.h
│   │   │   ├── timeprov.h
│   │   │   ├── timezoneapi.h
│   │   │   ├── tlbref.h
│   │   │   ├── tlhelp32.h
│   │   │   ├── tlogstg.h
│   │   │   ├── tmschema.h
│   │   │   ├── tnef.h
│   │   │   ├── tom.h
│   │   │   ├── tpcshrd.h
│   │   │   ├── traffic.h
│   │   │   ├── transact.h
│   │   │   ├── triedcid.h
│   │   │   ├── triediid.h
│   │   │   ├── triedit.h
│   │   │   ├── tsattrs.h
│   │   │   ├── tspi.h
│   │   │   ├── tssbx.h
│   │   │   ├── tsuserex.h
│   │   │   ├── tuner.h
│   │   │   ├── tvout.h
│   │   │   ├── txcoord.h
│   │   │   ├── txctx.h
│   │   │   ├── txdtc.h
│   │   │   ├── txfw32.h
│   │   │   ├── typeinfo.h
│   │   │   ├── uastrfnc.h
│   │   │   ├── uchar.h
│   │   │   ├── udpmib.h
│   │   │   ├── uianimation.h
│   │   │   ├── uiautomation.h
│   │   │   ├── uiautomationclient.h
│   │   │   ├── uiautomationcore.h
│   │   │   ├── uiautomationcoreapi.h
│   │   │   ├── uiviewsettingsinterop.h
│   │   │   ├── umx.h
│   │   │   ├── unistd.h
│   │   │   ├── unknown.h
│   │   │   ├── unknwn.h
│   │   │   ├── unknwnbase.h
│   │   │   ├── urlhist.h
│   │   │   ├── urlmon.h
│   │   │   ├── usb.h
│   │   │   ├── usb100.h
│   │   │   ├── usb200.h
│   │   │   ├── usbcamdi.h
│   │   │   ├── usbdi.h
│   │   │   ├── usbioctl.h
│   │   │   ├── usbiodef.h
│   │   │   ├── usbprint.h
│   │   │   ├── usbrpmif.h
│   │   │   ├── usbscan.h
│   │   │   ├── usbspec.h
│   │   │   ├── usbuser.h
│   │   │   ├── userenv.h
│   │   │   ├── usp10.h
│   │   │   ├── utilapiset.h
│   │   │   ├── utime.h
│   │   │   ├── uuids.h
│   │   │   ├── uxtheme.h
│   │   │   ├── vadefs.h
│   │   │   ├── varargs.h
│   │   │   ├── vcr.h
│   │   │   ├── vdmdbg.h
│   │   │   ├── vds.h
│   │   │   ├── vdslun.h
│   │   │   ├── verinfo.ver
│   │   │   ├── versionhelpers.h
│   │   │   ├── vfw.h
│   │   │   ├── vfwmsgs.h
│   │   │   ├── virtdisk.h
│   │   │   ├── vmr9.h
│   │   │   ├── vmr9.idl
│   │   │   ├── vsadmin.h
│   │   │   ├── vsbackup.h
│   │   │   ├── vsmgmt.h
│   │   │   ├── vsprov.h
│   │   │   ├── vss.h
│   │   │   ├── vsserror.h
│   │   │   ├── vsstyle.h
│   │   │   ├── vssym32.h
│   │   │   ├── vswriter.h
│   │   │   ├── w32api.h
│   │   │   ├── wab.h
│   │   │   ├── wabapi.h
│   │   │   ├── wabcode.h
│   │   │   ├── wabdefs.h
│   │   │   ├── wabiab.h
│   │   │   ├── wabmem.h
│   │   │   ├── wabnot.h
│   │   │   ├── wabtags.h
│   │   │   ├── wabutil.h
│   │   │   ├── wbemads.h
│   │   │   ├── wbemcli.h
│   │   │   ├── wbemdisp.h
│   │   │   ├── wbemidl.h
│   │   │   ├── wbemprov.h
│   │   │   ├── wbemtran.h
│   │   │   ├── wchar.h
│   │   │   ├── wcmconfig.h
│   │   │   ├── wcsplugin.h
│   │   │   ├── wct.h
│   │   │   ├── wctype.h
│   │   │   ├── wdsbp.h
│   │   │   ├── wdsclientapi.h
│   │   │   ├── wdspxe.h
│   │   │   ├── wdstci.h
│   │   │   ├── wdstpdi.h
│   │   │   ├── wdstptmgmt.h
│   │   │   ├── werapi.h
│   │   │   ├── wfext.h
│   │   │   ├── wia.h
│   │   │   ├── wiadef.h
│   │   │   ├── wiadevd.h
│   │   │   ├── wiavideo.h
│   │   │   ├── winable.h
│   │   │   ├── winapifamily.h
│   │   │   ├── winbase.h
│   │   │   ├── winber.h
│   │   │   ├── wincodec.h
│   │   │   ├── wincodecsdk.h
│   │   │   ├── wincon.h
│   │   │   ├── wincred.h
│   │   │   ├── wincrypt.h
│   │   │   ├── winddi.h
│   │   │   ├── winddiui.h
│   │   │   ├── windef.h
│   │   │   ├── windns.h
│   │   │   ├── windot11.h
│   │   │   ├── windows.foundation.h
│   │   │   ├── windows.h
│   │   │   ├── windows.security.cryptography.h
│   │   │   ├── windows.storage.h
│   │   │   ├── windows.storage.streams.h
│   │   │   ├── windows.system.h
│   │   │   ├── windows.system.threading.h
│   │   │   ├── windowsx.h
│   │   │   ├── windowsx.h16
│   │   │   ├── winefs.h
│   │   │   ├── winerror.h
│   │   │   ├── winevt.h
│   │   │   ├── wingdi.h
│   │   │   ├── winhttp.h
│   │   │   ├── winhvemulation.h
│   │   │   ├── winhvplatform.h
│   │   │   ├── winhvplatformdefs.h
│   │   │   ├── wininet.h
│   │   │   ├── winineti.h
│   │   │   ├── winioctl.h
│   │   │   ├── winldap.h
│   │   │   ├── winnetwk.h
│   │   │   ├── winnls.h
│   │   │   ├── winnls32.h
│   │   │   ├── winnt.h
│   │   │   ├── winnt.rh
│   │   │   ├── winperf.h
│   │   │   ├── winreg.h
│   │   │   ├── winres.h
│   │   │   ├── winresrc.h
│   │   │   ├── winsafer.h
│   │   │   ├── winsatcominterfacei.h
│   │   │   ├── winscard.h
│   │   │   ├── winsdkver.h
│   │   │   ├── winsmcrd.h
│   │   │   ├── winsnmp.h
│   │   │   ├── winsock.h
│   │   │   ├── winsock2.h
│   │   │   ├── winsplp.h
│   │   │   ├── winspool.h
│   │   │   ├── winstring.h
│   │   │   ├── winsvc.h
│   │   │   ├── winsxs.h
│   │   │   ├── winsync.h
│   │   │   ├── winternl.h
│   │   │   ├── wintrust.h
│   │   │   ├── winusb.h
│   │   │   ├── winusbio.h
│   │   │   ├── winuser.h
│   │   │   ├── winuser.rh
│   │   │   ├── winver.h
│   │   │   ├── winwlx.h
│   │   │   ├── wlanapi.h
│   │   │   ├── wlanihvtypes.h
│   │   │   ├── wlantypes.h
│   │   │   ├── wmcodecdsp.h
│   │   │   ├── wmcontainer.h
│   │   │   ├── wmdrmsdk.h
│   │   │   ├── wmiatlprov.h
│   │   │   ├── wmistr.h
│   │   │   ├── wmiutils.h
│   │   │   ├── wmsbuffer.h
│   │   │   ├── wmsdkidl.h
│   │   │   ├── wnnc.h
│   │   │   ├── wow64apiset.h
│   │   │   ├── wownt16.h
│   │   │   ├── wownt32.h
│   │   │   ├── wpapi.h
│   │   │   ├── wpapimsg.h
│   │   │   ├── wpcapi.h
│   │   │   ├── wpcevent.h
│   │   │   ├── wpcrsmsg.h
│   │   │   ├── wpftpmsg.h
│   │   │   ├── wppstmsg.h
│   │   │   ├── wpspihlp.h
│   │   │   ├── wptypes.h
│   │   │   ├── wpwizmsg.h
│   │   │   ├── wrl
│   │   │   │   ├── client.h
│   │   │   │   ├── internal.h
│   │   │   │   ├── module.h
│   │   │   │   └── wrappers
│   │   │   │   └── corewrappers.h
│   │   │   ├── wrl.h
│   │   │   ├── ws2atm.h
│   │   │   ├── ws2bth.h
│   │   │   ├── ws2def.h
│   │   │   ├── ws2dnet.h
│   │   │   ├── ws2ipdef.h
│   │   │   ├── ws2spi.h
│   │   │   ├── ws2tcpip.h
│   │   │   ├── wsdapi.h
│   │   │   ├── wsdattachment.h
│   │   │   ├── wsdbase.h
│   │   │   ├── wsdclient.h
│   │   │   ├── wsddisco.h
│   │   │   ├── wsdhost.h
│   │   │   ├── wsdtypes.h
│   │   │   ├── wsdutil.h
│   │   │   ├── wsdxml.h
│   │   │   ├── wsdxmldom.h
│   │   │   ├── wshisotp.h
│   │   │   ├── wsipv6ok.h
│   │   │   ├── wsipx.h
│   │   │   ├── wslapi.h
│   │   │   ├── wsman.h
│   │   │   ├── wsmandisp.h
│   │   │   ├── wsnetbs.h
│   │   │   ├── wsnwlink.h
│   │   │   ├── wspiapi.h
│   │   │   ├── wsrm.h
│   │   │   ├── wsvns.h
│   │   │   ├── wtsapi32.h
│   │   │   ├── wtypes.h
│   │   │   ├── wtypesbase.h
│   │   │   ├── xa.h
│   │   │   ├── xapo.h
│   │   │   ├── xapofx.h
│   │   │   ├── xaudio2.h
│   │   │   ├── xaudio2fx.h
│   │   │   ├── xcmc.h
│   │   │   ├── xcmcext.h
│   │   │   ├── xcmcmsx2.h
│   │   │   ├── xcmcmsxt.h
│   │   │   ├── xenroll.h
│   │   │   ├── xinput.h
│   │   │   ├── xlocinfo.h
│   │   │   ├── xmath.h
│   │   │   ├── xmldomdid.h
│   │   │   ├── xmldsodid.h
│   │   │   ├── xmllite.h
│   │   │   ├── xmltrnsf.h
│   │   │   ├── xolehlp.h
│   │   │   ├── xpsdigitalsignature.h
│   │   │   ├── xpsobjectmodel.h
│   │   │   ├── xpsobjectmodel_1.h
│   │   │   ├── xpsprint.h
│   │   │   ├── xpsrassvc.h
│   │   │   ├── ymath.h
│   │   │   ├── yvals.h
│   │   │   └── zmouse.h
│   │   ├── arm-linux-any
│   │   │   └── asm
│   │   │   ├── fcntl.h
│   │   │   ├── ioctls.h
│   │   │   ├── mman.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   └── types.h
│   │   ├── arm-linux-gnueabi
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── arm-linux-gnueabihf
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── arm-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl_fix.h
│   │   │   ├── ipcstat.h
│   │   │   ├── msg.h
│   │   │   ├── posix.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── sem.h
│   │   │   ├── setjmp.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── stdint.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   ├── armeb-linux-any
│   │   │   └── asm
│   │   │   ├── fcntl.h
│   │   │   ├── ioctls.h
│   │   │   ├── mman.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   └── types.h
│   │   ├── armeb-linux-gnueabi
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── armeb-linux-gnueabihf
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── csky-linux-gnueabi
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── cachectl.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── csky-linux-gnueabihf
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── cachectl.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── generic-glibc
│   │   │   ├── a.out.h
│   │   │   ├── aio.h
│   │   │   ├── aliases.h
│   │   │   ├── alloca.h
│   │   │   ├── ar.h
│   │   │   ├── argp.h
│   │   │   ├── argz.h
│   │   │   ├── arpa
│   │   │   │   ├── ftp.h
│   │   │   │   ├── inet.h
│   │   │   │   ├── nameser.h
│   │   │   │   ├── nameser_compat.h
│   │   │   │   ├── telnet.h
│   │   │   │   └── tftp.h
│   │   │   ├── assert.h
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── argp-ldbl.h
│   │   │   │   ├── byteswap.h
│   │   │   │   ├── cmathcalls.h
│   │   │   │   ├── confname.h
│   │   │   │   ├── cpu-set.h
│   │   │   │   ├── dirent.h
│   │   │   │   ├── dirent_ext.h
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── elfclass.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── err-ldbl.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── error-ldbl.h
│   │   │   │   ├── error.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fcntl-linux.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fcntl2.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn-common.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── getopt_core.h
│   │   │   │   ├── getopt_ext.h
│   │   │   │   ├── getopt_posix.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── in.h
│   │   │   │   ├── indirect-return.h
│   │   │   │   ├── initspin.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ioctls.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── libc-header-start.h
│   │   │   │   ├── libm-simd-decl-stubs.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── locale.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── math-vector.h
│   │   │   │   ├── mathcalls-helper-functions.h
│   │   │   │   ├── mathcalls-narrow.h
│   │   │   │   ├── mathcalls.h
│   │   │   │   ├── mathdef.h
│   │   │   │   ├── mman-linux.h
│   │   │   │   ├── mman-map-flags-generic.h
│   │   │   │   ├── mman-shared.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── monetary-ldbl.h
│   │   │   │   ├── mqueue.h
│   │   │   │   ├── mqueue2.h
│   │   │   │   ├── msq.h
│   │   │   │   ├── netdb.h
│   │   │   │   ├── param.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── poll2.h
│   │   │   │   ├── posix1_lim.h
│   │   │   │   ├── posix2_lim.h
│   │   │   │   ├── posix_opt.h
│   │   │   │   ├── ppc.h
│   │   │   │   ├── printf-ldbl.h
│   │   │   │   ├── procfs-extra.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs-prregset.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── pthreadtypes.h
│   │   │   │   ├── ptrace-shared.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── sched.h
│   │   │   │   ├── select.h
│   │   │   │   ├── select2.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── setjmp2.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── sigevent-consts.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── siginfo-consts-arch.h
│   │   │   │   ├── siginfo-consts.h
│   │   │   │   ├── signal_ext.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── signum-generic.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── sigthread.h
│   │   │   │   ├── sockaddr.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── socket2.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── ss_flags.h
│   │   │   │   ├── stab.def
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── statx-generic.h
│   │   │   │   ├── statx.h
│   │   │   │   ├── stdint-intn.h
│   │   │   │   ├── stdint-uintn.h
│   │   │   │   ├── stdio-ldbl.h
│   │   │   │   ├── stdio.h
│   │   │   │   ├── stdio2.h
│   │   │   │   ├── stdio_lim.h
│   │   │   │   ├── stdlib-bsearch.h
│   │   │   │   ├── stdlib-float.h
│   │   │   │   ├── stdlib-ldbl.h
│   │   │   │   ├── stdlib.h
│   │   │   │   ├── string_fortified.h
│   │   │   │   ├── strings_fortified.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── syslog-ldbl.h
│   │   │   │   ├── syslog-path.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_cflag.h
│   │   │   │   ├── termios-c_iflag.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-misc.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── thread-shared-types.h
│   │   │   │   ├── time.h
│   │   │   │   ├── time64.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── timesize.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── types
│   │   │   │   │   ├── FILE.h
│   │   │   │   │   ├── __FILE.h
│   │   │   │   │   ├── __fpos64_t.h
│   │   │   │   │   ├── __fpos_t.h
│   │   │   │   │   ├── __locale_t.h
│   │   │   │   │   ├── __mbstate_t.h
│   │   │   │   │   ├── __sigset_t.h
│   │   │   │   │   ├── __sigval_t.h
│   │   │   │   │   ├── clock_t.h
│   │   │   │   │   ├── clockid_t.h
│   │   │   │   │   ├── cookie_io_functions_t.h
│   │   │   │   │   ├── error_t.h
│   │   │   │   │   ├── locale_t.h
│   │   │   │   │   ├── mbstate_t.h
│   │   │   │   │   ├── res_state.h
│   │   │   │   │   ├── sig_atomic_t.h
│   │   │   │   │   ├── sigevent_t.h
│   │   │   │   │   ├── siginfo_t.h
│   │   │   │   │   ├── sigset_t.h
│   │   │   │   │   ├── sigval_t.h
│   │   │   │   │   ├── stack_t.h
│   │   │   │   │   ├── struct_FILE.h
│   │   │   │   │   ├── struct___jmp_buf_tag.h
│   │   │   │   │   ├── struct_iovec.h
│   │   │   │   │   ├── struct_itimerspec.h
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_osockaddr.h
│   │   │   │   │   ├── struct_rusage.h
│   │   │   │   │   ├── struct_sched_param.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   ├── struct_shmid_ds.h
│   │   │   │   │   ├── struct_sigstack.h
│   │   │   │   │   ├── struct_statx.h
│   │   │   │   │   ├── struct_statx_timestamp.h
│   │   │   │   │   ├── struct_timeb.h
│   │   │   │   │   ├── struct_timespec.h
│   │   │   │   │   ├── struct_timeval.h
│   │   │   │   │   ├── struct_tm.h
│   │   │   │   │   ├── time_t.h
│   │   │   │   │   ├── timer_t.h
│   │   │   │   │   └── wint_t.h
│   │   │   │   ├── types.h
│   │   │   │   ├── typesizes.h
│   │   │   │   ├── uintn-identity.h
│   │   │   │   ├── uio-ext.h
│   │   │   │   ├── uio_lim.h
│   │   │   │   ├── unistd.h
│   │   │   │   ├── unistd_ext.h
│   │   │   │   ├── utmp.h
│   │   │   │   ├── utmpx.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── waitflags.h
│   │   │   │   ├── waitstatus.h
│   │   │   │   ├── wchar-ldbl.h
│   │   │   │   ├── wchar.h
│   │   │   │   ├── wchar2.h
│   │   │   │   ├── wctype-wchar.h
│   │   │   │   ├── wordsize.h
│   │   │   │   └── xopen_lim.h
│   │   │   ├── byteswap.h
│   │   │   ├── complex.h
│   │   │   ├── cpio.h
│   │   │   ├── crypt.h
│   │   │   ├── ctype.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
│   │   │   ├── finclude
│   │   │   │   └── math-vector-fortran.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── fpregdef.h
│   │   │   ├── fpu_control.h
│   │   │   ├── fstab.h
│   │   │   ├── fts.h
│   │   │   ├── ftw.h
│   │   │   ├── gconv.h
│   │   │   ├── getopt.h
│   │   │   ├── glob.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-32.h
│   │   │   │   ├── lib-names-hard.h
│   │   │   │   ├── lib-names-n32_hard.h
│   │   │   │   ├── lib-names-n64_hard.h
│   │   │   │   ├── lib-names-o32_hard.h
│   │   │   │   ├── lib-names-soft.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── libc-version.h
│   │   │   │   ├── stubs-32.h
│   │   │   │   ├── stubs-64.h
│   │   │   │   ├── stubs-hard.h
│   │   │   │   ├── stubs-n32_hard.h
│   │   │   │   ├── stubs-n64_hard.h
│   │   │   │   ├── stubs-o32_hard.h
│   │   │   │   ├── stubs-soft.h
│   │   │   │   └── stubs.h
│   │   │   ├── gnu-versions.h
│   │   │   ├── grp.h
│   │   │   ├── gshadow.h
│   │   │   ├── iconv.h
│   │   │   ├── ieee754.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── langinfo.h
│   │   │   ├── lastlog.h
│   │   │   ├── libgen.h
│   │   │   ├── libintl.h
│   │   │   ├── limits.h
│   │   │   ├── link.h
│   │   │   ├── locale.h
│   │   │   ├── malloc.h
│   │   │   ├── math.h
│   │   │   ├── mcheck.h
│   │   │   ├── memory.h
│   │   │   ├── mntent.h
│   │   │   ├── monetary.h
│   │   │   ├── mqueue.h
│   │   │   ├── net
│   │   │   │   ├── ethernet.h
│   │   │   │   ├── if.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
│   │   │   ├── netdb.h
│   │   │   ├── neteconet
│   │   │   │   └── ec.h
│   │   │   ├── netinet
│   │   │   │   ├── ether.h
│   │   │   │   ├── icmp6.h
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── if_fddi.h
│   │   │   │   ├── if_tr.h
│   │   │   │   ├── igmp.h
│   │   │   │   ├── in.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── ip6.h
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netipx
│   │   │   │   └── ipx.h
│   │   │   ├── netiucv
│   │   │   │   └── iucv.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── netrom
│   │   │   │   └── netrom.h
│   │   │   ├── netrose
│   │   │   │   └── rose.h
│   │   │   ├── nfs
│   │   │   │   └── nfs.h
│   │   │   ├── nl_types.h
│   │   │   ├── nss.h
│   │   │   ├── obstack.h
│   │   │   ├── paths.h
│   │   │   ├── poll.h
│   │   │   ├── printf.h
│   │   │   ├── proc_service.h
│   │   │   ├── protocols
│   │   │   │   ├── routed.h
│   │   │   │   ├── rwhod.h
│   │   │   │   ├── talkd.h
│   │   │   │   └── timed.h
│   │   │   ├── pthread.h
│   │   │   ├── pty.h
│   │   │   ├── pwd.h
│   │   │   ├── re_comp.h
│   │   │   ├── regdef.h
│   │   │   ├── regex.h
│   │   │   ├── regexp.h
│   │   │   ├── resolv.h
│   │   │   ├── rpc
│   │   │   │   └── netdb.h
│   │   │   ├── sched.h
│   │   │   ├── scsi
│   │   │   │   ├── scsi.h
│   │   │   │   ├── scsi_ioctl.h
│   │   │   │   └── sg.h
│   │   │   ├── search.h
│   │   │   ├── semaphore.h
│   │   │   ├── setjmp.h
│   │   │   ├── sgidefs.h
│   │   │   ├── sgtty.h
│   │   │   ├── shadow.h
│   │   │   ├── signal.h
│   │   │   ├── spawn.h
│   │   │   ├── stab.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdio_ext.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── strings.h
│   │   │   ├── sys
│   │   │   │   ├── acct.h
│   │   │   │   ├── asm.h
│   │   │   │   ├── auxv.h
│   │   │   │   ├── bitypes.h
│   │   │   │   ├── cachectl.h
│   │   │   │   ├── cdefs.h
│   │   │   │   ├── debugreg.h
│   │   │   │   ├── dir.h
│   │   │   │   ├── elf.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fanotify.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── fpregdef.h
│   │   │   │   ├── fsuid.h
│   │   │   │   ├── gmon.h
│   │   │   │   ├── gmon_out.h
│   │   │   │   ├── ifunc.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── kd.h
│   │   │   │   ├── klog.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── mtio.h
│   │   │   │   ├── param.h
│   │   │   │   ├── pci.h
│   │   │   │   ├── perm.h
│   │   │   │   ├── personality.h
│   │   │   │   ├── platform
│   │   │   │   │   ├── ppc.h
│   │   │   │   │   └── x86.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── profil.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── queue.h
│   │   │   │   ├── quota.h
│   │   │   │   ├── random.h
│   │   │   │   ├── raw.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── regdef.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── sendfile.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── single_threaded.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── socketvar.h
│   │   │   │   ├── soundcard.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── swap.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── sysmips.h
│   │   │   │   ├── tas.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── times.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── ttychars.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   ├── unistd.h
│   │   │   │   ├── user.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vfs.h
│   │   │   │   ├── vlimit.h
│   │   │   │   ├── vm86.h
│   │   │   │   ├── vt.h
│   │   │   │   ├── wait.h
│   │   │   │   └── xattr.h
│   │   │   ├── syscall.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── tar.h
│   │   │   ├── termio.h
│   │   │   ├── termios.h
│   │   │   ├── tgmath.h
│   │   │   ├── thread_db.h
│   │   │   ├── threads.h
│   │   │   ├── time.h
│   │   │   ├── ttyent.h
│   │   │   ├── uchar.h
│   │   │   ├── ucontext.h
│   │   │   ├── ulimit.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── utmp.h
│   │   │   ├── utmpx.h
│   │   │   ├── values.h
│   │   │   ├── wait.h
│   │   │   ├── wchar.h
│   │   │   ├── wctype.h
│   │   │   └── wordexp.h
│   │   ├── generic-musl
│   │   │   ├── aio.h
│   │   │   ├── alloca.h
│   │   │   ├── ar.h
│   │   │   ├── arpa
│   │   │   │   ├── ftp.h
│   │   │   │   ├── inet.h
│   │   │   │   ├── nameser.h
│   │   │   │   ├── nameser_compat.h
│   │   │   │   ├── telnet.h
│   │   │   │   └── tftp.h
│   │   │   ├── assert.h
│   │   │   ├── bits
│   │   │   │   ├── dirent.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── float.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ioctl_fix.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── ipcstat.h
│   │   │   │   ├── kd.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── link.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── posix.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── soundcard.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── stdint.h
│   │   │   │   ├── termios.h
│   │   │   │   └── vt.h
│   │   │   ├── byteswap.h
│   │   │   ├── complex.h
│   │   │   ├── cpio.h
│   │   │   ├── crypt.h
│   │   │   ├── ctype.h
│   │   │   ├── dirent.h
│   │   │   ├── dlfcn.h
│   │   │   ├── elf.h
│   │   │   ├── endian.h
│   │   │   ├── err.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── features.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── ftw.h
│   │   │   ├── getopt.h
│   │   │   ├── glob.h
│   │   │   ├── grp.h
│   │   │   ├── iconv.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── iso646.h
│   │   │   ├── langinfo.h
│   │   │   ├── lastlog.h
│   │   │   ├── libgen.h
│   │   │   ├── libintl.h
│   │   │   ├── limits.h
│   │   │   ├── link.h
│   │   │   ├── locale.h
│   │   │   ├── malloc.h
│   │   │   ├── math.h
│   │   │   ├── memory.h
│   │   │   ├── mntent.h
│   │   │   ├── monetary.h
│   │   │   ├── mqueue.h
│   │   │   ├── net
│   │   │   │   ├── ethernet.h
│   │   │   │   ├── if.h
│   │   │   │   ├── if_arp.h
│   │   │   │   └── route.h
│   │   │   ├── netdb.h
│   │   │   ├── netinet
│   │   │   │   ├── ether.h
│   │   │   │   ├── icmp6.h
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── igmp.h
│   │   │   │   ├── in.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── ip6.h
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── nl_types.h
│   │   │   ├── paths.h
│   │   │   ├── poll.h
│   │   │   ├── pthread.h
│   │   │   ├── pty.h
│   │   │   ├── pwd.h
│   │   │   ├── regex.h
│   │   │   ├── resolv.h
│   │   │   ├── sched.h
│   │   │   ├── scsi
│   │   │   │   ├── scsi.h
│   │   │   │   ├── scsi_ioctl.h
│   │   │   │   └── sg.h
│   │   │   ├── search.h
│   │   │   ├── semaphore.h
│   │   │   ├── setjmp.h
│   │   │   ├── shadow.h
│   │   │   ├── signal.h
│   │   │   ├── spawn.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stddef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdio_ext.h
│   │   │   ├── stdlib.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── string.h
│   │   │   ├── strings.h
│   │   │   ├── stropts.h
│   │   │   ├── sys
│   │   │   │   ├── acct.h
│   │   │   │   ├── auxv.h
│   │   │   │   ├── cachectl.h
│   │   │   │   ├── dir.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fanotify.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── fsuid.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── kd.h
│   │   │   │   ├── klog.h
│   │   │   │   ├── membarrier.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── mtio.h
│   │   │   │   ├── param.h
│   │   │   │   ├── personality.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── quota.h
│   │   │   │   ├── random.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── sendfile.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── soundcard.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── stropts.h
│   │   │   │   ├── swap.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── times.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   ├── user.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vfs.h
│   │   │   │   ├── vt.h
│   │   │   │   ├── wait.h
│   │   │   │   └── xattr.h
│   │   │   ├── syscall.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── tar.h
│   │   │   ├── termios.h
│   │   │   ├── tgmath.h
│   │   │   ├── threads.h
│   │   │   ├── time.h
│   │   │   ├── uchar.h
│   │   │   ├── ucontext.h
│   │   │   ├── ulimit.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── utmp.h
│   │   │   ├── utmpx.h
│   │   │   ├── values.h
│   │   │   ├── wait.h
│   │   │   ├── wchar.h
│   │   │   ├── wctype.h
│   │   │   └── wordexp.h
│   │   ├── i386-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── i386-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── indirect-return.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── math-vector.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── timesize.h
│   │   │   │   ├── types
│   │   │   │   │   └── struct_semid_ds.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── finclude
│   │   │   │   └── math-vector-fortran.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── i386-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── io.h
│   │   │   ├── ipcstat.h
│   │   │   ├── limits.h
│   │   │   ├── mman.h
│   │   │   ├── msg.h
│   │   │   ├── posix.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── sem.h
│   │   │   ├── setjmp.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── stdint.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   ├── mips-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── param.h
│   │   │   ├── poll.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── resource.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── sockios.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   └── unistd.h
│   │   ├── mips-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── mips-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ipcstat.h
│   │   │   ├── mman.h
│   │   │   ├── msg.h
│   │   │   ├── poll.h
│   │   │   ├── posix.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── resource.h
│   │   │   ├── sem.h
│   │   │   ├── setjmp.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── stdint.h
│   │   │   ├── syscall.h
│   │   │   ├── termios.h
│   │   │   └── user.h
│   │   ├── mips64-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── param.h
│   │   │   ├── poll.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── resource.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── sockios.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   └── unistd.h
│   │   ├── mips64-linux-gnuabi64
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── mips64-linux-gnuabin32
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── mips64-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ipc.h
│   │   │   ├── mman.h
│   │   │   ├── poll.h
│   │   │   ├── posix.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── resource.h
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── syscall.h
│   │   │   ├── termios.h
│   │   │   └── user.h
│   │   ├── mips64el-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── param.h
│   │   │   ├── poll.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── resource.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── sockios.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   └── unistd.h
│   │   ├── mips64el-linux-gnuabi64
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── mips64el-linux-gnuabin32
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── mipsel-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── param.h
│   │   │   ├── poll.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── resource.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── sockios.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   └── unistd.h
│   │   ├── mipsel-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── dlfcn.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── semaphore.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── termios-tcflow.h
│   │   │   │   ├── timerfd.h
│   │   │   │   └── types
│   │   │   │   ├── stack_t.h
│   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   ├── struct_semid_ds.h
│   │   │   │   └── struct_shmid_ds.h
│   │   │   └── ieee754.h
│   │   ├── powerpc-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── ipcbuf.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── powerpc-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_cflag.h
│   │   │   │   ├── termios-c_iflag.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-misc.h
│   │   │   │   ├── types
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   └── struct_shmid_ds.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-32.h
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── powerpc-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ipc.h
│   │   │   ├── ipcstat.h
│   │   │   ├── mman.h
│   │   │   ├── msg.h
│   │   │   ├── posix.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── sem.h
│   │   │   ├── setjmp.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── stdint.h
│   │   │   ├── syscall.h
│   │   │   ├── termios.h
│   │   │   └── user.h
│   │   ├── powerpc64-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── ipcbuf.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── powerpc64-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_cflag.h
│   │   │   │   ├── termios-c_iflag.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-misc.h
│   │   │   │   ├── types
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   └── struct_shmid_ds.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-64-v1.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-64-v1.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── powerpc64-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl.h
│   │   │   ├── ipc.h
│   │   │   ├── mman.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── setjmp.h
│   │   │   ├── shm.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── syscall.h
│   │   │   ├── termios.h
│   │   │   └── user.h
│   │   ├── powerpc64le-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── ioctl.h
│   │   │   ├── ioctls.h
│   │   │   ├── ipcbuf.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── swab.h
│   │   │   ├── termbits.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── powerpc64le-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── fp-fast.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── ioctl-types.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_cflag.h
│   │   │   │   ├── termios-c_iflag.h
│   │   │   │   ├── termios-c_lflag.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-misc.h
│   │   │   │   ├── types
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   └── struct_shmid_ds.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-64-v2.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-64-v2.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── riscv32-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── elf.h
│   │   │   ├── hwcap.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── setup.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── riscv64-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── elf.h
│   │   │   ├── hwcap.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── setup.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── riscv64-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── time64.h
│   │   │   │   ├── timesize.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-lp64.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-lp64.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── asm.h
│   │   │   ├── cachectl.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── riscv64-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── posix.h
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   ├── s390x-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── bpf_perf_event.h
│   │   │   ├── byteorder.h
│   │   │   ├── chpid.h
│   │   │   ├── chsc.h
│   │   │   ├── clp.h
│   │   │   ├── cmb.h
│   │   │   ├── dasd.h
│   │   │   ├── debug.h
│   │   │   ├── guarded_storage.h
│   │   │   ├── hypfs.h
│   │   │   ├── ioctls.h
│   │   │   ├── ipcbuf.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── kvm_perf.h
│   │   │   ├── monwriter.h
│   │   │   ├── perf_regs.h
│   │   │   ├── pkey.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── qeth.h
│   │   │   ├── runtime_instr.h
│   │   │   ├── schid.h
│   │   │   ├── sclp_ctl.h
│   │   │   ├── setup.h
│   │   │   ├── sie.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── socket.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── sthyi.h
│   │   │   ├── tape390.h
│   │   │   ├── termios.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   ├── unistd.h
│   │   │   ├── unistd_32.h
│   │   │   ├── unistd_64.h
│   │   │   ├── virtio-ccw.h
│   │   │   ├── vmcp.h
│   │   │   ├── vtoc.h
│   │   │   └── zcrypt.h
│   │   ├── s390x-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── elfclass.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── procfs-extra.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── typesizes.h
│   │   │   │   ├── utmp.h
│   │   │   │   ├── utmpx.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-64.h
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── s390x-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── hwcap.h
│   │   │   ├── ioctl_fix.h
│   │   │   ├── limits.h
│   │   │   ├── link.h
│   │   │   ├── ptrace.h
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   ├── sparc-linux-gnu
│   │   │   ├── a.out.h
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctls.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── procfs-extra.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── siginfo-consts-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── types
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   └── struct_shmid_ds.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-64.h
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── sparcv9-linux-gnu
│   │   │   ├── a.out.h
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctls.h
│   │   │   │   ├── ipc-perm.h
│   │   │   │   ├── link.h
│   │   │   │   ├── local_lim.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── procfs-extra.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── shmlba.h
│   │   │   │   ├── sigaction.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── siginfo-consts-arch.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── signum-arch.h
│   │   │   │   ├── sigstack.h
│   │   │   │   ├── socket-constants.h
│   │   │   │   ├── socket_type.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── termios-baud.h
│   │   │   │   ├── termios-c_cc.h
│   │   │   │   ├── termios-c_oflag.h
│   │   │   │   ├── termios-struct.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── types
│   │   │   │   │   ├── struct_msqid_ds.h
│   │   │   │   │   ├── struct_semid_ds.h
│   │   │   │   │   └── struct_shmid_ds.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names.h
│   │   │   │   └── stubs.h
│   │   │   ├── ieee754.h
│   │   │   └── sys
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── wasm-freestanding-musl
│   │   │   ├── bits
│   │   │   │   └── alltypes.h
│   │   │   └── errno.h
│   │   ├── wasm-wasi-musl
│   │   │   ├── __errno.h
│   │   │   ├── __errno_values.h
│   │   │   ├── __fd_set.h
│   │   │   ├── __function___isatty.h
│   │   │   ├── __functions_malloc.h
│   │   │   ├── __functions_memcpy.h
│   │   │   ├── __header_dirent.h
│   │   │   ├── __header_fcntl.h
│   │   │   ├── __header_inttypes.h
│   │   │   ├── __header_netinet_in.h
│   │   │   ├── __header_poll.h
│   │   │   ├── __header_stdlib.h
│   │   │   ├── __header_string.h
│   │   │   ├── __header_sys_ioctl.h
│   │   │   ├── __header_sys_resource.h
│   │   │   ├── __header_sys_socket.h
│   │   │   ├── __header_sys_stat.h
│   │   │   ├── __header_time.h
│   │   │   ├── __header_unistd.h
│   │   │   ├── __macro_FD_SETSIZE.h
│   │   │   ├── __macro_PAGESIZE.h
│   │   │   ├── __mode_t.h
│   │   │   ├── __seek.h
│   │   │   ├── __struct_dirent.h
│   │   │   ├── __struct_in6_addr.h
│   │   │   ├── __struct_in_addr.h
│   │   │   ├── __struct_iovec.h
│   │   │   ├── __struct_msghdr.h
│   │   │   ├── __struct_pollfd.h
│   │   │   ├── __struct_rusage.h
│   │   │   ├── __struct_sockaddr.h
│   │   │   ├── __struct_sockaddr_in.h
│   │   │   ├── __struct_sockaddr_in6.h
│   │   │   ├── __struct_sockaddr_storage.h
│   │   │   ├── __struct_sockaddr_un.h
│   │   │   ├── __struct_stat.h
│   │   │   ├── __struct_timespec.h
│   │   │   ├── __struct_timeval.h
│   │   │   ├── __struct_tm.h
│   │   │   ├── __struct_tms.h
│   │   │   ├── __typedef_DIR.h
│   │   │   ├── __typedef_blkcnt_t.h
│   │   │   ├── __typedef_blksize_t.h
│   │   │   ├── __typedef_clock_t.h
│   │   │   ├── __typedef_clockid_t.h
│   │   │   ├── __typedef_dev_t.h
│   │   │   ├── __typedef_fd_set.h
│   │   │   ├── __typedef_gid_t.h
│   │   │   ├── __typedef_in_addr_t.h
│   │   │   ├── __typedef_in_port_t.h
│   │   │   ├── __typedef_ino_t.h
│   │   │   ├── __typedef_mode_t.h
│   │   │   ├── __typedef_nfds_t.h
│   │   │   ├── __typedef_nlink_t.h
│   │   │   ├── __typedef_off_t.h
│   │   │   ├── __typedef_sa_family_t.h
│   │   │   ├── __typedef_sigset_t.h
│   │   │   ├── __typedef_socklen_t.h
│   │   │   ├── __typedef_ssize_t.h
│   │   │   ├── __typedef_suseconds_t.h
│   │   │   ├── __typedef_time_t.h
│   │   │   ├── __typedef_uid_t.h
│   │   │   ├── alloca.h
│   │   │   ├── ar.h
│   │   │   ├── arpa
│   │   │   │   ├── ftp.h
│   │   │   │   ├── inet.h
│   │   │   │   ├── nameser.h
│   │   │   │   ├── nameser_compat.h
│   │   │   │   ├── telnet.h
│   │   │   │   └── tftp.h
│   │   │   ├── assert.h
│   │   │   ├── bits
│   │   │   │   ├── alltypes.h
│   │   │   │   ├── dirent.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── float.h
│   │   │   │   ├── hwcap.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ioctl_fix.h
│   │   │   │   ├── ipcstat.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── posix.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── stat.h
│   │   │   │   └── stdint.h
│   │   │   ├── byteswap.h
│   │   │   ├── complex.h
│   │   │   ├── cpio.h
│   │   │   ├── crypt.h
│   │   │   ├── ctype.h
│   │   │   ├── dirent.h
│   │   │   ├── endian.h
│   │   │   ├── err.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── features.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── ftw.h
│   │   │   ├── getopt.h
│   │   │   ├── glob.h
│   │   │   ├── iconv.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── iso646.h
│   │   │   ├── langinfo.h
│   │   │   ├── libgen.h
│   │   │   ├── limits.h
│   │   │   ├── locale.h
│   │   │   ├── malloc.h
│   │   │   ├── math.h
│   │   │   ├── memory.h
│   │   │   ├── monetary.h
│   │   │   ├── mqueue.h
│   │   │   ├── netinet
│   │   │   │   ├── icmp6.h
│   │   │   │   ├── igmp.h
│   │   │   │   ├── in.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── ip6.h
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── nl_types.h
│   │   │   ├── poll.h
│   │   │   ├── regex.h
│   │   │   ├── sched.h
│   │   │   ├── search.h
│   │   │   ├── semaphore.h
│   │   │   ├── signal.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdio_ext.h
│   │   │   ├── stdlib.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── string.h
│   │   │   ├── strings.h
│   │   │   ├── stropts.h
│   │   │   ├── sys
│   │   │   │   ├── dir.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── param.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── random.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── stropts.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── times.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   └── utsname.h
│   │   │   ├── syscall.h
│   │   │   ├── sysexits.h
│   │   │   ├── tar.h
│   │   │   ├── tgmath.h
│   │   │   ├── threads.h
│   │   │   ├── time.h
│   │   │   ├── uchar.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── values.h
│   │   │   ├── wasi
│   │   │   │   ├── api.h
│   │   │   │   ├── libc-environ.h
│   │   │   │   ├── libc-find-relpath.h
│   │   │   │   ├── libc-nocwd.h
│   │   │   │   └── libc.h
│   │   │   ├── wchar.h
│   │   │   └── wctype.h
│   │   ├── x86_64-linux-any
│   │   │   └── asm
│   │   │   ├── auxvec.h
│   │   │   ├── bitsperlong.h
│   │   │   ├── byteorder.h
│   │   │   ├── kvm.h
│   │   │   ├── kvm_para.h
│   │   │   ├── mman.h
│   │   │   ├── msgbuf.h
│   │   │   ├── perf_regs.h
│   │   │   ├── posix_types.h
│   │   │   ├── ptrace.h
│   │   │   ├── sembuf.h
│   │   │   ├── setup.h
│   │   │   ├── shmbuf.h
│   │   │   ├── sigcontext.h
│   │   │   ├── siginfo.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── statfs.h
│   │   │   ├── swab.h
│   │   │   ├── types.h
│   │   │   ├── ucontext.h
│   │   │   └── unistd.h
│   │   ├── x86_64-linux-gnu
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── indirect-return.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── math-vector.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── timesize.h
│   │   │   │   ├── types
│   │   │   │   │   └── struct_semid_ds.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── finclude
│   │   │   │   └── math-vector-fortran.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-64.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-64.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── x86_64-linux-gnux32
│   │   │   ├── bits
│   │   │   │   ├── a.out.h
│   │   │   │   ├── endianness.h
│   │   │   │   ├── environments.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── fenv.h
│   │   │   │   ├── floatn.h
│   │   │   │   ├── flt-eval-method.h
│   │   │   │   ├── fp-logb.h
│   │   │   │   ├── indirect-return.h
│   │   │   │   ├── ipctypes.h
│   │   │   │   ├── iscanonical.h
│   │   │   │   ├── link.h
│   │   │   │   ├── long-double.h
│   │   │   │   ├── math-vector.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── procfs-id.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── pthreadtypes-arch.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── sigcontext.h
│   │   │   │   ├── siginfo-arch.h
│   │   │   │   ├── struct_mutex.h
│   │   │   │   ├── struct_rwlock.h
│   │   │   │   ├── struct_stat.h
│   │   │   │   ├── timesize.h
│   │   │   │   ├── types
│   │   │   │   │   └── struct_semid_ds.h
│   │   │   │   ├── typesizes.h
│   │   │   │   └── wordsize.h
│   │   │   ├── finclude
│   │   │   │   └── math-vector-fortran.h
│   │   │   ├── fpu_control.h
│   │   │   ├── gnu
│   │   │   │   ├── lib-names-x32.h
│   │   │   │   ├── lib-names.h
│   │   │   │   ├── stubs-x32.h
│   │   │   │   └── stubs.h
│   │   │   └── sys
│   │   │   ├── elf.h
│   │   │   ├── ptrace.h
│   │   │   ├── ucontext.h
│   │   │   └── user.h
│   │   ├── x86_64-linux-musl
│   │   │   └── bits
│   │   │   ├── alltypes.h
│   │   │   ├── fcntl.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── io.h
│   │   │   ├── limits.h
│   │   │   ├── mman.h
│   │   │   ├── ptrace.h
│   │   │   ├── reg.h
│   │   │   ├── sem.h
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── stat.h
│   │   │   ├── syscall.h
│   │   │   └── user.h
│   │   └── x86_64-macos-gnu
│   │   ├── Availability.h
│   │   ├── AvailabilityInternal.h
│   │   ├── AvailabilityMacros.h
│   │   ├── TargetConditionals.h
│   │   ├── _ctermid.h
│   │   ├── bsm
│   │   │   └── audit.h
│   │   ├── dispatch
│   │   │   ├── block.h
│   │   │   ├── dispatch.h
│   │   │   ├── group.h
│   │   │   ├── object.h
│   │   │   ├── queue.h
│   │   │   ├── semaphore.h
│   │   │   ├── source.h
│   │   │   └── workloop.h
│   │   ├── i386
│   │   │   ├── _limits.h
│   │   │   ├── _mcontext.h
│   │   │   ├── _param.h
│   │   │   ├── _types.h
│   │   │   ├── eflags.h
│   │   │   ├── endian.h
│   │   │   ├── limits.h
│   │   │   ├── param.h
│   │   │   ├── signal.h
│   │   │   └── types.h
│   │   ├── libkern
│   │   │   ├── OSAtomic.h
│   │   │   ├── OSAtomicDeprecated.h
│   │   │   ├── OSAtomicQueue.h
│   │   │   ├── OSByteOrder.h
│   │   │   ├── OSSpinLockDeprecated.h
│   │   │   ├── _OSByteOrder.h
│   │   │   └── i386
│   │   │   ├── OSByteOrder.h
│   │   │   └── _OSByteOrder.h
│   │   ├── libproc.h
│   │   ├── mach
│   │   │   ├── i386
│   │   │   │   ├── _structs.h
│   │   │   │   ├── boolean.h
│   │   │   │   ├── exception.h
│   │   │   │   ├── fp_reg.h
│   │   │   │   ├── kern_return.h
│   │   │   │   ├── processor_info.h
│   │   │   │   ├── rpc.h
│   │   │   │   ├── thread_state.h
│   │   │   │   ├── thread_status.h
│   │   │   │   ├── vm_param.h
│   │   │   │   └── vm_types.h
│   │   │   ├── kern_return.h
│   │   │   ├── mach_port.h
│   │   │   ├── mach_traps.h
│   │   │   ├── mach_types.h
│   │   │   ├── machine
│   │   │   │   ├── _structs.h
│   │   │   │   ├── boolean.h
│   │   │   │   ├── exception.h
│   │   │   │   ├── kern_return.h
│   │   │   │   ├── processor_info.h
│   │   │   │   ├── rpc.h
│   │   │   │   ├── thread_state.h
│   │   │   │   ├── thread_status.h
│   │   │   │   ├── vm_param.h
│   │   │   │   └── vm_types.h
│   │   │   ├── machine.h
│   │   │   ├── message.h
│   │   │   ├── port.h
│   │   │   ├── processor_set.h
│   │   │   ├── task.h
│   │   │   ├── task_info.h
│   │   │   ├── task_policy.h
│   │   │   ├── task_special_ports.h
│   │   │   ├── thread_act.h
│   │   │   ├── thread_special_ports.h
│   │   │   ├── thread_status.h
│   │   │   ├── vm_prot.h
│   │   │   ├── vm_statistics.h
│   │   │   └── vm_types.h
│   │   ├── mach-o
│   │   │   ├── dyld.h
│   │   │   └── loader.h
│   │   ├── machine
│   │   │   ├── _mcontext.h
│   │   │   ├── _param.h
│   │   │   ├── _types.h
│   │   │   ├── endian.h
│   │   │   ├── limits.h
│   │   │   ├── param.h
│   │   │   ├── signal.h
│   │   │   └── types.h
│   │   ├── malloc
│   │   │   ├── _malloc.h
│   │   │   └── malloc.h
│   │   ├── math.h
│   │   ├── net
│   │   │   ├── if.h
│   │   │   ├── if_var.h
│   │   │   └── route.h
│   │   ├── netinet
│   │   │   ├── in.h
│   │   │   └── tcp.h
│   │   ├── netinet6
│   │   │   └── in6.h
│   │   ├── objc
│   │   │   ├── objc-api.h
│   │   │   └── runtime.h
│   │   ├── os
│   │   │   ├── base.h
│   │   │   ├── clock.h
│   │   │   ├── object.h
│   │   │   ├── workgroup.h
│   │   │   ├── workgroup_base.h
│   │   │   ├── workgroup_interval.h
│   │   │   ├── workgroup_object.h
│   │   │   └── workgroup_parallel.h
│   │   ├── pthread
│   │   │   └── sched.h
│   │   ├── pthread.h
│   │   ├── pthread_impl.h
│   │   ├── sched.h
│   │   ├── signal.h
│   │   ├── simd
│   │   │   ├── common.h
│   │   │   ├── conversion.h
│   │   │   ├── logic.h
│   │   │   ├── math.h
│   │   │   ├── packed.h
│   │   │   └── quaternion.h
│   │   ├── spawn.h
│   │   ├── stdio.h
│   │   ├── stdlib.h
│   │   ├── string.h
│   │   ├── sys
│   │   │   ├── _pthread
│   │   │   │   ├── _pthread_attr_t.h
│   │   │   │   ├── _pthread_cond_t.h
│   │   │   │   ├── _pthread_condattr_t.h
│   │   │   │   ├── _pthread_rwlock_t.h
│   │   │   │   ├── _pthread_rwlockattr_t.h
│   │   │   │   ├── _pthread_t.h
│   │   │   │   └── _pthread_types.h
│   │   │   ├── _select.h
│   │   │   ├── _symbol_aliasing.h
│   │   │   ├── _types
│   │   │   │   ├── _fd_def.h
│   │   │   │   ├── _int8_t.h
│   │   │   │   └── _ucontext.h
│   │   │   ├── acl.h
│   │   │   ├── attr.h
│   │   │   ├── cdefs.h
│   │   │   ├── event.h
│   │   │   ├── fcntl.h
│   │   │   ├── ioccom.h
│   │   │   ├── kauth.h
│   │   │   ├── kern_control.h
│   │   │   ├── mman.h
│   │   │   ├── mount.h
│   │   │   ├── param.h
│   │   │   ├── proc.h
│   │   │   ├── proc_info.h
│   │   │   ├── resource.h
│   │   │   ├── shm.h
│   │   │   ├── socket.h
│   │   │   ├── sockio.h
│   │   │   ├── spawn.h
│   │   │   ├── stat.h
│   │   │   ├── sysctl.h
│   │   │   ├── syslimits.h
│   │   │   ├── ucontext.h
│   │   │   ├── uio.h
│   │   │   └── un.h
│   │   ├── ucontext.h
│   │   ├── xlocale
│   │   │   ├── _inttypes.h
│   │   │   └── _wchar.h
│   │   └── xpc
│   │   ├── availability.h
│   │   ├── base.h
│   │   ├── connection.h
│   │   └── xpc.h
│   ├── mingw
│   │   ├── COPYING
│   │   ├── complex
│   │   │   ├── _cabs.c
│   │   │   ├── cabs.c
│   │   │   ├── cabs.def.h
│   │   │   ├── cabsf.c
│   │   │   ├── cabsl.c
│   │   │   ├── cacos.c
│   │   │   ├── cacos.def.h
│   │   │   ├── cacosf.c
│   │   │   ├── cacosh.def.h
│   │   │   ├── cacosl.c
│   │   │   ├── carg.c
│   │   │   ├── carg.def.h
│   │   │   ├── cargf.c
│   │   │   ├── cargl.c
│   │   │   ├── casin.c
│   │   │   ├── casin.def.h
│   │   │   ├── casinf.c
│   │   │   ├── casinh.def.h
│   │   │   ├── casinl.c
│   │   │   ├── catan.c
│   │   │   ├── catan.def.h
│   │   │   ├── catanf.c
│   │   │   ├── catanh.def.h
│   │   │   ├── catanl.c
│   │   │   ├── ccos.c
│   │   │   ├── ccos.def.h
│   │   │   ├── ccosf.c
│   │   │   ├── ccosh.def.h
│   │   │   ├── ccosl.c
│   │   │   ├── cexp.c
│   │   │   ├── cexp.def.h
│   │   │   ├── cexpf.c
│   │   │   ├── cexpl.c
│   │   │   ├── cimag.c
│   │   │   ├── cimag.def.h
│   │   │   ├── cimagf.c
│   │   │   ├── cimagl.c
│   │   │   ├── clog.c
│   │   │   ├── clog.def.h
│   │   │   ├── clog10.c
│   │   │   ├── clog10.def.h
│   │   │   ├── clog10f.c
│   │   │   ├── clog10l.c
│   │   │   ├── clogf.c
│   │   │   ├── clogl.c
│   │   │   ├── complex_internal.h
│   │   │   ├── conj.c
│   │   │   ├── conj.def.h
│   │   │   ├── conjf.c
│   │   │   ├── conjl.c
│   │   │   ├── cpow.c
│   │   │   ├── cpow.def.h
│   │   │   ├── cpowf.c
│   │   │   ├── cpowl.c
│   │   │   ├── cproj.c
│   │   │   ├── cproj.def.h
│   │   │   ├── cprojf.c
│   │   │   ├── cprojl.c
│   │   │   ├── creal.c
│   │   │   ├── creal.def.h
│   │   │   ├── crealf.c
│   │   │   ├── creall.c
│   │   │   ├── csin.c
│   │   │   ├── csin.def.h
│   │   │   ├── csinf.c
│   │   │   ├── csinh.def.h
│   │   │   ├── csinl.c
│   │   │   ├── csqrt.c
│   │   │   ├── csqrt.def.h
│   │   │   ├── csqrtf.c
│   │   │   ├── csqrtl.c
│   │   │   ├── ctan.c
│   │   │   ├── ctan.def.h
│   │   │   ├── ctanf.c
│   │   │   ├── ctanh.def.h
│   │   │   └── ctanl.c
│   │   ├── crt
│   │   │   ├── CRT_fp10.c
│   │   │   ├── _newmode.c
│   │   │   ├── charmax.c
│   │   │   ├── cinitexe.c
│   │   │   ├── crt0_c.c
│   │   │   ├── crt0_w.c
│   │   │   ├── crt_handler.c
│   │   │   ├── crtdll.c
│   │   │   ├── crtexe.c
│   │   │   ├── cxa_atexit.c
│   │   │   ├── cxa_thread_atexit.c
│   │   │   ├── dll_argv.c
│   │   │   ├── dllargv.c
│   │   │   ├── dllentry.c
│   │   │   ├── dllmain.c
│   │   │   ├── gccmain.c
│   │   │   ├── merr.c
│   │   │   ├── mingw_helpers.c
│   │   │   ├── natstart.c
│   │   │   ├── pesect.c
│   │   │   ├── pseudo-reloc-list.c
│   │   │   ├── pseudo-reloc.c
│   │   │   ├── tls_atexit.c
│   │   │   ├── tlsmcrt.c
│   │   │   ├── tlsmthread.c
│   │   │   ├── tlssup.c
│   │   │   ├── tlsthrd.c
│   │   │   ├── udll_argv.c
│   │   │   ├── udllargc.c
│   │   │   ├── usermatherr.c
│   │   │   ├── wildcard.c
│   │   │   ├── xncommod.c
│   │   │   ├── xthdloc.c
│   │   │   └── xtxtmode.c
│   │   ├── def-include
│   │   │   ├── func.def.in
│   │   │   └── msvcrt-common.def.in
│   │   ├── gdtoa
│   │   │   ├── arithchk.c
│   │   │   ├── dmisc.c
│   │   │   ├── dtoa.c
│   │   │   ├── g__fmt.c
│   │   │   ├── g_dfmt.c
│   │   │   ├── g_ffmt.c
│   │   │   ├── g_xfmt.c
│   │   │   ├── gd_arith.h
│   │   │   ├── gd_qnan.h
│   │   │   ├── gdtoa.c
│   │   │   ├── gdtoa.h
│   │   │   ├── gdtoa_fltrnds.h
│   │   │   ├── gdtoaimp.h
│   │   │   ├── gethex.c
│   │   │   ├── gmisc.c
│   │   │   ├── hd_init.c
│   │   │   ├── hexnan.c
│   │   │   ├── misc.c
│   │   │   ├── qnan.c
│   │   │   ├── smisc.c
│   │   │   ├── strtodg.c
│   │   │   ├── strtodnrp.c
│   │   │   ├── strtof.c
│   │   │   ├── strtopx.c
│   │   │   ├── sum.c
│   │   │   └── ulp.c
│   │   ├── include
│   │   │   ├── config.h
│   │   │   ├── internal.h
│   │   │   ├── msvcrt.h
│   │   │   ├── oscalls.h
│   │   │   └── sect_attribs.h
│   │   ├── lib-common
│   │   │   ├── activeds.def
│   │   │   ├── advapi32.def.in
│   │   │   ├── advpack.def
│   │   │   ├── api-ms-win-appmodel-runtime-l1-1-1.def
│   │   │   ├── api-ms-win-core-comm-l1-1-1.def
│   │   │   ├── api-ms-win-core-comm-l1-1-2.def
│   │   │   ├── api-ms-win-core-errorhandling-l1-1-3.def
│   │   │   ├── api-ms-win-core-featurestaging-l1-1-0.def
│   │   │   ├── api-ms-win-core-featurestaging-l1-1-1.def
│   │   │   ├── api-ms-win-core-file-fromapp-l1-1-0.def
│   │   │   ├── api-ms-win-core-handle-l1-1-0.def
│   │   │   ├── api-ms-win-core-libraryloader-l2-1-0.def
│   │   │   ├── api-ms-win-core-memory-l1-1-3.def
│   │   │   ├── api-ms-win-core-memory-l1-1-5.def
│   │   │   ├── api-ms-win-core-memory-l1-1-6.def
│   │   │   ├── api-ms-win-core-memory-l1-1-7.def
│   │   │   ├── api-ms-win-core-path-l1-1-0.def
│   │   │   ├── api-ms-win-core-psm-appnotify-l1-1-0.def
│   │   │   ├── api-ms-win-core-realtime-l1-1-1.def
│   │   │   ├── api-ms-win-core-realtime-l1-1-2.def
│   │   │   ├── api-ms-win-core-slapi-l1-1-0.def
│   │   │   ├── api-ms-win-core-synch-l1-2-0.def
│   │   │   ├── api-ms-win-core-sysinfo-l1-2-0.def
│   │   │   ├── api-ms-win-core-sysinfo-l1-2-3.def
│   │   │   ├── api-ms-win-core-winrt-error-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-error-l1-1-1.def
│   │   │   ├── api-ms-win-core-winrt-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-registration-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-robuffer-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-roparameterizediid-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-string-l1-1-0.def
│   │   │   ├── api-ms-win-core-wow64-l1-1-1.def
│   │   │   ├── api-ms-win-devices-config-l1-1-1.def
│   │   │   ├── api-ms-win-gaming-deviceinformation-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-expandedresources-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-2.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-3.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-4.def
│   │   │   ├── api-ms-win-security-isolatedcontainer-l1-1-0.def
│   │   │   ├── api-ms-win-shcore-stream-winrt-l1-1-0.def
│   │   │   ├── authz.def
│   │   │   ├── bcrypt.def
│   │   │   ├── bluetoothapis.def
│   │   │   ├── cabinet.def
│   │   │   ├── cfgmgr32.def
│   │   │   ├── clusapi.def
│   │   │   ├── comctl32.def
│   │   │   ├── comdlg32.def
│   │   │   ├── credui.def
│   │   │   ├── crypt32.def
│   │   │   ├── cryptnet.def
│   │   │   ├── cryptui.def
│   │   │   ├── cryptxml.def
│   │   │   ├── cscapi.def
│   │   │   ├── d2d1.def
│   │   │   ├── d3d10.def
│   │   │   ├── d3d11.def
│   │   │   ├── d3d12.def
│   │   │   ├── d3d9.def
│   │   │   ├── d3dcompiler_47.def
│   │   │   ├── davclnt.def
│   │   │   ├── dcomp.def
│   │   │   ├── ddraw.def
│   │   │   ├── dfscli.def
│   │   │   ├── dhcpcsvc.def
│   │   │   ├── dhcpsapi.def
│   │   │   ├── dinput8.def
│   │   │   ├── dnsapi.def
│   │   │   ├── dsound.def
│   │   │   ├── dsprop.def
│   │   │   ├── dsrole.def
│   │   │   ├── dssec.def
│   │   │   ├── dsuiext.def
│   │   │   ├── dwmapi.def
│   │   │   ├── dwrite.def
│   │   │   ├── dxgi.def
│   │   │   ├── dxva2.def
│   │   │   ├── eappcfg.def
│   │   │   ├── eappprxy.def
│   │   │   ├── elscore.def
│   │   │   ├── evr.def
│   │   │   ├── fltlib.def
│   │   │   ├── fontsub.def
│   │   │   ├── gdi32.def
│   │   │   ├── gpedit.def
│   │   │   ├── hid.def
│   │   │   ├── hlink.def
│   │   │   ├── icm32.def
│   │   │   ├── icmui.def
│   │   │   ├── imm32.def
│   │   │   ├── iphlpapi.def
│   │   │   ├── kernel32.def.in
│   │   │   ├── ksuser.def
│   │   │   ├── ktmw32.def
│   │   │   ├── loadperf.def
│   │   │   ├── logoncli.def
│   │   │   ├── lz32.def
│   │   │   ├── mapi32.def
│   │   │   ├── mf.def
│   │   │   ├── mfplat.def
│   │   │   ├── mfreadwrite.def
│   │   │   ├── mgmtapi.def
│   │   │   ├── mmdevapi.def
│   │   │   ├── mpr.def
│   │   │   ├── msacm32.def
│   │   │   ├── msdmo.def
│   │   │   ├── msdrm.def
│   │   │   ├── msi.def
│   │   │   ├── msimg32.def
│   │   │   ├── msports.def
│   │   │   ├── mstask.def
│   │   │   ├── msvcrt.def.in
│   │   │   ├── mswsock.def
│   │   │   ├── mtxdm.def
│   │   │   ├── ncrypt.def
│   │   │   ├── ndfapi.def
│   │   │   ├── netapi32.def
│   │   │   ├── netutils.def
│   │   │   ├── normaliz.def
│   │   │   ├── ntdsapi.def
│   │   │   ├── ole32.def.in
│   │   │   ├── oleacc.def
│   │   │   ├── oleaut32.def.in
│   │   │   ├── oledlg.def
│   │   │   ├── p2p.def
│   │   │   ├── p2pgraph.def
│   │   │   ├── powrprof.def
│   │   │   ├── prntvpt.def
│   │   │   ├── propsys.def
│   │   │   ├── psapi.def
│   │   │   ├── qwave.def
│   │   │   ├── resutils.def
│   │   │   ├── rpcns4.def
│   │   │   ├── rpcrt4.def
│   │   │   ├── rstrtmgr.def
│   │   │   ├── samcli.def
│   │   │   ├── scarddlg.def
│   │   │   ├── schannel.def
│   │   │   ├── schedcli.def
│   │   │   ├── secur32.def
│   │   │   ├── sensapi.def
│   │   │   ├── setupapi.def
│   │   │   ├── shell32.def
│   │   │   ├── shlwapi.def
│   │   │   ├── slcext.def
│   │   │   ├── slwga.def
│   │   │   ├── snmpapi.def
│   │   │   ├── srvcli.def
│   │   │   ├── sspicli.def
│   │   │   ├── t2embed.def
│   │   │   ├── tapi32.def
│   │   │   ├── tbs.def
│   │   │   ├── tdh.def
│   │   │   ├── traffic.def
│   │   │   ├── txfw32.def
│   │   │   ├── urlmon.def
│   │   │   ├── user32.def.in
│   │   │   ├── userenv.def
│   │   │   ├── usp10.def
│   │   │   ├── uxtheme.def
│   │   │   ├── version.def
│   │   │   ├── virtdisk.def
│   │   │   ├── websocket.def
│   │   │   ├── wecapi.def
│   │   │   ├── wevtapi.def
│   │   │   ├── windowscodecs.def
│   │   │   ├── winhttp.def
│   │   │   ├── wininet.def
│   │   │   ├── winmm.def
│   │   │   ├── winscard.def
│   │   │   ├── winspool.def
│   │   │   ├── winusb.def
│   │   │   ├── wkscli.def
│   │   │   ├── wlanapi.def
│   │   │   ├── wldap32.def
│   │   │   ├── ws2_32.def.in
│   │   │   ├── wscapi.def
│   │   │   ├── wtsapi32.def
│   │   │   ├── xaudio2_8.def
│   │   │   └── xinput1_4.def
│   │   ├── lib32
│   │   │   ├── aclui.def
│   │   │   ├── activeds.def
│   │   │   ├── advapi32.def
│   │   │   ├── api-ms-win-appmodel-runtime-l1-1-1.def
│   │   │   ├── api-ms-win-core-comm-l1-1-1.def
│   │   │   ├── api-ms-win-core-comm-l1-1-2.def
│   │   │   ├── api-ms-win-core-errorhandling-l1-1-3.def
│   │   │   ├── api-ms-win-core-featurestaging-l1-1-0.def
│   │   │   ├── api-ms-win-core-featurestaging-l1-1-1.def
│   │   │   ├── api-ms-win-core-file-fromapp-l1-1-0.def
│   │   │   ├── api-ms-win-core-handle-l1-1-0.def
│   │   │   ├── api-ms-win-core-libraryloader-l2-1-0.def
│   │   │   ├── api-ms-win-core-memory-l1-1-3.def
│   │   │   ├── api-ms-win-core-memory-l1-1-4.def
│   │   │   ├── api-ms-win-core-memory-l1-1-5.def
│   │   │   ├── api-ms-win-core-memory-l1-1-6.def
│   │   │   ├── api-ms-win-core-memory-l1-1-7.def
│   │   │   ├── api-ms-win-core-path-l1-1-0.def
│   │   │   ├── api-ms-win-core-psm-appnotify-l1-1-0.def
│   │   │   ├── api-ms-win-core-realtime-l1-1-1.def
│   │   │   ├── api-ms-win-core-realtime-l1-1-2.def
│   │   │   ├── api-ms-win-core-slapi-l1-1-0.def
│   │   │   ├── api-ms-win-core-synch-l1-2-0.def
│   │   │   ├── api-ms-win-core-sysinfo-l1-2-0.def
│   │   │   ├── api-ms-win-core-sysinfo-l1-2-3.def
│   │   │   ├── api-ms-win-core-winrt-error-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-error-l1-1-1.def
│   │   │   ├── api-ms-win-core-winrt-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-registration-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-robuffer-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-roparameterizediid-l1-1-0.def
│   │   │   ├── api-ms-win-core-winrt-string-l1-1-0.def
│   │   │   ├── api-ms-win-core-wow64-l1-1-1.def
│   │   │   ├── api-ms-win-devices-config-l1-1-1.def
│   │   │   ├── api-ms-win-gaming-deviceinformation-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-expandedresources-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-0.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-2.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-3.def
│   │   │   ├── api-ms-win-gaming-tcui-l1-1-4.def
│   │   │   ├── api-ms-win-security-isolatedcontainer-l1-1-0.def
│   │   │   ├── api-ms-win-shcore-stream-winrt-l1-1-0.def
│   │   │   ├── authz.def
│   │   │   ├── avicap32.def
│   │   │   ├── avifil32.def
│   │   │   ├── bcrypt.def
│   │   │   ├── bluetoothapis.def
│   │   │   ├── bthprops.def
│   │   │   ├── cabinet.def
│   │   │   ├── cfgmgr32.def
│   │   │   ├── clfsw32.def
│   │   │   ├── clusapi.def
│   │   │   ├── comctl32.def
│   │   │   ├── comdlg32.def
│   │   │   ├── credui.def
│   │   │   ├── crypt32.def
│   │   │   ├── cryptnet.def
│   │   │   ├── cryptxml.def
│   │   │   ├── cscapi.def
│   │   │   ├── d2d1.def
│   │   │   ├── d3d10.def
│   │   │   ├── d3d11.def
│   │   │   ├── d3d12.def
│   │   │   ├── d3d9.def
│   │   │   ├── d3dcompiler_47.def
│   │   │   ├── davclnt.def
│   │   │   ├── dcomp.def
│   │   │   ├── ddraw.def
│   │   │   ├── dfscli.def
│   │   │   ├── dhcpcsvc.def
│   │   │   ├── dhcpcsvc6.def
│   │   │   ├── dhcpsapi.def
│   │   │   ├── dinput8.def
│   │   │   ├── dnsapi.def
│   │   │   ├── dsound.def
│   │   │   ├── dsrole.def
│   │   │   ├── dssec.def
│   │   │   ├── dwmapi.def
│   │   │   ├── dwrite.def
│   │   │   ├── dxgi.def
│   │   │   ├── dxva2.def
│   │   │   ├── eappcfg.def
│   │   │   ├── eappprxy.def
│   │   │   ├── elscore.def
│   │   │   ├── esent.def
│   │   │   ├── evr.def
│   │   │   ├── faultrep.def
│   │   │   ├── fwpuclnt.def
│   │   │   ├── gdi32.def
│   │   │   ├── gpedit.def
│   │   │   ├── hid.def
│   │   │   ├── httpapi.def
│   │   │   ├── icmui.def
│   │   │   ├── imm32.def
│   │   │   ├── iphlpapi.def
│   │   │   ├── iscsidsc.def
│   │   │   ├── kernel32.def
│   │   │   ├── ksuser.def
│   │   │   ├── ktmw32.def
│   │   │   ├── logoncli.def
│   │   │   ├── lz32.def
│   │   │   ├── mapi32.def
│   │   │   ├── mf.def
│   │   │   ├── mfplat.def
│   │   │   ├── mfreadwrite.def
│   │   │   ├── mgmtapi.def
│   │   │   ├── mmdevapi.def
│   │   │   ├── mpr.def
│   │   │   ├── mprapi.def
│   │   │   ├── msacm32.def
│   │   │   ├── mscms.def
│   │   │   ├── msctfmonitor.def
│   │   │   ├── msdmo.def
│   │   │   ├── msdrm.def
│   │   │   ├── msi.def
│   │   │   ├── msimg32.def
│   │   │   ├── mstask.def
│   │   │   ├── msvfw32.def
│   │   │   ├── mswsock.def
│   │   │   ├── ncrypt.def
│   │   │   ├── ndfapi.def
│   │   │   ├── netapi32.def
│   │   │   ├── netutils.def
│   │   │   ├── newdev.def
│   │   │   ├── normaliz.def
│   │   │   ├── ntdll.def
│   │   │   ├── ntdsapi.def
│   │   │   ├── ole32.def
│   │   │   ├── oleacc.def
│   │   │   ├── oleaut32.def
│   │   │   ├── oledlg.def
│   │   │   ├── opengl32.def
│   │   │   ├── p2p.def
│   │   │   ├── p2pgraph.def
│   │   │   ├── pdh.def
│   │   │   ├── powrprof.def
│   │   │   ├── prntvpt.def
│   │   │   ├── propsys.def
│   │   │   ├── psapi.def
│   │   │   ├── quartz.def
│   │   │   ├── qwave.def
│   │   │   ├── rasapi32.def
│   │   │   ├── rasdlg.def
│   │   │   ├── rpcns4.def
│   │   │   ├── rpcrt4.def
│   │   │   ├── rstrtmgr.def
│   │   │   ├── rtm.def
│   │   │   ├── samcli.def
│   │   │   ├── schannel.def
│   │   │   ├── schedcli.def
│   │   │   ├── secur32.def
│   │   │   ├── setupapi.def
│   │   │   ├── shell32.def
│   │   │   ├── shlwapi.def
│   │   │   ├── slc.def
│   │   │   ├── slcext.def
│   │   │   ├── slwga.def
│   │   │   ├── snmpapi.def
│   │   │   ├── spoolss.def
│   │   │   ├── srvcli.def
│   │   │   ├── sspicli.def
│   │   │   ├── t2embed.def
│   │   │   ├── tapi32.def
│   │   │   ├── tbs.def
│   │   │   ├── tdh.def
│   │   │   ├── txfw32.def
│   │   │   ├── urlmon.def
│   │   │   ├── user32.def
│   │   │   ├── userenv.def
│   │   │   ├── usp10.def
│   │   │   ├── uxtheme.def
│   │   │   ├── version.def
│   │   │   ├── virtdisk.def
│   │   │   ├── vssapi.def
│   │   │   ├── wdsclientapi.def
│   │   │   ├── wdstptc.def
│   │   │   ├── websocket.def
│   │   │   ├── wecapi.def
│   │   │   ├── wer.def
│   │   │   ├── wevtapi.def
│   │   │   ├── windowscodecs.def
│   │   │   ├── winhttp.def
│   │   │   ├── wininet.def
│   │   │   ├── winmm.def
│   │   │   ├── winscard.def
│   │   │   ├── winspool.def
│   │   │   ├── wintrust.def
│   │   │   ├── winusb.def
│   │   │   ├── wkscli.def
│   │   │   ├── wlanapi.def
│   │   │   ├── wldap32.def
│   │   │   ├── ws2_32.def
│   │   │   ├── wsdapi.def
│   │   │   ├── wsnmp32.def
│   │   │   ├── wtsapi32.def
│   │   │   ├── xaudio2_8.def
│   │   │   └── xinput1_4.def
│   │   ├── lib64
│   │   │   ├── aclui.def
│   │   │   ├── apphelp.def
│   │   │   ├── avicap32.def
│   │   │   ├── avifil32.def
│   │   │   ├── bthprops.def
│   │   │   ├── clfsw32.def
│   │   │   ├── comsvcs.def
│   │   │   ├── dciman32.def
│   │   │   ├── dhcpcsvc6.def
│   │   │   ├── esent.def
│   │   │   ├── faultrep.def
│   │   │   ├── fwpuclnt.def
│   │   │   ├── httpapi.def
│   │   │   ├── iscsidsc.def
│   │   │   ├── mprapi.def
│   │   │   ├── mscms.def
│   │   │   ├── msctfmonitor.def
│   │   │   ├── msvfw32.def
│   │   │   ├── newdev.def
│   │   │   ├── ntdll.def
│   │   │   ├── ntlanman.def
│   │   │   ├── opengl32.def
│   │   │   ├── pdh.def
│   │   │   ├── quartz.def
│   │   │   ├── query.def
│   │   │   ├── rasapi32.def
│   │   │   ├── rasdlg.def
│   │   │   ├── rtm.def
│   │   │   ├── setupapi.def
│   │   │   ├── sfc.def
│   │   │   ├── shdocvw.def
│   │   │   ├── slc.def
│   │   │   ├── spoolss.def
│   │   │   ├── vssapi.def
│   │   │   ├── wdsclientapi.def
│   │   │   ├── wdstptc.def
│   │   │   ├── wer.def
│   │   │   ├── winfax.def
│   │   │   ├── winsta.def
│   │   │   ├── wintrust.def
│   │   │   └── wsdapi.def
│   │   ├── libarm32
│   │   │   ├── aclui.def
│   │   │   ├── apphelp.def
│   │   │   ├── certpoleng.def
│   │   │   ├── clfsw32.def
│   │   │   ├── comsvcs.def
│   │   │   ├── d3d10_1.def
│   │   │   ├── deviceaccess.def
│   │   │   ├── dhcpcsvc6.def
│   │   │   ├── drt.def
│   │   │   ├── drtprov.def
│   │   │   ├── drttransport.def
│   │   │   ├── dsparse.def
│   │   │   ├── efswrt.def
│   │   │   ├── esent.def
│   │   │   ├── faultrep.def
│   │   │   ├── fhsvcctl.def
│   │   │   ├── fwpuclnt.def
│   │   │   ├── httpapi.def
│   │   │   ├── magnification.def
│   │   │   ├── mdmregistration.def
│   │   │   ├── mfcore.def
│   │   │   ├── mfplay.def
│   │   │   ├── mfsrcsnk.def
│   │   │   ├── mprapi.def
│   │   │   ├── mscms.def
│   │   │   ├── msctfmonitor.def
│   │   │   ├── newdev.def
│   │   │   ├── ninput.def
│   │   │   ├── ntdll.def
│   │   │   ├── ntlanman.def
│   │   │   ├── ondemandconnroutehelper.def
│   │   │   ├── pdh.def
│   │   │   ├── query.def
│   │   │   ├── rasapi32.def
│   │   │   ├── rasdlg.def
│   │   │   ├── rometadata.def
│   │   │   ├── sas.def
│   │   │   ├── setupapi.def
│   │   │   ├── sfc.def
│   │   │   ├── shdocvw.def
│   │   │   ├── slc.def
│   │   │   ├── spoolss.def
│   │   │   ├── uiautomationcore.def
│   │   │   ├── vssapi.def
│   │   │   ├── wcmapi.def
│   │   │   ├── webservices.def
│   │   │   ├── wer.def
│   │   │   ├── winbio.def
│   │   │   ├── winsta.def
│   │   │   ├── wintrust.def
│   │   │   ├── wldp.def
│   │   │   ├── wofutil.def
│   │   │   ├── wsclient.def
│   │   │   ├── wsdapi.def
│   │   │   ├── wsmsvc.def
│   │   │   ├── wsnmp32.def
│   │   │   └── xmllite.def
│   │   ├── libsrc
│   │   │   ├── ativscp-uuid.c
│   │   │   ├── atsmedia-uuid.c
│   │   │   ├── bth-uuid.c
│   │   │   ├── cguid-uuid.c
│   │   │   ├── comcat-uuid.c
│   │   │   ├── devguid.c
│   │   │   ├── docobj-uuid.c
│   │   │   ├── dxva-uuid.c
│   │   │   ├── exdisp-uuid.c
│   │   │   ├── extras-uuid.c
│   │   │   ├── fwp-uuid.c
│   │   │   ├── guid_nul.c
│   │   │   ├── hlguids-uuid.c
│   │   │   ├── hlink-uuid.c
│   │   │   ├── mlang-uuid.c
│   │   │   ├── msctf-uuid.c
│   │   │   ├── mshtmhst-uuid.c
│   │   │   ├── mshtml-uuid.c
│   │   │   ├── msxml-uuid.c
│   │   │   ├── netcfg-uuid.c
│   │   │   ├── netcon-uuid.c
│   │   │   ├── ntddkbd-uuid.c
│   │   │   ├── ntddmou-uuid.c
│   │   │   ├── ntddpar-uuid.c
│   │   │   ├── ntddscsi-uuid.c
│   │   │   ├── ntddser-uuid.c
│   │   │   ├── ntddstor-uuid.c
│   │   │   ├── ntddvdeo-uuid.c
│   │   │   ├── oaidl-uuid.c
│   │   │   ├── objidl-uuid.c
│   │   │   ├── objsafe-uuid.c
│   │   │   ├── ocidl-uuid.c
│   │   │   ├── oleacc-uuid.c
│   │   │   ├── olectlid-uuid.c
│   │   │   ├── oleidl-uuid.c
│   │   │   ├── power-uuid.c
│   │   │   ├── powrprof-uuid.c
│   │   │   ├── uianimation-uuid.c
│   │   │   ├── usbcamdi-uuid.c
│   │   │   ├── usbiodef-uuid.c
│   │   │   ├── uuid.c
│   │   │   ├── vds-uuid.c
│   │   │   ├── virtdisk-uuid.c
│   │   │   └── wia-uuid.c
│   │   ├── math
│   │   │   ├── abs64.c
│   │   │   ├── arm
│   │   │   │   ├── _chgsignl.S
│   │   │   │   ├── exp2.S
│   │   │   │   ├── exp2f.S
│   │   │   │   ├── nearbyint.S
│   │   │   │   ├── nearbyintf.S
│   │   │   │   ├── nearbyintl.S
│   │   │   │   ├── s_rint.c
│   │   │   │   ├── s_rintf.c
│   │   │   │   ├── s_trunc.c
│   │   │   │   ├── s_truncf.c
│   │   │   │   ├── sincos.S
│   │   │   │   └── sincosf.S
│   │   │   ├── arm64
│   │   │   │   ├── _chgsignl.S
│   │   │   │   ├── exp2.S
│   │   │   │   ├── exp2f.S
│   │   │   │   ├── nearbyint.S
│   │   │   │   ├── nearbyintf.S
│   │   │   │   ├── nearbyintl.S
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── sincos.S
│   │   │   │   ├── sincosf.S
│   │   │   │   ├── trunc.S
│   │   │   │   └── truncf.S
│   │   │   ├── cbrt.c
│   │   │   ├── cbrtf.c
│   │   │   ├── cbrtl.c
│   │   │   ├── cephes_emath.c
│   │   │   ├── cephes_emath.h
│   │   │   ├── cephes_mconf.h
│   │   │   ├── copysign.c
│   │   │   ├── copysignf.c
│   │   │   ├── coshf.c
│   │   │   ├── coshl.c
│   │   │   ├── erfl.c
│   │   │   ├── expf.c
│   │   │   ├── fabs.c
│   │   │   ├── fabsf.c
│   │   │   ├── fabsl.c
│   │   │   ├── fdim.c
│   │   │   ├── fdimf.c
│   │   │   ├── fdiml.c
│   │   │   ├── fma.c
│   │   │   ├── fmaf.c
│   │   │   ├── fmal.c
│   │   │   ├── fmax.c
│   │   │   ├── fmaxf.c
│   │   │   ├── fmaxl.c
│   │   │   ├── fmin.c
│   │   │   ├── fminf.c
│   │   │   ├── fminl.c
│   │   │   ├── fp_consts.c
│   │   │   ├── fp_consts.h
│   │   │   ├── fp_constsf.c
│   │   │   ├── fp_constsl.c
│   │   │   ├── fpclassify.c
│   │   │   ├── fpclassifyf.c
│   │   │   ├── fpclassifyl.c
│   │   │   ├── frexp.c
│   │   │   ├── frexpf.c
│   │   │   ├── frexpl.c
│   │   │   ├── hypot.c
│   │   │   ├── hypotf.c
│   │   │   ├── hypotl.c
│   │   │   ├── isnan.c
│   │   │   ├── isnanf.c
│   │   │   ├── isnanl.c
│   │   │   ├── ldexpf.c
│   │   │   ├── lgamma.c
│   │   │   ├── lgammaf.c
│   │   │   ├── lgammal.c
│   │   │   ├── llrint.c
│   │   │   ├── llrintf.c
│   │   │   ├── llrintl.c
│   │   │   ├── llround.c
│   │   │   ├── llroundf.c
│   │   │   ├── llroundl.c
│   │   │   ├── log10f.c
│   │   │   ├── logf.c
│   │   │   ├── lrint.c
│   │   │   ├── lrintf.c
│   │   │   ├── lrintl.c
│   │   │   ├── lround.c
│   │   │   ├── lroundf.c
│   │   │   ├── lroundl.c
│   │   │   ├── modf.c
│   │   │   ├── modff.c
│   │   │   ├── modfl.c
│   │   │   ├── nextafterf.c
│   │   │   ├── nextafterl.c
│   │   │   ├── nexttoward.c
│   │   │   ├── nexttowardf.c
│   │   │   ├── powf.c
│   │   │   ├── powi.c
│   │   │   ├── powi.def.h
│   │   │   ├── powif.c
│   │   │   ├── powil.c
│   │   │   ├── rintl.c
│   │   │   ├── round.c
│   │   │   ├── roundf.c
│   │   │   ├── roundl.c
│   │   │   ├── s_erf.c
│   │   │   ├── sf_erf.c
│   │   │   ├── signbit.c
│   │   │   ├── signbitf.c
│   │   │   ├── signbitl.c
│   │   │   ├── signgam.c
│   │   │   ├── sinhf.c
│   │   │   ├── sinhl.c
│   │   │   ├── sqrt.c
│   │   │   ├── sqrt.def.h
│   │   │   ├── sqrtf.c
│   │   │   ├── sqrtl.c
│   │   │   ├── tanhf.c
│   │   │   ├── tanhl.c
│   │   │   ├── tgamma.c
│   │   │   ├── tgammaf.c
│   │   │   ├── tgammal.c
│   │   │   ├── truncl.c
│   │   │   └── x86
│   │   │   ├── _chgsignl.S
│   │   │   ├── acosf.c
│   │   │   ├── acosh.c
│   │   │   ├── acosh.def.h
│   │   │   ├── acoshf.c
│   │   │   ├── acoshl.c
│   │   │   ├── acosl.c
│   │   │   ├── asinf.c
│   │   │   ├── asinh.c
│   │   │   ├── asinhf.c
│   │   │   ├── asinhl.c
│   │   │   ├── asinl.c
│   │   │   ├── atan2.c
│   │   │   ├── atan2f.c
│   │   │   ├── atan2l.c
│   │   │   ├── atanf.c
│   │   │   ├── atanh.c
│   │   │   ├── atanhf.c
│   │   │   ├── atanhl.c
│   │   │   ├── atanl.c
│   │   │   ├── ceil.S
│   │   │   ├── ceilf.S
│   │   │   ├── ceill.S
│   │   │   ├── copysignl.S
│   │   │   ├── cos.c
│   │   │   ├── cos.def.h
│   │   │   ├── cosf.c
│   │   │   ├── cosl.c
│   │   │   ├── cosl_internal.S
│   │   │   ├── cossin.c
│   │   │   ├── exp.c
│   │   │   ├── exp.def.h
│   │   │   ├── exp2.S
│   │   │   ├── exp2f.S
│   │   │   ├── exp2l.S
│   │   │   ├── expl.c
│   │   │   ├── expm1.c
│   │   │   ├── expm1.def.h
│   │   │   ├── expm1f.c
│   │   │   ├── expm1l.c
│   │   │   ├── fastmath.h
│   │   │   ├── floor.S
│   │   │   ├── floorf.S
│   │   │   ├── floorl.S
│   │   │   ├── fmod.c
│   │   │   ├── fmodf.c
│   │   │   ├── fmodl.c
│   │   │   ├── fucom.c
│   │   │   ├── ilogb.S
│   │   │   ├── ilogbf.S
│   │   │   ├── ilogbl.S
│   │   │   ├── internal_logl.S
│   │   │   ├── ldexp.c
│   │   │   ├── ldexpl.c
│   │   │   ├── log.c
│   │   │   ├── log.def.h
│   │   │   ├── log10l.S
│   │   │   ├── log1p.S
│   │   │   ├── log1pf.S
│   │   │   ├── log1pl.S
│   │   │   ├── log2.S
│   │   │   ├── log2f.S
│   │   │   ├── log2l.S
│   │   │   ├── logb.c
│   │   │   ├── logbf.c
│   │   │   ├── logbl.c
│   │   │   ├── logl.c
│   │   │   ├── nearbyint.S
│   │   │   ├── nearbyintf.S
│   │   │   ├── nearbyintl.S
│   │   │   ├── pow.c
│   │   │   ├── pow.def.h
│   │   │   ├── powl.c
│   │   │   ├── remainder.S
│   │   │   ├── remainderf.S
│   │   │   ├── remainderl.S
│   │   │   ├── remquo.S
│   │   │   ├── remquof.S
│   │   │   ├── remquol.S
│   │   │   ├── rint.c
│   │   │   ├── rintf.c
│   │   │   ├── scalbn.S
│   │   │   ├── scalbnf.S
│   │   │   ├── scalbnl.S
│   │   │   ├── sin.c
│   │   │   ├── sin.def.h
│   │   │   ├── sinf.c
│   │   │   ├── sinl.c
│   │   │   ├── sinl_internal.S
│   │   │   ├── tanf.c
│   │   │   ├── tanl.S
│   │   │   ├── trunc.S
│   │   │   └── truncf.S
│   │   ├── misc
│   │   │   ├── ___mb_cur_max_func.c
│   │   │   ├── __p___argv.c
│   │   │   ├── __p__acmdln.c
│   │   │   ├── __p__commode.c
│   │   │   ├── __p__fmode.c
│   │   │   ├── __p__wcmdln.c
│   │   │   ├── _configthreadlocale.c
│   │   │   ├── _create_locale.c
│   │   │   ├── _free_locale.c
│   │   │   ├── _get_current_locale.c
│   │   │   ├── alarm.c
│   │   │   ├── basename.c
│   │   │   ├── btowc.c
│   │   │   ├── delay-f.c
│   │   │   ├── delay-n.c
│   │   │   ├── delayimp.c
│   │   │   ├── dirent.c
│   │   │   ├── dirname.c
│   │   │   ├── feclearexcept.c
│   │   │   ├── fegetenv.c
│   │   │   ├── fegetexceptflag.c
│   │   │   ├── fegetround.c
│   │   │   ├── feholdexcept.c
│   │   │   ├── feraiseexcept.c
│   │   │   ├── fesetenv.c
│   │   │   ├── fesetexceptflag.c
│   │   │   ├── fesetround.c
│   │   │   ├── fetestexcept.c
│   │   │   ├── feupdateenv.c
│   │   │   ├── ftruncate.c
│   │   │   ├── ftw.c
│   │   │   ├── ftw64.c
│   │   │   ├── fwide.c
│   │   │   ├── getlogin.c
│   │   │   ├── getopt.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── imaxabs.c
│   │   │   ├── imaxdiv.c
│   │   │   ├── invalid_parameter_handler.c
│   │   │   ├── isblank.c
│   │   │   ├── iswblank.c
│   │   │   ├── lc_locale_func.c
│   │   │   ├── mb_wc_common.h
│   │   │   ├── mbrtowc.c
│   │   │   ├── mbsinit.c
│   │   │   ├── mempcpy.c
│   │   │   ├── mingw-aligned-malloc.c
│   │   │   ├── mingw_getsp.S
│   │   │   ├── mingw_longjmp.S
│   │   │   ├── mingw_matherr.c
│   │   │   ├── mingw_mbwc_convert.c
│   │   │   ├── mingw_usleep.c
│   │   │   ├── mingw_wcstod.c
│   │   │   ├── mingw_wcstof.c
│   │   │   ├── mingw_wcstold.c
│   │   │   ├── mkstemp.c
│   │   │   ├── onexit_table.c
│   │   │   ├── output_format.c
│   │   │   ├── purecall.c
│   │   │   ├── register_tls_atexit.c
│   │   │   ├── seterrno.c
│   │   │   ├── setjmp.S
│   │   │   ├── sleep.c
│   │   │   ├── strnlen.c
│   │   │   ├── strsafe.c
│   │   │   ├── strtoimax.c
│   │   │   ├── strtold.c
│   │   │   ├── strtoumax.c
│   │   │   ├── tdelete.c
│   │   │   ├── tfind.c
│   │   │   ├── tsearch.c
│   │   │   ├── twalk.c
│   │   │   ├── uchar_c16rtomb.c
│   │   │   ├── uchar_c32rtomb.c
│   │   │   ├── uchar_mbrtoc16.c
│   │   │   ├── uchar_mbrtoc32.c
│   │   │   ├── wassert.c
│   │   │   ├── wcrtomb.c
│   │   │   ├── wcsnlen.c
│   │   │   ├── wcstof.c
│   │   │   ├── wcstoimax.c
│   │   │   ├── wcstold.c
│   │   │   ├── wcstoumax.c
│   │   │   ├── wctob.c
│   │   │   ├── wctrans.c
│   │   │   ├── wctype.c
│   │   │   ├── wdirent.c
│   │   │   ├── winbs_uint64.c
│   │   │   ├── winbs_ulong.c
│   │   │   ├── winbs_ushort.c
│   │   │   ├── wmemchr.c
│   │   │   ├── wmemcmp.c
│   │   │   ├── wmemcpy.c
│   │   │   ├── wmemmove.c
│   │   │   ├── wmempcpy.c
│   │   │   └── wmemset.c
│   │   ├── secapi
│   │   │   ├── _access_s.c
│   │   │   ├── _cgets_s.c
│   │   │   ├── _cgetws_s.c
│   │   │   ├── _chsize_s.c
│   │   │   ├── _controlfp_s.c
│   │   │   ├── _cprintf_s.c
│   │   │   ├── _cprintf_s_l.c
│   │   │   ├── _ctime32_s.c
│   │   │   ├── _ctime64_s.c
│   │   │   ├── _cwprintf_s.c
│   │   │   ├── _cwprintf_s_l.c
│   │   │   ├── _gmtime32_s.c
│   │   │   ├── _gmtime64_s.c
│   │   │   ├── _localtime32_s.c
│   │   │   ├── _localtime64_s.c
│   │   │   ├── _mktemp_s.c
│   │   │   ├── _sopen_s.c
│   │   │   ├── _strdate_s.c
│   │   │   ├── _strtime_s.c
│   │   │   ├── _umask_s.c
│   │   │   ├── _vcprintf_s.c
│   │   │   ├── _vcprintf_s_l.c
│   │   │   ├── _vcwprintf_s.c
│   │   │   ├── _vcwprintf_s_l.c
│   │   │   ├── _vscprintf_p.c
│   │   │   ├── _vscwprintf_p.c
│   │   │   ├── _vswprintf_p.c
│   │   │   ├── _waccess_s.c
│   │   │   ├── _wasctime_s.c
│   │   │   ├── _wctime32_s.c
│   │   │   ├── _wctime64_s.c
│   │   │   ├── _wmktemp_s.c
│   │   │   ├── _wstrdate_s.c
│   │   │   ├── _wstrtime_s.c
│   │   │   ├── asctime_s.c
│   │   │   ├── memcpy_s.c
│   │   │   ├── memmove_s.c
│   │   │   ├── rand_s.c
│   │   │   ├── sprintf_s.c
│   │   │   ├── strerror_s.c
│   │   │   ├── vsprintf_s.c
│   │   │   ├── wmemcpy_s.c
│   │   │   └── wmemmove_s.c
│   │   └── stdio
│   │   ├── _Exit.c
│   │   ├── _findfirst64i32.c
│   │   ├── _findnext64i32.c
│   │   ├── _fstat.c
│   │   ├── _fstat64i32.c
│   │   ├── _ftime.c
│   │   ├── _getc_nolock.c
│   │   ├── _getwc_nolock.c
│   │   ├── _putc_nolock.c
│   │   ├── _putwc_nolock.c
│   │   ├── _stat.c
│   │   ├── _stat64i32.c
│   │   ├── _wfindfirst64i32.c
│   │   ├── _wfindnext64i32.c
│   │   ├── _wstat.c
│   │   ├── _wstat64i32.c
│   │   ├── acrt_iob_func.c
│   │   ├── asprintf.c
│   │   ├── atoll.c
│   │   ├── fgetpos64.c
│   │   ├── fopen64.c
│   │   ├── fseeko32.c
│   │   ├── fseeko64.c
│   │   ├── fsetpos64.c
│   │   ├── ftello.c
│   │   ├── ftello64.c
│   │   ├── ftruncate64.c
│   │   ├── lltoa.c
│   │   ├── lltow.c
│   │   ├── lseek64.c
│   │   ├── mingw_asprintf.c
│   │   ├── mingw_fprintf.c
│   │   ├── mingw_fprintfw.c
│   │   ├── mingw_fscanf.c
│   │   ├── mingw_fwscanf.c
│   │   ├── mingw_lock.c
│   │   ├── mingw_pformat.c
│   │   ├── mingw_pformat.h
│   │   ├── mingw_pformatw.c
│   │   ├── mingw_printf.c
│   │   ├── mingw_printfw.c
│   │   ├── mingw_scanf.c
│   │   ├── mingw_snprintf.c
│   │   ├── mingw_snprintfw.c
│   │   ├── mingw_sprintf.c
│   │   ├── mingw_sprintfw.c
│   │   ├── mingw_sscanf.c
│   │   ├── mingw_swscanf.c
│   │   ├── mingw_vasprintf.c
│   │   ├── mingw_vfprintf.c
│   │   ├── mingw_vfprintfw.c
│   │   ├── mingw_vfscanf.c
│   │   ├── mingw_vprintf.c
│   │   ├── mingw_vprintfw.c
│   │   ├── mingw_vsnprintf.c
│   │   ├── mingw_vsnprintfw.c
│   │   ├── mingw_vsprintf.c
│   │   ├── mingw_vsprintfw.c
│   │   ├── mingw_wscanf.c
│   │   ├── mingw_wvfscanf.c
│   │   ├── scanf.S
│   │   ├── scanf2-template.S
│   │   ├── snprintf.c
│   │   ├── snprintf_alias.c
│   │   ├── snwprintf.c
│   │   ├── strtof.c
│   │   ├── strtok_r.c
│   │   ├── truncate.c
│   │   ├── ulltoa.c
│   │   ├── ulltow.c
│   │   ├── vasprintf.c
│   │   ├── vfscanf.c
│   │   ├── vfscanf2.S
│   │   ├── vfwscanf.c
│   │   ├── vfwscanf2.S
│   │   ├── vscanf.c
│   │   ├── vscanf2.S
│   │   ├── vsnprintf.c
│   │   ├── vsnprintf_alias.c
│   │   ├── vsnwprintf.c
│   │   ├── vsscanf.c
│   │   ├── vsscanf2.S
│   │   ├── vswscanf.c
│   │   ├── vswscanf2.S
│   │   ├── vwscanf.c
│   │   ├── vwscanf2.S
│   │   └── wtoll.c
│   ├── musl
│   │   ├── COPYRIGHT
│   │   ├── arch
│   │   │   ├── aarch64
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── fp_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── arm
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl_fix.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── generic
│   │   │   │   ├── bits
│   │   │   │   │   ├── dirent.h
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── io.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ioctl_fix.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── kd.h
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── link.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── poll.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── resource.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── soundcard.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── vt.h
│   │   │   │   └── fp_arch.h
│   │   │   ├── i386
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── io.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── mips
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── poll.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── resource.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── ksigaction.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── mips64
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── poll.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── resource.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── ksigaction.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── powerpc
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── powerpc64
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── riscv64
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   ├── s390x
│   │   │   │   ├── atomic_arch.h
│   │   │   │   ├── bits
│   │   │   │   │   ├── alltypes.h.in
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── float.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── ioctl_fix.h
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── link.h
│   │   │   │   │   ├── posix.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── reg.h
│   │   │   │   │   ├── setjmp.h
│   │   │   │   │   ├── signal.h
│   │   │   │   │   ├── stat.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   ├── syscall.h.in
│   │   │   │   │   └── user.h
│   │   │   │   ├── crt_arch.h
│   │   │   │   ├── kstat.h
│   │   │   │   ├── pthread_arch.h
│   │   │   │   ├── reloc.h
│   │   │   │   └── syscall_arch.h
│   │   │   └── x86_64
│   │   │   ├── atomic_arch.h
│   │   │   ├── bits
│   │   │   │   ├── alltypes.h.in
│   │   │   │   ├── fenv.h
│   │   │   │   ├── float.h
│   │   │   │   ├── io.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── posix.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── setjmp.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── stdint.h
│   │   │   │   ├── syscall.h.in
│   │   │   │   └── user.h
│   │   │   ├── crt_arch.h
│   │   │   ├── ksigaction.h
│   │   │   ├── kstat.h
│   │   │   ├── pthread_arch.h
│   │   │   ├── reloc.h
│   │   │   └── syscall_arch.h
│   │   ├── compat
│   │   │   └── time32
│   │   │   ├── __xstat.c
│   │   │   ├── adjtime32.c
│   │   │   ├── adjtimex_time32.c
│   │   │   ├── aio_suspend_time32.c
│   │   │   ├── clock_adjtime32.c
│   │   │   ├── clock_getres_time32.c
│   │   │   ├── clock_gettime32.c
│   │   │   ├── clock_nanosleep_time32.c
│   │   │   ├── clock_settime32.c
│   │   │   ├── cnd_timedwait_time32.c
│   │   │   ├── ctime32.c
│   │   │   ├── ctime32_r.c
│   │   │   ├── difftime32.c
│   │   │   ├── fstat_time32.c
│   │   │   ├── fstatat_time32.c
│   │   │   ├── ftime32.c
│   │   │   ├── futimens_time32.c
│   │   │   ├── futimes_time32.c
│   │   │   ├── futimesat_time32.c
│   │   │   ├── getitimer_time32.c
│   │   │   ├── getrusage_time32.c
│   │   │   ├── gettimeofday_time32.c
│   │   │   ├── gmtime32.c
│   │   │   ├── gmtime32_r.c
│   │   │   ├── localtime32.c
│   │   │   ├── localtime32_r.c
│   │   │   ├── lstat_time32.c
│   │   │   ├── lutimes_time32.c
│   │   │   ├── mktime32.c
│   │   │   ├── mq_timedreceive_time32.c
│   │   │   ├── mq_timedsend_time32.c
│   │   │   ├── mtx_timedlock_time32.c
│   │   │   ├── nanosleep_time32.c
│   │   │   ├── ppoll_time32.c
│   │   │   ├── pselect_time32.c
│   │   │   ├── pthread_cond_timedwait_time32.c
│   │   │   ├── pthread_mutex_timedlock_time32.c
│   │   │   ├── pthread_rwlock_timedrdlock_time32.c
│   │   │   ├── pthread_rwlock_timedwrlock_time32.c
│   │   │   ├── pthread_timedjoin_np_time32.c
│   │   │   ├── recvmmsg_time32.c
│   │   │   ├── sched_rr_get_interval_time32.c
│   │   │   ├── select_time32.c
│   │   │   ├── sem_timedwait_time32.c
│   │   │   ├── semtimedop_time32.c
│   │   │   ├── setitimer_time32.c
│   │   │   ├── settimeofday_time32.c
│   │   │   ├── sigtimedwait_time32.c
│   │   │   ├── stat_time32.c
│   │   │   ├── stime32.c
│   │   │   ├── thrd_sleep_time32.c
│   │   │   ├── time32.c
│   │   │   ├── time32.h
│   │   │   ├── time32gm.c
│   │   │   ├── timer_gettime32.c
│   │   │   ├── timer_settime32.c
│   │   │   ├── timerfd_gettime32.c
│   │   │   ├── timerfd_settime32.c
│   │   │   ├── timespec_get_time32.c
│   │   │   ├── utime_time32.c
│   │   │   ├── utimensat_time32.c
│   │   │   ├── utimes_time32.c
│   │   │   ├── wait3_time32.c
│   │   │   └── wait4_time32.c
│   │   ├── crt
│   │   │   ├── Scrt1.c
│   │   │   ├── aarch64
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── arm
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── crt1.c
│   │   │   ├── crti.c
│   │   │   ├── crtn.c
│   │   │   ├── i386
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── microblaze
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── mips
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── mips64
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── mipsn32
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── or1k
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── powerpc
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── powerpc64
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── rcrt1.c
│   │   │   ├── s390x
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── sh
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   ├── x32
│   │   │   │   ├── crti.s
│   │   │   │   └── crtn.s
│   │   │   └── x86_64
│   │   │   ├── crti.s
│   │   │   └── crtn.s
│   │   ├── include
│   │   │   ├── aio.h
│   │   │   ├── alloca.h
│   │   │   ├── alltypes.h.in
│   │   │   ├── ar.h
│   │   │   ├── arpa
│   │   │   │   ├── ftp.h
│   │   │   │   ├── inet.h
│   │   │   │   ├── nameser.h
│   │   │   │   ├── nameser_compat.h
│   │   │   │   ├── telnet.h
│   │   │   │   └── tftp.h
│   │   │   ├── assert.h
│   │   │   ├── byteswap.h
│   │   │   ├── complex.h
│   │   │   ├── cpio.h
│   │   │   ├── crypt.h
│   │   │   ├── ctype.h
│   │   │   ├── dirent.h
│   │   │   ├── dlfcn.h
│   │   │   ├── elf.h
│   │   │   ├── endian.h
│   │   │   ├── err.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── features.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── ftw.h
│   │   │   ├── getopt.h
│   │   │   ├── glob.h
│   │   │   ├── grp.h
│   │   │   ├── iconv.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── iso646.h
│   │   │   ├── langinfo.h
│   │   │   ├── lastlog.h
│   │   │   ├── libgen.h
│   │   │   ├── libintl.h
│   │   │   ├── limits.h
│   │   │   ├── link.h
│   │   │   ├── locale.h
│   │   │   ├── malloc.h
│   │   │   ├── math.h
│   │   │   ├── memory.h
│   │   │   ├── mntent.h
│   │   │   ├── monetary.h
│   │   │   ├── mqueue.h
│   │   │   ├── net
│   │   │   │   ├── ethernet.h
│   │   │   │   ├── if.h
│   │   │   │   ├── if_arp.h
│   │   │   │   └── route.h
│   │   │   ├── netdb.h
│   │   │   ├── netinet
│   │   │   │   ├── ether.h
│   │   │   │   ├── icmp6.h
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── igmp.h
│   │   │   │   ├── in.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── ip6.h
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── nl_types.h
│   │   │   ├── paths.h
│   │   │   ├── poll.h
│   │   │   ├── pthread.h
│   │   │   ├── pty.h
│   │   │   ├── pwd.h
│   │   │   ├── regex.h
│   │   │   ├── resolv.h
│   │   │   ├── sched.h
│   │   │   ├── scsi
│   │   │   │   ├── scsi.h
│   │   │   │   ├── scsi_ioctl.h
│   │   │   │   └── sg.h
│   │   │   ├── search.h
│   │   │   ├── semaphore.h
│   │   │   ├── setjmp.h
│   │   │   ├── shadow.h
│   │   │   ├── signal.h
│   │   │   ├── spawn.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stddef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdio_ext.h
│   │   │   ├── stdlib.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── string.h
│   │   │   ├── strings.h
│   │   │   ├── stropts.h
│   │   │   ├── sys
│   │   │   │   ├── acct.h
│   │   │   │   ├── auxv.h
│   │   │   │   ├── cachectl.h
│   │   │   │   ├── dir.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fanotify.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── fsuid.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── kd.h
│   │   │   │   ├── klog.h
│   │   │   │   ├── membarrier.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── mtio.h
│   │   │   │   ├── param.h
│   │   │   │   ├── personality.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── quota.h
│   │   │   │   ├── random.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── sendfile.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── soundcard.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── stropts.h
│   │   │   │   ├── swap.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── times.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   ├── user.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vfs.h
│   │   │   │   ├── vt.h
│   │   │   │   ├── wait.h
│   │   │   │   └── xattr.h
│   │   │   ├── syscall.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── tar.h
│   │   │   ├── termios.h
│   │   │   ├── tgmath.h
│   │   │   ├── threads.h
│   │   │   ├── time.h
│   │   │   ├── uchar.h
│   │   │   ├── ucontext.h
│   │   │   ├── ulimit.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── utmp.h
│   │   │   ├── utmpx.h
│   │   │   ├── values.h
│   │   │   ├── wait.h
│   │   │   ├── wchar.h
│   │   │   ├── wctype.h
│   │   │   └── wordexp.h
│   │   ├── ldso
│   │   │   └── dlstart.c
│   │   ├── libc.s
│   │   └── src
│   │   ├── aio
│   │   │   ├── aio.c
│   │   │   ├── aio_suspend.c
│   │   │   └── lio_listio.c
│   │   ├── complex
│   │   │   ├── __cexp.c
│   │   │   ├── __cexpf.c
│   │   │   ├── cabs.c
│   │   │   ├── cabsf.c
│   │   │   ├── cabsl.c
│   │   │   ├── cacos.c
│   │   │   ├── cacosf.c
│   │   │   ├── cacosh.c
│   │   │   ├── cacoshf.c
│   │   │   ├── cacoshl.c
│   │   │   ├── cacosl.c
│   │   │   ├── carg.c
│   │   │   ├── cargf.c
│   │   │   ├── cargl.c
│   │   │   ├── casin.c
│   │   │   ├── casinf.c
│   │   │   ├── casinh.c
│   │   │   ├── casinhf.c
│   │   │   ├── casinhl.c
│   │   │   ├── casinl.c
│   │   │   ├── catan.c
│   │   │   ├── catanf.c
│   │   │   ├── catanh.c
│   │   │   ├── catanhf.c
│   │   │   ├── catanhl.c
│   │   │   ├── catanl.c
│   │   │   ├── ccos.c
│   │   │   ├── ccosf.c
│   │   │   ├── ccosh.c
│   │   │   ├── ccoshf.c
│   │   │   ├── ccoshl.c
│   │   │   ├── ccosl.c
│   │   │   ├── cexp.c
│   │   │   ├── cexpf.c
│   │   │   ├── cexpl.c
│   │   │   ├── cimag.c
│   │   │   ├── cimagf.c
│   │   │   ├── cimagl.c
│   │   │   ├── clog.c
│   │   │   ├── clogf.c
│   │   │   ├── clogl.c
│   │   │   ├── conj.c
│   │   │   ├── conjf.c
│   │   │   ├── conjl.c
│   │   │   ├── cpow.c
│   │   │   ├── cpowf.c
│   │   │   ├── cpowl.c
│   │   │   ├── cproj.c
│   │   │   ├── cprojf.c
│   │   │   ├── cprojl.c
│   │   │   ├── creal.c
│   │   │   ├── crealf.c
│   │   │   ├── creall.c
│   │   │   ├── csin.c
│   │   │   ├── csinf.c
│   │   │   ├── csinh.c
│   │   │   ├── csinhf.c
│   │   │   ├── csinhl.c
│   │   │   ├── csinl.c
│   │   │   ├── csqrt.c
│   │   │   ├── csqrtf.c
│   │   │   ├── csqrtl.c
│   │   │   ├── ctan.c
│   │   │   ├── ctanf.c
│   │   │   ├── ctanh.c
│   │   │   ├── ctanhf.c
│   │   │   ├── ctanhl.c
│   │   │   └── ctanl.c
│   │   ├── conf
│   │   │   ├── confstr.c
│   │   │   ├── fpathconf.c
│   │   │   ├── legacy.c
│   │   │   ├── pathconf.c
│   │   │   └── sysconf.c
│   │   ├── crypt
│   │   │   ├── crypt.c
│   │   │   ├── crypt_blowfish.c
│   │   │   ├── crypt_des.c
│   │   │   ├── crypt_des.h
│   │   │   ├── crypt_md5.c
│   │   │   ├── crypt_r.c
│   │   │   ├── crypt_sha256.c
│   │   │   ├── crypt_sha512.c
│   │   │   └── encrypt.c
│   │   ├── ctype
│   │   │   ├── __ctype_b_loc.c
│   │   │   ├── __ctype_get_mb_cur_max.c
│   │   │   ├── __ctype_tolower_loc.c
│   │   │   ├── __ctype_toupper_loc.c
│   │   │   ├── alpha.h
│   │   │   ├── casemap.h
│   │   │   ├── isalnum.c
│   │   │   ├── isalpha.c
│   │   │   ├── isascii.c
│   │   │   ├── isblank.c
│   │   │   ├── iscntrl.c
│   │   │   ├── isdigit.c
│   │   │   ├── isgraph.c
│   │   │   ├── islower.c
│   │   │   ├── isprint.c
│   │   │   ├── ispunct.c
│   │   │   ├── isspace.c
│   │   │   ├── isupper.c
│   │   │   ├── iswalnum.c
│   │   │   ├── iswalpha.c
│   │   │   ├── iswblank.c
│   │   │   ├── iswcntrl.c
│   │   │   ├── iswctype.c
│   │   │   ├── iswdigit.c
│   │   │   ├── iswgraph.c
│   │   │   ├── iswlower.c
│   │   │   ├── iswprint.c
│   │   │   ├── iswpunct.c
│   │   │   ├── iswspace.c
│   │   │   ├── iswupper.c
│   │   │   ├── iswxdigit.c
│   │   │   ├── isxdigit.c
│   │   │   ├── nonspacing.h
│   │   │   ├── punct.h
│   │   │   ├── toascii.c
│   │   │   ├── tolower.c
│   │   │   ├── toupper.c
│   │   │   ├── towctrans.c
│   │   │   ├── wcswidth.c
│   │   │   ├── wctrans.c
│   │   │   ├── wcwidth.c
│   │   │   └── wide.h
│   │   ├── dirent
│   │   │   ├── __dirent.h
│   │   │   ├── alphasort.c
│   │   │   ├── closedir.c
│   │   │   ├── dirfd.c
│   │   │   ├── fdopendir.c
│   │   │   ├── opendir.c
│   │   │   ├── readdir.c
│   │   │   ├── readdir_r.c
│   │   │   ├── rewinddir.c
│   │   │   ├── scandir.c
│   │   │   ├── seekdir.c
│   │   │   ├── telldir.c
│   │   │   └── versionsort.c
│   │   ├── env
│   │   │   ├── __environ.c
│   │   │   ├── __init_tls.c
│   │   │   ├── __libc_start_main.c
│   │   │   ├── __reset_tls.c
│   │   │   ├── __stack_chk_fail.c
│   │   │   ├── clearenv.c
│   │   │   ├── getenv.c
│   │   │   ├── putenv.c
│   │   │   ├── secure_getenv.c
│   │   │   ├── setenv.c
│   │   │   └── unsetenv.c
│   │   ├── errno
│   │   │   ├── __errno_location.c
│   │   │   ├── __strerror.h
│   │   │   └── strerror.c
│   │   ├── exit
│   │   │   ├── _Exit.c
│   │   │   ├── abort.c
│   │   │   ├── abort_lock.c
│   │   │   ├── arm
│   │   │   │   └── __aeabi_atexit.c
│   │   │   ├── assert.c
│   │   │   ├── at_quick_exit.c
│   │   │   ├── atexit.c
│   │   │   ├── exit.c
│   │   │   └── quick_exit.c
│   │   ├── fcntl
│   │   │   ├── creat.c
│   │   │   ├── fcntl.c
│   │   │   ├── open.c
│   │   │   ├── openat.c
│   │   │   ├── posix_fadvise.c
│   │   │   └── posix_fallocate.c
│   │   ├── fenv
│   │   │   ├── __flt_rounds.c
│   │   │   ├── aarch64
│   │   │   │   └── fenv.s
│   │   │   ├── arm
│   │   │   │   ├── fenv-hf.S
│   │   │   │   └── fenv.c
│   │   │   ├── fegetexceptflag.c
│   │   │   ├── feholdexcept.c
│   │   │   ├── fenv.c
│   │   │   ├── fesetexceptflag.c
│   │   │   ├── fesetround.c
│   │   │   ├── feupdateenv.c
│   │   │   ├── i386
│   │   │   │   └── fenv.s
│   │   │   ├── m68k
│   │   │   │   └── fenv.c
│   │   │   ├── mips
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── mips64
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── mipsn32
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── powerpc
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── powerpc64
│   │   │   │   └── fenv.c
│   │   │   ├── riscv64
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── s390x
│   │   │   │   └── fenv.c
│   │   │   ├── sh
│   │   │   │   ├── fenv-nofpu.c
│   │   │   │   └── fenv.S
│   │   │   ├── x32
│   │   │   │   └── fenv.s
│   │   │   └── x86_64
│   │   │   └── fenv.s
│   │   ├── include
│   │   │   ├── arpa
│   │   │   │   └── inet.h
│   │   │   ├── crypt.h
│   │   │   ├── errno.h
│   │   │   ├── features.h
│   │   │   ├── langinfo.h
│   │   │   ├── pthread.h
│   │   │   ├── resolv.h
│   │   │   ├── signal.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── sys
│   │   │   │   ├── auxv.h
│   │   │   │   ├── membarrier.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   └── time.h
│   │   │   ├── time.h
│   │   │   ├── unistd.h
│   │   │   └── wchar.h
│   │   ├── internal
│   │   │   ├── aio_impl.h
│   │   │   ├── atomic.h
│   │   │   ├── complex_impl.h
│   │   │   ├── defsysinfo.c
│   │   │   ├── dynlink.h
│   │   │   ├── fdpic_crt.h
│   │   │   ├── floatscan.c
│   │   │   ├── floatscan.h
│   │   │   ├── fork_impl.h
│   │   │   ├── futex.h
│   │   │   ├── i386
│   │   │   │   └── defsysinfo.s
│   │   │   ├── intscan.c
│   │   │   ├── intscan.h
│   │   │   ├── ksigaction.h
│   │   │   ├── libc.c
│   │   │   ├── libc.h
│   │   │   ├── libm.h
│   │   │   ├── locale_impl.h
│   │   │   ├── lock.h
│   │   │   ├── procfdname.c
│   │   │   ├── pthread_impl.h
│   │   │   ├── sh
│   │   │   │   └── __shcall.c
│   │   │   ├── shgetc.c
│   │   │   ├── shgetc.h
│   │   │   ├── stdio_impl.h
│   │   │   ├── syscall.h
│   │   │   ├── syscall_ret.c
│   │   │   ├── vdso.c
│   │   │   ├── version.c
│   │   │   └── version.h
│   │   ├── ipc
│   │   │   ├── ftok.c
│   │   │   ├── ipc.h
│   │   │   ├── msgctl.c
│   │   │   ├── msgget.c
│   │   │   ├── msgrcv.c
│   │   │   ├── msgsnd.c
│   │   │   ├── semctl.c
│   │   │   ├── semget.c
│   │   │   ├── semop.c
│   │   │   ├── semtimedop.c
│   │   │   ├── shmat.c
│   │   │   ├── shmctl.c
│   │   │   ├── shmdt.c
│   │   │   └── shmget.c
│   │   ├── ldso
│   │   │   ├── __dlsym.c
│   │   │   ├── aarch64
│   │   │   │   ├── dlsym.s
│   │   │   │   └── tlsdesc.s
│   │   │   ├── arm
│   │   │   │   ├── dlsym.s
│   │   │   │   ├── dlsym_time64.S
│   │   │   │   ├── find_exidx.c
│   │   │   │   └── tlsdesc.S
│   │   │   ├── dl_iterate_phdr.c
│   │   │   ├── dladdr.c
│   │   │   ├── dlclose.c
│   │   │   ├── dlerror.c
│   │   │   ├── dlinfo.c
│   │   │   ├── dlopen.c
│   │   │   ├── dlsym.c
│   │   │   ├── i386
│   │   │   │   ├── dlsym.s
│   │   │   │   ├── dlsym_time64.S
│   │   │   │   └── tlsdesc.s
│   │   │   ├── m68k
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── microblaze
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── mips
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── mips64
│   │   │   │   └── dlsym.s
│   │   │   ├── mipsn32
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── or1k
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── powerpc
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── powerpc64
│   │   │   │   └── dlsym.s
│   │   │   ├── riscv64
│   │   │   │   └── dlsym.s
│   │   │   ├── s390x
│   │   │   │   └── dlsym.s
│   │   │   ├── sh
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── tlsdesc.c
│   │   │   ├── x32
│   │   │   │   └── dlsym.s
│   │   │   └── x86_64
│   │   │   ├── dlsym.s
│   │   │   └── tlsdesc.s
│   │   ├── legacy
│   │   │   ├── cuserid.c
│   │   │   ├── daemon.c
│   │   │   ├── err.c
│   │   │   ├── euidaccess.c
│   │   │   ├── ftw.c
│   │   │   ├── futimes.c
│   │   │   ├── getdtablesize.c
│   │   │   ├── getloadavg.c
│   │   │   ├── getpagesize.c
│   │   │   ├── getpass.c
│   │   │   ├── getusershell.c
│   │   │   ├── isastream.c
│   │   │   ├── lutimes.c
│   │   │   ├── ulimit.c
│   │   │   ├── utmpx.c
│   │   │   └── valloc.c
│   │   ├── linux
│   │   │   ├── adjtime.c
│   │   │   ├── adjtimex.c
│   │   │   ├── arch_prctl.c
│   │   │   ├── brk.c
│   │   │   ├── cache.c
│   │   │   ├── cap.c
│   │   │   ├── chroot.c
│   │   │   ├── clock_adjtime.c
│   │   │   ├── clone.c
│   │   │   ├── copy_file_range.c
│   │   │   ├── epoll.c
│   │   │   ├── eventfd.c
│   │   │   ├── fallocate.c
│   │   │   ├── fanotify.c
│   │   │   ├── flock.c
│   │   │   ├── getdents.c
│   │   │   ├── getrandom.c
│   │   │   ├── gettid.c
│   │   │   ├── inotify.c
│   │   │   ├── ioperm.c
│   │   │   ├── iopl.c
│   │   │   ├── klogctl.c
│   │   │   ├── membarrier.c
│   │   │   ├── memfd_create.c
│   │   │   ├── mlock2.c
│   │   │   ├── module.c
│   │   │   ├── mount.c
│   │   │   ├── name_to_handle_at.c
│   │   │   ├── open_by_handle_at.c
│   │   │   ├── personality.c
│   │   │   ├── pivot_root.c
│   │   │   ├── ppoll.c
│   │   │   ├── prctl.c
│   │   │   ├── prlimit.c
│   │   │   ├── process_vm.c
│   │   │   ├── ptrace.c
│   │   │   ├── quotactl.c
│   │   │   ├── readahead.c
│   │   │   ├── reboot.c
│   │   │   ├── remap_file_pages.c
│   │   │   ├── sbrk.c
│   │   │   ├── sendfile.c
│   │   │   ├── setfsgid.c
│   │   │   ├── setfsuid.c
│   │   │   ├── setgroups.c
│   │   │   ├── sethostname.c
│   │   │   ├── setns.c
│   │   │   ├── settimeofday.c
│   │   │   ├── signalfd.c
│   │   │   ├── splice.c
│   │   │   ├── stime.c
│   │   │   ├── swap.c
│   │   │   ├── sync_file_range.c
│   │   │   ├── syncfs.c
│   │   │   ├── sysinfo.c
│   │   │   ├── tee.c
│   │   │   ├── timerfd.c
│   │   │   ├── unshare.c
│   │   │   ├── utimes.c
│   │   │   ├── vhangup.c
│   │   │   ├── vmsplice.c
│   │   │   ├── wait3.c
│   │   │   ├── wait4.c
│   │   │   ├── x32
│   │   │   │   └── sysinfo.c
│   │   │   └── xattr.c
│   │   ├── locale
│   │   │   ├── __lctrans.c
│   │   │   ├── __mo_lookup.c
│   │   │   ├── big5.h
│   │   │   ├── bind_textdomain_codeset.c
│   │   │   ├── c_locale.c
│   │   │   ├── catclose.c
│   │   │   ├── catgets.c
│   │   │   ├── catopen.c
│   │   │   ├── codepages.h
│   │   │   ├── dcngettext.c
│   │   │   ├── duplocale.c
│   │   │   ├── freelocale.c
│   │   │   ├── gb18030.h
│   │   │   ├── hkscs.h
│   │   │   ├── iconv.c
│   │   │   ├── iconv_close.c
│   │   │   ├── jis0208.h
│   │   │   ├── ksc.h
│   │   │   ├── langinfo.c
│   │   │   ├── legacychars.h
│   │   │   ├── locale_map.c
│   │   │   ├── localeconv.c
│   │   │   ├── newlocale.c
│   │   │   ├── pleval.c
│   │   │   ├── pleval.h
│   │   │   ├── revjis.h
│   │   │   ├── setlocale.c
│   │   │   ├── strcoll.c
│   │   │   ├── strfmon.c
│   │   │   ├── strxfrm.c
│   │   │   ├── textdomain.c
│   │   │   ├── uselocale.c
│   │   │   ├── wcscoll.c
│   │   │   └── wcsxfrm.c
│   │   ├── malloc
│   │   │   ├── calloc.c
│   │   │   ├── free.c
│   │   │   ├── libc_calloc.c
│   │   │   ├── lite_malloc.c
│   │   │   ├── mallocng
│   │   │   │   ├── aligned_alloc.c
│   │   │   │   ├── donate.c
│   │   │   │   ├── free.c
│   │   │   │   ├── glue.h
│   │   │   │   ├── malloc.c
│   │   │   │   ├── malloc_usable_size.c
│   │   │   │   ├── meta.h
│   │   │   │   └── realloc.c
│   │   │   ├── memalign.c
│   │   │   ├── oldmalloc
│   │   │   │   ├── aligned_alloc.c
│   │   │   │   ├── malloc.c
│   │   │   │   ├── malloc_impl.h
│   │   │   │   └── malloc_usable_size.c
│   │   │   ├── posix_memalign.c
│   │   │   ├── realloc.c
│   │   │   ├── reallocarray.c
│   │   │   └── replaced.c
│   │   ├── math
│   │   │   ├── __cos.c
│   │   │   ├── __cosdf.c
│   │   │   ├── __cosl.c
│   │   │   ├── __expo2.c
│   │   │   ├── __expo2f.c
│   │   │   ├── __fpclassify.c
│   │   │   ├── __fpclassifyf.c
│   │   │   ├── __fpclassifyl.c
│   │   │   ├── __invtrigl.c
│   │   │   ├── __invtrigl.h
│   │   │   ├── __math_divzero.c
│   │   │   ├── __math_divzerof.c
│   │   │   ├── __math_invalid.c
│   │   │   ├── __math_invalidf.c
│   │   │   ├── __math_invalidl.c
│   │   │   ├── __math_oflow.c
│   │   │   ├── __math_oflowf.c
│   │   │   ├── __math_uflow.c
│   │   │   ├── __math_uflowf.c
│   │   │   ├── __math_xflow.c
│   │   │   ├── __math_xflowf.c
│   │   │   ├── __polevll.c
│   │   │   ├── __rem_pio2.c
│   │   │   ├── __rem_pio2_large.c
│   │   │   ├── __rem_pio2f.c
│   │   │   ├── __rem_pio2l.c
│   │   │   ├── __signbit.c
│   │   │   ├── __signbitf.c
│   │   │   ├── __signbitl.c
│   │   │   ├── __sin.c
│   │   │   ├── __sindf.c
│   │   │   ├── __sinl.c
│   │   │   ├── __tan.c
│   │   │   ├── __tandf.c
│   │   │   ├── __tanl.c
│   │   │   ├── aarch64
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── llrint.c
│   │   │   │   ├── llrintf.c
│   │   │   │   ├── llround.c
│   │   │   │   ├── llroundf.c
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lround.c
│   │   │   │   ├── lroundf.c
│   │   │   │   ├── nearbyint.c
│   │   │   │   ├── nearbyintf.c
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── trunc.c
│   │   │   │   └── truncf.c
│   │   │   ├── acos.c
│   │   │   ├── acosf.c
│   │   │   ├── acosh.c
│   │   │   ├── acoshf.c
│   │   │   ├── acoshl.c
│   │   │   ├── acosl.c
│   │   │   ├── arm
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── asin.c
│   │   │   ├── asinf.c
│   │   │   ├── asinh.c
│   │   │   ├── asinhf.c
│   │   │   ├── asinhl.c
│   │   │   ├── asinl.c
│   │   │   ├── atan.c
│   │   │   ├── atan2.c
│   │   │   ├── atan2f.c
│   │   │   ├── atan2l.c
│   │   │   ├── atanf.c
│   │   │   ├── atanh.c
│   │   │   ├── atanhf.c
│   │   │   ├── atanhl.c
│   │   │   ├── atanl.c
│   │   │   ├── cbrt.c
│   │   │   ├── cbrtf.c
│   │   │   ├── cbrtl.c
│   │   │   ├── ceil.c
│   │   │   ├── ceilf.c
│   │   │   ├── ceill.c
│   │   │   ├── copysign.c
│   │   │   ├── copysignf.c
│   │   │   ├── copysignl.c
│   │   │   ├── cos.c
│   │   │   ├── cosf.c
│   │   │   ├── cosh.c
│   │   │   ├── coshf.c
│   │   │   ├── coshl.c
│   │   │   ├── cosl.c
│   │   │   ├── erf.c
│   │   │   ├── erff.c
│   │   │   ├── erfl.c
│   │   │   ├── exp.c
│   │   │   ├── exp10.c
│   │   │   ├── exp10f.c
│   │   │   ├── exp10l.c
│   │   │   ├── exp2.c
│   │   │   ├── exp2f.c
│   │   │   ├── exp2f_data.c
│   │   │   ├── exp2f_data.h
│   │   │   ├── exp2l.c
│   │   │   ├── exp_data.c
│   │   │   ├── exp_data.h
│   │   │   ├── expf.c
│   │   │   ├── expl.c
│   │   │   ├── expm1.c
│   │   │   ├── expm1f.c
│   │   │   ├── expm1l.c
│   │   │   ├── fabs.c
│   │   │   ├── fabsf.c
│   │   │   ├── fabsl.c
│   │   │   ├── fdim.c
│   │   │   ├── fdimf.c
│   │   │   ├── fdiml.c
│   │   │   ├── finite.c
│   │   │   ├── finitef.c
│   │   │   ├── floor.c
│   │   │   ├── floorf.c
│   │   │   ├── floorl.c
│   │   │   ├── fma.c
│   │   │   ├── fmaf.c
│   │   │   ├── fmal.c
│   │   │   ├── fmax.c
│   │   │   ├── fmaxf.c
│   │   │   ├── fmaxl.c
│   │   │   ├── fmin.c
│   │   │   ├── fminf.c
│   │   │   ├── fminl.c
│   │   │   ├── fmod.c
│   │   │   ├── fmodf.c
│   │   │   ├── fmodl.c
│   │   │   ├── frexp.c
│   │   │   ├── frexpf.c
│   │   │   ├── frexpl.c
│   │   │   ├── hypot.c
│   │   │   ├── hypotf.c
│   │   │   ├── hypotl.c
│   │   │   ├── i386
│   │   │   │   ├── __invtrigl.s
│   │   │   │   ├── acos.s
│   │   │   │   ├── acosf.s
│   │   │   │   ├── acosl.s
│   │   │   │   ├── asin.s
│   │   │   │   ├── asinf.s
│   │   │   │   ├── asinl.s
│   │   │   │   ├── atan.s
│   │   │   │   ├── atan2.s
│   │   │   │   ├── atan2f.s
│   │   │   │   ├── atan2l.s
│   │   │   │   ├── atanf.s
│   │   │   │   ├── atanl.s
│   │   │   │   ├── ceil.s
│   │   │   │   ├── ceilf.s
│   │   │   │   ├── ceill.s
│   │   │   │   ├── exp2l.s
│   │   │   │   ├── exp_ld.s
│   │   │   │   ├── expl.s
│   │   │   │   ├── expm1l.s
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fabsl.c
│   │   │   │   ├── floor.s
│   │   │   │   ├── floorf.s
│   │   │   │   ├── floorl.s
│   │   │   │   ├── fmod.c
│   │   │   │   ├── fmodf.c
│   │   │   │   ├── fmodl.c
│   │   │   │   ├── hypot.s
│   │   │   │   ├── hypotf.s
│   │   │   │   ├── ldexp.s
│   │   │   │   ├── ldexpf.s
│   │   │   │   ├── ldexpl.s
│   │   │   │   ├── llrint.c
│   │   │   │   ├── llrintf.c
│   │   │   │   ├── llrintl.c
│   │   │   │   ├── log.s
│   │   │   │   ├── log10.s
│   │   │   │   ├── log10f.s
│   │   │   │   ├── log10l.s
│   │   │   │   ├── log1p.s
│   │   │   │   ├── log1pf.s
│   │   │   │   ├── log1pl.s
│   │   │   │   ├── log2.s
│   │   │   │   ├── log2f.s
│   │   │   │   ├── log2l.s
│   │   │   │   ├── logf.s
│   │   │   │   ├── logl.s
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lrintl.c
│   │   │   │   ├── remainder.c
│   │   │   │   ├── remainderf.c
│   │   │   │   ├── remainderl.c
│   │   │   │   ├── remquo.s
│   │   │   │   ├── remquof.s
│   │   │   │   ├── remquol.s
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── rintl.c
│   │   │   │   ├── scalbln.s
│   │   │   │   ├── scalblnf.s
│   │   │   │   ├── scalblnl.s
│   │   │   │   ├── scalbn.s
│   │   │   │   ├── scalbnf.s
│   │   │   │   ├── scalbnl.s
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── sqrtl.c
│   │   │   │   ├── trunc.s
│   │   │   │   ├── truncf.s
│   │   │   │   └── truncl.s
│   │   │   ├── ilogb.c
│   │   │   ├── ilogbf.c
│   │   │   ├── ilogbl.c
│   │   │   ├── j0.c
│   │   │   ├── j0f.c
│   │   │   ├── j1.c
│   │   │   ├── j1f.c
│   │   │   ├── jn.c
│   │   │   ├── jnf.c
│   │   │   ├── ldexp.c
│   │   │   ├── ldexpf.c
│   │   │   ├── ldexpl.c
│   │   │   ├── lgamma.c
│   │   │   ├── lgamma_r.c
│   │   │   ├── lgammaf.c
│   │   │   ├── lgammaf_r.c
│   │   │   ├── lgammal.c
│   │   │   ├── llrint.c
│   │   │   ├── llrintf.c
│   │   │   ├── llrintl.c
│   │   │   ├── llround.c
│   │   │   ├── llroundf.c
│   │   │   ├── llroundl.c
│   │   │   ├── log.c
│   │   │   ├── log10.c
│   │   │   ├── log10f.c
│   │   │   ├── log10l.c
│   │   │   ├── log1p.c
│   │   │   ├── log1pf.c
│   │   │   ├── log1pl.c
│   │   │   ├── log2.c
│   │   │   ├── log2_data.c
│   │   │   ├── log2_data.h
│   │   │   ├── log2f.c
│   │   │   ├── log2f_data.c
│   │   │   ├── log2f_data.h
│   │   │   ├── log2l.c
│   │   │   ├── log_data.c
│   │   │   ├── log_data.h
│   │   │   ├── logb.c
│   │   │   ├── logbf.c
│   │   │   ├── logbl.c
│   │   │   ├── logf.c
│   │   │   ├── logf_data.c
│   │   │   ├── logf_data.h
│   │   │   ├── logl.c
│   │   │   ├── lrint.c
│   │   │   ├── lrintf.c
│   │   │   ├── lrintl.c
│   │   │   ├── lround.c
│   │   │   ├── lroundf.c
│   │   │   ├── lroundl.c
│   │   │   ├── m68k
│   │   │   │   └── sqrtl.c
│   │   │   ├── mips
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── modf.c
│   │   │   ├── modff.c
│   │   │   ├── modfl.c
│   │   │   ├── nan.c
│   │   │   ├── nanf.c
│   │   │   ├── nanl.c
│   │   │   ├── nearbyint.c
│   │   │   ├── nearbyintf.c
│   │   │   ├── nearbyintl.c
│   │   │   ├── nextafter.c
│   │   │   ├── nextafterf.c
│   │   │   ├── nextafterl.c
│   │   │   ├── nexttoward.c
│   │   │   ├── nexttowardf.c
│   │   │   ├── nexttowardl.c
│   │   │   ├── pow.c
│   │   │   ├── pow_data.c
│   │   │   ├── pow_data.h
│   │   │   ├── powerpc
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── powerpc64
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lround.c
│   │   │   │   ├── lroundf.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── trunc.c
│   │   │   │   └── truncf.c
│   │   │   ├── powf.c
│   │   │   ├── powf_data.c
│   │   │   ├── powf_data.h
│   │   │   ├── powl.c
│   │   │   ├── remainder.c
│   │   │   ├── remainderf.c
│   │   │   ├── remainderl.c
│   │   │   ├── remquo.c
│   │   │   ├── remquof.c
│   │   │   ├── remquol.c
│   │   │   ├── rint.c
│   │   │   ├── rintf.c
│   │   │   ├── rintl.c
│   │   │   ├── riscv64
│   │   │   │   ├── copysign.c
│   │   │   │   ├── copysignf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── round.c
│   │   │   ├── roundf.c
│   │   │   ├── roundl.c
│   │   │   ├── s390x
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── ceill.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fabsl.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── floorl.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── nearbyint.c
│   │   │   │   ├── nearbyintf.c
│   │   │   │   ├── nearbyintl.c
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── rintl.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── roundl.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── sqrtl.c
│   │   │   │   ├── trunc.c
│   │   │   │   ├── truncf.c
│   │   │   │   └── truncl.c
│   │   │   ├── scalb.c
│   │   │   ├── scalbf.c
│   │   │   ├── scalbln.c
│   │   │   ├── scalblnf.c
│   │   │   ├── scalblnl.c
│   │   │   ├── scalbn.c
│   │   │   ├── scalbnf.c
│   │   │   ├── scalbnl.c
│   │   │   ├── signgam.c
│   │   │   ├── significand.c
│   │   │   ├── significandf.c
│   │   │   ├── sin.c
│   │   │   ├── sincos.c
│   │   │   ├── sincosf.c
│   │   │   ├── sincosl.c
│   │   │   ├── sinf.c
│   │   │   ├── sinh.c
│   │   │   ├── sinhf.c
│   │   │   ├── sinhl.c
│   │   │   ├── sinl.c
│   │   │   ├── sqrt.c
│   │   │   ├── sqrt_data.c
│   │   │   ├── sqrt_data.h
│   │   │   ├── sqrtf.c
│   │   │   ├── sqrtl.c
│   │   │   ├── tan.c
│   │   │   ├── tanf.c
│   │   │   ├── tanh.c
│   │   │   ├── tanhf.c
│   │   │   ├── tanhl.c
│   │   │   ├── tanl.c
│   │   │   ├── tgamma.c
│   │   │   ├── tgammaf.c
│   │   │   ├── tgammal.c
│   │   │   ├── trunc.c
│   │   │   ├── truncf.c
│   │   │   ├── truncl.c
│   │   │   ├── x32
│   │   │   │   ├── __invtrigl.s
│   │   │   │   ├── acosl.s
│   │   │   │   ├── asinl.s
│   │   │   │   ├── atan2l.s
│   │   │   │   ├── atanl.s
│   │   │   │   ├── ceill.s
│   │   │   │   ├── exp2l.s
│   │   │   │   ├── expl.s
│   │   │   │   ├── expm1l.s
│   │   │   │   ├── fabs.s
│   │   │   │   ├── fabsf.s
│   │   │   │   ├── fabsl.s
│   │   │   │   ├── floorl.s
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmodl.s
│   │   │   │   ├── llrint.s
│   │   │   │   ├── llrintf.s
│   │   │   │   ├── llrintl.s
│   │   │   │   ├── log10l.s
│   │   │   │   ├── log1pl.s
│   │   │   │   ├── log2l.s
│   │   │   │   ├── logl.s
│   │   │   │   ├── lrint.s
│   │   │   │   ├── lrintf.s
│   │   │   │   ├── lrintl.s
│   │   │   │   ├── remainderl.s
│   │   │   │   ├── rintl.s
│   │   │   │   ├── sqrt.s
│   │   │   │   ├── sqrtf.s
│   │   │   │   ├── sqrtl.s
│   │   │   │   └── truncl.s
│   │   │   └── x86_64
│   │   │   ├── __invtrigl.s
│   │   │   ├── acosl.s
│   │   │   ├── asinl.s
│   │   │   ├── atan2l.s
│   │   │   ├── atanl.s
│   │   │   ├── ceill.s
│   │   │   ├── exp2l.s
│   │   │   ├── expl.s
│   │   │   ├── expm1l.s
│   │   │   ├── fabs.c
│   │   │   ├── fabsf.c
│   │   │   ├── fabsl.c
│   │   │   ├── floorl.s
│   │   │   ├── fma.c
│   │   │   ├── fmaf.c
│   │   │   ├── fmodl.c
│   │   │   ├── llrint.c
│   │   │   ├── llrintf.c
│   │   │   ├── llrintl.c
│   │   │   ├── log10l.s
│   │   │   ├── log1pl.s
│   │   │   ├── log2l.s
│   │   │   ├── logl.s
│   │   │   ├── lrint.c
│   │   │   ├── lrintf.c
│   │   │   ├── lrintl.c
│   │   │   ├── remainderl.c
│   │   │   ├── remquol.c
│   │   │   ├── rintl.c
│   │   │   ├── sqrt.c
│   │   │   ├── sqrtf.c
│   │   │   ├── sqrtl.c
│   │   │   └── truncl.s
│   │   ├── misc
│   │   │   ├── a64l.c
│   │   │   ├── basename.c
│   │   │   ├── dirname.c
│   │   │   ├── ffs.c
│   │   │   ├── ffsl.c
│   │   │   ├── ffsll.c
│   │   │   ├── fmtmsg.c
│   │   │   ├── forkpty.c
│   │   │   ├── get_current_dir_name.c
│   │   │   ├── getauxval.c
│   │   │   ├── getdomainname.c
│   │   │   ├── getentropy.c
│   │   │   ├── gethostid.c
│   │   │   ├── getopt.c
│   │   │   ├── getopt_long.c
│   │   │   ├── getpriority.c
│   │   │   ├── getresgid.c
│   │   │   ├── getresuid.c
│   │   │   ├── getrlimit.c
│   │   │   ├── getrusage.c
│   │   │   ├── getsubopt.c
│   │   │   ├── initgroups.c
│   │   │   ├── ioctl.c
│   │   │   ├── issetugid.c
│   │   │   ├── lockf.c
│   │   │   ├── login_tty.c
│   │   │   ├── mntent.c
│   │   │   ├── nftw.c
│   │   │   ├── openpty.c
│   │   │   ├── ptsname.c
│   │   │   ├── pty.c
│   │   │   ├── realpath.c
│   │   │   ├── setdomainname.c
│   │   │   ├── setpriority.c
│   │   │   ├── setrlimit.c
│   │   │   ├── syscall.c
│   │   │   ├── syslog.c
│   │   │   ├── uname.c
│   │   │   └── wordexp.c
│   │   ├── mman
│   │   │   ├── madvise.c
│   │   │   ├── mincore.c
│   │   │   ├── mlock.c
│   │   │   ├── mlockall.c
│   │   │   ├── mmap.c
│   │   │   ├── mprotect.c
│   │   │   ├── mremap.c
│   │   │   ├── msync.c
│   │   │   ├── munlock.c
│   │   │   ├── munlockall.c
│   │   │   ├── munmap.c
│   │   │   ├── posix_madvise.c
│   │   │   └── shm_open.c
│   │   ├── mq
│   │   │   ├── 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
│   │   │   └── mq_unlink.c
│   │   ├── multibyte
│   │   │   ├── btowc.c
│   │   │   ├── c16rtomb.c
│   │   │   ├── c32rtomb.c
│   │   │   ├── internal.c
│   │   │   ├── internal.h
│   │   │   ├── mblen.c
│   │   │   ├── mbrlen.c
│   │   │   ├── mbrtoc16.c
│   │   │   ├── mbrtoc32.c
│   │   │   ├── mbrtowc.c
│   │   │   ├── mbsinit.c
│   │   │   ├── mbsnrtowcs.c
│   │   │   ├── mbsrtowcs.c
│   │   │   ├── mbstowcs.c
│   │   │   ├── mbtowc.c
│   │   │   ├── wcrtomb.c
│   │   │   ├── wcsnrtombs.c
│   │   │   ├── wcsrtombs.c
│   │   │   ├── wcstombs.c
│   │   │   ├── wctob.c
│   │   │   └── wctomb.c
│   │   ├── network
│   │   │   ├── accept.c
│   │   │   ├── accept4.c
│   │   │   ├── bind.c
│   │   │   ├── connect.c
│   │   │   ├── dn_comp.c
│   │   │   ├── dn_expand.c
│   │   │   ├── dn_skipname.c
│   │   │   ├── dns_parse.c
│   │   │   ├── ent.c
│   │   │   ├── ether.c
│   │   │   ├── freeaddrinfo.c
│   │   │   ├── gai_strerror.c
│   │   │   ├── getaddrinfo.c
│   │   │   ├── gethostbyaddr.c
│   │   │   ├── gethostbyaddr_r.c
│   │   │   ├── gethostbyname.c
│   │   │   ├── gethostbyname2.c
│   │   │   ├── gethostbyname2_r.c
│   │   │   ├── gethostbyname_r.c
│   │   │   ├── getifaddrs.c
│   │   │   ├── getnameinfo.c
│   │   │   ├── getpeername.c
│   │   │   ├── getservbyname.c
│   │   │   ├── getservbyname_r.c
│   │   │   ├── getservbyport.c
│   │   │   ├── getservbyport_r.c
│   │   │   ├── getsockname.c
│   │   │   ├── getsockopt.c
│   │   │   ├── h_errno.c
│   │   │   ├── herror.c
│   │   │   ├── hstrerror.c
│   │   │   ├── htonl.c
│   │   │   ├── htons.c
│   │   │   ├── if_freenameindex.c
│   │   │   ├── if_indextoname.c
│   │   │   ├── if_nameindex.c
│   │   │   ├── if_nametoindex.c
│   │   │   ├── in6addr_any.c
│   │   │   ├── in6addr_loopback.c
│   │   │   ├── inet_addr.c
│   │   │   ├── inet_aton.c
│   │   │   ├── inet_legacy.c
│   │   │   ├── inet_ntoa.c
│   │   │   ├── inet_ntop.c
│   │   │   ├── inet_pton.c
│   │   │   ├── listen.c
│   │   │   ├── lookup.h
│   │   │   ├── lookup_ipliteral.c
│   │   │   ├── lookup_name.c
│   │   │   ├── lookup_serv.c
│   │   │   ├── netlink.c
│   │   │   ├── netlink.h
│   │   │   ├── netname.c
│   │   │   ├── ns_parse.c
│   │   │   ├── ntohl.c
│   │   │   ├── ntohs.c
│   │   │   ├── proto.c
│   │   │   ├── recv.c
│   │   │   ├── recvfrom.c
│   │   │   ├── recvmmsg.c
│   │   │   ├── recvmsg.c
│   │   │   ├── res_init.c
│   │   │   ├── res_mkquery.c
│   │   │   ├── res_msend.c
│   │   │   ├── res_query.c
│   │   │   ├── res_querydomain.c
│   │   │   ├── res_send.c
│   │   │   ├── res_state.c
│   │   │   ├── resolvconf.c
│   │   │   ├── send.c
│   │   │   ├── sendmmsg.c
│   │   │   ├── sendmsg.c
│   │   │   ├── sendto.c
│   │   │   ├── serv.c
│   │   │   ├── setsockopt.c
│   │   │   ├── shutdown.c
│   │   │   ├── sockatmark.c
│   │   │   ├── socket.c
│   │   │   └── socketpair.c
│   │   ├── passwd
│   │   │   ├── fgetgrent.c
│   │   │   ├── fgetpwent.c
│   │   │   ├── fgetspent.c
│   │   │   ├── getgr_a.c
│   │   │   ├── getgr_r.c
│   │   │   ├── getgrent.c
│   │   │   ├── getgrent_a.c
│   │   │   ├── getgrouplist.c
│   │   │   ├── getpw_a.c
│   │   │   ├── getpw_r.c
│   │   │   ├── getpwent.c
│   │   │   ├── getpwent_a.c
│   │   │   ├── getspent.c
│   │   │   ├── getspnam.c
│   │   │   ├── getspnam_r.c
│   │   │   ├── lckpwdf.c
│   │   │   ├── nscd.h
│   │   │   ├── nscd_query.c
│   │   │   ├── putgrent.c
│   │   │   ├── putpwent.c
│   │   │   ├── putspent.c
│   │   │   └── pwf.h
│   │   ├── prng
│   │   │   ├── __rand48_step.c
│   │   │   ├── __seed48.c
│   │   │   ├── drand48.c
│   │   │   ├── lcong48.c
│   │   │   ├── lrand48.c
│   │   │   ├── mrand48.c
│   │   │   ├── rand.c
│   │   │   ├── rand48.h
│   │   │   ├── rand_r.c
│   │   │   ├── random.c
│   │   │   ├── seed48.c
│   │   │   └── srand48.c
│   │   ├── process
│   │   │   ├── _Fork.c
│   │   │   ├── arm
│   │   │   │   └── vfork.s
│   │   │   ├── execl.c
│   │   │   ├── execle.c
│   │   │   ├── execlp.c
│   │   │   ├── execv.c
│   │   │   ├── execve.c
│   │   │   ├── execvp.c
│   │   │   ├── fdop.h
│   │   │   ├── fexecve.c
│   │   │   ├── fork.c
│   │   │   ├── i386
│   │   │   │   └── vfork.s
│   │   │   ├── posix_spawn.c
│   │   │   ├── posix_spawn_file_actions_addchdir.c
│   │   │   ├── posix_spawn_file_actions_addclose.c
│   │   │   ├── posix_spawn_file_actions_adddup2.c
│   │   │   ├── posix_spawn_file_actions_addfchdir.c
│   │   │   ├── posix_spawn_file_actions_addopen.c
│   │   │   ├── posix_spawn_file_actions_destroy.c
│   │   │   ├── posix_spawn_file_actions_init.c
│   │   │   ├── posix_spawnattr_destroy.c
│   │   │   ├── posix_spawnattr_getflags.c
│   │   │   ├── posix_spawnattr_getpgroup.c
│   │   │   ├── posix_spawnattr_getsigdefault.c
│   │   │   ├── posix_spawnattr_getsigmask.c
│   │   │   ├── posix_spawnattr_init.c
│   │   │   ├── posix_spawnattr_sched.c
│   │   │   ├── posix_spawnattr_setflags.c
│   │   │   ├── posix_spawnattr_setpgroup.c
│   │   │   ├── posix_spawnattr_setsigdefault.c
│   │   │   ├── posix_spawnattr_setsigmask.c
│   │   │   ├── posix_spawnp.c
│   │   │   ├── s390x
│   │   │   │   └── vfork.s
│   │   │   ├── sh
│   │   │   │   └── vfork.s
│   │   │   ├── system.c
│   │   │   ├── vfork.c
│   │   │   ├── wait.c
│   │   │   ├── waitid.c
│   │   │   ├── waitpid.c
│   │   │   ├── x32
│   │   │   │   └── vfork.s
│   │   │   └── x86_64
│   │   │   └── vfork.s
│   │   ├── regex
│   │   │   ├── fnmatch.c
│   │   │   ├── glob.c
│   │   │   ├── regcomp.c
│   │   │   ├── regerror.c
│   │   │   ├── regexec.c
│   │   │   ├── tre-mem.c
│   │   │   └── tre.h
│   │   ├── sched
│   │   │   ├── affinity.c
│   │   │   ├── sched_cpucount.c
│   │   │   ├── sched_get_priority_max.c
│   │   │   ├── sched_getcpu.c
│   │   │   ├── sched_getparam.c
│   │   │   ├── sched_getscheduler.c
│   │   │   ├── sched_rr_get_interval.c
│   │   │   ├── sched_setparam.c
│   │   │   ├── sched_setscheduler.c
│   │   │   └── sched_yield.c
│   │   ├── search
│   │   │   ├── hsearch.c
│   │   │   ├── insque.c
│   │   │   ├── lsearch.c
│   │   │   ├── tdelete.c
│   │   │   ├── tdestroy.c
│   │   │   ├── tfind.c
│   │   │   ├── tsearch.c
│   │   │   ├── tsearch.h
│   │   │   └── twalk.c
│   │   ├── select
│   │   │   ├── poll.c
│   │   │   ├── pselect.c
│   │   │   └── select.c
│   │   ├── setjmp
│   │   │   ├── aarch64
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── arm
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── i386
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── longjmp.c
│   │   │   ├── m68k
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── microblaze
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── mips
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── mips64
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── mipsn32
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── or1k
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── powerpc
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── powerpc64
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── riscv64
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── s390x
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── setjmp.c
│   │   │   ├── sh
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── x32
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   └── x86_64
│   │   │   ├── longjmp.s
│   │   │   └── setjmp.s
│   │   ├── signal
│   │   │   ├── aarch64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── arm
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── block.c
│   │   │   ├── getitimer.c
│   │   │   ├── i386
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── kill.c
│   │   │   ├── killpg.c
│   │   │   ├── m68k
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── microblaze
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mips
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mips64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mipsn32
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── or1k
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── powerpc
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── powerpc64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── psiginfo.c
│   │   │   ├── psignal.c
│   │   │   ├── raise.c
│   │   │   ├── restore.c
│   │   │   ├── riscv64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── s390x
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── setitimer.c
│   │   │   ├── sh
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── sigaction.c
│   │   │   ├── sigaddset.c
│   │   │   ├── sigaltstack.c
│   │   │   ├── sigandset.c
│   │   │   ├── sigdelset.c
│   │   │   ├── sigemptyset.c
│   │   │   ├── sigfillset.c
│   │   │   ├── sighold.c
│   │   │   ├── sigignore.c
│   │   │   ├── siginterrupt.c
│   │   │   ├── sigisemptyset.c
│   │   │   ├── sigismember.c
│   │   │   ├── siglongjmp.c
│   │   │   ├── signal.c
│   │   │   ├── sigorset.c
│   │   │   ├── sigpause.c
│   │   │   ├── sigpending.c
│   │   │   ├── sigprocmask.c
│   │   │   ├── sigqueue.c
│   │   │   ├── sigrelse.c
│   │   │   ├── sigrtmax.c
│   │   │   ├── sigrtmin.c
│   │   │   ├── sigset.c
│   │   │   ├── sigsetjmp.c
│   │   │   ├── sigsetjmp_tail.c
│   │   │   ├── sigsuspend.c
│   │   │   ├── sigtimedwait.c
│   │   │   ├── sigwait.c
│   │   │   ├── sigwaitinfo.c
│   │   │   ├── x32
│   │   │   │   ├── getitimer.c
│   │   │   │   ├── restore.s
│   │   │   │   ├── setitimer.c
│   │   │   │   └── sigsetjmp.s
│   │   │   └── x86_64
│   │   │   ├── restore.s
│   │   │   └── sigsetjmp.s
│   │   ├── stat
│   │   │   ├── __xstat.c
│   │   │   ├── chmod.c
│   │   │   ├── fchmod.c
│   │   │   ├── fchmodat.c
│   │   │   ├── fstat.c
│   │   │   ├── fstatat.c
│   │   │   ├── futimens.c
│   │   │   ├── futimesat.c
│   │   │   ├── lchmod.c
│   │   │   ├── lstat.c
│   │   │   ├── mkdir.c
│   │   │   ├── mkdirat.c
│   │   │   ├── mkfifo.c
│   │   │   ├── mkfifoat.c
│   │   │   ├── mknod.c
│   │   │   ├── mknodat.c
│   │   │   ├── stat.c
│   │   │   ├── statvfs.c
│   │   │   ├── umask.c
│   │   │   └── utimensat.c
│   │   ├── stdio
│   │   │   ├── __fclose_ca.c
│   │   │   ├── __fdopen.c
│   │   │   ├── __fmodeflags.c
│   │   │   ├── __fopen_rb_ca.c
│   │   │   ├── __lockfile.c
│   │   │   ├── __overflow.c
│   │   │   ├── __stdio_close.c
│   │   │   ├── __stdio_exit.c
│   │   │   ├── __stdio_read.c
│   │   │   ├── __stdio_seek.c
│   │   │   ├── __stdio_write.c
│   │   │   ├── __stdout_write.c
│   │   │   ├── __toread.c
│   │   │   ├── __towrite.c
│   │   │   ├── __uflow.c
│   │   │   ├── asprintf.c
│   │   │   ├── clearerr.c
│   │   │   ├── dprintf.c
│   │   │   ├── ext.c
│   │   │   ├── ext2.c
│   │   │   ├── fclose.c
│   │   │   ├── feof.c
│   │   │   ├── ferror.c
│   │   │   ├── fflush.c
│   │   │   ├── fgetc.c
│   │   │   ├── fgetln.c
│   │   │   ├── fgetpos.c
│   │   │   ├── fgets.c
│   │   │   ├── fgetwc.c
│   │   │   ├── fgetws.c
│   │   │   ├── fileno.c
│   │   │   ├── flockfile.c
│   │   │   ├── fmemopen.c
│   │   │   ├── fopen.c
│   │   │   ├── fopencookie.c
│   │   │   ├── fprintf.c
│   │   │   ├── fputc.c
│   │   │   ├── fputs.c
│   │   │   ├── fputwc.c
│   │   │   ├── fputws.c
│   │   │   ├── fread.c
│   │   │   ├── freopen.c
│   │   │   ├── fscanf.c
│   │   │   ├── fseek.c
│   │   │   ├── fsetpos.c
│   │   │   ├── ftell.c
│   │   │   ├── ftrylockfile.c
│   │   │   ├── funlockfile.c
│   │   │   ├── fwide.c
│   │   │   ├── fwprintf.c
│   │   │   ├── fwrite.c
│   │   │   ├── fwscanf.c
│   │   │   ├── getc.c
│   │   │   ├── getc.h
│   │   │   ├── getc_unlocked.c
│   │   │   ├── getchar.c
│   │   │   ├── getchar_unlocked.c
│   │   │   ├── getdelim.c
│   │   │   ├── getline.c
│   │   │   ├── gets.c
│   │   │   ├── getw.c
│   │   │   ├── getwc.c
│   │   │   ├── getwchar.c
│   │   │   ├── ofl.c
│   │   │   ├── ofl_add.c
│   │   │   ├── open_memstream.c
│   │   │   ├── open_wmemstream.c
│   │   │   ├── pclose.c
│   │   │   ├── perror.c
│   │   │   ├── popen.c
│   │   │   ├── printf.c
│   │   │   ├── putc.c
│   │   │   ├── putc.h
│   │   │   ├── putc_unlocked.c
│   │   │   ├── putchar.c
│   │   │   ├── putchar_unlocked.c
│   │   │   ├── puts.c
│   │   │   ├── putw.c
│   │   │   ├── putwc.c
│   │   │   ├── putwchar.c
│   │   │   ├── remove.c
│   │   │   ├── rename.c
│   │   │   ├── rewind.c
│   │   │   ├── scanf.c
│   │   │   ├── setbuf.c
│   │   │   ├── setbuffer.c
│   │   │   ├── setlinebuf.c
│   │   │   ├── setvbuf.c
│   │   │   ├── snprintf.c
│   │   │   ├── sprintf.c
│   │   │   ├── sscanf.c
│   │   │   ├── stderr.c
│   │   │   ├── stdin.c
│   │   │   ├── stdout.c
│   │   │   ├── swprintf.c
│   │   │   ├── swscanf.c
│   │   │   ├── tempnam.c
│   │   │   ├── tmpfile.c
│   │   │   ├── tmpnam.c
│   │   │   ├── ungetc.c
│   │   │   ├── ungetwc.c
│   │   │   ├── vasprintf.c
│   │   │   ├── vdprintf.c
│   │   │   ├── vfprintf.c
│   │   │   ├── vfscanf.c
│   │   │   ├── vfwprintf.c
│   │   │   ├── vfwscanf.c
│   │   │   ├── vprintf.c
│   │   │   ├── vscanf.c
│   │   │   ├── vsnprintf.c
│   │   │   ├── vsprintf.c
│   │   │   ├── vsscanf.c
│   │   │   ├── vswprintf.c
│   │   │   ├── vswscanf.c
│   │   │   ├── vwprintf.c
│   │   │   ├── vwscanf.c
│   │   │   ├── wprintf.c
│   │   │   └── wscanf.c
│   │   ├── stdlib
│   │   │   ├── abs.c
│   │   │   ├── atof.c
│   │   │   ├── atoi.c
│   │   │   ├── atol.c
│   │   │   ├── atoll.c
│   │   │   ├── bsearch.c
│   │   │   ├── div.c
│   │   │   ├── ecvt.c
│   │   │   ├── fcvt.c
│   │   │   ├── gcvt.c
│   │   │   ├── imaxabs.c
│   │   │   ├── imaxdiv.c
│   │   │   ├── labs.c
│   │   │   ├── ldiv.c
│   │   │   ├── llabs.c
│   │   │   ├── lldiv.c
│   │   │   ├── qsort.c
│   │   │   ├── strtod.c
│   │   │   ├── strtol.c
│   │   │   ├── wcstod.c
│   │   │   └── wcstol.c
│   │   ├── string
│   │   │   ├── aarch64
│   │   │   │   ├── memcpy.S
│   │   │   │   └── memset.S
│   │   │   ├── arm
│   │   │   │   ├── __aeabi_memcpy.s
│   │   │   │   ├── __aeabi_memset.s
│   │   │   │   └── memcpy.S
│   │   │   ├── bcmp.c
│   │   │   ├── bcopy.c
│   │   │   ├── bzero.c
│   │   │   ├── explicit_bzero.c
│   │   │   ├── i386
│   │   │   │   ├── memcpy.s
│   │   │   │   ├── memmove.s
│   │   │   │   └── memset.s
│   │   │   ├── index.c
│   │   │   ├── memccpy.c
│   │   │   ├── memchr.c
│   │   │   ├── memcmp.c
│   │   │   ├── memcpy.c
│   │   │   ├── memmem.c
│   │   │   ├── memmove.c
│   │   │   ├── mempcpy.c
│   │   │   ├── memrchr.c
│   │   │   ├── memset.c
│   │   │   ├── rindex.c
│   │   │   ├── stpcpy.c
│   │   │   ├── stpncpy.c
│   │   │   ├── strcasecmp.c
│   │   │   ├── strcasestr.c
│   │   │   ├── strcat.c
│   │   │   ├── strchr.c
│   │   │   ├── strchrnul.c
│   │   │   ├── strcmp.c
│   │   │   ├── strcpy.c
│   │   │   ├── strcspn.c
│   │   │   ├── strdup.c
│   │   │   ├── strerror_r.c
│   │   │   ├── strlcat.c
│   │   │   ├── strlcpy.c
│   │   │   ├── strlen.c
│   │   │   ├── strncasecmp.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
│   │   │   ├── strverscmp.c
│   │   │   ├── swab.c
│   │   │   ├── wcpcpy.c
│   │   │   ├── wcpncpy.c
│   │   │   ├── wcscasecmp.c
│   │   │   ├── wcscasecmp_l.c
│   │   │   ├── wcscat.c
│   │   │   ├── wcschr.c
│   │   │   ├── wcscmp.c
│   │   │   ├── wcscpy.c
│   │   │   ├── wcscspn.c
│   │   │   ├── wcsdup.c
│   │   │   ├── wcslen.c
│   │   │   ├── wcsncasecmp.c
│   │   │   ├── wcsncasecmp_l.c
│   │   │   ├── wcsncat.c
│   │   │   ├── wcsncmp.c
│   │   │   ├── wcsncpy.c
│   │   │   ├── wcsnlen.c
│   │   │   ├── wcspbrk.c
│   │   │   ├── wcsrchr.c
│   │   │   ├── wcsspn.c
│   │   │   ├── wcsstr.c
│   │   │   ├── wcstok.c
│   │   │   ├── wcswcs.c
│   │   │   ├── wmemchr.c
│   │   │   ├── wmemcmp.c
│   │   │   ├── wmemcpy.c
│   │   │   ├── wmemmove.c
│   │   │   ├── wmemset.c
│   │   │   └── x86_64
│   │   │   ├── memcpy.s
│   │   │   ├── memmove.s
│   │   │   └── memset.s
│   │   ├── temp
│   │   │   ├── __randname.c
│   │   │   ├── mkdtemp.c
│   │   │   ├── mkostemp.c
│   │   │   ├── mkostemps.c
│   │   │   ├── mkstemp.c
│   │   │   ├── mkstemps.c
│   │   │   └── mktemp.c
│   │   ├── termios
│   │   │   ├── cfgetospeed.c
│   │   │   ├── cfmakeraw.c
│   │   │   ├── cfsetospeed.c
│   │   │   ├── tcdrain.c
│   │   │   ├── tcflow.c
│   │   │   ├── tcflush.c
│   │   │   ├── tcgetattr.c
│   │   │   ├── tcgetsid.c
│   │   │   ├── tcgetwinsize.c
│   │   │   ├── tcsendbreak.c
│   │   │   ├── tcsetattr.c
│   │   │   └── tcsetwinsize.c
│   │   ├── thread
│   │   │   ├── __lock.c
│   │   │   ├── __set_thread_area.c
│   │   │   ├── __syscall_cp.c
│   │   │   ├── __timedwait.c
│   │   │   ├── __tls_get_addr.c
│   │   │   ├── __unmapself.c
│   │   │   ├── __wait.c
│   │   │   ├── aarch64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── arm
│   │   │   │   ├── __aeabi_read_tp.s
│   │   │   │   ├── __set_thread_area.c
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── atomics.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── call_once.c
│   │   │   ├── clone.c
│   │   │   ├── cnd_broadcast.c
│   │   │   ├── cnd_destroy.c
│   │   │   ├── cnd_init.c
│   │   │   ├── cnd_signal.c
│   │   │   ├── cnd_timedwait.c
│   │   │   ├── cnd_wait.c
│   │   │   ├── default_attr.c
│   │   │   ├── i386
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   ├── syscall_cp.s
│   │   │   │   └── tls.s
│   │   │   ├── lock_ptc.c
│   │   │   ├── m68k
│   │   │   │   ├── __m68k_read_tp.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── microblaze
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mips
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mips64
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mipsn32
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mtx_destroy.c
│   │   │   ├── mtx_init.c
│   │   │   ├── mtx_lock.c
│   │   │   ├── mtx_timedlock.c
│   │   │   ├── mtx_trylock.c
│   │   │   ├── mtx_unlock.c
│   │   │   ├── or1k
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── powerpc
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── powerpc64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── pthread_atfork.c
│   │   │   ├── pthread_attr_destroy.c
│   │   │   ├── pthread_attr_get.c
│   │   │   ├── pthread_attr_init.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_setstack.c
│   │   │   ├── pthread_attr_setstacksize.c
│   │   │   ├── pthread_barrier_destroy.c
│   │   │   ├── pthread_barrier_init.c
│   │   │   ├── pthread_barrier_wait.c
│   │   │   ├── pthread_barrierattr_destroy.c
│   │   │   ├── pthread_barrierattr_init.c
│   │   │   ├── pthread_barrierattr_setpshared.c
│   │   │   ├── pthread_cancel.c
│   │   │   ├── pthread_cleanup_push.c
│   │   │   ├── pthread_cond_broadcast.c
│   │   │   ├── pthread_cond_destroy.c
│   │   │   ├── pthread_cond_init.c
│   │   │   ├── pthread_cond_signal.c
│   │   │   ├── pthread_cond_timedwait.c
│   │   │   ├── pthread_cond_wait.c
│   │   │   ├── pthread_condattr_destroy.c
│   │   │   ├── pthread_condattr_init.c
│   │   │   ├── pthread_condattr_setclock.c
│   │   │   ├── pthread_condattr_setpshared.c
│   │   │   ├── pthread_create.c
│   │   │   ├── pthread_detach.c
│   │   │   ├── pthread_equal.c
│   │   │   ├── pthread_getattr_np.c
│   │   │   ├── pthread_getconcurrency.c
│   │   │   ├── pthread_getcpuclockid.c
│   │   │   ├── pthread_getschedparam.c
│   │   │   ├── pthread_getspecific.c
│   │   │   ├── pthread_join.c
│   │   │   ├── pthread_key_create.c
│   │   │   ├── pthread_kill.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_mutexattr_destroy.c
│   │   │   ├── pthread_mutexattr_init.c
│   │   │   ├── pthread_mutexattr_setprotocol.c
│   │   │   ├── pthread_mutexattr_setpshared.c
│   │   │   ├── pthread_mutexattr_setrobust.c
│   │   │   ├── pthread_mutexattr_settype.c
│   │   │   ├── pthread_once.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_rwlockattr_destroy.c
│   │   │   ├── pthread_rwlockattr_init.c
│   │   │   ├── pthread_rwlockattr_setpshared.c
│   │   │   ├── pthread_self.c
│   │   │   ├── pthread_setattr_default_np.c
│   │   │   ├── pthread_setcancelstate.c
│   │   │   ├── pthread_setcanceltype.c
│   │   │   ├── pthread_setconcurrency.c
│   │   │   ├── pthread_setname_np.c
│   │   │   ├── pthread_setschedparam.c
│   │   │   ├── pthread_setschedprio.c
│   │   │   ├── pthread_setspecific.c
│   │   │   ├── pthread_sigmask.c
│   │   │   ├── pthread_spin_destroy.c
│   │   │   ├── pthread_spin_init.c
│   │   │   ├── pthread_spin_lock.c
│   │   │   ├── pthread_spin_trylock.c
│   │   │   ├── pthread_spin_unlock.c
│   │   │   ├── pthread_testcancel.c
│   │   │   ├── riscv64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── s390x
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __tls_get_offset.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── sem_destroy.c
│   │   │   ├── sem_getvalue.c
│   │   │   ├── sem_init.c
│   │   │   ├── sem_open.c
│   │   │   ├── sem_post.c
│   │   │   ├── sem_timedwait.c
│   │   │   ├── sem_trywait.c
│   │   │   ├── sem_unlink.c
│   │   │   ├── sem_wait.c
│   │   │   ├── sh
│   │   │   │   ├── __set_thread_area.c
│   │   │   │   ├── __unmapself.c
│   │   │   │   ├── __unmapself_mmu.s
│   │   │   │   ├── atomics.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── synccall.c
│   │   │   ├── syscall_cp.c
│   │   │   ├── thrd_create.c
│   │   │   ├── thrd_exit.c
│   │   │   ├── thrd_join.c
│   │   │   ├── thrd_sleep.c
│   │   │   ├── thrd_yield.c
│   │   │   ├── tls.c
│   │   │   ├── tss_create.c
│   │   │   ├── tss_delete.c
│   │   │   ├── tss_set.c
│   │   │   ├── vmlock.c
│   │   │   ├── x32
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   └── x86_64
│   │   │   ├── __set_thread_area.s
│   │   │   ├── __unmapself.s
│   │   │   ├── clone.s
│   │   │   └── syscall_cp.s
│   │   ├── time
│   │   │   ├── __map_file.c
│   │   │   ├── __month_to_secs.c
│   │   │   ├── __secs_to_tm.c
│   │   │   ├── __tm_to_secs.c
│   │   │   ├── __tz.c
│   │   │   ├── __year_to_secs.c
│   │   │   ├── asctime.c
│   │   │   ├── asctime_r.c
│   │   │   ├── clock.c
│   │   │   ├── clock_getcpuclockid.c
│   │   │   ├── clock_getres.c
│   │   │   ├── clock_gettime.c
│   │   │   ├── clock_nanosleep.c
│   │   │   ├── clock_settime.c
│   │   │   ├── ctime.c
│   │   │   ├── ctime_r.c
│   │   │   ├── difftime.c
│   │   │   ├── ftime.c
│   │   │   ├── getdate.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── gmtime.c
│   │   │   ├── gmtime_r.c
│   │   │   ├── localtime.c
│   │   │   ├── localtime_r.c
│   │   │   ├── mktime.c
│   │   │   ├── nanosleep.c
│   │   │   ├── strftime.c
│   │   │   ├── strptime.c
│   │   │   ├── time.c
│   │   │   ├── time_impl.h
│   │   │   ├── timegm.c
│   │   │   ├── timer_create.c
│   │   │   ├── timer_delete.c
│   │   │   ├── timer_getoverrun.c
│   │   │   ├── timer_gettime.c
│   │   │   ├── timer_settime.c
│   │   │   ├── times.c
│   │   │   ├── timespec_get.c
│   │   │   ├── utime.c
│   │   │   └── wcsftime.c
│   │   └── unistd
│   │   ├── _exit.c
│   │   ├── access.c
│   │   ├── acct.c
│   │   ├── alarm.c
│   │   ├── chdir.c
│   │   ├── chown.c
│   │   ├── close.c
│   │   ├── ctermid.c
│   │   ├── dup.c
│   │   ├── dup2.c
│   │   ├── dup3.c
│   │   ├── faccessat.c
│   │   ├── fchdir.c
│   │   ├── fchown.c
│   │   ├── fchownat.c
│   │   ├── fdatasync.c
│   │   ├── fsync.c
│   │   ├── ftruncate.c
│   │   ├── getcwd.c
│   │   ├── getegid.c
│   │   ├── geteuid.c
│   │   ├── getgid.c
│   │   ├── getgroups.c
│   │   ├── gethostname.c
│   │   ├── getlogin.c
│   │   ├── getlogin_r.c
│   │   ├── getpgid.c
│   │   ├── getpgrp.c
│   │   ├── getpid.c
│   │   ├── getppid.c
│   │   ├── getsid.c
│   │   ├── getuid.c
│   │   ├── isatty.c
│   │   ├── lchown.c
│   │   ├── link.c
│   │   ├── linkat.c
│   │   ├── lseek.c
│   │   ├── mips
│   │   │   └── pipe.s
│   │   ├── mips64
│   │   │   └── pipe.s
│   │   ├── mipsn32
│   │   │   ├── lseek.c
│   │   │   └── pipe.s
│   │   ├── nice.c
│   │   ├── pause.c
│   │   ├── pipe.c
│   │   ├── pipe2.c
│   │   ├── posix_close.c
│   │   ├── pread.c
│   │   ├── preadv.c
│   │   ├── pwrite.c
│   │   ├── pwritev.c
│   │   ├── read.c
│   │   ├── readlink.c
│   │   ├── readlinkat.c
│   │   ├── readv.c
│   │   ├── renameat.c
│   │   ├── rmdir.c
│   │   ├── setegid.c
│   │   ├── seteuid.c
│   │   ├── setgid.c
│   │   ├── setpgid.c
│   │   ├── setpgrp.c
│   │   ├── setregid.c
│   │   ├── setresgid.c
│   │   ├── setresuid.c
│   │   ├── setreuid.c
│   │   ├── setsid.c
│   │   ├── setuid.c
│   │   ├── setxid.c
│   │   ├── sh
│   │   │   └── pipe.s
│   │   ├── sleep.c
│   │   ├── symlink.c
│   │   ├── symlinkat.c
│   │   ├── sync.c
│   │   ├── tcgetpgrp.c
│   │   ├── tcsetpgrp.c
│   │   ├── truncate.c
│   │   ├── ttyname.c
│   │   ├── ttyname_r.c
│   │   ├── ualarm.c
│   │   ├── unlink.c
│   │   ├── unlinkat.c
│   │   ├── usleep.c
│   │   ├── write.c
│   │   ├── writev.c
│   │   └── x32
│   │   └── lseek.c
│   └── wasi
│   ├── LICENSE
│   ├── LICENSE-APACHE
│   ├── LICENSE-APACHE-LLVM
│   ├── LICENSE-MIT
│   ├── dlmalloc
│   │   ├── include
│   │   │   └── unistd.h
│   │   └── src
│   │   ├── dlmalloc.c
│   │   └── malloc.c
│   ├── libc-bottom-half
│   │   ├── clocks
│   │   │   ├── clock.c
│   │   │   ├── getrusage.c
│   │   │   └── times.c
│   │   ├── cloudlibc
│   │   │   ├── LICENSE
│   │   │   └── src
│   │   │   ├── common
│   │   │   │   ├── clock.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── overflow.h
│   │   │   │   └── time.h
│   │   │   ├── include
│   │   │   │   ├── _
│   │   │   │   │   └── cdefs.h
│   │   │   │   └── stdlib.h
│   │   │   └── libc
│   │   │   ├── dirent
│   │   │   │   ├── closedir.c
│   │   │   │   ├── dirent_impl.h
│   │   │   │   ├── dirfd.c
│   │   │   │   ├── fdclosedir.c
│   │   │   │   ├── fdopendir.c
│   │   │   │   ├── opendirat.c
│   │   │   │   ├── readdir.c
│   │   │   │   ├── rewinddir.c
│   │   │   │   ├── scandirat.c
│   │   │   │   ├── seekdir.c
│   │   │   │   └── telldir.c
│   │   │   ├── errno
│   │   │   │   └── errno.c
│   │   │   ├── fcntl
│   │   │   │   ├── fcntl.c
│   │   │   │   ├── openat.c
│   │   │   │   ├── posix_fadvise.c
│   │   │   │   └── posix_fallocate.c
│   │   │   ├── poll
│   │   │   │   └── poll.c
│   │   │   ├── sched
│   │   │   │   └── sched_yield.c
│   │   │   ├── stdio
│   │   │   │   └── renameat.c
│   │   │   ├── stdlib
│   │   │   │   └── _Exit.c
│   │   │   ├── sys
│   │   │   │   ├── ioctl
│   │   │   │   │   └── ioctl.c
│   │   │   │   ├── select
│   │   │   │   │   ├── pselect.c
│   │   │   │   │   └── select.c
│   │   │   │   ├── socket
│   │   │   │   │   ├── getsockopt.c
│   │   │   │   │   ├── recv.c
│   │   │   │   │   ├── send.c
│   │   │   │   │   ├── shutdown.c
│   │   │   │   │   └── socket_impl.h
│   │   │   │   ├── stat
│   │   │   │   │   ├── fstat.c
│   │   │   │   │   ├── fstatat.c
│   │   │   │   │   ├── futimens.c
│   │   │   │   │   ├── mkdirat.c
│   │   │   │   │   ├── stat_impl.h
│   │   │   │   │   └── utimensat.c
│   │   │   │   ├── time
│   │   │   │   │   └── gettimeofday.c
│   │   │   │   └── uio
│   │   │   │   ├── preadv.c
│   │   │   │   ├── pwritev.c
│   │   │   │   ├── readv.c
│   │   │   │   └── writev.c
│   │   │   ├── time
│   │   │   │   ├── CLOCK_MONOTONIC.c
│   │   │   │   ├── CLOCK_PROCESS_CPUTIME_ID.c
│   │   │   │   ├── CLOCK_REALTIME.c
│   │   │   │   ├── CLOCK_THREAD_CPUTIME_ID.c
│   │   │   │   ├── clock_getres.c
│   │   │   │   ├── clock_gettime.c
│   │   │   │   ├── clock_nanosleep.c
│   │   │   │   ├── nanosleep.c
│   │   │   │   └── time.c
│   │   │   └── unistd
│   │   │   ├── close.c
│   │   │   ├── faccessat.c
│   │   │   ├── fdatasync.c
│   │   │   ├── fsync.c
│   │   │   ├── ftruncate.c
│   │   │   ├── linkat.c
│   │   │   ├── lseek.c
│   │   │   ├── pread.c
│   │   │   ├── pwrite.c
│   │   │   ├── read.c
│   │   │   ├── readlinkat.c
│   │   │   ├── sleep.c
│   │   │   ├── symlinkat.c
│   │   │   ├── unlinkat.c
│   │   │   ├── usleep.c
│   │   │   └── write.c
│   │   ├── crt
│   │   │   ├── crt1-command.c
│   │   │   ├── crt1-reactor.c
│   │   │   └── crt1.c
│   │   ├── getpid
│   │   │   └── getpid.c
│   │   ├── headers
│   │   │   └── private
│   │   │   ├── _
│   │   │   │   ├── limits.h
│   │   │   │   ├── struct
│   │   │   │   │   ├── timespec.h
│   │   │   │   │   └── timeval.h
│   │   │   │   └── types.h
│   │   │   ├── assert.h
│   │   │   ├── common
│   │   │   │   └── crt.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── sched.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── sys
│   │   │   │   └── mman.h
│   │   │   └── threads.h
│   │   ├── mman
│   │   │   └── mman.c
│   │   ├── signal
│   │   │   └── signal.c
│   │   └── sources
│   │   ├── __main_argc_argv.c
│   │   ├── __main_void.c
│   │   ├── __original_main.c
│   │   ├── __wasilibc_fd_renumber.c
│   │   ├── __wasilibc_initialize_environ.c
│   │   ├── __wasilibc_real.c
│   │   ├── __wasilibc_rmdirat.c
│   │   ├── __wasilibc_tell.c
│   │   ├── __wasilibc_unlinkat.c
│   │   ├── abort.c
│   │   ├── at_fdcwd.c
│   │   ├── chdir.c
│   │   ├── complex-builtins.c
│   │   ├── environ.c
│   │   ├── errno.c
│   │   ├── getcwd.c
│   │   ├── getentropy.c
│   │   ├── isatty.c
│   │   ├── math
│   │   │   ├── fmin-fmax.c
│   │   │   └── math-builtins.c
│   │   ├── posix.c
│   │   ├── preopens.c
│   │   ├── reallocarray.c
│   │   ├── sbrk.c
│   │   └── truncate.c
│   └── libc-top-half
│   ├── headers
│   │   └── private
│   │   ├── printscan.h
│   │   └── wasi
│   │   └── libc-environ-compat.h
│   ├── musl
│   │   ├── COPYRIGHT
│   │   ├── arch
│   │   │   ├── generic
│   │   │   │   ├── bits
│   │   │   │   │   ├── dirent.h
│   │   │   │   │   ├── errno.h
│   │   │   │   │   ├── fcntl.h
│   │   │   │   │   ├── fenv.h
│   │   │   │   │   ├── hwcap.h
│   │   │   │   │   ├── io.h
│   │   │   │   │   ├── ioctl.h
│   │   │   │   │   ├── ioctl_fix.h
│   │   │   │   │   ├── ipc.h
│   │   │   │   │   ├── ipcstat.h
│   │   │   │   │   ├── kd.h
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── link.h
│   │   │   │   │   ├── mman.h
│   │   │   │   │   ├── msg.h
│   │   │   │   │   ├── poll.h
│   │   │   │   │   ├── ptrace.h
│   │   │   │   │   ├── resource.h
│   │   │   │   │   ├── sem.h
│   │   │   │   │   ├── shm.h
│   │   │   │   │   ├── socket.h
│   │   │   │   │   ├── soundcard.h
│   │   │   │   │   ├── statfs.h
│   │   │   │   │   ├── termios.h
│   │   │   │   │   └── vt.h
│   │   │   │   └── fp_arch.h
│   │   │   └── wasm32
│   │   │   ├── atomic_arch.h
│   │   │   ├── bits
│   │   │   │   ├── alltypes.h.in
│   │   │   │   ├── dirent.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── float.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── limits.h
│   │   │   │   ├── posix.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── stat.h
│   │   │   │   └── stdint.h
│   │   │   ├── fp_arch.h
│   │   │   ├── pthread_arch.h
│   │   │   ├── reloc.h
│   │   │   └── syscall_arch.h
│   │   ├── include
│   │   │   ├── aio.h
│   │   │   ├── alloca.h
│   │   │   ├── alltypes.h.in
│   │   │   ├── ar.h
│   │   │   ├── arpa
│   │   │   │   ├── ftp.h
│   │   │   │   ├── inet.h
│   │   │   │   ├── nameser.h
│   │   │   │   ├── nameser_compat.h
│   │   │   │   ├── telnet.h
│   │   │   │   └── tftp.h
│   │   │   ├── assert.h
│   │   │   ├── byteswap.h
│   │   │   ├── complex.h
│   │   │   ├── cpio.h
│   │   │   ├── crypt.h
│   │   │   ├── ctype.h
│   │   │   ├── dirent.h
│   │   │   ├── dlfcn.h
│   │   │   ├── elf.h
│   │   │   ├── endian.h
│   │   │   ├── err.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── features.h
│   │   │   ├── fenv.h
│   │   │   ├── float.h
│   │   │   ├── fmtmsg.h
│   │   │   ├── fnmatch.h
│   │   │   ├── ftw.h
│   │   │   ├── getopt.h
│   │   │   ├── glob.h
│   │   │   ├── grp.h
│   │   │   ├── iconv.h
│   │   │   ├── ifaddrs.h
│   │   │   ├── inttypes.h
│   │   │   ├── iso646.h
│   │   │   ├── langinfo.h
│   │   │   ├── lastlog.h
│   │   │   ├── libgen.h
│   │   │   ├── libintl.h
│   │   │   ├── limits.h
│   │   │   ├── link.h
│   │   │   ├── locale.h
│   │   │   ├── malloc.h
│   │   │   ├── math.h
│   │   │   ├── memory.h
│   │   │   ├── mntent.h
│   │   │   ├── monetary.h
│   │   │   ├── mqueue.h
│   │   │   ├── net
│   │   │   │   ├── ethernet.h
│   │   │   │   ├── if.h
│   │   │   │   ├── if_arp.h
│   │   │   │   └── route.h
│   │   │   ├── netdb.h
│   │   │   ├── netinet
│   │   │   │   ├── ether.h
│   │   │   │   ├── icmp6.h
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── igmp.h
│   │   │   │   ├── in.h
│   │   │   │   ├── in_systm.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── ip6.h
│   │   │   │   ├── ip_icmp.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── nl_types.h
│   │   │   ├── paths.h
│   │   │   ├── poll.h
│   │   │   ├── pthread.h
│   │   │   ├── pty.h
│   │   │   ├── pwd.h
│   │   │   ├── regex.h
│   │   │   ├── resolv.h
│   │   │   ├── sched.h
│   │   │   ├── scsi
│   │   │   │   ├── scsi.h
│   │   │   │   ├── scsi_ioctl.h
│   │   │   │   └── sg.h
│   │   │   ├── search.h
│   │   │   ├── semaphore.h
│   │   │   ├── setjmp.h
│   │   │   ├── shadow.h
│   │   │   ├── signal.h
│   │   │   ├── spawn.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdc-predef.h
│   │   │   ├── stddef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdio_ext.h
│   │   │   ├── stdlib.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── string.h
│   │   │   ├── strings.h
│   │   │   ├── stropts.h
│   │   │   ├── sys
│   │   │   │   ├── acct.h
│   │   │   │   ├── auxv.h
│   │   │   │   ├── cachectl.h
│   │   │   │   ├── dir.h
│   │   │   │   ├── epoll.h
│   │   │   │   ├── errno.h
│   │   │   │   ├── eventfd.h
│   │   │   │   ├── fanotify.h
│   │   │   │   ├── fcntl.h
│   │   │   │   ├── file.h
│   │   │   │   ├── fsuid.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── io.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── ipc.h
│   │   │   │   ├── kd.h
│   │   │   │   ├── klog.h
│   │   │   │   ├── membarrier.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── msg.h
│   │   │   │   ├── mtio.h
│   │   │   │   ├── param.h
│   │   │   │   ├── personality.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── procfs.h
│   │   │   │   ├── ptrace.h
│   │   │   │   ├── quota.h
│   │   │   │   ├── random.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── reg.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sem.h
│   │   │   │   ├── sendfile.h
│   │   │   │   ├── shm.h
│   │   │   │   ├── signal.h
│   │   │   │   ├── signalfd.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── soundcard.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── statvfs.h
│   │   │   │   ├── stropts.h
│   │   │   │   ├── swap.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── syslog.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── termios.h
│   │   │   │   ├── time.h
│   │   │   │   ├── timeb.h
│   │   │   │   ├── timerfd.h
│   │   │   │   ├── times.h
│   │   │   │   ├── timex.h
│   │   │   │   ├── ttydefaults.h
│   │   │   │   ├── types.h
│   │   │   │   ├── ucontext.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   ├── user.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vfs.h
│   │   │   │   ├── vt.h
│   │   │   │   ├── wait.h
│   │   │   │   └── xattr.h
│   │   │   ├── syscall.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── tar.h
│   │   │   ├── termios.h
│   │   │   ├── tgmath.h
│   │   │   ├── threads.h
│   │   │   ├── time.h
│   │   │   ├── uchar.h
│   │   │   ├── ucontext.h
│   │   │   ├── ulimit.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── utmp.h
│   │   │   ├── utmpx.h
│   │   │   ├── values.h
│   │   │   ├── wait.h
│   │   │   ├── wchar.h
│   │   │   ├── wctype.h
│   │   │   └── wordexp.h
│   │   └── src
│   │   ├── aio
│   │   │   ├── aio.c
│   │   │   ├── aio_suspend.c
│   │   │   └── lio_listio.c
│   │   ├── complex
│   │   │   ├── __cexp.c
│   │   │   ├── __cexpf.c
│   │   │   ├── cabs.c
│   │   │   ├── cabsf.c
│   │   │   ├── cabsl.c
│   │   │   ├── cacos.c
│   │   │   ├── cacosf.c
│   │   │   ├── cacosh.c
│   │   │   ├── cacoshf.c
│   │   │   ├── cacoshl.c
│   │   │   ├── cacosl.c
│   │   │   ├── carg.c
│   │   │   ├── cargf.c
│   │   │   ├── cargl.c
│   │   │   ├── casin.c
│   │   │   ├── casinf.c
│   │   │   ├── casinh.c
│   │   │   ├── casinhf.c
│   │   │   ├── casinhl.c
│   │   │   ├── casinl.c
│   │   │   ├── catan.c
│   │   │   ├── catanf.c
│   │   │   ├── catanh.c
│   │   │   ├── catanhf.c
│   │   │   ├── catanhl.c
│   │   │   ├── catanl.c
│   │   │   ├── ccos.c
│   │   │   ├── ccosf.c
│   │   │   ├── ccosh.c
│   │   │   ├── ccoshf.c
│   │   │   ├── ccoshl.c
│   │   │   ├── ccosl.c
│   │   │   ├── cexp.c
│   │   │   ├── cexpf.c
│   │   │   ├── cexpl.c
│   │   │   ├── cimag.c
│   │   │   ├── cimagf.c
│   │   │   ├── cimagl.c
│   │   │   ├── clog.c
│   │   │   ├── clogf.c
│   │   │   ├── clogl.c
│   │   │   ├── conj.c
│   │   │   ├── conjf.c
│   │   │   ├── conjl.c
│   │   │   ├── cpow.c
│   │   │   ├── cpowf.c
│   │   │   ├── cpowl.c
│   │   │   ├── cproj.c
│   │   │   ├── cprojf.c
│   │   │   ├── cprojl.c
│   │   │   ├── creal.c
│   │   │   ├── crealf.c
│   │   │   ├── creall.c
│   │   │   ├── csin.c
│   │   │   ├── csinf.c
│   │   │   ├── csinh.c
│   │   │   ├── csinhf.c
│   │   │   ├── csinhl.c
│   │   │   ├── csinl.c
│   │   │   ├── csqrt.c
│   │   │   ├── csqrtf.c
│   │   │   ├── csqrtl.c
│   │   │   ├── ctan.c
│   │   │   ├── ctanf.c
│   │   │   ├── ctanh.c
│   │   │   ├── ctanhf.c
│   │   │   ├── ctanhl.c
│   │   │   └── ctanl.c
│   │   ├── conf
│   │   │   ├── confstr.c
│   │   │   ├── fpathconf.c
│   │   │   ├── legacy.c
│   │   │   ├── pathconf.c
│   │   │   └── sysconf.c
│   │   ├── crypt
│   │   │   ├── crypt.c
│   │   │   ├── crypt_blowfish.c
│   │   │   ├── crypt_des.c
│   │   │   ├── crypt_des.h
│   │   │   ├── crypt_md5.c
│   │   │   ├── crypt_r.c
│   │   │   ├── crypt_sha256.c
│   │   │   ├── crypt_sha512.c
│   │   │   └── encrypt.c
│   │   ├── ctype
│   │   │   ├── __ctype_b_loc.c
│   │   │   ├── __ctype_get_mb_cur_max.c
│   │   │   ├── __ctype_tolower_loc.c
│   │   │   ├── __ctype_toupper_loc.c
│   │   │   ├── alpha.h
│   │   │   ├── casemap.h
│   │   │   ├── isalnum.c
│   │   │   ├── isalpha.c
│   │   │   ├── isascii.c
│   │   │   ├── isblank.c
│   │   │   ├── iscntrl.c
│   │   │   ├── isdigit.c
│   │   │   ├── isgraph.c
│   │   │   ├── islower.c
│   │   │   ├── isprint.c
│   │   │   ├── ispunct.c
│   │   │   ├── isspace.c
│   │   │   ├── isupper.c
│   │   │   ├── iswalnum.c
│   │   │   ├── iswalpha.c
│   │   │   ├── iswblank.c
│   │   │   ├── iswcntrl.c
│   │   │   ├── iswctype.c
│   │   │   ├── iswdigit.c
│   │   │   ├── iswgraph.c
│   │   │   ├── iswlower.c
│   │   │   ├── iswprint.c
│   │   │   ├── iswpunct.c
│   │   │   ├── iswspace.c
│   │   │   ├── iswupper.c
│   │   │   ├── iswxdigit.c
│   │   │   ├── isxdigit.c
│   │   │   ├── nonspacing.h
│   │   │   ├── punct.h
│   │   │   ├── toascii.c
│   │   │   ├── tolower.c
│   │   │   ├── toupper.c
│   │   │   ├── towctrans.c
│   │   │   ├── wcswidth.c
│   │   │   ├── wctrans.c
│   │   │   ├── wcwidth.c
│   │   │   └── wide.h
│   │   ├── dirent
│   │   │   ├── __dirent.h
│   │   │   ├── alphasort.c
│   │   │   ├── closedir.c
│   │   │   ├── dirfd.c
│   │   │   ├── fdopendir.c
│   │   │   ├── opendir.c
│   │   │   ├── readdir.c
│   │   │   ├── readdir_r.c
│   │   │   ├── rewinddir.c
│   │   │   ├── scandir.c
│   │   │   ├── seekdir.c
│   │   │   ├── telldir.c
│   │   │   └── versionsort.c
│   │   ├── env
│   │   │   ├── __environ.c
│   │   │   ├── __init_tls.c
│   │   │   ├── __libc_start_main.c
│   │   │   ├── __reset_tls.c
│   │   │   ├── __stack_chk_fail.c
│   │   │   ├── clearenv.c
│   │   │   ├── getenv.c
│   │   │   ├── putenv.c
│   │   │   ├── secure_getenv.c
│   │   │   ├── setenv.c
│   │   │   └── unsetenv.c
│   │   ├── errno
│   │   │   ├── __errno_location.c
│   │   │   ├── __strerror.h
│   │   │   └── strerror.c
│   │   ├── exit
│   │   │   ├── _Exit.c
│   │   │   ├── abort.c
│   │   │   ├── abort_lock.c
│   │   │   ├── arm
│   │   │   │   └── __aeabi_atexit.c
│   │   │   ├── assert.c
│   │   │   ├── at_quick_exit.c
│   │   │   ├── atexit.c
│   │   │   ├── exit.c
│   │   │   └── quick_exit.c
│   │   ├── fcntl
│   │   │   ├── creat.c
│   │   │   ├── fcntl.c
│   │   │   ├── open.c
│   │   │   ├── openat.c
│   │   │   ├── posix_fadvise.c
│   │   │   └── posix_fallocate.c
│   │   ├── fenv
│   │   │   ├── __flt_rounds.c
│   │   │   ├── aarch64
│   │   │   │   └── fenv.s
│   │   │   ├── arm
│   │   │   │   ├── fenv-hf.S
│   │   │   │   └── fenv.c
│   │   │   ├── fegetexceptflag.c
│   │   │   ├── feholdexcept.c
│   │   │   ├── fenv.c
│   │   │   ├── fesetexceptflag.c
│   │   │   ├── fesetround.c
│   │   │   ├── feupdateenv.c
│   │   │   ├── i386
│   │   │   │   └── fenv.s
│   │   │   ├── m68k
│   │   │   │   └── fenv.c
│   │   │   ├── mips
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── mips64
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── mipsn32
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── powerpc
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── powerpc64
│   │   │   │   └── fenv.c
│   │   │   ├── riscv64
│   │   │   │   ├── fenv-sf.c
│   │   │   │   └── fenv.S
│   │   │   ├── s390x
│   │   │   │   └── fenv.c
│   │   │   ├── sh
│   │   │   │   ├── fenv-nofpu.c
│   │   │   │   └── fenv.S
│   │   │   ├── x32
│   │   │   │   └── fenv.s
│   │   │   └── x86_64
│   │   │   └── fenv.s
│   │   ├── include
│   │   │   ├── arpa
│   │   │   │   └── inet.h
│   │   │   ├── crypt.h
│   │   │   ├── errno.h
│   │   │   ├── features.h
│   │   │   ├── langinfo.h
│   │   │   ├── pthread.h
│   │   │   ├── resolv.h
│   │   │   ├── signal.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── sys
│   │   │   │   ├── auxv.h
│   │   │   │   ├── membarrier.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   └── time.h
│   │   │   ├── time.h
│   │   │   ├── unistd.h
│   │   │   └── wchar.h
│   │   ├── internal
│   │   │   ├── aio_impl.h
│   │   │   ├── atomic.h
│   │   │   ├── complex_impl.h
│   │   │   ├── defsysinfo.c
│   │   │   ├── dynlink.h
│   │   │   ├── fdpic_crt.h
│   │   │   ├── floatscan.c
│   │   │   ├── floatscan.h
│   │   │   ├── fork_impl.h
│   │   │   ├── futex.h
│   │   │   ├── i386
│   │   │   │   └── defsysinfo.s
│   │   │   ├── intscan.c
│   │   │   ├── intscan.h
│   │   │   ├── ksigaction.h
│   │   │   ├── libc.c
│   │   │   ├── libc.h
│   │   │   ├── libm.h
│   │   │   ├── locale_impl.h
│   │   │   ├── lock.h
│   │   │   ├── procfdname.c
│   │   │   ├── pthread_impl.h
│   │   │   ├── sh
│   │   │   │   └── __shcall.c
│   │   │   ├── shgetc.c
│   │   │   ├── shgetc.h
│   │   │   ├── stdio_impl.h
│   │   │   ├── syscall.h
│   │   │   ├── syscall_ret.c
│   │   │   ├── vdso.c
│   │   │   └── version.c
│   │   ├── ipc
│   │   │   ├── ftok.c
│   │   │   ├── ipc.h
│   │   │   ├── msgctl.c
│   │   │   ├── msgget.c
│   │   │   ├── msgrcv.c
│   │   │   ├── msgsnd.c
│   │   │   ├── semctl.c
│   │   │   ├── semget.c
│   │   │   ├── semop.c
│   │   │   ├── semtimedop.c
│   │   │   ├── shmat.c
│   │   │   ├── shmctl.c
│   │   │   ├── shmdt.c
│   │   │   └── shmget.c
│   │   ├── ldso
│   │   │   ├── __dlsym.c
│   │   │   ├── aarch64
│   │   │   │   ├── dlsym.s
│   │   │   │   └── tlsdesc.s
│   │   │   ├── arm
│   │   │   │   ├── dlsym.s
│   │   │   │   ├── dlsym_time64.S
│   │   │   │   ├── find_exidx.c
│   │   │   │   └── tlsdesc.S
│   │   │   ├── dl_iterate_phdr.c
│   │   │   ├── dladdr.c
│   │   │   ├── dlclose.c
│   │   │   ├── dlerror.c
│   │   │   ├── dlinfo.c
│   │   │   ├── dlopen.c
│   │   │   ├── dlsym.c
│   │   │   ├── i386
│   │   │   │   ├── dlsym.s
│   │   │   │   ├── dlsym_time64.S
│   │   │   │   └── tlsdesc.s
│   │   │   ├── m68k
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── microblaze
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── mips
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── mips64
│   │   │   │   └── dlsym.s
│   │   │   ├── mipsn32
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── or1k
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── powerpc
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── powerpc64
│   │   │   │   └── dlsym.s
│   │   │   ├── riscv64
│   │   │   │   └── dlsym.s
│   │   │   ├── s390x
│   │   │   │   └── dlsym.s
│   │   │   ├── sh
│   │   │   │   ├── dlsym.s
│   │   │   │   └── dlsym_time64.S
│   │   │   ├── tlsdesc.c
│   │   │   ├── x32
│   │   │   │   └── dlsym.s
│   │   │   └── x86_64
│   │   │   ├── dlsym.s
│   │   │   └── tlsdesc.s
│   │   ├── legacy
│   │   │   ├── cuserid.c
│   │   │   ├── daemon.c
│   │   │   ├── err.c
│   │   │   ├── euidaccess.c
│   │   │   ├── ftw.c
│   │   │   ├── futimes.c
│   │   │   ├── getdtablesize.c
│   │   │   ├── getloadavg.c
│   │   │   ├── getpagesize.c
│   │   │   ├── getpass.c
│   │   │   ├── getusershell.c
│   │   │   ├── isastream.c
│   │   │   ├── lutimes.c
│   │   │   ├── ulimit.c
│   │   │   ├── utmpx.c
│   │   │   └── valloc.c
│   │   ├── linux
│   │   │   ├── adjtime.c
│   │   │   ├── adjtimex.c
│   │   │   ├── arch_prctl.c
│   │   │   ├── brk.c
│   │   │   ├── cache.c
│   │   │   ├── cap.c
│   │   │   ├── chroot.c
│   │   │   ├── clock_adjtime.c
│   │   │   ├── clone.c
│   │   │   ├── copy_file_range.c
│   │   │   ├── epoll.c
│   │   │   ├── eventfd.c
│   │   │   ├── fallocate.c
│   │   │   ├── fanotify.c
│   │   │   ├── flock.c
│   │   │   ├── getdents.c
│   │   │   ├── getrandom.c
│   │   │   ├── gettid.c
│   │   │   ├── inotify.c
│   │   │   ├── ioperm.c
│   │   │   ├── iopl.c
│   │   │   ├── klogctl.c
│   │   │   ├── membarrier.c
│   │   │   ├── memfd_create.c
│   │   │   ├── mlock2.c
│   │   │   ├── module.c
│   │   │   ├── mount.c
│   │   │   ├── name_to_handle_at.c
│   │   │   ├── open_by_handle_at.c
│   │   │   ├── personality.c
│   │   │   ├── pivot_root.c
│   │   │   ├── ppoll.c
│   │   │   ├── prctl.c
│   │   │   ├── prlimit.c
│   │   │   ├── process_vm.c
│   │   │   ├── ptrace.c
│   │   │   ├── quotactl.c
│   │   │   ├── readahead.c
│   │   │   ├── reboot.c
│   │   │   ├── remap_file_pages.c
│   │   │   ├── sbrk.c
│   │   │   ├── sendfile.c
│   │   │   ├── setfsgid.c
│   │   │   ├── setfsuid.c
│   │   │   ├── setgroups.c
│   │   │   ├── sethostname.c
│   │   │   ├── setns.c
│   │   │   ├── settimeofday.c
│   │   │   ├── signalfd.c
│   │   │   ├── splice.c
│   │   │   ├── stime.c
│   │   │   ├── swap.c
│   │   │   ├── sync_file_range.c
│   │   │   ├── syncfs.c
│   │   │   ├── sysinfo.c
│   │   │   ├── tee.c
│   │   │   ├── timerfd.c
│   │   │   ├── unshare.c
│   │   │   ├── utimes.c
│   │   │   ├── vhangup.c
│   │   │   ├── vmsplice.c
│   │   │   ├── wait3.c
│   │   │   ├── wait4.c
│   │   │   ├── x32
│   │   │   │   └── sysinfo.c
│   │   │   └── xattr.c
│   │   ├── locale
│   │   │   ├── __lctrans.c
│   │   │   ├── __mo_lookup.c
│   │   │   ├── big5.h
│   │   │   ├── bind_textdomain_codeset.c
│   │   │   ├── c_locale.c
│   │   │   ├── catclose.c
│   │   │   ├── catgets.c
│   │   │   ├── catopen.c
│   │   │   ├── codepages.h
│   │   │   ├── dcngettext.c
│   │   │   ├── duplocale.c
│   │   │   ├── freelocale.c
│   │   │   ├── gb18030.h
│   │   │   ├── hkscs.h
│   │   │   ├── iconv.c
│   │   │   ├── iconv_close.c
│   │   │   ├── jis0208.h
│   │   │   ├── ksc.h
│   │   │   ├── langinfo.c
│   │   │   ├── legacychars.h
│   │   │   ├── locale_map.c
│   │   │   ├── localeconv.c
│   │   │   ├── newlocale.c
│   │   │   ├── pleval.c
│   │   │   ├── pleval.h
│   │   │   ├── revjis.h
│   │   │   ├── setlocale.c
│   │   │   ├── strcoll.c
│   │   │   ├── strfmon.c
│   │   │   ├── strxfrm.c
│   │   │   ├── textdomain.c
│   │   │   ├── uselocale.c
│   │   │   ├── wcscoll.c
│   │   │   └── wcsxfrm.c
│   │   ├── malloc
│   │   │   ├── calloc.c
│   │   │   ├── free.c
│   │   │   ├── libc_calloc.c
│   │   │   ├── lite_malloc.c
│   │   │   ├── mallocng
│   │   │   │   ├── aligned_alloc.c
│   │   │   │   ├── donate.c
│   │   │   │   ├── free.c
│   │   │   │   ├── glue.h
│   │   │   │   ├── malloc.c
│   │   │   │   ├── malloc_usable_size.c
│   │   │   │   ├── meta.h
│   │   │   │   └── realloc.c
│   │   │   ├── memalign.c
│   │   │   ├── oldmalloc
│   │   │   │   ├── aligned_alloc.c
│   │   │   │   ├── malloc.c
│   │   │   │   ├── malloc_impl.h
│   │   │   │   └── malloc_usable_size.c
│   │   │   ├── posix_memalign.c
│   │   │   ├── realloc.c
│   │   │   ├── reallocarray.c
│   │   │   └── replaced.c
│   │   ├── math
│   │   │   ├── __cos.c
│   │   │   ├── __cosdf.c
│   │   │   ├── __cosl.c
│   │   │   ├── __expo2.c
│   │   │   ├── __expo2f.c
│   │   │   ├── __fpclassify.c
│   │   │   ├── __fpclassifyf.c
│   │   │   ├── __fpclassifyl.c
│   │   │   ├── __invtrigl.c
│   │   │   ├── __invtrigl.h
│   │   │   ├── __math_divzero.c
│   │   │   ├── __math_divzerof.c
│   │   │   ├── __math_invalid.c
│   │   │   ├── __math_invalidf.c
│   │   │   ├── __math_invalidl.c
│   │   │   ├── __math_oflow.c
│   │   │   ├── __math_oflowf.c
│   │   │   ├── __math_uflow.c
│   │   │   ├── __math_uflowf.c
│   │   │   ├── __math_xflow.c
│   │   │   ├── __math_xflowf.c
│   │   │   ├── __polevll.c
│   │   │   ├── __rem_pio2.c
│   │   │   ├── __rem_pio2_large.c
│   │   │   ├── __rem_pio2f.c
│   │   │   ├── __rem_pio2l.c
│   │   │   ├── __signbit.c
│   │   │   ├── __signbitf.c
│   │   │   ├── __signbitl.c
│   │   │   ├── __sin.c
│   │   │   ├── __sindf.c
│   │   │   ├── __sinl.c
│   │   │   ├── __tan.c
│   │   │   ├── __tandf.c
│   │   │   ├── __tanl.c
│   │   │   ├── aarch64
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── llrint.c
│   │   │   │   ├── llrintf.c
│   │   │   │   ├── llround.c
│   │   │   │   ├── llroundf.c
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lround.c
│   │   │   │   ├── lroundf.c
│   │   │   │   ├── nearbyint.c
│   │   │   │   ├── nearbyintf.c
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── trunc.c
│   │   │   │   └── truncf.c
│   │   │   ├── acos.c
│   │   │   ├── acosf.c
│   │   │   ├── acosh.c
│   │   │   ├── acoshf.c
│   │   │   ├── acoshl.c
│   │   │   ├── acosl.c
│   │   │   ├── arm
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── asin.c
│   │   │   ├── asinf.c
│   │   │   ├── asinh.c
│   │   │   ├── asinhf.c
│   │   │   ├── asinhl.c
│   │   │   ├── asinl.c
│   │   │   ├── atan.c
│   │   │   ├── atan2.c
│   │   │   ├── atan2f.c
│   │   │   ├── atan2l.c
│   │   │   ├── atanf.c
│   │   │   ├── atanh.c
│   │   │   ├── atanhf.c
│   │   │   ├── atanhl.c
│   │   │   ├── atanl.c
│   │   │   ├── cbrt.c
│   │   │   ├── cbrtf.c
│   │   │   ├── cbrtl.c
│   │   │   ├── ceil.c
│   │   │   ├── ceilf.c
│   │   │   ├── ceill.c
│   │   │   ├── copysign.c
│   │   │   ├── copysignf.c
│   │   │   ├── copysignl.c
│   │   │   ├── cos.c
│   │   │   ├── cosf.c
│   │   │   ├── cosh.c
│   │   │   ├── coshf.c
│   │   │   ├── coshl.c
│   │   │   ├── cosl.c
│   │   │   ├── erf.c
│   │   │   ├── erff.c
│   │   │   ├── erfl.c
│   │   │   ├── exp.c
│   │   │   ├── exp10.c
│   │   │   ├── exp10f.c
│   │   │   ├── exp10l.c
│   │   │   ├── exp2.c
│   │   │   ├── exp2f.c
│   │   │   ├── exp2f_data.c
│   │   │   ├── exp2f_data.h
│   │   │   ├── exp2l.c
│   │   │   ├── exp_data.c
│   │   │   ├── exp_data.h
│   │   │   ├── expf.c
│   │   │   ├── expl.c
│   │   │   ├── expm1.c
│   │   │   ├── expm1f.c
│   │   │   ├── expm1l.c
│   │   │   ├── fabs.c
│   │   │   ├── fabsf.c
│   │   │   ├── fabsl.c
│   │   │   ├── fdim.c
│   │   │   ├── fdimf.c
│   │   │   ├── fdiml.c
│   │   │   ├── finite.c
│   │   │   ├── finitef.c
│   │   │   ├── floor.c
│   │   │   ├── floorf.c
│   │   │   ├── floorl.c
│   │   │   ├── fma.c
│   │   │   ├── fmaf.c
│   │   │   ├── fmal.c
│   │   │   ├── fmax.c
│   │   │   ├── fmaxf.c
│   │   │   ├── fmaxl.c
│   │   │   ├── fmin.c
│   │   │   ├── fminf.c
│   │   │   ├── fminl.c
│   │   │   ├── fmod.c
│   │   │   ├── fmodf.c
│   │   │   ├── fmodl.c
│   │   │   ├── frexp.c
│   │   │   ├── frexpf.c
│   │   │   ├── frexpl.c
│   │   │   ├── hypot.c
│   │   │   ├── hypotf.c
│   │   │   ├── hypotl.c
│   │   │   ├── i386
│   │   │   │   ├── __invtrigl.s
│   │   │   │   ├── acos.s
│   │   │   │   ├── acosf.s
│   │   │   │   ├── acosl.s
│   │   │   │   ├── asin.s
│   │   │   │   ├── asinf.s
│   │   │   │   ├── asinl.s
│   │   │   │   ├── atan.s
│   │   │   │   ├── atan2.s
│   │   │   │   ├── atan2f.s
│   │   │   │   ├── atan2l.s
│   │   │   │   ├── atanf.s
│   │   │   │   ├── atanl.s
│   │   │   │   ├── ceil.s
│   │   │   │   ├── ceilf.s
│   │   │   │   ├── ceill.s
│   │   │   │   ├── exp2l.s
│   │   │   │   ├── exp_ld.s
│   │   │   │   ├── expl.s
│   │   │   │   ├── expm1l.s
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fabsl.c
│   │   │   │   ├── floor.s
│   │   │   │   ├── floorf.s
│   │   │   │   ├── floorl.s
│   │   │   │   ├── fmod.c
│   │   │   │   ├── fmodf.c
│   │   │   │   ├── fmodl.c
│   │   │   │   ├── hypot.s
│   │   │   │   ├── hypotf.s
│   │   │   │   ├── ldexp.s
│   │   │   │   ├── ldexpf.s
│   │   │   │   ├── ldexpl.s
│   │   │   │   ├── llrint.c
│   │   │   │   ├── llrintf.c
│   │   │   │   ├── llrintl.c
│   │   │   │   ├── log.s
│   │   │   │   ├── log10.s
│   │   │   │   ├── log10f.s
│   │   │   │   ├── log10l.s
│   │   │   │   ├── log1p.s
│   │   │   │   ├── log1pf.s
│   │   │   │   ├── log1pl.s
│   │   │   │   ├── log2.s
│   │   │   │   ├── log2f.s
│   │   │   │   ├── log2l.s
│   │   │   │   ├── logf.s
│   │   │   │   ├── logl.s
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lrintl.c
│   │   │   │   ├── remainder.c
│   │   │   │   ├── remainderf.c
│   │   │   │   ├── remainderl.c
│   │   │   │   ├── remquo.s
│   │   │   │   ├── remquof.s
│   │   │   │   ├── remquol.s
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── rintl.c
│   │   │   │   ├── scalbln.s
│   │   │   │   ├── scalblnf.s
│   │   │   │   ├── scalblnl.s
│   │   │   │   ├── scalbn.s
│   │   │   │   ├── scalbnf.s
│   │   │   │   ├── scalbnl.s
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── sqrtl.c
│   │   │   │   ├── trunc.s
│   │   │   │   ├── truncf.s
│   │   │   │   └── truncl.s
│   │   │   ├── ilogb.c
│   │   │   ├── ilogbf.c
│   │   │   ├── ilogbl.c
│   │   │   ├── j0.c
│   │   │   ├── j0f.c
│   │   │   ├── j1.c
│   │   │   ├── j1f.c
│   │   │   ├── jn.c
│   │   │   ├── jnf.c
│   │   │   ├── ldexp.c
│   │   │   ├── ldexpf.c
│   │   │   ├── ldexpl.c
│   │   │   ├── lgamma.c
│   │   │   ├── lgamma_r.c
│   │   │   ├── lgammaf.c
│   │   │   ├── lgammaf_r.c
│   │   │   ├── lgammal.c
│   │   │   ├── llrint.c
│   │   │   ├── llrintf.c
│   │   │   ├── llrintl.c
│   │   │   ├── llround.c
│   │   │   ├── llroundf.c
│   │   │   ├── llroundl.c
│   │   │   ├── log.c
│   │   │   ├── log10.c
│   │   │   ├── log10f.c
│   │   │   ├── log10l.c
│   │   │   ├── log1p.c
│   │   │   ├── log1pf.c
│   │   │   ├── log1pl.c
│   │   │   ├── log2.c
│   │   │   ├── log2_data.c
│   │   │   ├── log2_data.h
│   │   │   ├── log2f.c
│   │   │   ├── log2f_data.c
│   │   │   ├── log2f_data.h
│   │   │   ├── log2l.c
│   │   │   ├── log_data.c
│   │   │   ├── log_data.h
│   │   │   ├── logb.c
│   │   │   ├── logbf.c
│   │   │   ├── logbl.c
│   │   │   ├── logf.c
│   │   │   ├── logf_data.c
│   │   │   ├── logf_data.h
│   │   │   ├── logl.c
│   │   │   ├── lrint.c
│   │   │   ├── lrintf.c
│   │   │   ├── lrintl.c
│   │   │   ├── lround.c
│   │   │   ├── lroundf.c
│   │   │   ├── lroundl.c
│   │   │   ├── m68k
│   │   │   │   └── sqrtl.c
│   │   │   ├── mips
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── modf.c
│   │   │   ├── modff.c
│   │   │   ├── modfl.c
│   │   │   ├── nan.c
│   │   │   ├── nanf.c
│   │   │   ├── nanl.c
│   │   │   ├── nearbyint.c
│   │   │   ├── nearbyintf.c
│   │   │   ├── nearbyintl.c
│   │   │   ├── nextafter.c
│   │   │   ├── nextafterf.c
│   │   │   ├── nextafterl.c
│   │   │   ├── nexttoward.c
│   │   │   ├── nexttowardf.c
│   │   │   ├── nexttowardl.c
│   │   │   ├── pow.c
│   │   │   ├── pow_data.c
│   │   │   ├── pow_data.h
│   │   │   ├── powerpc
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── powerpc64
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── lrint.c
│   │   │   │   ├── lrintf.c
│   │   │   │   ├── lround.c
│   │   │   │   ├── lroundf.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── trunc.c
│   │   │   │   └── truncf.c
│   │   │   ├── powf.c
│   │   │   ├── powf_data.c
│   │   │   ├── powf_data.h
│   │   │   ├── powl.c
│   │   │   ├── remainder.c
│   │   │   ├── remainderf.c
│   │   │   ├── remainderl.c
│   │   │   ├── remquo.c
│   │   │   ├── remquof.c
│   │   │   ├── remquol.c
│   │   │   ├── rint.c
│   │   │   ├── rintf.c
│   │   │   ├── rintl.c
│   │   │   ├── riscv64
│   │   │   │   ├── copysign.c
│   │   │   │   ├── copysignf.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmax.c
│   │   │   │   ├── fmaxf.c
│   │   │   │   ├── fmin.c
│   │   │   │   ├── fminf.c
│   │   │   │   ├── sqrt.c
│   │   │   │   └── sqrtf.c
│   │   │   ├── round.c
│   │   │   ├── roundf.c
│   │   │   ├── roundl.c
│   │   │   ├── s390x
│   │   │   │   ├── ceil.c
│   │   │   │   ├── ceilf.c
│   │   │   │   ├── ceill.c
│   │   │   │   ├── fabs.c
│   │   │   │   ├── fabsf.c
│   │   │   │   ├── fabsl.c
│   │   │   │   ├── floor.c
│   │   │   │   ├── floorf.c
│   │   │   │   ├── floorl.c
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── nearbyint.c
│   │   │   │   ├── nearbyintf.c
│   │   │   │   ├── nearbyintl.c
│   │   │   │   ├── rint.c
│   │   │   │   ├── rintf.c
│   │   │   │   ├── rintl.c
│   │   │   │   ├── round.c
│   │   │   │   ├── roundf.c
│   │   │   │   ├── roundl.c
│   │   │   │   ├── sqrt.c
│   │   │   │   ├── sqrtf.c
│   │   │   │   ├── sqrtl.c
│   │   │   │   ├── trunc.c
│   │   │   │   ├── truncf.c
│   │   │   │   └── truncl.c
│   │   │   ├── scalb.c
│   │   │   ├── scalbf.c
│   │   │   ├── scalbln.c
│   │   │   ├── scalblnf.c
│   │   │   ├── scalblnl.c
│   │   │   ├── scalbn.c
│   │   │   ├── scalbnf.c
│   │   │   ├── scalbnl.c
│   │   │   ├── signgam.c
│   │   │   ├── significand.c
│   │   │   ├── significandf.c
│   │   │   ├── sin.c
│   │   │   ├── sincos.c
│   │   │   ├── sincosf.c
│   │   │   ├── sincosl.c
│   │   │   ├── sinf.c
│   │   │   ├── sinh.c
│   │   │   ├── sinhf.c
│   │   │   ├── sinhl.c
│   │   │   ├── sinl.c
│   │   │   ├── sqrt.c
│   │   │   ├── sqrt_data.c
│   │   │   ├── sqrt_data.h
│   │   │   ├── sqrtf.c
│   │   │   ├── sqrtl.c
│   │   │   ├── tan.c
│   │   │   ├── tanf.c
│   │   │   ├── tanh.c
│   │   │   ├── tanhf.c
│   │   │   ├── tanhl.c
│   │   │   ├── tanl.c
│   │   │   ├── tgamma.c
│   │   │   ├── tgammaf.c
│   │   │   ├── tgammal.c
│   │   │   ├── trunc.c
│   │   │   ├── truncf.c
│   │   │   ├── truncl.c
│   │   │   ├── x32
│   │   │   │   ├── __invtrigl.s
│   │   │   │   ├── acosl.s
│   │   │   │   ├── asinl.s
│   │   │   │   ├── atan2l.s
│   │   │   │   ├── atanl.s
│   │   │   │   ├── ceill.s
│   │   │   │   ├── exp2l.s
│   │   │   │   ├── expl.s
│   │   │   │   ├── expm1l.s
│   │   │   │   ├── fabs.s
│   │   │   │   ├── fabsf.s
│   │   │   │   ├── fabsl.s
│   │   │   │   ├── floorl.s
│   │   │   │   ├── fma.c
│   │   │   │   ├── fmaf.c
│   │   │   │   ├── fmodl.s
│   │   │   │   ├── llrint.s
│   │   │   │   ├── llrintf.s
│   │   │   │   ├── llrintl.s
│   │   │   │   ├── log10l.s
│   │   │   │   ├── log1pl.s
│   │   │   │   ├── log2l.s
│   │   │   │   ├── logl.s
│   │   │   │   ├── lrint.s
│   │   │   │   ├── lrintf.s
│   │   │   │   ├── lrintl.s
│   │   │   │   ├── remainderl.s
│   │   │   │   ├── rintl.s
│   │   │   │   ├── sqrt.s
│   │   │   │   ├── sqrtf.s
│   │   │   │   ├── sqrtl.s
│   │   │   │   └── truncl.s
│   │   │   └── x86_64
│   │   │   ├── __invtrigl.s
│   │   │   ├── acosl.s
│   │   │   ├── asinl.s
│   │   │   ├── atan2l.s
│   │   │   ├── atanl.s
│   │   │   ├── ceill.s
│   │   │   ├── exp2l.s
│   │   │   ├── expl.s
│   │   │   ├── expm1l.s
│   │   │   ├── fabs.c
│   │   │   ├── fabsf.c
│   │   │   ├── fabsl.c
│   │   │   ├── floorl.s
│   │   │   ├── fma.c
│   │   │   ├── fmaf.c
│   │   │   ├── fmodl.c
│   │   │   ├── llrint.c
│   │   │   ├── llrintf.c
│   │   │   ├── llrintl.c
│   │   │   ├── log10l.s
│   │   │   ├── log1pl.s
│   │   │   ├── log2l.s
│   │   │   ├── logl.s
│   │   │   ├── lrint.c
│   │   │   ├── lrintf.c
│   │   │   ├── lrintl.c
│   │   │   ├── remainderl.c
│   │   │   ├── remquol.c
│   │   │   ├── rintl.c
│   │   │   ├── sqrt.c
│   │   │   ├── sqrtf.c
│   │   │   ├── sqrtl.c
│   │   │   └── truncl.s
│   │   ├── misc
│   │   │   ├── a64l.c
│   │   │   ├── basename.c
│   │   │   ├── dirname.c
│   │   │   ├── ffs.c
│   │   │   ├── ffsl.c
│   │   │   ├── ffsll.c
│   │   │   ├── fmtmsg.c
│   │   │   ├── forkpty.c
│   │   │   ├── get_current_dir_name.c
│   │   │   ├── getauxval.c
│   │   │   ├── getdomainname.c
│   │   │   ├── getentropy.c
│   │   │   ├── gethostid.c
│   │   │   ├── getopt.c
│   │   │   ├── getopt_long.c
│   │   │   ├── getpriority.c
│   │   │   ├── getresgid.c
│   │   │   ├── getresuid.c
│   │   │   ├── getrlimit.c
│   │   │   ├── getrusage.c
│   │   │   ├── getsubopt.c
│   │   │   ├── initgroups.c
│   │   │   ├── ioctl.c
│   │   │   ├── issetugid.c
│   │   │   ├── lockf.c
│   │   │   ├── login_tty.c
│   │   │   ├── mntent.c
│   │   │   ├── nftw.c
│   │   │   ├── openpty.c
│   │   │   ├── ptsname.c
│   │   │   ├── pty.c
│   │   │   ├── realpath.c
│   │   │   ├── setdomainname.c
│   │   │   ├── setpriority.c
│   │   │   ├── setrlimit.c
│   │   │   ├── syscall.c
│   │   │   ├── syslog.c
│   │   │   ├── uname.c
│   │   │   └── wordexp.c
│   │   ├── mman
│   │   │   ├── madvise.c
│   │   │   ├── mincore.c
│   │   │   ├── mlock.c
│   │   │   ├── mlockall.c
│   │   │   ├── mmap.c
│   │   │   ├── mprotect.c
│   │   │   ├── mremap.c
│   │   │   ├── msync.c
│   │   │   ├── munlock.c
│   │   │   ├── munlockall.c
│   │   │   ├── munmap.c
│   │   │   ├── posix_madvise.c
│   │   │   └── shm_open.c
│   │   ├── mq
│   │   │   ├── 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
│   │   │   └── mq_unlink.c
│   │   ├── multibyte
│   │   │   ├── btowc.c
│   │   │   ├── c16rtomb.c
│   │   │   ├── c32rtomb.c
│   │   │   ├── internal.c
│   │   │   ├── internal.h
│   │   │   ├── mblen.c
│   │   │   ├── mbrlen.c
│   │   │   ├── mbrtoc16.c
│   │   │   ├── mbrtoc32.c
│   │   │   ├── mbrtowc.c
│   │   │   ├── mbsinit.c
│   │   │   ├── mbsnrtowcs.c
│   │   │   ├── mbsrtowcs.c
│   │   │   ├── mbstowcs.c
│   │   │   ├── mbtowc.c
│   │   │   ├── wcrtomb.c
│   │   │   ├── wcsnrtombs.c
│   │   │   ├── wcsrtombs.c
│   │   │   ├── wcstombs.c
│   │   │   ├── wctob.c
│   │   │   └── wctomb.c
│   │   ├── network
│   │   │   ├── accept.c
│   │   │   ├── accept4.c
│   │   │   ├── bind.c
│   │   │   ├── connect.c
│   │   │   ├── dn_comp.c
│   │   │   ├── dn_expand.c
│   │   │   ├── dn_skipname.c
│   │   │   ├── dns_parse.c
│   │   │   ├── ent.c
│   │   │   ├── ether.c
│   │   │   ├── freeaddrinfo.c
│   │   │   ├── gai_strerror.c
│   │   │   ├── getaddrinfo.c
│   │   │   ├── gethostbyaddr.c
│   │   │   ├── gethostbyaddr_r.c
│   │   │   ├── gethostbyname.c
│   │   │   ├── gethostbyname2.c
│   │   │   ├── gethostbyname2_r.c
│   │   │   ├── gethostbyname_r.c
│   │   │   ├── getifaddrs.c
│   │   │   ├── getnameinfo.c
│   │   │   ├── getpeername.c
│   │   │   ├── getservbyname.c
│   │   │   ├── getservbyname_r.c
│   │   │   ├── getservbyport.c
│   │   │   ├── getservbyport_r.c
│   │   │   ├── getsockname.c
│   │   │   ├── getsockopt.c
│   │   │   ├── h_errno.c
│   │   │   ├── herror.c
│   │   │   ├── hstrerror.c
│   │   │   ├── htonl.c
│   │   │   ├── htons.c
│   │   │   ├── if_freenameindex.c
│   │   │   ├── if_indextoname.c
│   │   │   ├── if_nameindex.c
│   │   │   ├── if_nametoindex.c
│   │   │   ├── in6addr_any.c
│   │   │   ├── in6addr_loopback.c
│   │   │   ├── inet_addr.c
│   │   │   ├── inet_aton.c
│   │   │   ├── inet_legacy.c
│   │   │   ├── inet_ntoa.c
│   │   │   ├── inet_ntop.c
│   │   │   ├── inet_pton.c
│   │   │   ├── listen.c
│   │   │   ├── lookup.h
│   │   │   ├── lookup_ipliteral.c
│   │   │   ├── lookup_name.c
│   │   │   ├── lookup_serv.c
│   │   │   ├── netlink.c
│   │   │   ├── netlink.h
│   │   │   ├── netname.c
│   │   │   ├── ns_parse.c
│   │   │   ├── ntohl.c
│   │   │   ├── ntohs.c
│   │   │   ├── proto.c
│   │   │   ├── recv.c
│   │   │   ├── recvfrom.c
│   │   │   ├── recvmmsg.c
│   │   │   ├── recvmsg.c
│   │   │   ├── res_init.c
│   │   │   ├── res_mkquery.c
│   │   │   ├── res_msend.c
│   │   │   ├── res_query.c
│   │   │   ├── res_querydomain.c
│   │   │   ├── res_send.c
│   │   │   ├── res_state.c
│   │   │   ├── resolvconf.c
│   │   │   ├── send.c
│   │   │   ├── sendmmsg.c
│   │   │   ├── sendmsg.c
│   │   │   ├── sendto.c
│   │   │   ├── serv.c
│   │   │   ├── setsockopt.c
│   │   │   ├── shutdown.c
│   │   │   ├── sockatmark.c
│   │   │   ├── socket.c
│   │   │   └── socketpair.c
│   │   ├── passwd
│   │   │   ├── fgetgrent.c
│   │   │   ├── fgetpwent.c
│   │   │   ├── fgetspent.c
│   │   │   ├── getgr_a.c
│   │   │   ├── getgr_r.c
│   │   │   ├── getgrent.c
│   │   │   ├── getgrent_a.c
│   │   │   ├── getgrouplist.c
│   │   │   ├── getpw_a.c
│   │   │   ├── getpw_r.c
│   │   │   ├── getpwent.c
│   │   │   ├── getpwent_a.c
│   │   │   ├── getspent.c
│   │   │   ├── getspnam.c
│   │   │   ├── getspnam_r.c
│   │   │   ├── lckpwdf.c
│   │   │   ├── nscd.h
│   │   │   ├── nscd_query.c
│   │   │   ├── putgrent.c
│   │   │   ├── putpwent.c
│   │   │   ├── putspent.c
│   │   │   └── pwf.h
│   │   ├── prng
│   │   │   ├── __rand48_step.c
│   │   │   ├── __seed48.c
│   │   │   ├── drand48.c
│   │   │   ├── lcong48.c
│   │   │   ├── lrand48.c
│   │   │   ├── mrand48.c
│   │   │   ├── rand.c
│   │   │   ├── rand48.h
│   │   │   ├── rand_r.c
│   │   │   ├── random.c
│   │   │   ├── seed48.c
│   │   │   └── srand48.c
│   │   ├── process
│   │   │   ├── _Fork.c
│   │   │   ├── arm
│   │   │   │   └── vfork.s
│   │   │   ├── execl.c
│   │   │   ├── execle.c
│   │   │   ├── execlp.c
│   │   │   ├── execv.c
│   │   │   ├── execve.c
│   │   │   ├── execvp.c
│   │   │   ├── fdop.h
│   │   │   ├── fexecve.c
│   │   │   ├── fork.c
│   │   │   ├── i386
│   │   │   │   └── vfork.s
│   │   │   ├── posix_spawn.c
│   │   │   ├── posix_spawn_file_actions_addchdir.c
│   │   │   ├── posix_spawn_file_actions_addclose.c
│   │   │   ├── posix_spawn_file_actions_adddup2.c
│   │   │   ├── posix_spawn_file_actions_addfchdir.c
│   │   │   ├── posix_spawn_file_actions_addopen.c
│   │   │   ├── posix_spawn_file_actions_destroy.c
│   │   │   ├── posix_spawn_file_actions_init.c
│   │   │   ├── posix_spawnattr_destroy.c
│   │   │   ├── posix_spawnattr_getflags.c
│   │   │   ├── posix_spawnattr_getpgroup.c
│   │   │   ├── posix_spawnattr_getsigdefault.c
│   │   │   ├── posix_spawnattr_getsigmask.c
│   │   │   ├── posix_spawnattr_init.c
│   │   │   ├── posix_spawnattr_sched.c
│   │   │   ├── posix_spawnattr_setflags.c
│   │   │   ├── posix_spawnattr_setpgroup.c
│   │   │   ├── posix_spawnattr_setsigdefault.c
│   │   │   ├── posix_spawnattr_setsigmask.c
│   │   │   ├── posix_spawnp.c
│   │   │   ├── s390x
│   │   │   │   └── vfork.s
│   │   │   ├── sh
│   │   │   │   └── vfork.s
│   │   │   ├── system.c
│   │   │   ├── vfork.c
│   │   │   ├── wait.c
│   │   │   ├── waitid.c
│   │   │   ├── waitpid.c
│   │   │   ├── x32
│   │   │   │   └── vfork.s
│   │   │   └── x86_64
│   │   │   └── vfork.s
│   │   ├── regex
│   │   │   ├── fnmatch.c
│   │   │   ├── glob.c
│   │   │   ├── regcomp.c
│   │   │   ├── regerror.c
│   │   │   ├── regexec.c
│   │   │   ├── tre-mem.c
│   │   │   └── tre.h
│   │   ├── sched
│   │   │   ├── affinity.c
│   │   │   ├── sched_cpucount.c
│   │   │   ├── sched_get_priority_max.c
│   │   │   ├── sched_getcpu.c
│   │   │   ├── sched_getparam.c
│   │   │   ├── sched_getscheduler.c
│   │   │   ├── sched_rr_get_interval.c
│   │   │   ├── sched_setparam.c
│   │   │   ├── sched_setscheduler.c
│   │   │   └── sched_yield.c
│   │   ├── search
│   │   │   ├── hsearch.c
│   │   │   ├── insque.c
│   │   │   ├── lsearch.c
│   │   │   ├── tdelete.c
│   │   │   ├── tdestroy.c
│   │   │   ├── tfind.c
│   │   │   ├── tsearch.c
│   │   │   ├── tsearch.h
│   │   │   └── twalk.c
│   │   ├── select
│   │   │   ├── poll.c
│   │   │   ├── pselect.c
│   │   │   └── select.c
│   │   ├── setjmp
│   │   │   ├── aarch64
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── arm
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── i386
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── longjmp.c
│   │   │   ├── m68k
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── microblaze
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── mips
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── mips64
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── mipsn32
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── or1k
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── powerpc
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── powerpc64
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── riscv64
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── s390x
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   ├── setjmp.c
│   │   │   ├── sh
│   │   │   │   ├── longjmp.S
│   │   │   │   └── setjmp.S
│   │   │   ├── x32
│   │   │   │   ├── longjmp.s
│   │   │   │   └── setjmp.s
│   │   │   └── x86_64
│   │   │   ├── longjmp.s
│   │   │   └── setjmp.s
│   │   ├── signal
│   │   │   ├── aarch64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── arm
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── block.c
│   │   │   ├── getitimer.c
│   │   │   ├── i386
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── kill.c
│   │   │   ├── killpg.c
│   │   │   ├── m68k
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── microblaze
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mips
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mips64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── mipsn32
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── or1k
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── powerpc
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── powerpc64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── psiginfo.c
│   │   │   ├── psignal.c
│   │   │   ├── raise.c
│   │   │   ├── restore.c
│   │   │   ├── riscv64
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── s390x
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── setitimer.c
│   │   │   ├── sh
│   │   │   │   ├── restore.s
│   │   │   │   └── sigsetjmp.s
│   │   │   ├── sigaction.c
│   │   │   ├── sigaddset.c
│   │   │   ├── sigaltstack.c
│   │   │   ├── sigandset.c
│   │   │   ├── sigdelset.c
│   │   │   ├── sigemptyset.c
│   │   │   ├── sigfillset.c
│   │   │   ├── sighold.c
│   │   │   ├── sigignore.c
│   │   │   ├── siginterrupt.c
│   │   │   ├── sigisemptyset.c
│   │   │   ├── sigismember.c
│   │   │   ├── siglongjmp.c
│   │   │   ├── signal.c
│   │   │   ├── sigorset.c
│   │   │   ├── sigpause.c
│   │   │   ├── sigpending.c
│   │   │   ├── sigprocmask.c
│   │   │   ├── sigqueue.c
│   │   │   ├── sigrelse.c
│   │   │   ├── sigrtmax.c
│   │   │   ├── sigrtmin.c
│   │   │   ├── sigset.c
│   │   │   ├── sigsetjmp.c
│   │   │   ├── sigsetjmp_tail.c
│   │   │   ├── sigsuspend.c
│   │   │   ├── sigtimedwait.c
│   │   │   ├── sigwait.c
│   │   │   ├── sigwaitinfo.c
│   │   │   ├── x32
│   │   │   │   ├── getitimer.c
│   │   │   │   ├── restore.s
│   │   │   │   ├── setitimer.c
│   │   │   │   └── sigsetjmp.s
│   │   │   └── x86_64
│   │   │   ├── restore.s
│   │   │   └── sigsetjmp.s
│   │   ├── stat
│   │   │   ├── __xstat.c
│   │   │   ├── chmod.c
│   │   │   ├── fchmod.c
│   │   │   ├── fchmodat.c
│   │   │   ├── fstat.c
│   │   │   ├── fstatat.c
│   │   │   ├── futimens.c
│   │   │   ├── futimesat.c
│   │   │   ├── lchmod.c
│   │   │   ├── lstat.c
│   │   │   ├── mkdir.c
│   │   │   ├── mkdirat.c
│   │   │   ├── mkfifo.c
│   │   │   ├── mkfifoat.c
│   │   │   ├── mknod.c
│   │   │   ├── mknodat.c
│   │   │   ├── stat.c
│   │   │   ├── statvfs.c
│   │   │   ├── umask.c
│   │   │   └── utimensat.c
│   │   ├── stdio
│   │   │   ├── __fclose_ca.c
│   │   │   ├── __fdopen.c
│   │   │   ├── __fmodeflags.c
│   │   │   ├── __fopen_rb_ca.c
│   │   │   ├── __lockfile.c
│   │   │   ├── __overflow.c
│   │   │   ├── __stdio_close.c
│   │   │   ├── __stdio_exit.c
│   │   │   ├── __stdio_read.c
│   │   │   ├── __stdio_seek.c
│   │   │   ├── __stdio_write.c
│   │   │   ├── __stdout_write.c
│   │   │   ├── __toread.c
│   │   │   ├── __towrite.c
│   │   │   ├── __uflow.c
│   │   │   ├── asprintf.c
│   │   │   ├── clearerr.c
│   │   │   ├── dprintf.c
│   │   │   ├── ext.c
│   │   │   ├── ext2.c
│   │   │   ├── fclose.c
│   │   │   ├── feof.c
│   │   │   ├── ferror.c
│   │   │   ├── fflush.c
│   │   │   ├── fgetc.c
│   │   │   ├── fgetln.c
│   │   │   ├── fgetpos.c
│   │   │   ├── fgets.c
│   │   │   ├── fgetwc.c
│   │   │   ├── fgetws.c
│   │   │   ├── fileno.c
│   │   │   ├── flockfile.c
│   │   │   ├── fmemopen.c
│   │   │   ├── fopen.c
│   │   │   ├── fopencookie.c
│   │   │   ├── fprintf.c
│   │   │   ├── fputc.c
│   │   │   ├── fputs.c
│   │   │   ├── fputwc.c
│   │   │   ├── fputws.c
│   │   │   ├── fread.c
│   │   │   ├── freopen.c
│   │   │   ├── fscanf.c
│   │   │   ├── fseek.c
│   │   │   ├── fsetpos.c
│   │   │   ├── ftell.c
│   │   │   ├── ftrylockfile.c
│   │   │   ├── funlockfile.c
│   │   │   ├── fwide.c
│   │   │   ├── fwprintf.c
│   │   │   ├── fwrite.c
│   │   │   ├── fwscanf.c
│   │   │   ├── getc.c
│   │   │   ├── getc.h
│   │   │   ├── getc_unlocked.c
│   │   │   ├── getchar.c
│   │   │   ├── getchar_unlocked.c
│   │   │   ├── getdelim.c
│   │   │   ├── getline.c
│   │   │   ├── gets.c
│   │   │   ├── getw.c
│   │   │   ├── getwc.c
│   │   │   ├── getwchar.c
│   │   │   ├── ofl.c
│   │   │   ├── ofl_add.c
│   │   │   ├── open_memstream.c
│   │   │   ├── open_wmemstream.c
│   │   │   ├── pclose.c
│   │   │   ├── perror.c
│   │   │   ├── popen.c
│   │   │   ├── printf.c
│   │   │   ├── putc.c
│   │   │   ├── putc.h
│   │   │   ├── putc_unlocked.c
│   │   │   ├── putchar.c
│   │   │   ├── putchar_unlocked.c
│   │   │   ├── puts.c
│   │   │   ├── putw.c
│   │   │   ├── putwc.c
│   │   │   ├── putwchar.c
│   │   │   ├── remove.c
│   │   │   ├── rename.c
│   │   │   ├── rewind.c
│   │   │   ├── scanf.c
│   │   │   ├── setbuf.c
│   │   │   ├── setbuffer.c
│   │   │   ├── setlinebuf.c
│   │   │   ├── setvbuf.c
│   │   │   ├── snprintf.c
│   │   │   ├── sprintf.c
│   │   │   ├── sscanf.c
│   │   │   ├── stderr.c
│   │   │   ├── stdin.c
│   │   │   ├── stdout.c
│   │   │   ├── swprintf.c
│   │   │   ├── swscanf.c
│   │   │   ├── tempnam.c
│   │   │   ├── tmpfile.c
│   │   │   ├── tmpnam.c
│   │   │   ├── ungetc.c
│   │   │   ├── ungetwc.c
│   │   │   ├── vasprintf.c
│   │   │   ├── vdprintf.c
│   │   │   ├── vfprintf.c
│   │   │   ├── vfscanf.c
│   │   │   ├── vfwprintf.c
│   │   │   ├── vfwscanf.c
│   │   │   ├── vprintf.c
│   │   │   ├── vscanf.c
│   │   │   ├── vsnprintf.c
│   │   │   ├── vsprintf.c
│   │   │   ├── vsscanf.c
│   │   │   ├── vswprintf.c
│   │   │   ├── vswscanf.c
│   │   │   ├── vwprintf.c
│   │   │   ├── vwscanf.c
│   │   │   ├── wprintf.c
│   │   │   └── wscanf.c
│   │   ├── stdlib
│   │   │   ├── abs.c
│   │   │   ├── atof.c
│   │   │   ├── atoi.c
│   │   │   ├── atol.c
│   │   │   ├── atoll.c
│   │   │   ├── bsearch.c
│   │   │   ├── div.c
│   │   │   ├── ecvt.c
│   │   │   ├── fcvt.c
│   │   │   ├── gcvt.c
│   │   │   ├── imaxabs.c
│   │   │   ├── imaxdiv.c
│   │   │   ├── labs.c
│   │   │   ├── ldiv.c
│   │   │   ├── llabs.c
│   │   │   ├── lldiv.c
│   │   │   ├── qsort.c
│   │   │   ├── strtod.c
│   │   │   ├── strtol.c
│   │   │   ├── wcstod.c
│   │   │   └── wcstol.c
│   │   ├── string
│   │   │   ├── aarch64
│   │   │   │   ├── memcpy.S
│   │   │   │   └── memset.S
│   │   │   ├── arm
│   │   │   │   ├── __aeabi_memcpy.s
│   │   │   │   ├── __aeabi_memset.s
│   │   │   │   └── memcpy.S
│   │   │   ├── bcmp.c
│   │   │   ├── bcopy.c
│   │   │   ├── bzero.c
│   │   │   ├── explicit_bzero.c
│   │   │   ├── i386
│   │   │   │   ├── memcpy.s
│   │   │   │   ├── memmove.s
│   │   │   │   └── memset.s
│   │   │   ├── index.c
│   │   │   ├── memccpy.c
│   │   │   ├── memchr.c
│   │   │   ├── memcmp.c
│   │   │   ├── memcpy.c
│   │   │   ├── memmem.c
│   │   │   ├── memmove.c
│   │   │   ├── mempcpy.c
│   │   │   ├── memrchr.c
│   │   │   ├── memset.c
│   │   │   ├── rindex.c
│   │   │   ├── stpcpy.c
│   │   │   ├── stpncpy.c
│   │   │   ├── strcasecmp.c
│   │   │   ├── strcasestr.c
│   │   │   ├── strcat.c
│   │   │   ├── strchr.c
│   │   │   ├── strchrnul.c
│   │   │   ├── strcmp.c
│   │   │   ├── strcpy.c
│   │   │   ├── strcspn.c
│   │   │   ├── strdup.c
│   │   │   ├── strerror_r.c
│   │   │   ├── strlcat.c
│   │   │   ├── strlcpy.c
│   │   │   ├── strlen.c
│   │   │   ├── strncasecmp.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
│   │   │   ├── strverscmp.c
│   │   │   ├── swab.c
│   │   │   ├── wcpcpy.c
│   │   │   ├── wcpncpy.c
│   │   │   ├── wcscasecmp.c
│   │   │   ├── wcscasecmp_l.c
│   │   │   ├── wcscat.c
│   │   │   ├── wcschr.c
│   │   │   ├── wcscmp.c
│   │   │   ├── wcscpy.c
│   │   │   ├── wcscspn.c
│   │   │   ├── wcsdup.c
│   │   │   ├── wcslen.c
│   │   │   ├── wcsncasecmp.c
│   │   │   ├── wcsncasecmp_l.c
│   │   │   ├── wcsncat.c
│   │   │   ├── wcsncmp.c
│   │   │   ├── wcsncpy.c
│   │   │   ├── wcsnlen.c
│   │   │   ├── wcspbrk.c
│   │   │   ├── wcsrchr.c
│   │   │   ├── wcsspn.c
│   │   │   ├── wcsstr.c
│   │   │   ├── wcstok.c
│   │   │   ├── wcswcs.c
│   │   │   ├── wmemchr.c
│   │   │   ├── wmemcmp.c
│   │   │   ├── wmemcpy.c
│   │   │   ├── wmemmove.c
│   │   │   ├── wmemset.c
│   │   │   └── x86_64
│   │   │   ├── memcpy.s
│   │   │   ├── memmove.s
│   │   │   └── memset.s
│   │   ├── temp
│   │   │   ├── __randname.c
│   │   │   ├── mkdtemp.c
│   │   │   ├── mkostemp.c
│   │   │   ├── mkostemps.c
│   │   │   ├── mkstemp.c
│   │   │   ├── mkstemps.c
│   │   │   └── mktemp.c
│   │   ├── termios
│   │   │   ├── cfgetospeed.c
│   │   │   ├── cfmakeraw.c
│   │   │   ├── cfsetospeed.c
│   │   │   ├── tcdrain.c
│   │   │   ├── tcflow.c
│   │   │   ├── tcflush.c
│   │   │   ├── tcgetattr.c
│   │   │   ├── tcgetsid.c
│   │   │   ├── tcgetwinsize.c
│   │   │   ├── tcsendbreak.c
│   │   │   ├── tcsetattr.c
│   │   │   └── tcsetwinsize.c
│   │   ├── thread
│   │   │   ├── __lock.c
│   │   │   ├── __set_thread_area.c
│   │   │   ├── __syscall_cp.c
│   │   │   ├── __timedwait.c
│   │   │   ├── __tls_get_addr.c
│   │   │   ├── __unmapself.c
│   │   │   ├── __wait.c
│   │   │   ├── aarch64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── arm
│   │   │   │   ├── __aeabi_read_tp.s
│   │   │   │   ├── __set_thread_area.c
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── atomics.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── call_once.c
│   │   │   ├── clone.c
│   │   │   ├── cnd_broadcast.c
│   │   │   ├── cnd_destroy.c
│   │   │   ├── cnd_init.c
│   │   │   ├── cnd_signal.c
│   │   │   ├── cnd_timedwait.c
│   │   │   ├── cnd_wait.c
│   │   │   ├── default_attr.c
│   │   │   ├── i386
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   ├── syscall_cp.s
│   │   │   │   └── tls.s
│   │   │   ├── lock_ptc.c
│   │   │   ├── m68k
│   │   │   │   ├── __m68k_read_tp.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── microblaze
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mips
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mips64
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mipsn32
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── mtx_destroy.c
│   │   │   ├── mtx_init.c
│   │   │   ├── mtx_lock.c
│   │   │   ├── mtx_timedlock.c
│   │   │   ├── mtx_trylock.c
│   │   │   ├── mtx_unlock.c
│   │   │   ├── or1k
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── powerpc
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── powerpc64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── pthread_atfork.c
│   │   │   ├── pthread_attr_destroy.c
│   │   │   ├── pthread_attr_get.c
│   │   │   ├── pthread_attr_init.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_setstack.c
│   │   │   ├── pthread_attr_setstacksize.c
│   │   │   ├── pthread_barrier_destroy.c
│   │   │   ├── pthread_barrier_init.c
│   │   │   ├── pthread_barrier_wait.c
│   │   │   ├── pthread_barrierattr_destroy.c
│   │   │   ├── pthread_barrierattr_init.c
│   │   │   ├── pthread_barrierattr_setpshared.c
│   │   │   ├── pthread_cancel.c
│   │   │   ├── pthread_cleanup_push.c
│   │   │   ├── pthread_cond_broadcast.c
│   │   │   ├── pthread_cond_destroy.c
│   │   │   ├── pthread_cond_init.c
│   │   │   ├── pthread_cond_signal.c
│   │   │   ├── pthread_cond_timedwait.c
│   │   │   ├── pthread_cond_wait.c
│   │   │   ├── pthread_condattr_destroy.c
│   │   │   ├── pthread_condattr_init.c
│   │   │   ├── pthread_condattr_setclock.c
│   │   │   ├── pthread_condattr_setpshared.c
│   │   │   ├── pthread_create.c
│   │   │   ├── pthread_detach.c
│   │   │   ├── pthread_equal.c
│   │   │   ├── pthread_getattr_np.c
│   │   │   ├── pthread_getconcurrency.c
│   │   │   ├── pthread_getcpuclockid.c
│   │   │   ├── pthread_getschedparam.c
│   │   │   ├── pthread_getspecific.c
│   │   │   ├── pthread_join.c
│   │   │   ├── pthread_key_create.c
│   │   │   ├── pthread_kill.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_mutexattr_destroy.c
│   │   │   ├── pthread_mutexattr_init.c
│   │   │   ├── pthread_mutexattr_setprotocol.c
│   │   │   ├── pthread_mutexattr_setpshared.c
│   │   │   ├── pthread_mutexattr_setrobust.c
│   │   │   ├── pthread_mutexattr_settype.c
│   │   │   ├── pthread_once.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_rwlockattr_destroy.c
│   │   │   ├── pthread_rwlockattr_init.c
│   │   │   ├── pthread_rwlockattr_setpshared.c
│   │   │   ├── pthread_self.c
│   │   │   ├── pthread_setattr_default_np.c
│   │   │   ├── pthread_setcancelstate.c
│   │   │   ├── pthread_setcanceltype.c
│   │   │   ├── pthread_setconcurrency.c
│   │   │   ├── pthread_setname_np.c
│   │   │   ├── pthread_setschedparam.c
│   │   │   ├── pthread_setschedprio.c
│   │   │   ├── pthread_setspecific.c
│   │   │   ├── pthread_sigmask.c
│   │   │   ├── pthread_spin_destroy.c
│   │   │   ├── pthread_spin_init.c
│   │   │   ├── pthread_spin_lock.c
│   │   │   ├── pthread_spin_trylock.c
│   │   │   ├── pthread_spin_unlock.c
│   │   │   ├── pthread_testcancel.c
│   │   │   ├── riscv64
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── s390x
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __tls_get_offset.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── sem_destroy.c
│   │   │   ├── sem_getvalue.c
│   │   │   ├── sem_init.c
│   │   │   ├── sem_open.c
│   │   │   ├── sem_post.c
│   │   │   ├── sem_timedwait.c
│   │   │   ├── sem_trywait.c
│   │   │   ├── sem_unlink.c
│   │   │   ├── sem_wait.c
│   │   │   ├── sh
│   │   │   │   ├── __set_thread_area.c
│   │   │   │   ├── __unmapself.c
│   │   │   │   ├── __unmapself_mmu.s
│   │   │   │   ├── atomics.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   ├── synccall.c
│   │   │   ├── syscall_cp.c
│   │   │   ├── thrd_create.c
│   │   │   ├── thrd_exit.c
│   │   │   ├── thrd_join.c
│   │   │   ├── thrd_sleep.c
│   │   │   ├── thrd_yield.c
│   │   │   ├── tls.c
│   │   │   ├── tss_create.c
│   │   │   ├── tss_delete.c
│   │   │   ├── tss_set.c
│   │   │   ├── vmlock.c
│   │   │   ├── x32
│   │   │   │   ├── __set_thread_area.s
│   │   │   │   ├── __unmapself.s
│   │   │   │   ├── clone.s
│   │   │   │   └── syscall_cp.s
│   │   │   └── x86_64
│   │   │   ├── __set_thread_area.s
│   │   │   ├── __unmapself.s
│   │   │   ├── clone.s
│   │   │   └── syscall_cp.s
│   │   ├── time
│   │   │   ├── __map_file.c
│   │   │   ├── __month_to_secs.c
│   │   │   ├── __secs_to_tm.c
│   │   │   ├── __tm_to_secs.c
│   │   │   ├── __tz.c
│   │   │   ├── __year_to_secs.c
│   │   │   ├── asctime.c
│   │   │   ├── asctime_r.c
│   │   │   ├── clock.c
│   │   │   ├── clock_getcpuclockid.c
│   │   │   ├── clock_getres.c
│   │   │   ├── clock_gettime.c
│   │   │   ├── clock_nanosleep.c
│   │   │   ├── clock_settime.c
│   │   │   ├── ctime.c
│   │   │   ├── ctime_r.c
│   │   │   ├── difftime.c
│   │   │   ├── ftime.c
│   │   │   ├── getdate.c
│   │   │   ├── gettimeofday.c
│   │   │   ├── gmtime.c
│   │   │   ├── gmtime_r.c
│   │   │   ├── localtime.c
│   │   │   ├── localtime_r.c
│   │   │   ├── mktime.c
│   │   │   ├── nanosleep.c
│   │   │   ├── strftime.c
│   │   │   ├── strptime.c
│   │   │   ├── time.c
│   │   │   ├── time_impl.h
│   │   │   ├── timegm.c
│   │   │   ├── timer_create.c
│   │   │   ├── timer_delete.c
│   │   │   ├── timer_getoverrun.c
│   │   │   ├── timer_gettime.c
│   │   │   ├── timer_settime.c
│   │   │   ├── times.c
│   │   │   ├── timespec_get.c
│   │   │   ├── utime.c
│   │   │   └── wcsftime.c
│   │   └── unistd
│   │   ├── _exit.c
│   │   ├── access.c
│   │   ├── acct.c
│   │   ├── alarm.c
│   │   ├── chdir.c
│   │   ├── chown.c
│   │   ├── close.c
│   │   ├── ctermid.c
│   │   ├── dup.c
│   │   ├── dup2.c
│   │   ├── dup3.c
│   │   ├── faccessat.c
│   │   ├── fchdir.c
│   │   ├── fchown.c
│   │   ├── fchownat.c
│   │   ├── fdatasync.c
│   │   ├── fsync.c
│   │   ├── ftruncate.c
│   │   ├── getcwd.c
│   │   ├── getegid.c
│   │   ├── geteuid.c
│   │   ├── getgid.c
│   │   ├── getgroups.c
│   │   ├── gethostname.c
│   │   ├── getlogin.c
│   │   ├── getlogin_r.c
│   │   ├── getpgid.c
│   │   ├── getpgrp.c
│   │   ├── getpid.c
│   │   ├── getppid.c
│   │   ├── getsid.c
│   │   ├── getuid.c
│   │   ├── isatty.c
│   │   ├── lchown.c
│   │   ├── link.c
│   │   ├── linkat.c
│   │   ├── lseek.c
│   │   ├── mips
│   │   │   └── pipe.s
│   │   ├── mips64
│   │   │   └── pipe.s
│   │   ├── mipsn32
│   │   │   ├── lseek.c
│   │   │   └── pipe.s
│   │   ├── nice.c
│   │   ├── pause.c
│   │   ├── pipe.c
│   │   ├── pipe2.c
│   │   ├── posix_close.c
│   │   ├── pread.c
│   │   ├── preadv.c
│   │   ├── pwrite.c
│   │   ├── pwritev.c
│   │   ├── read.c
│   │   ├── readlink.c
│   │   ├── readlinkat.c
│   │   ├── readv.c
│   │   ├── renameat.c
│   │   ├── rmdir.c
│   │   ├── setegid.c
│   │   ├── seteuid.c
│   │   ├── setgid.c
│   │   ├── setpgid.c
│   │   ├── setpgrp.c
│   │   ├── setregid.c
│   │   ├── setresgid.c
│   │   ├── setresuid.c
│   │   ├── setreuid.c
│   │   ├── setsid.c
│   │   ├── setuid.c
│   │   ├── setxid.c
│   │   ├── sh
│   │   │   └── pipe.s
│   │   ├── sleep.c
│   │   ├── symlink.c
│   │   ├── symlinkat.c
│   │   ├── sync.c
│   │   ├── tcgetpgrp.c
│   │   ├── tcsetpgrp.c
│   │   ├── truncate.c
│   │   ├── ttyname.c
│   │   ├── ttyname_r.c
│   │   ├── ualarm.c
│   │   ├── unlink.c
│   │   ├── unlinkat.c
│   │   ├── usleep.c
│   │   ├── write.c
│   │   ├── writev.c
│   │   └── x32
│   │   └── lseek.c
│   └── sources
│   └── arc4random.c
├── libcxx
│   ├── LICENSE.TXT
│   ├── include
│   │   ├── __availability
│   │   ├── __bit_reference
│   │   ├── __bits
│   │   ├── __bsd_locale_defaults.h
│   │   ├── __bsd_locale_fallbacks.h
│   │   ├── __config
│   │   ├── __config_site.in
│   │   ├── __debug
│   │   ├── __errc
│   │   ├── __functional_03
│   │   ├── __functional_base
│   │   ├── __functional_base_03
│   │   ├── __hash_table
│   │   ├── __libcpp_version
│   │   ├── __locale
│   │   ├── __memory
│   │   │   ├── allocator_traits.h
│   │   │   ├── base.h
│   │   │   ├── pointer_traits.h
│   │   │   └── utilities.h
│   │   ├── __mutex_base
│   │   ├── __node_handle
│   │   ├── __nullptr
│   │   ├── __split_buffer
│   │   ├── __sso_allocator
│   │   ├── __std_stream
│   │   ├── __string
│   │   ├── __support
│   │   │   ├── android
│   │   │   │   └── locale_bionic.h
│   │   │   ├── fuchsia
│   │   │   │   └── xlocale.h
│   │   │   ├── ibm
│   │   │   │   ├── limits.h
│   │   │   │   ├── locale_mgmt_aix.h
│   │   │   │   ├── nanosleep.h
│   │   │   │   ├── support.h
│   │   │   │   └── xlocale.h
│   │   │   ├── musl
│   │   │   │   └── xlocale.h
│   │   │   ├── newlib
│   │   │   │   └── xlocale.h
│   │   │   ├── nuttx
│   │   │   │   └── xlocale.h
│   │   │   ├── openbsd
│   │   │   │   └── xlocale.h
│   │   │   ├── solaris
│   │   │   │   ├── floatingpoint.h
│   │   │   │   ├── wchar.h
│   │   │   │   └── xlocale.h
│   │   │   ├── win32
│   │   │   │   ├── limits_msvc_win32.h
│   │   │   │   └── locale_win32.h
│   │   │   └── xlocale
│   │   │   ├── __nop_locale_mgmt.h
│   │   │   ├── __posix_l_fallback.h
│   │   │   └── __strtonum_fallback.h
│   │   ├── __threading_support
│   │   ├── __tree
│   │   ├── __tuple
│   │   ├── __undef_macros
│   │   ├── algorithm
│   │   ├── any
│   │   ├── array
│   │   ├── atomic
│   │   ├── barrier
│   │   ├── bit
│   │   ├── bitset
│   │   ├── cassert
│   │   ├── ccomplex
│   │   ├── cctype
│   │   ├── cerrno
│   │   ├── cfenv
│   │   ├── cfloat
│   │   ├── charconv
│   │   ├── chrono
│   │   ├── cinttypes
│   │   ├── ciso646
│   │   ├── climits
│   │   ├── clocale
│   │   ├── cmath
│   │   ├── codecvt
│   │   ├── compare
│   │   ├── complex
│   │   ├── complex.h
│   │   ├── concepts
│   │   ├── condition_variable
│   │   ├── csetjmp
│   │   ├── csignal
│   │   ├── cstdarg
│   │   ├── cstdbool
│   │   ├── cstddef
│   │   ├── cstdint
│   │   ├── cstdio
│   │   ├── cstdlib
│   │   ├── cstring
│   │   ├── ctgmath
│   │   ├── ctime
│   │   ├── ctype.h
│   │   ├── cwchar
│   │   ├── cwctype
│   │   ├── deque
│   │   ├── errno.h
│   │   ├── exception
│   │   ├── execution
│   │   ├── experimental
│   │   │   ├── __config
│   │   │   ├── __memory
│   │   │   ├── algorithm
│   │   │   ├── coroutine
│   │   │   ├── deque
│   │   │   ├── filesystem
│   │   │   ├── forward_list
│   │   │   ├── functional
│   │   │   ├── iterator
│   │   │   ├── list
│   │   │   ├── map
│   │   │   ├── memory_resource
│   │   │   ├── propagate_const
│   │   │   ├── regex
│   │   │   ├── set
│   │   │   ├── simd
│   │   │   ├── string
│   │   │   ├── type_traits
│   │   │   ├── unordered_map
│   │   │   ├── unordered_set
│   │   │   ├── utility
│   │   │   └── vector
│   │   ├── ext
│   │   │   ├── __hash
│   │   │   ├── hash_map
│   │   │   └── hash_set
│   │   ├── fenv.h
│   │   ├── filesystem
│   │   ├── float.h
│   │   ├── forward_list
│   │   ├── fstream
│   │   ├── functional
│   │   ├── future
│   │   ├── initializer_list
│   │   ├── inttypes.h
│   │   ├── iomanip
│   │   ├── ios
│   │   ├── iosfwd
│   │   ├── iostream
│   │   ├── istream
│   │   ├── iterator
│   │   ├── latch
│   │   ├── limits
│   │   ├── limits.h
│   │   ├── list
│   │   ├── locale
│   │   ├── locale.h
│   │   ├── map
│   │   ├── math.h
│   │   ├── memory
│   │   ├── module.modulemap
│   │   ├── mutex
│   │   ├── new
│   │   ├── numbers
│   │   ├── numeric
│   │   ├── optional
│   │   ├── ostream
│   │   ├── queue
│   │   ├── random
│   │   ├── ratio
│   │   ├── regex
│   │   ├── scoped_allocator
│   │   ├── semaphore
│   │   ├── set
│   │   ├── setjmp.h
│   │   ├── shared_mutex
│   │   ├── span
│   │   ├── sstream
│   │   ├── stack
│   │   ├── stdbool.h
│   │   ├── stddef.h
│   │   ├── stdexcept
│   │   ├── stdint.h
│   │   ├── stdio.h
│   │   ├── stdlib.h
│   │   ├── streambuf
│   │   ├── string
│   │   ├── string.h
│   │   ├── string_view
│   │   ├── strstream
│   │   ├── system_error
│   │   ├── tgmath.h
│   │   ├── thread
│   │   ├── tuple
│   │   ├── type_traits
│   │   ├── typeindex
│   │   ├── typeinfo
│   │   ├── unordered_map
│   │   ├── unordered_set
│   │   ├── utility
│   │   ├── valarray
│   │   ├── variant
│   │   ├── vector
│   │   ├── version
│   │   ├── wchar.h
│   │   └── wctype.h
│   └── src
│   ├── algorithm.cpp
│   ├── any.cpp
│   ├── atomic.cpp
│   ├── barrier.cpp
│   ├── bind.cpp
│   ├── charconv.cpp
│   ├── chrono.cpp
│   ├── condition_variable.cpp
│   ├── condition_variable_destructor.cpp
│   ├── debug.cpp
│   ├── exception.cpp
│   ├── experimental
│   │   └── memory_resource.cpp
│   ├── filesystem
│   │   ├── directory_iterator.cpp
│   │   ├── filesystem_common.h
│   │   ├── int128_builtins.cpp
│   │   └── operations.cpp
│   ├── functional.cpp
│   ├── future.cpp
│   ├── hash.cpp
│   ├── include
│   │   ├── apple_availability.h
│   │   ├── atomic_support.h
│   │   ├── config_elast.h
│   │   └── refstring.h
│   ├── ios.cpp
│   ├── ios.instantiations.cpp
│   ├── iostream.cpp
│   ├── locale.cpp
│   ├── memory.cpp
│   ├── mutex.cpp
│   ├── mutex_destructor.cpp
│   ├── new.cpp
│   ├── optional.cpp
│   ├── random.cpp
│   ├── random_shuffle.cpp
│   ├── regex.cpp
│   ├── shared_mutex.cpp
│   ├── stdexcept.cpp
│   ├── string.cpp
│   ├── strstream.cpp
│   ├── support
│   │   ├── runtime
│   │   │   ├── exception_fallback.ipp
│   │   │   ├── exception_glibcxx.ipp
│   │   │   ├── exception_libcxxabi.ipp
│   │   │   ├── exception_libcxxrt.ipp
│   │   │   ├── exception_msvc.ipp
│   │   │   ├── exception_pointer_cxxabi.ipp
│   │   │   ├── exception_pointer_glibcxx.ipp
│   │   │   ├── exception_pointer_msvc.ipp
│   │   │   ├── exception_pointer_unimplemented.ipp
│   │   │   ├── new_handler_fallback.ipp
│   │   │   ├── stdexcept_default.ipp
│   │   │   └── stdexcept_vcruntime.ipp
│   │   ├── solaris
│   │   │   ├── mbsnrtowcs.inc
│   │   │   ├── wcsnrtombs.inc
│   │   │   └── xlocale.cpp
│   │   └── win32
│   │   ├── locale_win32.cpp
│   │   ├── support.cpp
│   │   └── thread_win32.cpp
│   ├── system_error.cpp
│   ├── thread.cpp
│   ├── typeinfo.cpp
│   ├── utility.cpp
│   ├── valarray.cpp
│   ├── variant.cpp
│   └── vector.cpp
├── libcxxabi
│   ├── LICENSE.TXT
│   ├── include
│   │   ├── __cxxabi_config.h
│   │   └── cxxabi.h
│   └── src
│   ├── abort_message.cpp
│   ├── abort_message.h
│   ├── cxa_aux_runtime.cpp
│   ├── cxa_default_handlers.cpp
│   ├── cxa_demangle.cpp
│   ├── cxa_exception.cpp
│   ├── cxa_exception.h
│   ├── cxa_exception_storage.cpp
│   ├── cxa_guard.cpp
│   ├── cxa_guard_impl.h
│   ├── cxa_handlers.cpp
│   ├── cxa_handlers.h
│   ├── cxa_noexception.cpp
│   ├── cxa_personality.cpp
│   ├── cxa_thread_atexit.cpp
│   ├── cxa_vector.cpp
│   ├── cxa_virtual.cpp
│   ├── demangle
│   │   ├── DemangleConfig.h
│   │   ├── ItaniumDemangle.h
│   │   ├── StringView.h
│   │   └── Utility.h
│   ├── fallback_malloc.cpp
│   ├── fallback_malloc.h
│   ├── include
│   │   └── atomic_support.h
│   ├── private_typeinfo.cpp
│   ├── private_typeinfo.h
│   ├── stdlib_exception.cpp
│   ├── stdlib_new_delete.cpp
│   ├── stdlib_stdexcept.cpp
│   └── stdlib_typeinfo.cpp
├── libunwind
│   ├── LICENSE.TXT
│   ├── include
│   │   ├── __libunwind_config.h
│   │   ├── libunwind.h
│   │   ├── mach-o
│   │   │   └── compact_unwind_encoding.h
│   │   └── unwind.h
│   └── src
│   ├── AddressSpace.hpp
│   ├── CompactUnwinder.hpp
│   ├── DwarfInstructions.hpp
│   ├── DwarfParser.hpp
│   ├── EHHeaderParser.hpp
│   ├── FrameHeaderCache.hpp
│   ├── RWMutex.hpp
│   ├── Registers.hpp
│   ├── Unwind-EHABI.cpp
│   ├── Unwind-EHABI.h
│   ├── Unwind-seh.cpp
│   ├── Unwind-sjlj.c
│   ├── UnwindCursor.hpp
│   ├── UnwindLevel1-gcc-ext.c
│   ├── UnwindLevel1.c
│   ├── UnwindRegistersRestore.S
│   ├── UnwindRegistersSave.S
│   ├── Unwind_AppleExtras.cpp
│   ├── assembly.h
│   ├── config.h
│   ├── dwarf2.h
│   ├── gcc_personality_v0.c
│   ├── libunwind.cpp
│   └── libunwind_ext.h
├── std
│   ├── Progress.zig
│   ├── SemanticVersion.zig
│   ├── Thread
│   │   ├── AutoResetEvent.zig
│   │   ├── Condition.zig
│   │   ├── Mutex.zig
│   │   ├── ResetEvent.zig
│   │   ├── RwLock.zig
│   │   ├── Semaphore.zig
│   │   └── StaticResetEvent.zig
│   ├── Thread.zig
│   ├── array_hash_map.zig
│   ├── array_list.zig
│   ├── ascii.zig
│   ├── atomic
│   │   ├── bool.zig
│   │   ├── int.zig
│   │   ├── queue.zig
│   │   └── stack.zig
│   ├── atomic.zig
│   ├── base64.zig
│   ├── bit_set.zig
│   ├── buf_map.zig
│   ├── buf_set.zig
│   ├── build
│   │   ├── check_file.zig
│   │   ├── emit_raw.zig
│   │   ├── fmt.zig
│   │   ├── run.zig
│   │   ├── translate_c.zig
│   │   └── write_file.zig
│   ├── build.zig
│   ├── builtin.zig
│   ├── c
│   │   ├── builtins.zig
│   │   ├── darwin.zig
│   │   ├── dragonfly.zig
│   │   ├── emscripten.zig
│   │   ├── freebsd.zig
│   │   ├── fuchsia.zig
│   │   ├── haiku.zig
│   │   ├── hermit.zig
│   │   ├── linux.zig
│   │   ├── minix.zig
│   │   ├── netbsd.zig
│   │   ├── openbsd.zig
│   │   ├── solaris.zig
│   │   ├── tokenizer.zig
│   │   └── windows.zig
│   ├── c.zig
│   ├── child_process.zig
│   ├── coff.zig
│   ├── compress
│   │   ├── deflate.zig
│   │   ├── gzip.zig
│   │   └── zlib.zig
│   ├── compress.zig
│   ├── comptime_string_map.zig
│   ├── crypto
│   │   ├── 25519
│   │   │   ├── curve25519.zig
│   │   │   ├── ed25519.zig
│   │   │   ├── edwards25519.zig
│   │   │   ├── field.zig
│   │   │   ├── ristretto255.zig
│   │   │   ├── scalar.zig
│   │   │   └── x25519.zig
│   │   ├── aegis.zig
│   │   ├── aes
│   │   │   ├── aesni.zig
│   │   │   ├── armcrypto.zig
│   │   │   └── soft.zig
│   │   ├── aes.zig
│   │   ├── aes_gcm.zig
│   │   ├── aes_ocb.zig
│   │   ├── bcrypt.zig
│   │   ├── benchmark.zig
│   │   ├── blake2.zig
│   │   ├── blake3.zig
│   │   ├── chacha20.zig
│   │   ├── errors.zig
│   │   ├── garoupe.zig
│   │   ├── ghash.zig
│   │   ├── gimli.zig
│   │   ├── hkdf.zig
│   │   ├── hmac.zig
│   │   ├── isap.zig
│   │   ├── md5.zig
│   │   ├── modes.zig
│   │   ├── pbkdf2.zig
│   │   ├── pcurves
│   │   │   ├── common.zig
│   │   │   ├── p256
│   │   │   │   ├── field.zig
│   │   │   │   ├── p256_64.zig
│   │   │   │   ├── p256_scalar_64.zig
│   │   │   │   ├── scalar.zig
│   │   │   │   └── zig-cache
│   │   │   │   ├── h
│   │   │   │   │   └── 02e5511745bf4ddde6082b99ea0c72ab.txt
│   │   │   │   └── o
│   │   │   │   └── 7f52ab19728301cd3f4fa3ea73c6ed35
│   │   │   │   └── builtin.zig
│   │   │   ├── p256.zig
│   │   │   └── tests.zig
│   │   ├── poly1305.zig
│   │   ├── salsa20.zig
│   │   ├── sha1.zig
│   │   ├── sha2.zig
│   │   ├── sha3.zig
│   │   ├── siphash.zig
│   │   ├── test.zig
│   │   ├── tlcsprng.zig
│   │   ├── utils.zig
│   │   └── zig-cache
│   │   ├── h
│   │   │   ├── 3fa3bbdf21849a9fc113eb4cfc844428.txt
│   │   │   └── f8e37b5797449ed42bdfaa805ed3187e.txt
│   │   └── o
│   │   ├── d3478a36ba19661a8442b34af8fffa3a
│   │   │   ├── benchmark.o
│   │   │   └── builtin.zig
│   │   └── d97919902fa135004e93702547c5a021
│   │   ├── benchmark.o
│   │   └── builtin.zig
│   ├── crypto.zig
│   ├── cstr.zig
│   ├── debug.zig
│   ├── dwarf.zig
│   ├── dwarf_bits.zig
│   ├── dynamic_library.zig
│   ├── elf.zig
│   ├── enums.zig
│   ├── event
│   │   ├── batch.zig
│   │   ├── channel.zig
│   │   ├── future.zig
│   │   ├── group.zig
│   │   ├── lock.zig
│   │   ├── locked.zig
│   │   ├── loop.zig
│   │   ├── rwlock.zig
│   │   ├── rwlocked.zig
│   │   └── wait_group.zig
│   ├── event.zig
│   ├── fifo.zig
│   ├── fmt
│   │   ├── errol
│   │   │   ├── enum3.zig
│   │   │   └── lookup.zig
│   │   ├── errol.zig
│   │   ├── parse_float.zig
│   │   └── parse_hex_float.zig
│   ├── fmt.zig
│   ├── fs
│   │   ├── file.zig
│   │   ├── get_app_data_dir.zig
│   │   ├── path.zig
│   │   ├── test.zig
│   │   ├── wasi.zig
│   │   └── watch.zig
│   ├── fs.zig
│   ├── hash
│   │   ├── adler.zig
│   │   ├── auto_hash.zig
│   │   ├── benchmark.zig
│   │   ├── cityhash.zig
│   │   ├── crc.zig
│   │   ├── fnv.zig
│   │   ├── murmur.zig
│   │   └── wyhash.zig
│   ├── hash.zig
│   ├── hash_map.zig
│   ├── heap
│   │   ├── arena_allocator.zig
│   │   ├── general_purpose_allocator.zig
│   │   └── logging_allocator.zig
│   ├── heap.zig
│   ├── io
│   │   ├── bit_reader.zig
│   │   ├── bit_writer.zig
│   │   ├── buffered_atomic_file.zig
│   │   ├── buffered_reader.zig
│   │   ├── buffered_writer.zig
│   │   ├── c_writer.zig
│   │   ├── change_detection_stream.zig
│   │   ├── counting_reader.zig
│   │   ├── counting_writer.zig
│   │   ├── find_byte_writer.zig
│   │   ├── fixed_buffer_stream.zig
│   │   ├── limited_reader.zig
│   │   ├── multi_writer.zig
│   │   ├── peek_stream.zig
│   │   ├── reader.zig
│   │   ├── seekable_stream.zig
│   │   ├── stream_source.zig
│   │   ├── test.zig
│   │   └── writer.zig
│   ├── io.zig
│   ├── json
│   │   ├── test.zig
│   │   └── write_stream.zig
│   ├── json.zig
│   ├── leb128.zig
│   ├── linked_list.zig
│   ├── log.zig
│   ├── macho.zig
│   ├── math
│   │   ├── acos.zig
│   │   ├── acosh.zig
│   │   ├── asin.zig
│   │   ├── asinh.zig
│   │   ├── atan.zig
│   │   ├── atan2.zig
│   │   ├── atanh.zig
│   │   ├── big
│   │   │   ├── int.zig
│   │   │   ├── int_test.zig
│   │   │   └── rational.zig
│   │   ├── big.zig
│   │   ├── cbrt.zig
│   │   ├── ceil.zig
│   │   ├── complex
│   │   │   ├── abs.zig
│   │   │   ├── acos.zig
│   │   │   ├── acosh.zig
│   │   │   ├── arg.zig
│   │   │   ├── asin.zig
│   │   │   ├── asinh.zig
│   │   │   ├── atan.zig
│   │   │   ├── atanh.zig
│   │   │   ├── conj.zig
│   │   │   ├── cos.zig
│   │   │   ├── cosh.zig
│   │   │   ├── exp.zig
│   │   │   ├── ldexp.zig
│   │   │   ├── log.zig
│   │   │   ├── pow.zig
│   │   │   ├── proj.zig
│   │   │   ├── sin.zig
│   │   │   ├── sinh.zig
│   │   │   ├── sqrt.zig
│   │   │   ├── tan.zig
│   │   │   └── tanh.zig
│   │   ├── complex.zig
│   │   ├── copysign.zig
│   │   ├── cos.zig
│   │   ├── cosh.zig
│   │   ├── epsilon.zig
│   │   ├── exp.zig
│   │   ├── exp2.zig
│   │   ├── expm1.zig
│   │   ├── expo2.zig
│   │   ├── fabs.zig
│   │   ├── floor.zig
│   │   ├── fma.zig
│   │   ├── frexp.zig
│   │   ├── hypot.zig
│   │   ├── ilogb.zig
│   │   ├── inf.zig
│   │   ├── isfinite.zig
│   │   ├── isinf.zig
│   │   ├── isnan.zig
│   │   ├── isnormal.zig
│   │   ├── ln.zig
│   │   ├── log.zig
│   │   ├── log10.zig
│   │   ├── log1p.zig
│   │   ├── log2.zig
│   │   ├── modf.zig
│   │   ├── nan.zig
│   │   ├── pow.zig
│   │   ├── powi.zig
│   │   ├── round.zig
│   │   ├── scalbn.zig
│   │   ├── signbit.zig
│   │   ├── sin.zig
│   │   ├── sinh.zig
│   │   ├── sqrt.zig
│   │   ├── tan.zig
│   │   ├── tanh.zig
│   │   └── trunc.zig
│   ├── math.zig
│   ├── mem
│   │   └── Allocator.zig
│   ├── mem.zig
│   ├── meta
│   │   ├── #trait.zig#
│   │   ├── trailer_flags.zig
│   │   └── trait.zig
│   ├── meta.zig
│   ├── multi_array_list.zig
│   ├── net
│   │   └── test.zig
│   ├── net.zig
│   ├── once.zig
│   ├── os
│   │   ├── bits
│   │   │   ├── darwin.zig
│   │   │   ├── dragonfly.zig
│   │   │   ├── freebsd.zig
│   │   │   ├── haiku.zig
│   │   │   ├── linux
│   │   │   │   ├── arm-eabi.zig
│   │   │   │   ├── arm64.zig
│   │   │   │   ├── errno-generic.zig
│   │   │   │   ├── errno-mips.zig
│   │   │   │   ├── errno-sparc.zig
│   │   │   │   ├── i386.zig
│   │   │   │   ├── mips.zig
│   │   │   │   ├── netlink.zig
│   │   │   │   ├── powerpc.zig
│   │   │   │   ├── powerpc64.zig
│   │   │   │   ├── prctl.zig
│   │   │   │   ├── riscv64.zig
│   │   │   │   ├── securebits.zig
│   │   │   │   ├── sparc64.zig
│   │   │   │   └── x86_64.zig
│   │   │   ├── linux.zig
│   │   │   ├── netbsd.zig
│   │   │   ├── openbsd.zig
│   │   │   ├── wasi.zig
│   │   │   └── windows.zig
│   │   ├── bits.zig
│   │   ├── darwin.zig
│   │   ├── dragonfly.zig
│   │   ├── freebsd.zig
│   │   ├── haiku.zig
│   │   ├── linux
│   │   │   ├── arm-eabi.zig
│   │   │   ├── arm64.zig
│   │   │   ├── bpf
│   │   │   │   ├── btf.zig
│   │   │   │   ├── btf_ext.zig
│   │   │   │   ├── helpers.zig
│   │   │   │   └── kern.zig
│   │   │   ├── bpf.zig
│   │   │   ├── i386.zig
│   │   │   ├── io_uring.zig
│   │   │   ├── mips.zig
│   │   │   ├── powerpc.zig
│   │   │   ├── powerpc64.zig
│   │   │   ├── riscv64.zig
│   │   │   ├── sparc64.zig
│   │   │   ├── start_pie.zig
│   │   │   ├── test.zig
│   │   │   ├── thumb.zig
│   │   │   ├── tls.zig
│   │   │   ├── vdso.zig
│   │   │   └── x86_64.zig
│   │   ├── linux.zig
│   │   ├── netbsd.zig
│   │   ├── openbsd.zig
│   │   ├── test.zig
│   │   ├── uefi
│   │   │   ├── protocols
│   │   │   │   ├── absolute_pointer_protocol.zig
│   │   │   │   ├── device_path_protocol.zig
│   │   │   │   ├── edid_active_protocol.zig
│   │   │   │   ├── edid_discovered_protocol.zig
│   │   │   │   ├── edid_override_protocol.zig
│   │   │   │   ├── file_protocol.zig
│   │   │   │   ├── graphics_output_protocol.zig
│   │   │   │   ├── hii.zig
│   │   │   │   ├── hii_database_protocol.zig
│   │   │   │   ├── hii_popup_protocol.zig
│   │   │   │   ├── ip6_config_protocol.zig
│   │   │   │   ├── ip6_protocol.zig
│   │   │   │   ├── ip6_service_binding_protocol.zig
│   │   │   │   ├── loaded_image_protocol.zig
│   │   │   │   ├── managed_network_protocol.zig
│   │   │   │   ├── managed_network_service_binding_protocol.zig
│   │   │   │   ├── rng_protocol.zig
│   │   │   │   ├── shell_parameters_protocol.zig
│   │   │   │   ├── simple_file_system_protocol.zig
│   │   │   │   ├── simple_network_protocol.zig
│   │   │   │   ├── simple_pointer_protocol.zig
│   │   │   │   ├── simple_text_input_ex_protocol.zig
│   │   │   │   ├── simple_text_input_protocol.zig
│   │   │   │   ├── simple_text_output_protocol.zig
│   │   │   │   ├── udp6_protocol.zig
│   │   │   │   └── udp6_service_binding_protocol.zig
│   │   │   ├── protocols.zig
│   │   │   ├── status.zig
│   │   │   ├── tables
│   │   │   │   ├── boot_services.zig
│   │   │   │   ├── configuration_table.zig
│   │   │   │   ├── runtime_services.zig
│   │   │   │   ├── system_table.zig
│   │   │   │   └── table_header.zig
│   │   │   └── tables.zig
│   │   ├── uefi.zig
│   │   ├── wasi.zig
│   │   ├── windows
│   │   │   ├── advapi32.zig
│   │   │   ├── bits.zig
│   │   │   ├── gdi32.zig
│   │   │   ├── kernel32.zig
│   │   │   ├── lang.zig
│   │   │   ├── ntdll.zig
│   │   │   ├── ntstatus.zig
│   │   │   ├── ole32.zig
│   │   │   ├── psapi.zig
│   │   │   ├── shell32.zig
│   │   │   ├── sublang.zig
│   │   │   ├── user32.zig
│   │   │   ├── win32error.zig
│   │   │   └── ws2_32.zig
│   │   └── windows.zig
│   ├── os.zig
│   ├── packed_int_array.zig
│   ├── pdb.zig
│   ├── priority_dequeue.zig
│   ├── priority_queue.zig
│   ├── process.zig
│   ├── rand
│   │   ├── Gimli.zig
│   │   ├── Isaac64.zig
│   │   ├── Pcg.zig
│   │   ├── Sfc64.zig
│   │   ├── Xoroshiro128.zig
│   │   └── ziggurat.zig
│   ├── rand.zig
│   ├── sort.zig
│   ├── special
│   │   ├── build_runner.zig
│   │   ├── c.zig
│   │   ├── compiler_rt
│   │   │   ├── addXf3.zig
│   │   │   ├── addXf3_test.zig
│   │   │   ├── arm.zig
│   │   │   ├── ashldi3_test.zig
│   │   │   ├── ashlti3_test.zig
│   │   │   ├── ashrdi3_test.zig
│   │   │   ├── ashrti3_test.zig
│   │   │   ├── atomics.zig
│   │   │   ├── aulldiv.zig
│   │   │   ├── aullrem.zig
│   │   │   ├── clear_cache.zig
│   │   │   ├── clzsi2.zig
│   │   │   ├── clzsi2_test.zig
│   │   │   ├── compareXf2.zig
│   │   │   ├── comparedf2_test.zig
│   │   │   ├── comparesf2_test.zig
│   │   │   ├── divdf3.zig
│   │   │   ├── divdf3_test.zig
│   │   │   ├── divsf3.zig
│   │   │   ├── divsf3_test.zig
│   │   │   ├── divtf3.zig
│   │   │   ├── divtf3_test.zig
│   │   │   ├── divti3.zig
│   │   │   ├── divti3_test.zig
│   │   │   ├── emutls.zig
│   │   │   ├── extendXfYf2.zig
│   │   │   ├── extendXfYf2_test.zig
│   │   │   ├── fixdfdi.zig
│   │   │   ├── fixdfdi_test.zig
│   │   │   ├── fixdfsi.zig
│   │   │   ├── fixdfsi_test.zig
│   │   │   ├── fixdfti.zig
│   │   │   ├── fixdfti_test.zig
│   │   │   ├── fixint.zig
│   │   │   ├── fixint_test.zig
│   │   │   ├── fixsfdi.zig
│   │   │   ├── fixsfdi_test.zig
│   │   │   ├── fixsfsi.zig
│   │   │   ├── fixsfsi_test.zig
│   │   │   ├── fixsfti.zig
│   │   │   ├── fixsfti_test.zig
│   │   │   ├── fixtfdi.zig
│   │   │   ├── fixtfdi_test.zig
│   │   │   ├── fixtfsi.zig
│   │   │   ├── fixtfsi_test.zig
│   │   │   ├── fixtfti.zig
│   │   │   ├── fixtfti_test.zig
│   │   │   ├── fixuint.zig
│   │   │   ├── fixunsdfdi.zig
│   │   │   ├── fixunsdfdi_test.zig
│   │   │   ├── fixunsdfsi.zig
│   │   │   ├── fixunsdfsi_test.zig
│   │   │   ├── fixunsdfti.zig
│   │   │   ├── fixunsdfti_test.zig
│   │   │   ├── fixunssfdi.zig
│   │   │   ├── fixunssfdi_test.zig
│   │   │   ├── fixunssfsi.zig
│   │   │   ├── fixunssfsi_test.zig
│   │   │   ├── fixunssfti.zig
│   │   │   ├── fixunssfti_test.zig
│   │   │   ├── fixunstfdi.zig
│   │   │   ├── fixunstfdi_test.zig
│   │   │   ├── fixunstfsi.zig
│   │   │   ├── fixunstfsi_test.zig
│   │   │   ├── fixunstfti.zig
│   │   │   ├── fixunstfti_test.zig
│   │   │   ├── floatXisf.zig
│   │   │   ├── floatdidf.zig
│   │   │   ├── floatdidf_test.zig
│   │   │   ├── floatdisf_test.zig
│   │   │   ├── floatditf.zig
│   │   │   ├── floatditf_test.zig
│   │   │   ├── floatsiXf.zig
│   │   │   ├── floattidf.zig
│   │   │   ├── floattidf_test.zig
│   │   │   ├── floattisf_test.zig
│   │   │   ├── floattitf.zig
│   │   │   ├── floattitf_test.zig
│   │   │   ├── floatundidf.zig
│   │   │   ├── floatundidf_test.zig
│   │   │   ├── floatundisf.zig
│   │   │   ├── floatunditf.zig
│   │   │   ├── floatunditf_test.zig
│   │   │   ├── floatunsidf.zig
│   │   │   ├── floatunsisf.zig
│   │   │   ├── floatunsitf.zig
│   │   │   ├── floatunsitf_test.zig
│   │   │   ├── floatuntidf.zig
│   │   │   ├── floatuntidf_test.zig
│   │   │   ├── floatuntisf.zig
│   │   │   ├── floatuntisf_test.zig
│   │   │   ├── floatuntitf.zig
│   │   │   ├── floatuntitf_test.zig
│   │   │   ├── int.zig
│   │   │   ├── lshrdi3_test.zig
│   │   │   ├── lshrti3_test.zig
│   │   │   ├── modti3.zig
│   │   │   ├── modti3_test.zig
│   │   │   ├── mulXf3.zig
│   │   │   ├── mulXf3_test.zig
│   │   │   ├── muldi3.zig
│   │   │   ├── muldi3_test.zig
│   │   │   ├── mulodi4.zig
│   │   │   ├── mulodi4_test.zig
│   │   │   ├── muloti4.zig
│   │   │   ├── muloti4_test.zig
│   │   │   ├── multi3.zig
│   │   │   ├── multi3_test.zig
│   │   │   ├── negXf2.zig
│   │   │   ├── popcountdi2.zig
│   │   │   ├── popcountdi2_test.zig
│   │   │   ├── shift.zig
│   │   │   ├── sparc.zig
│   │   │   ├── stack_probe.zig
│   │   │   ├── truncXfYf2.zig
│   │   │   ├── truncXfYf2_test.zig
│   │   │   ├── udivmod.zig
│   │   │   ├── udivmoddi4_test.zig
│   │   │   ├── udivmodti4.zig
│   │   │   ├── udivmodti4_test.zig
│   │   │   ├── udivti3.zig
│   │   │   └── umodti3.zig
│   │   ├── compiler_rt.zig
│   │   ├── docs
│   │   │   ├── index.html
│   │   │   └── main.js
│   │   ├── init-exe
│   │   │   ├── build.zig
│   │   │   └── src
│   │   │   └── main.zig
│   │   ├── init-lib
│   │   │   ├── build.zig
│   │   │   └── src
│   │   │   └── main.zig
│   │   ├── ssp.zig
│   │   └── test_runner.zig
│   ├── start.zig
│   ├── start_windows_tls.zig
│   ├── std.zig
│   ├── target
│   │   ├── aarch64.zig
│   │   ├── amdgpu.zig
│   │   ├── arm.zig
│   │   ├── avr.zig
│   │   ├── bpf.zig
│   │   ├── hexagon.zig
│   │   ├── mips.zig
│   │   ├── msp430.zig
│   │   ├── nvptx.zig
│   │   ├── powerpc.zig
│   │   ├── riscv.zig
│   │   ├── sparc.zig
│   │   ├── spirv.zig
│   │   ├── systemz.zig
│   │   ├── ve.zig
│   │   ├── wasm.zig
│   │   └── x86.zig
│   ├── target.zig
│   ├── testing
│   │   └── failing_allocator.zig
│   ├── testing.zig
│   ├── time
│   │   └── epoch.zig
│   ├── time.zig
│   ├── unicode
│   │   └── throughput_test.zig
│   ├── unicode.zig
│   ├── valgrind
│   │   ├── callgrind.zig
│   │   └── memcheck.zig
│   ├── valgrind.zig
│   ├── wasm.zig
│   ├── x
│   │   ├── net
│   │   │   ├── ip.zig
│   │   │   └── tcp.zig
│   │   └── os
│   │   ├── net.zig
│   │   ├── socket.zig
│   │   ├── socket_posix.zig
│   │   └── socket_windows.zig
│   ├── x.zig
│   ├── zig
│   │   ├── ast.zig
│   │   ├── cross_target.zig
│   │   ├── fmt.zig
│   │   ├── parse.zig
│   │   ├── parser_test.zig
│   │   ├── perf_test.zig
│   │   ├── render.zig
│   │   ├── string_literal.zig
│   │   ├── system
│   │   │   ├── linux.zig
│   │   │   ├── macos.zig
│   │   │   ├── windows.zig
│   │   │   └── x86.zig
│   │   ├── system.zig
│   │   └── tokenizer.zig
│   ├── zig-cache
│   │   ├── h
│   │   │   ├── 4607a9e455ed42dabffeff85048345a9.txt
│   │   │   ├── 462c94e12ca862f3a34f50a741b5c26c.txt
│   │   │   ├── 4acd23f330cdabcf7506ab81ce2a5ad8.txt
│   │   │   ├── 58c3a075bafb057cc128f05ab2777d49.txt
│   │   │   ├── 689b26e5bf003fbbbb8535276495ba59.txt
│   │   │   ├── 6bdc8bdb0de63aaaeb80da8a0cef0e31.txt
│   │   │   ├── 7632e75f507b36c29d74c63d66e0dd3d.txt
│   │   │   ├── 88f5cb9917eeb165ec51700263d17530.txt
│   │   │   ├── 8f83e0f506fc121bf63bdd9621a201e2.txt
│   │   │   ├── b45a3b9e50a468e7932f2d04a1d79ce2.txt
│   │   │   ├── c29b75e23912fc636db327bd1fbc8e55.txt
│   │   │   └── e8fdf6dfed5c2250e6a25d45ba7c4599.txt
│   │   └── o
│   │   ├── 0a2d68a9781707dc7abd42c7188adce0
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 1e3bdea8ed383c5963fc3ef2593e7996
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 26c1ad04bc3b98354d68c57a079ce629
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 28eb5284bd61a6f2c00dd2cad5eee0a9
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 78623daecdc454faf5f298bb89723fda
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 929758f1fb41cc75a11f380811a6a924
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   ├── 95c64d8749d9de1101f0f085c54b2da2
│   │   │   └── builtin.zig
│   │   ├── e5c7ed8cc637151f676c3e808dc9ca16
│   │   │   └── builtin.zig
│   │   ├── ea73480293c71d14adb3f754e9eef43f
│   │   │   ├── builtin.zig
│   │   │   ├── test
│   │   │   └── test.o
│   │   └── ee3231f494a89269b4ab2c608786b063
│   │   ├── builtin.zig
│   │   ├── test
│   │   └── test.o
│   └── zig.zig
└── tsan
├── interception
│   ├── interception.h
│   ├── interception_linux.cpp
│   ├── interception_linux.h
│   ├── interception_mac.cpp
│   ├── interception_mac.h
│   ├── interception_type_test.cpp
│   ├── interception_win.cpp
│   └── interception_win.h
├── sanitizer_common
│   ├── sancov_flags.h
│   ├── sancov_flags.inc
│   ├── sanitizer_addrhashmap.h
│   ├── sanitizer_allocator.cpp
│   ├── sanitizer_allocator.h
│   ├── sanitizer_allocator_bytemap.h
│   ├── sanitizer_allocator_checks.cpp
│   ├── sanitizer_allocator_checks.h
│   ├── sanitizer_allocator_combined.h
│   ├── sanitizer_allocator_interface.h
│   ├── sanitizer_allocator_internal.h
│   ├── sanitizer_allocator_local_cache.h
│   ├── sanitizer_allocator_primary32.h
│   ├── sanitizer_allocator_primary64.h
│   ├── sanitizer_allocator_report.cpp
│   ├── sanitizer_allocator_report.h
│   ├── sanitizer_allocator_secondary.h
│   ├── sanitizer_allocator_size_class_map.h
│   ├── sanitizer_allocator_stats.h
│   ├── sanitizer_asm.h
│   ├── sanitizer_atomic.h
│   ├── sanitizer_atomic_clang.h
│   ├── sanitizer_atomic_clang_mips.h
│   ├── sanitizer_atomic_clang_other.h
│   ├── sanitizer_atomic_clang_x86.h
│   ├── sanitizer_atomic_msvc.h
│   ├── sanitizer_bitvector.h
│   ├── sanitizer_bvgraph.h
│   ├── sanitizer_common.cpp
│   ├── sanitizer_common.h
│   ├── sanitizer_common_interceptors.inc
│   ├── sanitizer_common_interceptors_format.inc
│   ├── sanitizer_common_interceptors_ioctl.inc
│   ├── sanitizer_common_interceptors_netbsd_compat.inc
│   ├── sanitizer_common_interface.inc
│   ├── sanitizer_common_interface_posix.inc
│   ├── sanitizer_common_libcdep.cpp
│   ├── sanitizer_common_nolibc.cpp
│   ├── sanitizer_common_syscalls.inc
│   ├── sanitizer_coverage_interface.inc
│   ├── sanitizer_dbghelp.h
│   ├── sanitizer_deadlock_detector.h
│   ├── sanitizer_deadlock_detector1.cpp
│   ├── sanitizer_deadlock_detector2.cpp
│   ├── sanitizer_deadlock_detector_interface.h
│   ├── sanitizer_errno.cpp
│   ├── sanitizer_errno.h
│   ├── sanitizer_errno_codes.h
│   ├── sanitizer_file.cpp
│   ├── sanitizer_file.h
│   ├── sanitizer_flag_parser.cpp
│   ├── sanitizer_flag_parser.h
│   ├── sanitizer_flags.cpp
│   ├── sanitizer_flags.h
│   ├── sanitizer_flags.inc
│   ├── sanitizer_freebsd.h
│   ├── sanitizer_fuchsia.cpp
│   ├── sanitizer_fuchsia.h
│   ├── sanitizer_getauxval.h
│   ├── sanitizer_glibc_version.h
│   ├── sanitizer_hash.h
│   ├── sanitizer_interceptors_ioctl_netbsd.inc
│   ├── sanitizer_interface_internal.h
│   ├── sanitizer_internal_defs.h
│   ├── sanitizer_lfstack.h
│   ├── sanitizer_libc.cpp
│   ├── sanitizer_libc.h
│   ├── sanitizer_libignore.cpp
│   ├── sanitizer_libignore.h
│   ├── sanitizer_linux.cpp
│   ├── sanitizer_linux.h
│   ├── sanitizer_linux_libcdep.cpp
│   ├── sanitizer_linux_s390.cpp
│   ├── sanitizer_list.h
│   ├── sanitizer_local_address_space_view.h
│   ├── sanitizer_mac.cpp
│   ├── sanitizer_mac.h
│   ├── sanitizer_mac_libcdep.cpp
│   ├── sanitizer_malloc_mac.inc
│   ├── sanitizer_mutex.h
│   ├── sanitizer_netbsd.cpp
│   ├── sanitizer_openbsd.cpp
│   ├── sanitizer_persistent_allocator.cpp
│   ├── sanitizer_persistent_allocator.h
│   ├── sanitizer_placement_new.h
│   ├── sanitizer_platform.h
│   ├── sanitizer_platform_interceptors.h
│   ├── sanitizer_platform_limits_freebsd.cpp
│   ├── sanitizer_platform_limits_freebsd.h
│   ├── sanitizer_platform_limits_linux.cpp
│   ├── sanitizer_platform_limits_netbsd.cpp
│   ├── sanitizer_platform_limits_netbsd.h
│   ├── sanitizer_platform_limits_openbsd.cpp
│   ├── sanitizer_platform_limits_openbsd.h
│   ├── sanitizer_platform_limits_posix.cpp
│   ├── sanitizer_platform_limits_posix.h
│   ├── sanitizer_platform_limits_solaris.cpp
│   ├── sanitizer_platform_limits_solaris.h
│   ├── sanitizer_posix.cpp
│   ├── sanitizer_posix.h
│   ├── sanitizer_posix_libcdep.cpp
│   ├── sanitizer_printf.cpp
│   ├── sanitizer_procmaps.h
│   ├── sanitizer_procmaps_bsd.cpp
│   ├── sanitizer_procmaps_common.cpp
│   ├── sanitizer_procmaps_fuchsia.cpp
│   ├── sanitizer_procmaps_linux.cpp
│   ├── sanitizer_procmaps_mac.cpp
│   ├── sanitizer_procmaps_solaris.cpp
│   ├── sanitizer_ptrauth.h
│   ├── sanitizer_quarantine.h
│   ├── sanitizer_report_decorator.h
│   ├── sanitizer_ring_buffer.h
│   ├── sanitizer_rtems.cpp
│   ├── sanitizer_rtems.h
│   ├── sanitizer_signal_interceptors.inc
│   ├── sanitizer_solaris.cpp
│   ├── sanitizer_stackdepot.cpp
│   ├── sanitizer_stackdepot.h
│   ├── sanitizer_stackdepotbase.h
│   ├── sanitizer_stacktrace.cpp
│   ├── sanitizer_stacktrace.h
│   ├── sanitizer_stacktrace_libcdep.cpp
│   ├── sanitizer_stacktrace_printer.cpp
│   ├── sanitizer_stacktrace_printer.h
│   ├── sanitizer_stacktrace_sparc.cpp
│   ├── sanitizer_stoptheworld.h
│   ├── sanitizer_stoptheworld_fuchsia.cpp
│   ├── sanitizer_stoptheworld_linux_libcdep.cpp
│   ├── sanitizer_stoptheworld_mac.cpp
│   ├── sanitizer_stoptheworld_netbsd_libcdep.cpp
│   ├── sanitizer_suppressions.cpp
│   ├── sanitizer_suppressions.h
│   ├── sanitizer_symbolizer.cpp
│   ├── sanitizer_symbolizer.h
│   ├── sanitizer_symbolizer_fuchsia.h
│   ├── sanitizer_symbolizer_internal.h
│   ├── sanitizer_symbolizer_libbacktrace.cpp
│   ├── sanitizer_symbolizer_libbacktrace.h
│   ├── sanitizer_symbolizer_libcdep.cpp
│   ├── sanitizer_symbolizer_mac.cpp
│   ├── sanitizer_symbolizer_mac.h
│   ├── sanitizer_symbolizer_markup.cpp
│   ├── sanitizer_symbolizer_posix_libcdep.cpp
│   ├── sanitizer_symbolizer_report.cpp
│   ├── sanitizer_symbolizer_rtems.h
│   ├── sanitizer_symbolizer_win.cpp
│   ├── sanitizer_syscall_generic.inc
│   ├── sanitizer_syscall_linux_aarch64.inc
│   ├── sanitizer_syscall_linux_arm.inc
│   ├── sanitizer_syscall_linux_x86_64.inc
│   ├── sanitizer_syscalls_netbsd.inc
│   ├── sanitizer_termination.cpp
│   ├── sanitizer_thread_registry.cpp
│   ├── sanitizer_thread_registry.h
│   ├── sanitizer_tls_get_addr.cpp
│   ├── sanitizer_tls_get_addr.h
│   ├── sanitizer_type_traits.cpp
│   ├── sanitizer_type_traits.h
│   ├── sanitizer_unwind_linux_libcdep.cpp
│   ├── sanitizer_unwind_win.cpp
│   ├── sanitizer_vector.h
│   ├── sanitizer_win.cpp
│   ├── sanitizer_win.h
│   ├── sanitizer_win_defs.h
│   ├── sanitizer_win_dll_thunk.h
│   └── sanitizer_win_weak_interception.h
├── tsan_clock.cpp
├── tsan_clock.h
├── tsan_debugging.cpp
├── tsan_defs.h
├── tsan_dense_alloc.h
├── tsan_external.cpp
├── tsan_fd.cpp
├── tsan_fd.h
├── tsan_flags.cpp
├── tsan_flags.h
├── tsan_flags.inc
├── tsan_ignoreset.cpp
├── tsan_ignoreset.h
├── tsan_interceptors.h
├── tsan_interceptors_mac.cpp
├── tsan_interceptors_mach_vm.cpp
├── tsan_interceptors_posix.cpp
├── tsan_interface.cpp
├── tsan_interface.h
├── tsan_interface_ann.cpp
├── tsan_interface_ann.h
├── tsan_interface_atomic.cpp
├── tsan_interface_inl.h
├── tsan_interface_java.cpp
├── tsan_interface_java.h
├── tsan_malloc_mac.cpp
├── tsan_md5.cpp
├── tsan_mman.cpp
├── tsan_mman.h
├── tsan_mutex.cpp
├── tsan_mutex.h
├── tsan_mutexset.cpp
├── tsan_mutexset.h
├── tsan_platform.h
├── tsan_platform_linux.cpp
├── tsan_platform_mac.cpp
├── tsan_platform_posix.cpp
├── tsan_ppc_regs.h
├── tsan_preinit.cpp
├── tsan_report.cpp
├── tsan_report.h
├── tsan_rtl.cpp
├── tsan_rtl.h
├── tsan_rtl_aarch64.S
├── tsan_rtl_amd64.S
├── tsan_rtl_mips64.S
├── tsan_rtl_mutex.cpp
├── tsan_rtl_ppc64.S
├── tsan_rtl_proc.cpp
├── tsan_rtl_report.cpp
├── tsan_rtl_thread.cpp
├── tsan_stack_trace.cpp
├── tsan_stack_trace.h
├── tsan_stat.cpp
├── tsan_stat.h
├── tsan_suppressions.cpp
├── tsan_suppressions.h
├── tsan_symbolize.cpp
├── tsan_symbolize.h
├── tsan_sync.cpp
├── tsan_sync.h
├── tsan_trace.h
├── tsan_update_shadow_word_inl.h
└── ubsan
├── ubsan_flags.h
├── ubsan_flags.inc
├── ubsan_init.h
└── ubsan_platform.h
1042 directories, 12625 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment