Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
|
D | fmemopen.c | 71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
|
D | open_wmemstream.c | 80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
|
/bionic/libc/stdio/ |
D | stdio.cpp | 457 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 462 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 472 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { in __seek_unlocked() 512 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() 551 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() 557 int fseeko64(FILE* fp, off64_t offset, int whence) { in fseeko64()
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 63 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
|
/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 600 uint32_t whence; member
|