Home
last modified time | relevance | path

Searched refs:struct_regex_sz (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.h65 extern unsigned struct_regex_sz;
Dsanitizer_platform_limits_freebsd.cpp145 unsigned struct_regex_sz = sizeof(regex_t); variable
Dsanitizer_platform_limits_posix.h69 extern unsigned struct_regex_sz;
Dsanitizer_platform_limits_posix.cpp210 unsigned struct_regex_sz = sizeof(regex_t); variable
Dsanitizer_platform_limits_netbsd.h59 extern unsigned struct_regex_sz;
Dsanitizer_platform_limits_netbsd.cpp564 unsigned struct_regex_sz = sizeof(regex_t); variable
Dsanitizer_common_interceptors.inc8018 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, preg, struct_regex_sz);
8026 COMMON_INTERCEPTOR_READ_RANGE(ctx, preg, struct_regex_sz);
8039 COMMON_INTERCEPTOR_READ_RANGE(ctx, preg, struct_regex_sz);
8049 COMMON_INTERCEPTOR_READ_RANGE(ctx, preg, struct_regex_sz);