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

/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c21 * fgrep -- print all lines containing any of a set of keywords
62 fgrep(int argc, char **argv) function
97 write(2, "bad fgrep call\n", 15);
118 fprintf(stderr, "fgrep done www %o\n", www);
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c28 * grep - pattern matching program - combined grep, egrep, and fgrep.
84 static uchar_t fgrep = 0; /* Invoked as fgrep */ variable
154 * Detect egrep/fgrep via command name, map to -E and -F options.
161 fgrep++;
270 * If we're invoked as egrep or fgrep we need to do some checks
273 if (egrep || fgrep) {
275 * Use of -E or -F with egrep or fgrep is illegal
280 * Don't allow use of wflag with egrep / fgrep
294 else /* Else fgrep */
[all...]

Completed in 47 milliseconds