Home
last modified time | relevance | path

Searched refs:fopen64 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt33 fopen64
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp331 INTERCEPTOR(FILE *, fopen64, const char *path, const char *mode) { argument
333 return REAL(fopen64)(path, mode);
341 #define RTSAN_MAYBE_INTERCEPT_FOPEN64 INTERCEPT_FUNCTION(fopen64);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1469 /// FILE *fopen64(const char *filename, const char *opentype)
1470 TLI_DEFINE_ENUM_INTERNAL(fopen64)
1471 TLI_DEFINE_STRING_INTERNAL("fopen64")
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6318 INTERCEPTOR(__sanitizer_FILE *, fopen64, const char *path, const char *mode) {
6320 COMMON_INTERCEPTOR_ENTER(ctx, fopen64, path, mode);
6323 __sanitizer_FILE *res = REAL(fopen64)(path, mode);
6341 COMMON_INTERCEPT_FUNCTION(fopen64); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1758 fun:fopen64=uninstrumented