• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.bpD14-Jan-20241.1 KiB3835

README.mdD15-Dec-2024366 96

arpa_inet_h.cD14-Jan-20241.8 KiB5116

assert_h.cD14-Jan-20241.5 KiB4211

complex_h.cD14-Jan-20245.5 KiB14287

cpio_h.cD14-Jan-20242.1 KiB6427

ctype_h.cD14-Jan-20242.8 KiB7542

dirent_h.cD14-Jan-20242.4 KiB6026

dlfcn_h.cD14-Jan-20241.7 KiB4412

errno_h.cD14-Jan-20242.9 KiB11785

fcntl_h.cD14-Jan-20243.5 KiB12577

fenv_h.cD14-Jan-20242.2 KiB6428

float_h.cD14-Jan-20242.1 KiB6835

fnmatch_h.cD14-Jan-20241.6 KiB419

ftw_h.cD14-Jan-20242.1 KiB6022

glob_h.cD14-Jan-20241.9 KiB5521

grp_h.cD14-Jan-20242 KiB5017

header_checks.hD14-Jan-20241.8 KiB389

iconv_h.cD14-Jan-20241.7 KiB419

inttypes_h.cD14-Jan-20242 KiB5115

iso646_h.cD14-Jan-20241.9 KiB6837

langinfo_h.cD14-Jan-20243.3 KiB9663

libgen_h.cD14-Jan-20241.7 KiB4211

limits_h.cD15-Dec-20246.7 KiB226188

locale_h.cD14-Jan-20243.4 KiB8751

math_h.cD14-Jan-202410.9 KiB347261

net_if_h.cD14-Jan-20241.8 KiB4512

netdb_h.cD14-Jan-20244.8 KiB13087

netinet_in_h.cD14-Jan-20244.2 KiB13591

netinet_tcp_h.cD14-Jan-20241.5 KiB365

nl_types_h.cD14-Jan-20241.7 KiB4411

poll_h.cD14-Jan-20241.9 KiB5420

pthread_h.cD14-Jan-202411 KiB227182

pwd_h.cD14-Jan-20242.1 KiB5320

regex_h.cD14-Jan-20242.2 KiB6932

sched_h.cD14-Jan-20242.5 KiB6531

search_h.cD14-Jan-20242.5 KiB6530

semaphore_h.cD14-Jan-20242 KiB4916

setjmp_h.cD14-Jan-20242 KiB5519

signal_h.cD14-Jan-20246.4 KiB230171

spawn_h.cD14-Jan-20243.6 KiB7236

stdarg_h.cD14-Jan-20241.6 KiB4917

stdbool_h.cD14-Jan-20241.6 KiB4110

stddef_h.cD14-Jan-20241.6 KiB4411

stdint_h.cD14-Jan-20243.6 KiB162113

stdio_h.cD14-Jan-20245.3 KiB148106

stdlib_h.cD14-Jan-20245.1 KiB142105

string_h.cD14-Jan-20243.4 KiB7341

strings_h.cD14-Jan-20241.9 KiB4715

sys_ipc_h.cD14-Jan-20242 KiB6226

sys_mman_h.cD14-Jan-20243.1 KiB9353

sys_msg_h.cD14-Jan-20242.5 KiB6932

sys_resource_h.cD14-Jan-20242.3 KiB7132

sys_select_h.cD14-Jan-20242 KiB6327

sys_sem_h.cD14-Jan-20242.6 KiB7738

sys_shm_h.cD14-Jan-20242.5 KiB6932

sys_socket_h.cD14-Jan-20244.9 KiB155107

sys_stat_h.cD14-Jan-20245 KiB155115

sys_stat_h_file_type_test_macros.hD14-Jan-20241.7 KiB5021

sys_stat_h_mode_constants.hD14-Jan-20241.9 KiB5623

sys_statvfs_h.cD14-Jan-20242.3 KiB5622

sys_time_h.cD14-Jan-20242.5 KiB7538

sys_times_h.cD14-Jan-20241.7 KiB4411

sys_types_h.cD14-Jan-20242.1 KiB6938

sys_uio_h.cD14-Jan-20241.7 KiB4411

sys_un_h.cD14-Jan-20241.6 KiB408

sys_utsname_h.cD14-Jan-20241.8 KiB4311

sys_wait_h.cD14-Jan-20242.2 KiB7842

syslog_h.cD14-Jan-20242.3 KiB7641

tar_h.cD14-Jan-20242.1 KiB6229

termios_h.cD15-Dec-20244.3 KiB180135

tgmath_h.cD14-Jan-20243.4 KiB11984

threads_h.cD14-Jan-20243.1 KiB8945

time_h.cD14-Jan-20244.2 KiB11169

unistd_h.cD14-Jan-202412.4 KiB402358

utime_h.cD14-Jan-20241.6 KiB429

utmpx_h.cD14-Jan-20242.4 KiB6429

wchar_h.cD14-Jan-20246.2 KiB12390

wctype_h.cD14-Jan-20243.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