HomeSort by relevance Sort by last modified time
    Searched refs:fseeko64 (Results 1 - 23 of 23) 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.
51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
ioapi.c 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
minizip.c 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
miniunz.c 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
  /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.
51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
ioapi.c 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
minizip.c 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
miniunz.c 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
  /external/flac/include/share/
compat.h 57 #define fseeko fseeko64
  /external/libvpx/libvpx/
tools_common.h 32 #define fseeko fseeko64
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 169 extern int fseeko64 (FILE *stream, off64_t offset, int whence);
bfdio.c 59 return fseeko64 (file, offset, whence);
configure     [all...]
  /bionic/libc/include/
stdio.h 178 int fseeko(FILE* __fp, off_t __offset, int __whence) __RENAME(fseeko64) __INTRODUCED_IN(24);
202 int fseeko64(FILE* __fp, off64_t __offset, int __whence) __INTRODUCED_IN(24);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 780 fseeko64);
783 # define fseeko fseeko64
815 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 176 if (!fseeko64(_M_file, __off, __whence))
  /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 176 if (!fseeko64(_M_file, __off, __whence))
  /bionic/libc/stdio/
stdio.cpp 585 int fseeko64(FILE* fp, off64_t offset, int whence) { function
597 return fseeko64(fp, *pos, SEEK_SET);
  /bionic/tests/
stdio_test.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 473 /* int fseeko32(FILE* stream, _off_t offset, int whence);*/ /* fseeko32 redirects to fseeko64 */
474 int fseeko64(FILE* stream, _off64_t offset, int whence);
480 #define fseeko fseeko64
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 385 TLI.setUnavailable(LibFunc::fseeko64);
723 case LibFunc::fseeko64:
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 649 case LibFunc::fseeko64:
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]

Completed in 220 milliseconds