HomeSort by relevance Sort by last modified time
    Searched refs:fopen64 (Results 1 - 20 of 20) sorted by null

  /external/zlib/src/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
49 #define fopen64 fopen macro
54 #define fopen64 fopen macro
59 #define fopen64 fopen macro
ioapi.c 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
minizip.c 37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
miniunz.c 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 261 __const char *__restrict __modes), fopen64)
268 # define fopen fopen64
274 extern FILE *fopen64 (__const char *__restrict __filename,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 285 __const char *__restrict __modes), fopen64)
292 # define fopen fopen64
298 extern FILE *fopen64 (__const char *__restrict __filename,
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 117 # define FOPEN fopen64
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 117 # define FOPEN fopen64
  /external/strace/
unwind.c 33 # define fopen_for_input fopen64
strace.c 488 # define fopen_for_output fopen64
    [all...]
configure     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfdio.c 120 return close_on_exec (fopen64 (filename, modes));
configure     [all...]
  /bionic/libc/include/
stdio.h 214 FILE* fopen64(const char* __restrict, const char* __restrict) __INTRODUCED_IN(24);
  /external/elfutils/libdwfl/
linux-kernel-modules.c 52 #define fopen fopen64
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 384 TLI.setUnavailable(LibFunc::fopen64);
851 case LibFunc::fopen64:
    [all...]
  /bionic/libc/stdio/
stdio.cpp 235 __strong_alias(fopen64, fopen);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 641 case LibFunc::fopen64:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 462 FILE *fopen64(const char * __restrict__ filename,const char * __restrict__ mode);
    [all...]
  /bionic/tests/
stdio_test.cpp 1037 FILE* fp = fopen64("/proc/version", "r");
    [all...]

Completed in 1470 milliseconds