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

  /bionic/libc/include/
stdio.h 53 typedef off64_t fpos64_t; typedef
195 int fgetpos64(FILE*, fpos64_t*);
196 int fsetpos64(FILE*, const fpos64_t*);
203 fpos64_t (*)(void*, fpos64_t, int),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 97 typedef _G_fpos64_t fpos64_t; typedef
793 extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos);
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 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);

Completed in 142 milliseconds