Searched refs:fpos_t (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | stdio.h | 52 typedef off_t fpos_t; typedef 171 int fgetpos(FILE*, fpos_t*) __RENAME(fgetpos64); 172 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64); 179 fpos_t (*)(void*, fpos_t, int), 183 int fgetpos(FILE*, fpos_t*); 184 int fsetpos(FILE*, const fpos_t*); 191 fpos_t (*)(void*, fpos_t, int),
|
/bionic/libc/stdio/ |
D | local.h | 80 fpos_t (*_seek)(void*, fpos_t, int); 99 fpos_t _unused_0; // This was the `_offset` field (see below). 199 __LIBC32_LEGACY_PUBLIC__ fpos_t __sseek(void *, fpos_t, int);
|
D | stdio.cpp | 411 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 515 int fsetpos(FILE* fp, const fpos_t* pos) { in fsetpos() 539 int fgetpos(FILE* fp, fpos_t* pos) { in fgetpos() 581 fpos_t (*seek_fn)(void*, fpos_t, int), in funopen() argument
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 75 static fpos_t 76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
|
D | open_wmemstream.c | 79 static fpos_t 80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
|
D | fmemopen.c | 70 static fpos_t 71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
|
/bionic/tests/ |
D | stdio_test.cpp | 696 fpos_t pos1; in TEST() 697 fpos_t pos2; in TEST() 698 fpos_t pos3; in TEST() 699 fpos_t pos4; in TEST() 700 fpos_t pos5; in TEST() 768 fpos_t mb_two_bytes_pos; in TEST() 776 fpos_t pos_inside_mb; in TEST() 1161 auto seek_fn = [](void*, fpos_t, int) -> fpos_t { return 0xfedcba12; }; in TEST() argument 1166 fpos_t pos; in TEST() 1217 fpos_t pos; in AssertFileOffsetAt() [all …]
|
/bionic/libstdc++/include/ |
D | cstdio | 43 using ::fpos_t;
|