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

/bionic/libc/include/
H A Dstdio.h63 typedef off_t fpos_t; typedef
180 int fgetpos(FILE*, fpos_t*) __RENAME(fgetpos64);
181 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64);
188 fpos_t (*)(void*, fpos_t, int),
192 int fgetpos(FILE*, fpos_t*);
193 int fsetpos(FILE*, const fpos_t*);
200 fpos_t (*)(void*, fpos_t, int),
/bionic/tools/versioner/current/
H A Dstdio.h63 typedef off_t fpos_t; typedef
180 int fgetpos(FILE*, fpos_t*) __RENAME(fgetpos64);
181 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64);
188 fpos_t (*)(void*, fpos_t, int),
192 int fgetpos(FILE*, fpos_t*);
193 int fsetpos(FILE*, const fpos_t*);
200 fpos_t (*)(void*, fpos_t, int),

Completed in 36 milliseconds