Lines Matching refs:bytes_read
602 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer)));603 if (bytes_read == -1) {607 if (bytes_read == 0) {