Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfseek.c49 fseeko(FILE *fp, off_t offset, int whence) in fseeko()
248 fseek(FILE *fp, long offset, int whence) in fseek()
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()
Dfmemopen.c71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
/bionic/libc/stdio/
Dstdio.c71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp60 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()