Home
last modified time | relevance | path

Searched refs:__libc_lseek (Results 1 – 7 of 7) sorted by relevance

/sysdeps/mach/hurd/
A Dlseek.c24 __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 Dpwrite.c33 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 Dpread.c32 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 Dlseek.c36 strong_alias (__lseek, __libc_lseek)
/sysdeps/unix/sysv/linux/
A Dlseek.c56 strong_alias (__lseek, __libc_lseek)
A Dlseek64.c43 strong_alias (__lseek64, __libc_lseek)
/sysdeps/unix/
A Dsyscalls.list39 lseek - lseek i:iii __libc_lseek __lseek lseek

Completed in 6 milliseconds