Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h46 extern unsigned struct_timezone_sz;
Dsanitizer_platform_limits_posix.cc222 unsigned struct_timezone_sz = sizeof(struct timezone); variable
Dsanitizer_common_syscalls.inc224 if (tz) POST_WRITE(tz, struct_timezone_sz);
233 if (tz) POST_WRITE(tz, struct_timezone_sz);