bytes_read        510 src/dps8/dps8_crdrdr.c     ssize_t bytes_read = read (fd, byte_buffer, BYTES_PER_CARD);
bytes_read        511 src/dps8/dps8_crdrdr.c     if (bytes_read <= 0)
bytes_read        530 src/dps8/dps8_crdrdr.c     return (int) bytes_read;
bytes_read       1284 src/dps8/panelScraper.c         DWORD bytes_read;
bytes_read       1285 src/dps8/panelScraper.c         ReadFile(port_fd, &ch, 1, &bytes_read, NULL);
bytes_read       1286 src/dps8/panelScraper.c         ssize_t nr = bytes_read;
bytes_read        942 src/punutil/punutil.c     int bytes_read = fread(&byte_buffer, 1, BYTES_PER_CARD, in_file);
bytes_read        944 src/punutil/punutil.c     if (bytes_read == 0)
bytes_read        965 src/punutil/punutil.c     if (bytes_read != BYTES_PER_CARD)
bytes_read        967 src/punutil/punutil.c         (void)fprintf(stderr, "*** Error: failed to read a full card (only read %d of %d bytes)\n", bytes_read, BYTES_PER_CARD);