/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | pread64.c | 23 __libc_pread64 (int fd, void *buf, size_t count, off64_t offset) in __libc_pread64() function 28 weak_alias (__libc_pread64, __pread64) 30 weak_alias (__libc_pread64, pread64) 33 strong_alias (__libc_pread64, __libc_pread) 34 weak_alias (__libc_pread64, __pread) 35 weak_alias (__libc_pread64, pread) 38 compat_symbol (libc, __libc_pread64, pread, GLIBC_2_2); 43 compat_symbol (libc, __libc_pread64, pread64, GLIBC_2_2); 44 compat_symbol (libc, __libc_pread64, __pread64, GLIBC_2_2);
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | pread64.c | 24 __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset) in __libc_pread64() function 33 #ifndef __libc_pread64 34 weak_alias (__libc_pread64, __pread64) 36 weak_alias (__libc_pread64, pread64)
|
D | pread.c | 26 return __libc_pread64 (fd, buf, nbytes, (off64_t) offset); in __libc_pread()
|
/glibc-2.36/sysdeps/posix/ |
D | pread64.c | 26 __libc_pread64 (int fd, void *buf, size_t nbyte, off64_t offset) in __libc_pread64() function 58 #ifndef __libc_pread64 59 weak_alias (__libc_pread64, __pread64) 61 weak_alias (__libc_pread64, pread64)
|
D | posix_fallocate64.c | 107 ssize_t rsize = __libc_pread64 (fd, &c, 1, offset); in __posix_fallocate64_l64()
|
/glibc-2.36/posix/ |
D | pread64.c | 24 __libc_pread64 (int fd, void *buf, size_t nbytes, off64_t offset) in __libc_pread64() function 42 strong_alias (__libc_pread64, __pread64) 44 weak_alias (__libc_pread64, pread64)
|
/glibc-2.36/debug/ |
D | pread64_chk.c | 28 return __libc_pread64 (fd, buf, nbytes, offset); in __pread64_chk()
|
/glibc-2.36/include/ |
D | unistd.h | 54 extern ssize_t __libc_pread64 (int __fd, void *__buf, size_t __nbytes,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-mips | 607 (__libc_pread64): Don't use CHECK_N.
|
D | ChangeLog.ports-arm | 643 (__libc_pread64): Don't use CHECK_N.
|
D | ChangeLog.10 | 2683 __libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite 2707 __libc_pread, __libc_pread64, __libc_pwrite and __libc_pwrite64. 2882 __libc_pread, __libc_pread64, __libc_pwrite, and __libc_pwrite64. 2884 * posix/Versions: Export __libc_pread, __libc_pread64, __libc_pwrite,
|
D | ChangeLog.18 | 15600 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Use 23189 (__libc_pread64): Use SYSCALL_LL64 macro on offset argument. 36747 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise. 36763 (__libc_pread64): Likewise. 36784 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise. 36804 (__libc_pread64): Likewise. 36813 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise. 36823 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise. 41516 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise. 41522 (__libc_pread64): Likewise. [all …]
|
D | ChangeLog.15 | 5290 __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
|
D | ChangeLog.13 | 6301 * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here. 10447 __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
|
D | ChangeLog.21 | 4973 (__libc_pread64): Modified function.
|
D | ChangeLog.11 | 9460 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
|
D | ChangeLog.17 | 4374 * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
|
D | ChangeLog.16 | 9763 * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
|
D | ChangeLog.14 | 5338 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Fix
|
D | ChangeLog.23 | 27429 [! _ISOMAC](__libc_pread64): Modified.
|
D | ChangeLog.19 | 33019 (__libc_pread64): Likewise.
|