nbyte 35 maint/gnulib/lib/pread.c pread (int fd, void *buf, size_t nbyte, off_t offset) nbyte 50 maint/gnulib/lib/pread.c result = __libc_read (fd, buf, nbyte); nbyte 34 maint/gnulib/lib/pwrite.c pwrite (int fd, const void *buf, size_t nbyte, off_t offset) nbyte 49 maint/gnulib/lib/pwrite.c result = __libc_write (fd, buf, nbyte);