Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
Dfmemopen.c71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
Dopen_wmemstream.c80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
/bionic/libc/stdio/
Dstdio.cpp457 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/
Dlegacy_32_bit_support.cpp63 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
/bionic/libc/kernel/uapi/linux/
Dfuse.h600 uint32_t whence; member