byte               95 maint/gnulib/lib/memcmp.c   const byte *srcp1 = (const byte *) &a;
byte               96 maint/gnulib/lib/memcmp.c   const byte *srcp2 = (const byte *) &b;
byte              317 maint/gnulib/lib/memcmp.c           a0 = ((byte *) srcp1)[0];
byte              318 maint/gnulib/lib/memcmp.c           b0 = ((byte *) srcp2)[0];
byte              347 maint/gnulib/lib/memcmp.c       a0 = ((byte *) srcp1)[0];
byte              348 maint/gnulib/lib/memcmp.c       b0 = ((byte *) srcp2)[0];
byte               52 maint/gnulib/lib/passfd.c   char byte = 0;
byte               62 maint/gnulib/lib/passfd.c   iov.iov_base = &byte;
byte              110 maint/gnulib/lib/passfd.c   char byte = 0;
byte              129 maint/gnulib/lib/passfd.c   iov.iov_base = &byte;
byte               69 maint/gnulib/tests/test-pread.c     char byte;
byte               70 maint/gnulib/tests/test-pread.c     ASSERT (pread (fd, &byte, 1, (off_t) -1) == -1);
byte               79 maint/gnulib/tests/test-pread.c     char byte;
byte               82 maint/gnulib/tests/test-pread.c     ASSERT (pread (STDIN_FILENO, &byte, 1, 1) == -1);
byte               88 maint/gnulib/tests/test-pread.c     char byte;
byte               90 maint/gnulib/tests/test-pread.c     ASSERT (pread (-1, &byte, 1, 0) == -1);
byte               94 maint/gnulib/tests/test-pread.c     char byte;
byte               97 maint/gnulib/tests/test-pread.c     ASSERT (pread (99, &byte, 1, 0) == -1);
byte               58 maint/gnulib/tests/test-pwrite.c       const char byte = 'W';
byte               59 maint/gnulib/tests/test-pwrite.c       ASSERT (pwrite (fd, &byte, 1, i) == 1);
byte               65 maint/gnulib/tests/test-pwrite.c     const char byte = 'b';
byte               66 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (fd, &byte, 1, (off_t) -1) == -1);
byte               82 maint/gnulib/tests/test-pwrite.c     char byte = 'x';
byte               84 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (-1, &byte, 1, 0) == -1);
byte               88 maint/gnulib/tests/test-pwrite.c     char byte = 'x';
byte               91 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (99, &byte, 1, 0) == -1);
byte               56 maint/gnulib/tests/test-read.c     char byte;
byte               58 maint/gnulib/tests/test-read.c     ASSERT (read (-1, &byte, 1) == -1);
byte               62 maint/gnulib/tests/test-read.c     char byte;
byte               65 maint/gnulib/tests/test-read.c     ASSERT (read (99, &byte, 1) == -1);
byte               37 maint/gnulib/tests/test-recv.c     char byte;
byte               39 maint/gnulib/tests/test-recv.c     ASSERT (recv (-1, &byte, 1, 0) == -1);
byte               43 maint/gnulib/tests/test-recv.c     char byte;
byte               46 maint/gnulib/tests/test-recv.c     ASSERT (recv (99, &byte, 1, 0) == -1);
byte               40 maint/gnulib/tests/test-recvfrom.c     char byte;
byte               45 maint/gnulib/tests/test-recvfrom.c     ASSERT (recvfrom (-1, &byte, 1, 0, (struct sockaddr *) &addr, &addrlen)
byte               50 maint/gnulib/tests/test-recvfrom.c     char byte;
byte               56 maint/gnulib/tests/test-recvfrom.c     ASSERT (recvfrom (99, &byte, 1, 0, (struct sockaddr *) &addr, &addrlen)
byte               37 maint/gnulib/tests/test-send.c     char byte = 'x';
byte               39 maint/gnulib/tests/test-send.c     ASSERT (send (-1, &byte, 1, 0) == -1);
byte               43 maint/gnulib/tests/test-send.c     char byte = 'x';
byte               46 maint/gnulib/tests/test-send.c     ASSERT (send (99, &byte, 1, 0) == -1);
byte               47 maint/gnulib/tests/test-sendto.c       char byte = 'x';
byte               49 maint/gnulib/tests/test-sendto.c       ASSERT (sendto (-1, &byte, 1, 0,
byte               55 maint/gnulib/tests/test-sendto.c       char byte = 'x';
byte               58 maint/gnulib/tests/test-sendto.c       ASSERT (sendto (99, &byte, 1, 0,
byte               62 maint/gnulib/tests/test-write.c     char byte = 'x';
byte               64 maint/gnulib/tests/test-write.c     ASSERT (write (-1, &byte, 1) == -1);
byte               68 maint/gnulib/tests/test-write.c     char byte = 'x';
byte               71 maint/gnulib/tests/test-write.c     ASSERT (write (99, &byte, 1) == -1);