Home
last modified time | relevance | path

Searched refs:struct_utmpx_sz (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h369 extern unsigned struct_utmpx_sz;
H A Dsanitizer_platform_limits_solaris.cpp107 unsigned struct_utmpx_sz = sizeof(struct utmpx); variable
H A Dsanitizer_platform_limits_freebsd.h411 extern unsigned struct_utmpx_sz;
H A Dsanitizer_platform_limits_freebsd.cpp162 unsigned struct_utmpx_sz = sizeof(struct utmpx); variable
H A Dsanitizer_platform_limits_posix.h899 extern unsigned struct_utmpx_sz;
H A Dsanitizer_platform_limits_posix.cpp329 unsigned struct_utmpx_sz = sizeof(struct utmpx); variable
H A Dsanitizer_platform_limits_netbsd.h503 extern unsigned struct_utmpx_sz;
H A Dsanitizer_platform_limits_netbsd.cpp649 unsigned struct_utmpx_sz = sizeof(struct utmpx); variable
H A Dsanitizer_common_interceptors.inc6986 COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, __sanitizer::struct_utmpx_sz);
6994 COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, __sanitizer::struct_utmpx_sz);
7002 COMMON_INTERCEPTOR_INITIALIZE_RANGE(res, __sanitizer::struct_utmpx_sz);
7009 COMMON_INTERCEPTOR_READ_RANGE(ctx, ut, __sanitizer::struct_utmpx_sz);
7012 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, res, __sanitizer::struct_utmpx_sz);