Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h50 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_openbsd.cc86 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_solaris.h38 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_solaris.cc86 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_freebsd.h53 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_freebsd.cc115 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_posix.h46 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_posix.cc188 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_platform_limits_netbsd.h48 extern unsigned struct_timezone_sz;
H A Dsanitizer_platform_limits_netbsd.cc250 unsigned struct_timezone_sz = sizeof(struct timezone); variable
H A Dsanitizer_common_syscalls.inc224 if (tz) POST_WRITE(tz, struct_timezone_sz);
233 if (tz) POST_WRITE(tz, struct_timezone_sz);
H A Dsanitizer_syscalls_netbsd.inc3016 PRE_READ(tzp_, struct_timezone_sz);