Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/stdio/ |
D | fmemopen.cpp | 92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
|
D | stdio.cpp | 536 fpos_t __sseek(void* cookie, fpos_t offset, int whence) { in __sseek() 541 off64_t __sseek64(void* cookie, off64_t offset, int whence) { in __sseek64() 551 static off64_t __seek_unlocked(FILE* fp, off64_t offset, int whence) { in __seek_unlocked() 592 int __fseeko64(FILE* fp, off64_t offset, int whence, int off_t_bits) { in __fseeko64() 631 int fseeko(FILE* fp, off_t offset, int whence) { in fseeko() 638 int fseeko64(FILE* fp, off64_t offset, int whence) { in fseeko64()
|
/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 | open_wmemstream.c | 80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
|
/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 517 uint32_t whence; member
|