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

  /prebuilts/ndk/r16/sources/android/support/include/
stdio.h 39 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64); variable
  /bionic/libc/include/
stdio.h 177 int fsetpos(FILE* __fp, const fpos_t* __pos) __RENAME(fsetpos64) __INTRODUCED_IN(24);
201 int fsetpos64(FILE* __fp, const fpos64_t* __pos) __INTRODUCED_IN(24);
  /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/stdio/
stdio.cpp 595 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 628 milliseconds