Searched refs:struct_ttyent_sz (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h406 extern int struct_ttyent_sz;
H A Dsanitizer_platform_limits_netbsd.cpp388 int struct_ttyent_sz = sizeof(struct ttyent); member in namespace:__sanitizer
H A Dsanitizer_common_interceptors.inc7249 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7259 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);

Completed in 198 milliseconds