Searched refs:fopen64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 33 fopen64
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 331 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 D | TargetLibraryInfo.def | 1469 /// 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 D | sanitizer_common_interceptors.inc | 6318 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 D | libc_ubuntu1404_abilist.txt | 1758 fun:fopen64=uninstrumented
|