Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h533 extern const unsigned long __sanitizer_bufsiz;
H A Dsanitizer_platform_limits_freebsd.cpp220 const unsigned long __sanitizer_bufsiz = BUFSIZ; variable
H A Dsanitizer_platform_limits_posix.h1056 extern const unsigned long __sanitizer_bufsiz;
H A Dsanitizer_platform_limits_posix.cpp541 const unsigned long __sanitizer_bufsiz = BUFSIZ; variable
H A Dsanitizer_platform_limits_netbsd.h525 extern const unsigned long __sanitizer_bufsiz;
H A Dsanitizer_platform_limits_netbsd.cpp580 const unsigned long __sanitizer_bufsiz = BUFSIZ; variable
H A Dsanitizer_common_interceptors.inc7868 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer_bufsiz);