Searched refs:__libc_lseek (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/io/ |
D | lseek.c | 24 __libc_lseek (int fd, off_t offset, int whence) in __libc_lseek() function 45 weak_alias (__libc_lseek, __lseek) 46 weak_alias (__libc_lseek, lseek)
|
/glibc-2.36/sysdeps/mach/hurd/ |
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)
|
/glibc-2.36/sysdeps/posix/ |
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()
|
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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
D | lseek.c | 36 strong_alias (__lseek, __libc_lseek)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | lseek.c | 56 strong_alias (__lseek, __libc_lseek)
|
D | lseek64.c | 43 strong_alias (__lseek64, __libc_lseek)
|
/glibc-2.36/include/ |
D | unistd.h | 44 extern __off_t __libc_lseek (int __fd, __off_t __offset, int __whence);
|
/glibc-2.36/sysdeps/unix/ |
D | syscalls.list | 39 lseek - lseek i:iii __libc_lseek __lseek lseek
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 1383 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek. 1384 (__lseek, lseek): Make these weak aliases for __libc_lseek. 2738 * include/unistd.h: Declare __libc_lseek.
|
D | ChangeLog.15 | 5307 __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
|
D | ChangeLog.13 | 6304 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that. 10435 __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
|
D | ChangeLog.12 | 9208 * sysdeps/unix/sysv/aix/lseek.c: Define __libc_lseek alias.
|
D | ChangeLog.19 | 16900 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Check that the value
|
D | ChangeLog.18 | 28707 * io/lseek.c (__libc_lseek): Likewise. 71939 * io/lseek.c (__lseek): Rename to __libc_lseek.
|