Name Date Size #Lines LOC

..--

Android.bpH A D25-Apr-20251.1 KiB3835

README.mdH A D25-Apr-2025366 96

arpa_inet_h.cH A D25-Apr-20251.8 KiB5116

assert_h.cH A D25-Apr-20251.5 KiB4211

complex_h.cH A D25-Apr-20255.5 KiB14287

cpio_h.cH A D25-Apr-20252.1 KiB6427

ctype_h.cH A D25-Apr-20252.8 KiB7542

dirent_h.cH A D25-Apr-20252.4 KiB6026

dlfcn_h.cH A D25-Apr-20251.7 KiB4412

errno_h.cH A D25-Apr-20252.9 KiB11785

fcntl_h.cH A D25-Apr-20253.5 KiB12577

fenv_h.cH A D25-Apr-20252.2 KiB6428

float_h.cH A D25-Apr-20252.1 KiB6835

fnmatch_h.cH A D25-Apr-20251.6 KiB419

ftw_h.cH A D25-Apr-20252.1 KiB6022

glob_h.cH A D25-Apr-20251.9 KiB5521

grp_h.cH A D25-Apr-20252 KiB5017

header_checks.hH A D25-Apr-20251.8 KiB389

iconv_h.cH A D25-Apr-20251.7 KiB419

inttypes_h.cH A D25-Apr-20252 KiB5115

iso646_h.cH A D25-Apr-20251.9 KiB6837

langinfo_h.cH A D25-Apr-20253.3 KiB9663

libgen_h.cH A D25-Apr-20251.7 KiB4211

limits_h.cH A D25-Apr-20256.7 KiB226188

locale_h.cH A D25-Apr-20253.4 KiB8751

math_h.cH A D25-Apr-202510.9 KiB347261

net_if_h.cH A D25-Apr-20251.8 KiB4512

netdb_h.cH A D25-Apr-20254.8 KiB13087

netinet_in_h.cH A D25-Apr-20254.2 KiB13591

netinet_tcp_h.cH A D25-Apr-20251.5 KiB365

nl_types_h.cH A D25-Apr-20251.7 KiB4411

poll_h.cH A D25-Apr-20251.9 KiB5420

pthread_h.cH A D25-Apr-202511 KiB227182

pwd_h.cH A D25-Apr-20252.1 KiB5320

regex_h.cH A D25-Apr-20252.2 KiB6932

sched_h.cH A D25-Apr-20252.5 KiB6531

search_h.cH A D25-Apr-20252.5 KiB6530

semaphore_h.cH A D25-Apr-20252 KiB4916

setjmp_h.cH A D25-Apr-20252 KiB5519

signal_h.cH A D25-Apr-20256.7 KiB240180

spawn_h.cH A D25-Apr-20253.6 KiB7236

stdarg_h.cH A D25-Apr-20251.6 KiB4917

stdatomic_h.cH A D25-Apr-20255.2 KiB176137

stdbool_h.cH A D25-Apr-20251.5 KiB398

stddef_h.cH A D25-Apr-20251.6 KiB4411

stdint_h.cH A D25-Apr-20253.6 KiB162113

stdio_h.cH A D25-Apr-20255.3 KiB148106

stdlib_h.cH A D25-Apr-20255.3 KiB145108

string_h.cH A D25-Apr-20253.4 KiB7341

strings_h.cH A D25-Apr-20251.9 KiB4715

sys_ipc_h.cH A D25-Apr-20252 KiB6226

sys_mman_h.cH A D25-Apr-20253.1 KiB9353

sys_msg_h.cH A D25-Apr-20252.5 KiB6932

sys_resource_h.cH A D25-Apr-20252.3 KiB7132

sys_select_h.cH A D25-Apr-20252 KiB6327

sys_sem_h.cH A D25-Apr-20252.6 KiB7738

sys_shm_h.cH A D25-Apr-20252.5 KiB6932

sys_socket_h.cH A D25-Apr-20254.9 KiB155107

sys_stat_h.cH A D25-Apr-20255 KiB155115

sys_stat_h_file_type_test_macros.hH A D25-Apr-20251.7 KiB5021

sys_stat_h_mode_constants.hH A D25-Apr-20251.9 KiB5623

sys_statvfs_h.cH A D25-Apr-20252.3 KiB5622

sys_time_h.cH A D25-Apr-20252.5 KiB7538

sys_times_h.cH A D25-Apr-20251.7 KiB4411

sys_types_h.cH A D25-Apr-20252.1 KiB6938

sys_uio_h.cH A D25-Apr-20251.7 KiB4411

sys_un_h.cH A D25-Apr-20251.6 KiB408

sys_utsname_h.cH A D25-Apr-20251.8 KiB4311

sys_wait_h.cH A D25-Apr-20252.2 KiB7842

syslog_h.cH A D25-Apr-20252.3 KiB7641

tar_h.cH A D25-Apr-20252.1 KiB6229

termios_h.cH A D25-Apr-20254.3 KiB180135

tgmath_h.cH A D25-Apr-20253.4 KiB11984

threads_h.cH A D25-Apr-20253.1 KiB8945

time_h.cH A D25-Apr-20254.2 KiB11169

unistd_h.cH A D25-Apr-202512.5 KiB405361

utime_h.cH A D25-Apr-20251.6 KiB429

utmpx_h.cH A D25-Apr-20252.4 KiB6429

wchar_h.cH A D25-Apr-20256.2 KiB12390

wctype_h.cH A D25-Apr-20253.2 KiB7845

README.md

1# POSIX header tests
2
3These compile-time tests check that each POSIX header contains _at
4least_ what POSIX says. Every POSIX header file gets a corresponding
5`.c` file in this directory. Every constant, macro, type, struct field,
6and function in the header gets a corresponding assertion in the file.
7
8See `header_checks.h` for the implementation of the assertions.
9