Searched refs:__libc_lseek (Results 1 – 7 of 7) sorted by relevance
/sysdeps/mach/hurd/ |
A D | lseek.c | 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek() function 38 weak_alias (__libc_lseek, __lseek) 40 weak_alias (__libc_lseek, lseek)
|
/sysdeps/posix/ |
A D | pwrite.c | 33 off_t old_offset = __libc_lseek (fd, 0, SEEK_CUR); in __libc_pwrite() 38 if (__libc_lseek (fd, offset, SEEK_SET) == (off_t) -1) in __libc_pwrite() 48 if (__libc_lseek (fd, old_offset, SEEK_SET) == (off_t) -1) in __libc_pwrite()
|
A D | pread.c | 32 off_t old_offset = __libc_lseek (fd, 0, SEEK_CUR); in __libc_pread() 37 if (__libc_lseek (fd, offset, SEEK_SET) == (off_t) -1) in __libc_pread() 47 if (__libc_lseek (fd, old_offset, SEEK_SET) == (off_t) -1) in __libc_pread()
|
/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
A D | lseek.c | 36 strong_alias (__lseek, __libc_lseek)
|
/sysdeps/unix/sysv/linux/ |
A D | lseek.c | 56 strong_alias (__lseek, __libc_lseek)
|
A D | lseek64.c | 43 strong_alias (__lseek64, __libc_lseek)
|
/sysdeps/unix/ |
A D | syscalls.list | 39 lseek - lseek i:iii __libc_lseek __lseek lseek
|
Completed in 7 milliseconds