Searched refs:fopen64 (Results 1 – 19 of 19) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 49 #define fopen64 fopen macro 54 #define fopen64 fopen macro 59 #define fopen64 fopen macro
|
D | ioapi.c | 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
D | minizip.c | 37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
D | miniunz.c | 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64 55 check_symbol_exists("fopen64" "stdio.h" HAVE_FOPEN64) 60 set(LFS_FOPEN "fopen64")
|
/external/strace/ |
D | largefile_wrappers.h | 38 # define fopen_stream fopen64
|
D | configure.ac | 272 fopen64
|
D | config.h.in | 686 /* Define to 1 if you have the `fopen64' function. */
|
D | configure | 9977 for ac_func in accept4 be64toh fallocate fanotify_mark fopen64 fork fputs_unlocked fstatat ftruncat…
|
D | ChangeLog-CVS | 1225 * strace.c (strace_fopen): [_LFS64_LARGEFILE]: Use fopen64.
|
D | ChangeLog | 43242 unwind: use fopen64 instead of fopen. 43243 * unwind.c (fopen_for_input): Define to fopen64 iff 44055 Add generic tests for fopen64 and fputs_unlocked functions to fix build 44058 * configure.ac (AC_CHECK_FUNCS): Add fopen64 and fputs_unlocked. 44059 * strace.c [_LARGEFILE64_SOURCE]: Use fopen instead of fopen64 45978 strace already has a mechanism to use fopen64 for output when the 64-bit
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 533 /// FILE *fopen64(const char *filename, const char *opentype) 534 TLI_DEFINE_ENUM_INTERNAL(fopen64) 535 TLI_DEFINE_STRING_INTERNAL("fopen64")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 384 TLI.setUnavailable(LibFunc::fopen64); in initialize() 851 case LibFunc::fopen64: in isValidProtoForLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 709 /// FILE *fopen64(const char *filename, const char *opentype) 710 TLI_DEFINE_ENUM_INTERNAL(fopen64) 711 TLI_DEFINE_STRING_INTERNAL("fopen64")
|
/external/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 59 #define fopen fopen64
|
D | ChangeLog | 457 fopen64 when needed, since the early fts.h include breaks that.
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 641 case LibFunc::fopen64: in inferLibFuncAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 5115 INTERCEPTOR(__sanitizer_FILE *, fopen64, const char *path, const char *mode) { 5117 COMMON_INTERCEPTOR_ENTER(ctx, fopen64, path, mode); 5120 __sanitizer_FILE *res = REAL(fopen64)(path, mode); 5138 COMMON_INTERCEPT_FUNCTION(fopen64); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1753 fun:fopen64=uninstrumented
|