Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dioapi.h49 #define fopen64 fopen macro
54 #define fopen64 fopen macro
59 #define fopen64 fopen macro
Dioapi.c23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
Dminizip.c37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
Dminiunz.c36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake51 # 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/
Dlargefile_wrappers.h38 # define fopen_stream fopen64
Dconfigure.ac272 fopen64
Dconfig.h.in686 /* Define to 1 if you have the `fopen64' function. */
Dconfigure9977 for ac_func in accept4 be64toh fallocate fanotify_mark fopen64 fork fputs_unlocked fstatat ftruncat…
DChangeLog-CVS1225 * strace.c (strace_fopen): [_LFS64_LARGEFILE]: Use fopen64.
DChangeLog43242 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/
DTargetLibraryInfo.def533 /// FILE *fopen64(const char *filename, const char *opentype)
534 TLI_DEFINE_ENUM_INTERNAL(fopen64)
535 TLI_DEFINE_STRING_INTERNAL("fopen64")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp384 TLI.setUnavailable(LibFunc::fopen64); in initialize()
851 case LibFunc::fopen64: in isValidProtoForLibFunc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def709 /// FILE *fopen64(const char *filename, const char *opentype)
710 TLI_DEFINE_ENUM_INTERNAL(fopen64)
711 TLI_DEFINE_STRING_INTERNAL("fopen64")
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c59 #define fopen fopen64
DChangeLog457 fopen64 when needed, since the early fts.h include breaks that.
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp641 case LibFunc::fopen64: in inferLibFuncAttributes()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5115 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/
Dlibc_ubuntu1404_abilist.txt1753 fun:fopen64=uninstrumented