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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 47 # define FSETPOS fsetpos64
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 47 # define FSETPOS fsetpos64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 782 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
785 # define fsetpos fsetpos64
794 extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 806 (FILE *__stream, __const fpos_t *__pos), fsetpos64);
809 # define fsetpos fsetpos64
818 extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos);
  /bionic/libc/include/
stdio.h 181 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64) __INTRODUCED_IN(24);
205 int fsetpos64(FILE*, const fpos64_t*) __INTRODUCED_IN(24);
  /bionic/libc/stdio/
stdio.cpp 565 int fsetpos64(FILE* fp, const fpos64_t* pos) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 469 int __cdecl fsetpos64(FILE *_File,const fpos_t *_Pos); /* fsetpos already 64bit */
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]

Completed in 3807 milliseconds