Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance
119 ssize_t bytes_read; in read_text_file() local121 bytes_read = read(fd, buf, nbytes); in read_text_file()122 if (bytes_read < 0) { in read_text_file()127 nbytes -= bytes_read; in read_text_file()