Lines Matching refs:pread
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}
1507 which are used by @code{read}, @code{pread}, @code{write}, and