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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dgrep.sh34 function grep function
41 while ((1)) # look for grep options
90 cat > $tmp/grep <<\!
101 if (( $(grep -c 'foo*bar' $tmp/grep ) != 6))
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c28 * grep - pattern matching program - combined grep, egrep, and fgrep.
29 * Based on MKS grep command, with XCU & Solaris mods.
82 static int matched = 0; /* return of the grep() */
115 static int grep(int, const char *);
123 * mainline for grep
227 /* based on options order h or H is set as in GNU grep */
300 * -w cannot be specified with grep -F
312 * -l overrides -H like in GNU grep
320 * -q overrides -l & -c programmatically in grep() functio
801 grep(int fd, const char *fn) function
[all...]

Completed in 2353 milliseconds