Home
last modified time | relevance | path

Searched refs:struct_timex_sz (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h319 extern unsigned struct_timex_sz;
Dsanitizer_platform_limits_posix.cpp291 unsigned struct_timex_sz = sizeof(struct timex); variable
Dsanitizer_platform_limits_netbsd.h147 extern unsigned struct_timex_sz;
Dsanitizer_common_syscalls.inc252 POST_WRITE(txc_p, struct_timex_sz);
543 POST_WRITE(tx, struct_timex_sz);
Dsanitizer_platform_limits_netbsd.cpp569 unsigned struct_timex_sz = sizeof(struct timex); variable