Searched refs:freopen64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 336 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 D | sanitizer_common_interceptors.inc | 6328 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 D | libc_ubuntu1404_abilist.txt | 1780 fun:freopen64=uninstrumented
|