Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c351 off_t to_be_read = stats->stat.st_size - bufoffset; in fillbuf() local
352 off_t maxsize_off = save + to_be_read; in fillbuf()
353 if (0 <= to_be_read && to_be_read <= maxsize_off in fillbuf()