Home
last modified time | relevance | path

Searched refs:struct_timezone_sz (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h37 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_solaris.cpp86 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_freebsd.h51 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_freebsd.cpp127 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_posix.h60 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_posix.cpp206 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_netbsd.h40 extern unsigned struct_timezone_sz;
H A Dsanitizer_common_syscalls.inc231 POST_WRITE(tz, struct_timezone_sz);
242 POST_WRITE(tz, struct_timezone_sz);
H A Dsanitizer_platform_limits_netbsd.cpp552 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_syscalls_netbsd.inc3062 PRE_READ(tzp_, struct_timezone_sz);