fpos_t 190 usr/include/stdio.h int fgetpos(FILE *, fpos_t *);
fpos_t 200 usr/include/stdio.h int fsetpos(FILE *, const fpos_t *);
fpos_t 38 usr/lib/libc/stdio/fgetpos.c fpos_t *pos;
fpos_t 40 usr/lib/libc/stdio/fgetpos.c return((*pos = (fpos_t)ftell(fp)) == (fpos_t)-1);
fpos_t 69 usr/lib/libc/stdio/fopen.c (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
fpos_t 41 usr/lib/libc/stdio/fseek.c #define POS_ERR (-(fpos_t)1)
fpos_t 53 usr/lib/libc/stdio/fseek.c fpos_t curoff;
fpos_t 72 usr/lib/libc/stdio/fseek.c curoff = __sseek(fp, (fpos_t)0, SEEK_CUR);
fpos_t 102 usr/lib/libc/stdio/fseek.c __sseek(fp, (fpos_t)offset, whence) == POS_ERR) {
fpos_t 41 usr/lib/libc/stdio/fsetpos.c const fpos_t *pos;
fpos_t 44 usr/lib/libc/stdio/ftell.c fpos_t pos;
fpos_t 50 usr/lib/libc/stdio/ftell.c pos = __sseek(fp, (fpos_t)0, SEEK_CUR);
fpos_t 51 usr/lib/libc/stdio/ftell.c if (pos == -(fpos_t)1)
fpos_t 48 usr/lib/libc/stdio/local.h fpos_t __sseek(FILE *, fpos_t, int);
fpos_t 62 usr/lib/libc/stdio/stdio.c fpos_t
fpos_t 65 usr/lib/libc/stdio/stdio.c fpos_t offset;