Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.h38 extern unsigned struct_tms_sz;
Dsanitizer_platform_limits_solaris.cpp87 unsigned struct_tms_sz = sizeof(struct tms); variable
Dsanitizer_platform_limits_freebsd.h52 extern unsigned struct_tms_sz;
Dsanitizer_platform_limits_freebsd.cpp122 unsigned struct_tms_sz = sizeof(struct tms); variable
Dsanitizer_platform_limits_posix.h47 extern unsigned struct_tms_sz;
Dsanitizer_platform_limits_posix.cpp200 unsigned struct_tms_sz = sizeof(struct tms); variable
Dsanitizer_platform_limits_netbsd.h41 extern unsigned struct_tms_sz;
Dsanitizer_platform_limits_netbsd.cpp553 unsigned struct_tms_sz = sizeof(struct tms); variable
Dsanitizer_common_syscalls.inc250 if (tbuf) POST_WRITE(tbuf, struct_tms_sz);
Dsanitizer_common_interceptors.inc5295 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);