/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/chromium_org/third_party/zlib/contrib/minizip/ |
D | minizip.c | 145 ftestexist = fopen64(filename,"rb"); 176 FILE * fin = fopen64(filenameinzip,"rb"); in getFileCrc() 214 FILE* pFile = fopen64(filename, "rb"); in isLargeFile() 450 fin = fopen64(filenameinzip,"rb");
|
D | ioapi.h | 48 #define fopen64 fopen macro 53 #define fopen64 fopen macro
|
D | miniunz.c | 367 ftestexist = fopen64(write_filename,"rb"); 398 fout=fopen64(write_filename,"wb"); 408 fout=fopen64(write_filename,"wb");
|
D | ioapi.c | 115 file = fopen64((const char*)filename, mode_fopen); in fopen64_file_func()
|
/external/chromium_org/third_party/zlib/ |
D | zlib.gyp | 96 # Mac, Android and the BSDs don't have fopen64, ftello64, or
|
D | BUILD.gn | 70 # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We
|
/external/chromium_org/sandbox/linux/services/ |
D | libc_urandom_override.cc | 144 FILE* fopen64(const char* path, const char* mode) { in fopen64() function
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 117 # define FOPEN fopen64
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 286 fopen64, enumerator
|
/external/strace/ |
D | unwind.c | 33 # define fopen_for_input fopen64
|
D | configure.ac | 211 fopen64
|
D | strace.c | 453 # define fopen_for_output fopen64
|
D | ChangeLog-CVS | 1225 * strace.c (strace_fopen): [_LFS64_LARGEFILE]: Use fopen64.
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 664 TLI.setUnavailable(LibFunc::fopen64); in initialize()
|
/external/ltrace/etc/ |
D | libc.so.conf | 217 file fopen64(string,string);
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1619 case LibFunc::fopen64: in inferPrototypeAttributes()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4450 INTERCEPTOR(__sanitizer_FILE *, fopen64, const char *path, const char *mode) { 4452 COMMON_INTERCEPTOR_ENTER(ctx, fopen64, path, mode); 4455 __sanitizer_FILE *res = REAL(fopen64)(path, mode); 4473 COMMON_INTERCEPT_FUNCTION(fopen64); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1991 fun:fopen64=uninstrumented
|