Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dfseek.c49 fseeko(FILE *fp, off_t offset, int whence) in fseeko()
254 fseek(FILE *fp, long offset, int whence) in fseek()
Dstdio.c70 __sseek(void *cookie, fpos_t offset, int whence) in __sseek()
/bionic/libc/unistd/
Dlseek64.c32 off64_t lseek64(int fd, off64_t off, int whence) in lseek64()