Searched refs:struct_FTS_sz (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h66 extern unsigned struct_FTS_sz;
H A Dsanitizer_platform_limits_freebsd.cpp134 unsigned struct_FTS_sz = sizeof(FTS); member in namespace:__sanitizer
H A Dsanitizer_platform_limits_netbsd.h62 extern unsigned struct_FTS_sz;
H A Dsanitizer_common_interceptors.inc7628 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, fts, struct_FTS_sz);
7636 COMMON_INTERCEPTOR_READ_RANGE(ctx, ftsp, struct_FTS_sz);
7647 COMMON_INTERCEPTOR_READ_RANGE(ctx, ftsp, struct_FTS_sz);
7658 COMMON_INTERCEPTOR_READ_RANGE(ctx, ftsp, struct_FTS_sz);
7668 COMMON_INTERCEPTOR_READ_RANGE(ctx, ftsp, struct_FTS_sz);
H A Dsanitizer_platform_limits_netbsd.cpp278 unsigned struct_FTS_sz = sizeof(FTS); member in namespace:__sanitizer

Completed in 195 milliseconds