HomeSort by relevance Sort by last modified time
    Searched refs:fpos_t (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /bionic/libc/stdio/
fgetpos.c 40 fgetpos(FILE *fp, fpos_t *pos)
42 return((*pos = ftello(fp)) == (fpos_t)-1);
fsetpos.c 40 fsetpos(FILE *iop, const fpos_t *pos)
funopen.c 41 fpos_t (*seekfn)(void *, fpos_t, int), int (*closefn)(void *))
fseek.c 42 #define POS_ERR (-(fpos_t)1)
51 fpos_t (*seekfn)(void *, fpos_t, int);
52 fpos_t target, curoff;
86 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
87 if (curoff == (fpos_t)-1) {
155 curoff = (*seekfn)(fp->_cookie, (fpos_t)0, SEEK_CUR);
188 target >= curoff && target < (fpos_t)(curoff + n)) {
232 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
ftell.c 44 fpos_t pos;
61 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
local.h 50 fpos_t __sseek(void *, fpos_t, int);
stdio.c 69 fpos_t
70 __sseek(void *cookie, fpos_t offset, int whence)
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 35 typedef __darwin_off_t fpos_t; typedef
43 fpos_t (*)(void *, fpos_t, int),
  /development/ndk/platforms/android-3/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */ typedef
111 fpos_t (*_seek)(void *, fpos_t, int);
129 fpos_t _offset; /* current lseek offset */
209 int fgetpos(FILE *, fpos_t *);
220 int fsetpos(FILE *, const fpos_t *);
342 fpos_t (*)(void *, fpos_t, int),
  /development/ndk/platforms/android-8/include/
stdio.h 57 typedef off_t fpos_t; /* stdio file position type */ typedef
111 fpos_t (*_seek)(void *, fpos_t, int);
129 fpos_t _offset; /* current lseek offset */
209 int fgetpos(FILE *, fpos_t *);
220 int fsetpos(FILE *, const fpos_t *);
342 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
stdio.h 87 typedef off_t fpos_t; /* stdio file position type */ typedef
141 fpos_t (*_seek)(void *, fpos_t, int);
159 fpos_t _offset; /* current lseek offset */
239 int fgetpos(FILE *, fpos_t *);
250 int fsetpos(FILE *, const fpos_t *);
372 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
stdio.h 66 typedef off_t fpos_t; /* stdio file position type */ typedef
120 fpos_t (*_seek)(void *, fpos_t, int);
138 fpos_t _offset; /* current lseek offset */
218 int fgetpos(FILE *, fpos_t *);
229 int fsetpos(FILE *, const fpos_t *);
351 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
361 fpos_t (*)(void *, fpos_t, int),
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 78 typedef off_t fpos_t; /* stdio file position type */ typedef
132 fpos_t (*_seek)(void *, fpos_t, int);
150 fpos_t _offset; /* current lseek offset */
230 int fgetpos(FILE *, fpos_t *);
241 int fsetpos(FILE *, const fpos_t *);
361 fpos_t (*)(void *, fpos_t, int),

Completed in 1479 milliseconds

1 2 3 4