Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c99 size_t nbytes; in read_text_file() local
116 nbytes = st.st_size; in read_text_file()
118 while (nbytes) { in read_text_file()
121 bytes_read = read(fd, buf, nbytes); in read_text_file()
127 nbytes -= bytes_read; in read_text_file()