Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance
114 size_t nbytes; in read_text_file() local131 nbytes = st.st_size; in read_text_file()133 while (nbytes) { in read_text_file()136 bytes_read = read(fd, buf, nbytes); in read_text_file()142 nbytes -= bytes_read; in read_text_file()