Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h38 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_solaris.cpp87 unsigned struct_tms_sz = sizeof(struct tms); variable
H A Dsanitizer_platform_limits_freebsd.h52 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_freebsd.cpp130 unsigned struct_tms_sz = sizeof(struct tms); variable
H A Dsanitizer_platform_limits_posix.h62 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_posix.cpp204 unsigned struct_tms_sz = sizeof(struct tms); variable
H A Dsanitizer_platform_limits_netbsd.h41 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_netbsd.cpp553 unsigned struct_tms_sz = sizeof(struct tms); variable
H A Dsanitizer_common_syscalls.inc276 POST_WRITE(tbuf, struct_tms_sz);
H A Dsanitizer_common_interceptors.inc5408 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);