Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance

/scripts/mod/
A Dmodpost.c138 ssize_t bytes_read; in read_text_file() local
140 bytes_read = read(fd, buf, nbytes); in read_text_file()
141 if (bytes_read < 0) { in read_text_file()
146 nbytes -= bytes_read; in read_text_file()

Completed in 7 milliseconds