HomeSort by relevance Sort by last modified time
    Searched refs:ftello64 (Results 1 - 22 of 22) 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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.h 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
ioapi.c 24 #define FTELLO_FUNC(stream) ftello64(stream)
minizip.c 38 #define FTELLO_FUNC(stream) ftello64(stream)
miniunz.c 37 #define FTELLO_FUNC(stream) ftello64(stream)
  /external/flac/include/share/
compat.h 58 #define ftello ftello64
  /external/libvpx/libvpx/
tools_common.h 33 #define ftello ftello64
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 157 extern off64_t ftello64 (FILE *stream);
bfdio.c 47 return ftello64 (file);
configure     [all...]
  /bionic/libc/include/
stdio.h 179 off_t ftello(FILE* __fp) __RENAME(ftello64) __INTRODUCED_IN(24);
203 off64_t ftello64(FILE* __fp) __INTRODUCED_IN(24);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 781 extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
784 # define ftello ftello64
816 extern __off64_t ftello64 (FILE *__stream) __wur;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 177 __ret = std::streampos(ftello64(_M_file));
  /bionic/libc/stdio/
stdio.cpp 603 off64_t result = ftello64(fp);
612 off64_t ftello64(FILE* fp) { function
626 *pos = ftello64(fp);
  /bionic/tests/
stdio_test.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 487 _off64_t ftello64(FILE * stream);
492 #define ftello ftello64
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 388 TLI.setUnavailable(LibFunc::ftello64);
727 case LibFunc::ftello64:
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 650 case LibFunc::ftello64:
    [all...]

Completed in 859 milliseconds