Home
last modified time | relevance | path

Searched refs:__lseek (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/unistd/x32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() function
14 weak_alias(__lseek, lseek);
15 weak_alias(__lseek, lseek64);
/third_party/musl/src/unistd/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() function
14 weak_alias(__lseek, lseek);
15 weak_alias(__lseek, lseek64);
/third_party/musl/src/unistd/mipsn32/
Dlseek.c4 off_t __lseek(int fd, off_t offset, int whence) in __lseek() function
19 weak_alias(__lseek, lseek);
20 weak_alias(__lseek, lseek64);
/third_party/musl/src/stdio/
D__stdio_seek.c6 return __lseek(f->fd, off, whence); in __stdio_seek()
/third_party/musl/porting/liteos_a/kernel/src/include/
Dunistd.h11 hidden off_t __lseek(int, off_t, int);
/third_party/musl/src/include/
Dunistd.h11 hidden off_t __lseek(int, off_t, int);