HomeSort by relevance Sort by last modified time
    Searched defs:fseeko64 (Results 1 - 3 of 3) 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
  /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
  /bionic/libc/stdio/
stdio.cpp 585 int fseeko64(FILE* fp, off64_t offset, int whence) { function
597 return fseeko64(fp, *pos, SEEK_SET);

Completed in 127 milliseconds