Searched defs:wordf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c132 FILE *wordf; variable
192 wordf = fopen(optarg, "r");
193 if (wordf == NULL) {
200 if (fstat(fileno(wordf), &file_stat) == 0) {
491 if (wordf) {
492 if ((b = getc(wordf)) == EOF)
497 if ((b = getc(wordf)) == EOF)

Completed in 57 milliseconds