Searched defs:fpos_t (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dstdio.h54 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),

Completed in 309 milliseconds