Home
last modified time | relevance | path

Searched refs:freopen64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp336 INTERCEPTOR(FILE *, freopen64, const char *path, const char *mode, argument
339 return REAL(freopen64)(path, mode, stream);
342 #define RTSAN_MAYBE_INTERCEPT_FREOPEN64 INTERCEPT_FUNCTION(freopen64);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6328 INTERCEPTOR(__sanitizer_FILE *, freopen64, const char *path, const char *mode,
6331 COMMON_INTERCEPTOR_ENTER(ctx, freopen64, path, mode, fp);
6335 __sanitizer_FILE *res = REAL(freopen64)(path, mode, fp);
6342 COMMON_INTERCEPT_FUNCTION(freopen64);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1780 fun:freopen64=uninstrumented