/glibc-2.36/elf/ |
D | pldd-xx.c | 106 if (pread (memfd, p, phnum * phent, phdr) != phnum * phent) in E() 127 if (pread (memfd, dyn, p[i].p_filesz, offset + p[i].p_vaddr) in E() 139 if (pread (memfd, &r, sizeof (r), off) in E() 157 if (pread (memfd, interp, p[i].p_filesz, offset + p[i].p_vaddr) in E() 187 if (pread (memfd, &m, sizeof (m), list) != sizeof (m)) in E() 193 ssize_t n = pread (memfd, tmpbuf.data, tmpbuf.length, name_offset); in E()
|
D | sprof.c | 559 if (pread (fd, shdr, size, ehdr->e_shoff) != size) in load_shobj() 564 if (pread (fd, shstrtab, shdr[ehdr->e_shstrndx].sh_size, in load_shobj() 591 if (pread (fd, debuginfo_fname, size, debuglink_entry->sh_offset) in load_shobj() 646 if (pread (fd2, &ehdr2, sizeof (ehdr2), 0) != sizeof (ehdr2)) in load_shobj() 653 if (pread (fd2, shdr2, size, ehdr2.e_shoff) != size) in load_shobj() 659 if (pread (fd2, shstrtab, shdr2[ehdr2.e_shstrndx].sh_size, in load_shobj()
|
D | pldd.c | 317 ssize_t n = pread (fd, auxv, auxv_size, 0); in get_process_info()
|
/glibc-2.36/posix/ |
D | pread.c | 43 weak_alias (__libc_pread, pread) 44 stub_warning (pread)
|
D | unistd.h | 389 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, 404 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes, 413 # define pread pread64 macro
|
D | tst-preadwrite-common.c | 72 ret = pread (fd, res, sizeof (buf) - 50, offset + 50); in do_test_with_offset()
|
D | Versions | 78 pread; pread64; pwrite; pwrite64;
|
D | Makefile | 56 pread pwrite pread64 pwrite64 \ 250 CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | pread.c | 32 weak_alias (__libc_pread, pread) 35 compat_symbol (libc, __libc_pread, pread, GLIBC_2_2);
|
D | pread64.c | 35 weak_alias (__libc_pread64, pread) 38 compat_symbol (libc, __libc_pread64, pread, GLIBC_2_2);
|
D | Versions | 96 pread;
|
/glibc-2.36/posix/bits/ |
D | unistd.h | 52 __off_t __offset), pread) 72 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() function 74 return __glibc_fortify (pread, __nbytes, sizeof (char), in pread() 80 pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) in pread() function
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | pread.c | 31 weak_alias (__libc_pread, pread)
|
/glibc-2.36/sysdeps/posix/ |
D | pread.c | 60 weak_alias (__libc_pread, pread)
|
/glibc-2.36/sysdeps/mips/ |
D | dl-r_debug.h | 37 if (pread (fd, &offset, sizeof (offset), offset) != sizeof (offset)) in E()
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 1133 if (pread (fileno (stdin), buf, buf_size - 1, buf_size - 2) in do_test() 1137 if (pread (fileno (stdin), buf, buf_size - 1, 0) != buf_size - 1 in do_test() 1140 if (pread (fileno (stdin), buf, l0 + buf_size - 1, buf_size - 3) in do_test() 1147 if (pread (fileno (stdin), buf, buf_size + 1, 2 * buf_size) in do_test() 1153 if (pread (fileno (stdin), buf, l0 + buf_size + 1, 2 * buf_size) in do_test()
|
/glibc-2.36/rt/ |
D | tst-aio.c | 82 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file()
|
D | tst-aio64.c | 83 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel4.c | 1012 pread (tempfd, mem, sizeof (mem), 0); in tf_pread() 1602 ADD_TEST (pread, 2, 1),
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-linux-generic | 184 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: New file.
|
D | ChangeLog.ports-arm | 638 * sysdeps/unix/sysv/linux/arm/pread.c: Don't include 1377 * sysdeps/unix/sysv/linux/arm/eabi/pread.c: Move to ... 1378 * sysdeps/unix/sysv/linux/arm/pread.c: ... here. 2739 sysdeps/unix/sysv/linux/arm/eabi/pread.c,
|
/glibc-2.36/nis/ |
D | ypclnt.c | 94 if (pread (fd, &ypbr, sizeof (ypbr), 2) == sizeof (ypbr)) in yp_bind_file()
|
/glibc-2.36/conform/data/ |
D | unistd.h-data | 537 function ssize_t pread (int, void*, size_t, off_t)
|
/glibc-2.36/manual/ |
D | llio.texi | 460 @deftypefun ssize_t pread (int @var{filedes}, void *@var{buffer}, size_t @var{size}, off_t @var{off… 466 The @code{pread} function is similar to the @code{read} function. The 477 @code{pread} function is in fact @code{pread64} and the type 481 The return value of @code{pread} describes the number of bytes read. 504 This function is similar to the @code{pread} function. The difference 514 @code{pread} and so transparently replaces the 32 bit interface. 1220 @c is also MT-Safe since it calls pread, and it is now a syscall on all 1225 @code{pread}. The data is read from the file starting at position 1236 errors are the same as in @code{readv} and @code{pread}. 1449 @code{read} and @code{write}) and an explicit offset (like @code{pread} [all …]
|
/glibc-2.36/locale/programs/ |
D | locarchive.c | 321 if (pread (ah->fd, p2, size, offset2) != size) in compare_from_file()
|