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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 48 # define FGETPOS fgetpos64
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 48 # define FGETPOS fgetpos64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 780 fpos_t *__restrict __pos), fgetpos64);
784 # define fgetpos fgetpos64
793 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 804 fpos_t *__restrict __pos), fgetpos64);
808 # define fgetpos fgetpos64
817 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
  /bionic/libc/include/
stdio.h 180 int fgetpos(FILE*, fpos_t*) __RENAME(fgetpos64); variable
204 int fgetpos64(FILE*, fpos64_t*) __INTRODUCED_IN(24);
  /bionic/tests/
stdio_test.cpp     [all...]
  /bionic/libc/stdio/
stdio.cpp 590 int fgetpos64(FILE* fp, fpos64_t* pos) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 453 int __cdecl fgetpos64(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); /* fgetpos already 64bit */
    [all...]

Completed in 51 milliseconds