Searched refs:struct_tms_sz (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h50 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_solaris.h38 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_freebsd.h53 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_openbsd.cpp86 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_solaris.cpp86 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_common_syscalls.inc250 if (tbuf) POST_WRITE(tbuf, struct_tms_sz);
H A Dsanitizer_platform_limits_freebsd.cpp115 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_posix.h47 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_netbsd.h48 extern unsigned struct_tms_sz;
H A Dsanitizer_platform_limits_posix.cpp193 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.cpp269 unsigned struct_tms_sz = sizeof(struct tms); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc5171 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, tms, struct_tms_sz);

Completed in 206 milliseconds