• Home
Name Date Size #Lines LOC

..--

Android.bpD04-Jul-20251.1 KiB3835

README.mdD04-Jul-2025366 96

arpa_inet_h.cD04-Jul-2025561 2616

assert_h.cD04-Jul-2025251 1711

complex_h.cD04-Jul-20254.2 KiB11787

cpio_h.cD04-Jul-2025830 3927

ctype_h.cD04-Jul-20251.6 KiB5042

dirent_h.cD04-Jul-20251.1 KiB3526

dlfcn_h.cD04-Jul-2025804 3022

errno_h.cD04-Jul-20251.6 KiB9285

fcntl_h.cD04-Jul-20252.2 KiB10077

fenv_h.cD04-Jul-2025977 3928

float_h.cD04-Jul-2025859 4335

fnmatch_h.cD04-Jul-2025326 169

ftw_h.cD04-Jul-2025818 3522

glob_h.cD04-Jul-2025676 3021

grp_h.cD04-Jul-2025771 2517

header_checks.hD04-Jul-2025559 139

iconv_h.cD04-Jul-2025387 169

inttypes_h.cD04-Jul-2025778 2615

iso646_h.cD04-Jul-2025602 4337

langinfo_h.cD04-Jul-20252 KiB7163

libgen_h.cD04-Jul-2025442 1711

limits_h.cD04-Jul-20255.5 KiB204191

locale_h.cD04-Jul-20252.1 KiB6251

math_h.cD04-Jul-20259.6 KiB322261

net_if_h.cD04-Jul-2025572 2012

netdb_h.cD04-Jul-20253.5 KiB10587

netinet_in_h.cD04-Jul-20252.9 KiB11091

netinet_tcp_h.cD04-Jul-2025204 115

nl_types_h.cD04-Jul-2025413 1911

poll_h.cD04-Jul-2025849 3727

pthread_h.cD04-Jul-202510.3 KiB212192

pwd_h.cD04-Jul-2025892 2820

regex_h.cD04-Jul-2025984 4432

sched_h.cD04-Jul-20251.2 KiB4031

search_h.cD04-Jul-20251.2 KiB4030

semaphore_h.cD04-Jul-2025839 2719

setjmp_h.cD04-Jul-2025750 3019

signal_h.cD04-Jul-20255.5 KiB219183

spawn_h.cD04-Jul-20252.3 KiB4736

stdarg_h.cD04-Jul-2025364 2417

stdatomic_h.cD04-Jul-20253.9 KiB151135

stdbool_h.cD04-Jul-2025272 148

stddef_h.cD04-Jul-2025293 1911

stdint_h.cD04-Jul-20252.3 KiB137113

stdio_h.cD04-Jul-20254 KiB123106

stdlib_h.cD04-Jul-20254.1 KiB123111

string_h.cD04-Jul-20252.4 KiB5548

strings_h.cD04-Jul-2025628 2215

sys_ipc_h.cD04-Jul-2025777 3726

sys_mman_h.cD04-Jul-20251.8 KiB6853

sys_msg_h.cD04-Jul-20251.3 KiB4432

sys_resource_h.cD04-Jul-20251.1 KiB4632

sys_select_h.cD04-Jul-2025787 3827

sys_sem_h.cD04-Jul-20251.3 KiB5238

sys_shm_h.cD04-Jul-20251.2 KiB4432

sys_socket_h.cD04-Jul-20253.6 KiB130107

sys_stat_h.cD04-Jul-20253.7 KiB130115

sys_stat_h_file_type_test_macros.hD04-Jul-2025408 2521

sys_stat_h_mode_constants.hD04-Jul-2025685 3123

sys_statvfs_h.cD04-Jul-20251,017 3122

sys_time_h.cD04-Jul-20251.2 KiB5038

sys_times_h.cD04-Jul-2025461 1911

sys_types_h.cD04-Jul-2025868 4438

sys_uio_h.cD04-Jul-2025456 1911

sys_un_h.cD04-Jul-2025349 158

sys_utsname_h.cD04-Jul-2025554 1811

sys_wait_h.cD04-Jul-2025930 5342

syslog_h.cD04-Jul-20251,008 5141

tar_h.cD04-Jul-2025866 3729

termios_h.cD04-Jul-20253 KiB155135

tgmath_h.cD04-Jul-20252.1 KiB9484

threads_h.cD04-Jul-20251.8 KiB6445

time_h.cD04-Jul-20253 KiB8669

unistd_h.cD04-Jul-202511.4 KiB386367

utime_h.cD04-Jul-2025376 179

utmpx_h.cD04-Jul-20251.1 KiB3929

wchar_h.cD04-Jul-20255.1 KiB10294

wctype_h.cD04-Jul-20252 KiB5345

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