Home
last modified time | relevance | path

Searched refs:fpos_t (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/stdio/
Dlocal.h80 fpos_t (*_seek)(void*, fpos_t, int);
99 fpos_t _unused_0; // This was the `_offset` field (see below).
195 __LIBC32_LEGACY_PUBLIC__ fpos_t __sseek(void *, fpos_t, int);
Dstdio.cpp457 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek()
561 int fsetpos(FILE* fp, const fpos_t* pos) { in fsetpos()
585 int fgetpos(FILE* fp, fpos_t* pos) { in fgetpos()
627 fpos_t (*seek_fn)(void*, fpos_t, int), in funopen() argument
/bionic/libc/include/
Dstdio.h63 typedef off_t fpos_t; typedef
180 int fgetpos(FILE*, fpos_t*) __RENAME(fgetpos64) __INTRODUCED_IN(24);
181 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64) __INTRODUCED_IN(24);
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/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c75 static fpos_t
76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
Dopen_wmemstream.c79 static fpos_t
80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
Dfmemopen.c70 static fpos_t
71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
/bionic/tests/
Dstdio_test.cpp826 fpos_t pos1; in TEST()
827 fpos_t pos2; in TEST()
828 fpos_t pos3; in TEST()
829 fpos_t pos4; in TEST()
830 fpos_t pos5; in TEST()
898 fpos_t mb_two_bytes_pos; in TEST()
906 fpos_t pos_inside_mb; in TEST()
1279 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument
1284 fpos_t pos; in TEST()
1330 fpos_t pos; in AssertFileOffsetAt()
[all …]