Searched defs:whence (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 248 fseek(FILE *fp, long offset, int whence) in fseek()
|
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()
|
D | fmemopen.c | 71 fmemopen_seek(void *v, fpos_t off, int whence) in fmemopen_seek()
|
/bionic/libc/stdio/ |
D | stdio.c | 71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 60 off64_t lseek64(int fd, off64_t off, int whence) { in lseek64()
|