Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/src/
HDgrep.c1434 grep (int fd, struct stat const *st, bool *ineof) in grep() argument
1508 *ineof = true; in grep()
1738 finalize_input (int fd, struct stat const *st, bool ineof) in finalize_input() argument
1742 ? (!ineof in finalize_input()
1758 bool ineof = false; in grepdesc() local
1851 count = grep (desc, &st, &ineof); in grepdesc()
1870 finalize_input (desc, &st, ineof); in grepdesc()