Home
last modified time | relevance | path

Searched refs:pread (Results 1 – 25 of 86) sorted by relevance

1234

/glibc-2.36/elf/
Dpldd-xx.c106 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()
Dsprof.c559 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()
Dpldd.c317 ssize_t n = pread (fd, auxv, auxv_size, 0); in get_process_info()
/glibc-2.36/posix/
Dpread.c43 weak_alias (__libc_pread, pread)
44 stub_warning (pread)
Dunistd.h389 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
Dtst-preadwrite-common.c72 ret = pread (fd, res, sizeof (buf) - 50, offset + 50); in do_test_with_offset()
DVersions78 pread; pread64; pwrite; pwrite64;
DMakefile56 pread pwrite pread64 pwrite64 \
250 CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
/glibc-2.36/sysdeps/unix/sysv/linux/
Dpread.c32 weak_alias (__libc_pread, pread)
35 compat_symbol (libc, __libc_pread, pread, GLIBC_2_2);
Dpread64.c35 weak_alias (__libc_pread64, pread)
38 compat_symbol (libc, __libc_pread64, pread, GLIBC_2_2);
DVersions96 pread;
/glibc-2.36/posix/bits/
Dunistd.h52 __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/
Dpread.c31 weak_alias (__libc_pread, pread)
/glibc-2.36/sysdeps/posix/
Dpread.c60 weak_alias (__libc_pread, pread)
/glibc-2.36/sysdeps/mips/
Ddl-r_debug.h37 if (pread (fd, &offset, sizeof (offset), offset) != sizeof (offset)) in E()
/glibc-2.36/debug/
Dtst-fortify.c1133 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/
Dtst-aio.c82 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file()
Dtst-aio64.c83 if (pread (fd, tmp, size, 0) != (ssize_t) size) in test_file()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel4.c1012 pread (tempfd, mem, sizeof (mem), 0); in tf_pread()
1602 ADD_TEST (pread, 2, 1),
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-linux-generic184 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: New file.
DChangeLog.ports-arm638 * 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/
Dypclnt.c94 if (pread (fd, &ypbr, sizeof (ypbr), 2) == sizeof (ypbr)) in yp_bind_file()
/glibc-2.36/conform/data/
Dunistd.h-data537 function ssize_t pread (int, void*, size_t, off_t)
/glibc-2.36/manual/
Dllio.texi460 @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/
Dlocarchive.c321 if (pread (ah->fd, p2, size, offset2) != size) in compare_from_file()

1234