Searched refs:__lseek (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/unistd/x32/ |
D | lseek.c | 4 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/ |
D | lseek.c | 4 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/ |
D | lseek.c | 4 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.c | 6 return __lseek(f->fd, off, whence); in __stdio_seek()
|
/third_party/musl/porting/liteos_a/kernel/src/include/ |
D | unistd.h | 11 hidden off_t __lseek(int, off_t, int);
|
/third_party/musl/src/include/ |
D | unistd.h | 11 hidden off_t __lseek(int, off_t, int);
|