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

  /bionic/libc/include/
stdio.h 56 typedef off64_t fpos64_t; typedef
200 int fgetpos64(FILE* __fp, fpos64_t* __pos) __INTRODUCED_IN(24);
201 int fsetpos64(FILE* __fp, const fpos64_t* __pos) __INTRODUCED_IN(24);
208 fpos64_t (*__seek_fn)(void*, fpos64_t, int),
  /bionic/libc/stdio/
stdio.cpp 545 fpos64_t current_offset = __ftello64_unlocked(fp);
595 int fsetpos64(FILE* fp, const fpos64_t* pos) {
624 int fgetpos64(FILE* fp, fpos64_t* pos) {
674 fpos64_t (*seek_fn)(void*, fpos64_t, int),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 117 typedef _G_fpos64_t fpos64_t; typedef
817 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
818 extern int fsetpos64 (FILE *__stream, __const fpos64_t *__pos);
  /bionic/tests/
stdio_test.cpp     [all...]

Completed in 139 milliseconds