__nbytes 434 lib/replace/replace.c ssize_t rep_pread(int __fd, void *__buf, size_t __nbytes, off_t __offset) __nbytes 439 lib/replace/replace.c return read(__fd, __buf, __nbytes); __nbytes 448 lib/replace/replace.c ssize_t rep_pwrite(int __fd, const void *__buf, size_t __nbytes, off_t __offset) __nbytes 453 lib/replace/replace.c return write(__fd, __buf, __nbytes); __nbytes 436 lib/replace/replace.h ssize_t rep_pread(int __fd, void *__buf, size_t __nbytes, off_t __offset); __nbytes 444 lib/replace/replace.h ssize_t rep_pwrite(int __fd, const void *__buf, size_t __nbytes, off_t __offset);