bytes_read         60 maint/gnulib/tests/test-nonblocking-reader.h   size_t bytes_read;
bytes_read         62 maint/gnulib/tests/test-nonblocking-reader.h   bytes_read = 0;
bytes_read         63 maint/gnulib/tests/test-nonblocking-reader.h   while (bytes_read < count)
bytes_read         70 maint/gnulib/tests/test-nonblocking-reader.h                   (unsigned long) (count - bytes_read));
bytes_read         72 maint/gnulib/tests/test-nonblocking-reader.h       ret = read (fd, (char *) buf + bytes_read, count - bytes_read);
bytes_read         82 maint/gnulib/tests/test-nonblocking-reader.h           bytes_read += ret;
bytes_read         85 maint/gnulib/tests/test-nonblocking-reader.h   return bytes_read;
bytes_read         91 maint/gnulib/tests/test-nonblocking-reader.h   size_t bytes_read;
bytes_read         93 maint/gnulib/tests/test-nonblocking-reader.h   bytes_read = 0;
bytes_read         94 maint/gnulib/tests/test-nonblocking-reader.h   while (bytes_read < count)
bytes_read        101 maint/gnulib/tests/test-nonblocking-reader.h                   (unsigned long) (count - bytes_read));
bytes_read        103 maint/gnulib/tests/test-nonblocking-reader.h       ret = read (fd, (char *) buf + bytes_read, count - bytes_read);
bytes_read        119 maint/gnulib/tests/test-nonblocking-reader.h           bytes_read += ret;
bytes_read        122 maint/gnulib/tests/test-nonblocking-reader.h   return bytes_read;