HomeSort by relevance Sort by last modified time
    Searched defs:ftello64 (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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell 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.
50 #define ftello64 ftell macro
55 #define ftello64 ftello macro
61 #define ftello64 _ftelli64 macro
64 #define ftello64 ftell macro
  /bionic/libc/stdio/
stdio.cpp 603 off64_t result = ftello64(fp);
612 off64_t ftello64(FILE* fp) { function
626 *pos = ftello64(fp);

Completed in 64 milliseconds