Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp129 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_posix.h61 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_posix.cpp203 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.inc245 POST_WRITE(tz, struct_timezone_sz);
256 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);