/bionic/libc/upstream-openbsd/lib/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); 232 (*seekfn)(fp->_cookie, (fpos_t)offset, whence) == POS_ERR) {
|
ftell.c | 45 fpos_t pos; 62 pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
|
stdio.c | 69 fpos_t 70 __sseek(void *cookie, fpos_t offset, int whence)
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator.h | 43 typedef __darwin_off_t fpos_t; typedef 53 fpos_t (*)(void *, fpos_t, int),
|
/bionic/libc/include/ |
stdio.h | 54 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 */ 279 int fgetpos(FILE * __restrict, fpos_t * __restrict); 280 int fsetpos(FILE *, const fpos_t *); 349 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),
|
/development/ndk/platforms/android-L/include/ |
stdio.h | 52 typedef off_t fpos_t; /* stdio file position type */ typedef 106 fpos_t (*_seek)(void *, fpos_t, int); 124 fpos_t _offset; /* current lseek offset */ 274 int fgetpos(FILE * __restrict, fpos_t * __restrict); 275 int fsetpos(FILE *, const fpos_t *); 356 fpos_t (*)(void *, fpos_t, int),
|
/ndk/sources/android/support/src/stdio/ |
local.h | 50 fpos_t __sseek(void *, fpos_t, int);
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 61 typedef off_t fpos_t; /* stdio file position type */ typedef 115 fpos_t (*_seek)(void *, fpos_t, int); 133 fpos_t _offset; /* current lseek offset */ 278 int fgetpos(FILE * __restrict, fpos_t * __restrict); 279 int fsetpos(FILE *, const fpos_t *); 364 fpos_t (*)(void *, fpos_t, int),
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 61 typedef off_t fpos_t; /* stdio file position type */ typedef 115 fpos_t (*_seek)(void *, fpos_t, int); 133 fpos_t _offset; /* current lseek offset */ 278 int fgetpos(FILE * __restrict, fpos_t * __restrict); 279 int fsetpos(FILE *, const fpos_t *); 364 fpos_t (*)(void *, fpos_t, int),
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/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/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/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.8/lib/gcc/mipsel-linux-android/4.8/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/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/ |
stdio.h | 61 typedef off_t fpos_t; /* stdio file position type */ typedef 115 fpos_t (*_seek)(void *, fpos_t, int); 133 fpos_t _offset; /* current lseek offset */ 278 int fgetpos(FILE * __restrict, fpos_t * __restrict); 279 int fsetpos(FILE *, const fpos_t *); 364 fpos_t (*)(void *, fpos_t, int),
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 61 typedef off_t fpos_t; /* stdio file position type */ typedef 115 fpos_t (*_seek)(void *, fpos_t, int); 133 fpos_t _offset; /* current lseek offset */ 278 int fgetpos(FILE * __restrict, fpos_t * __restrict); 279 int fsetpos(FILE *, const fpos_t *); 364 fpos_t (*)(void *, fpos_t, int),
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 61 typedef off_t fpos_t; /* stdio file position type */ typedef 115 fpos_t (*_seek)(void *, fpos_t, int); 133 fpos_t _offset; /* current lseek offset */ 278 int fgetpos(FILE * __restrict, fpos_t * __restrict); 279 int fsetpos(FILE *, const fpos_t *); 364 fpos_t (*)(void *, fpos_t, int),
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/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-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/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/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/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.8/lib/gcc/mipsel-linux-android/4.8/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),
|