Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dfmemopen.cpp92 static fpos_t fmemopen_seek(void* cookie, fpos_t offset, int whence) { in fmemopen_seek()
Dstdio.cpp536 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/
Dopen_memstream.c76 memstream_seek(void *v, fpos_t off, int whence) in memstream_seek()
Dopen_wmemstream.c80 wmemstream_seek(void *v, fpos_t off, int whence) in wmemstream_seek()
/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp53 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
/bionic/libc/kernel/uapi/linux/
Dfuse.h517 uint32_t whence; member