Searched refs:fgrep (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/fgrep/
H A DMakefile27 PROG= fgrep
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6722134_background_CHLD_trap.sh84 (( count=$(fgrep "got_child" <<< "$s" | wc -l) )) || err_exit "counting failed."
117 (( count=$(fgrep "got_child" <<< "$s" | wc -l) )) || err_exit "counting failed."
/illumos-gate/usr/src/cmd/grep_xpg4/
H A DMakefile29 FFILE= fgrep
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...]
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dx64-ie-test.sh19 if /usr/xpg4/bin/fgrep -q "${pattern}"; then
/illumos-gate/usr/src/cmd/calendar/
H A Dcalendar.sh78 -) if (rpcinfo -p | fgrep -s ypbind); then
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h112 ASTCMDLIST(fgrep)
113 XPG4CMDLIST(fgrep)
/illumos-gate/usr/src/cmd/refer/
H A Dhunt6.c32 extern int fgrep();
110 ar[na++] = "fgrep";
120 fprintf(stderr, "calling fgrep len %d ar[4] %s %o %d \n",
123 if (fgrep(na, ar) == 0) {
125 fprintf(stderr, "fgrep found it\n");
138 fprintf(stderr, "after fgrep\n");
H A Dglue4.c40 for (cv[nv++] = "fgrep"; c = *inp; inp++) {
59 err("Can't read fgrep index %s", argig);
63 err("Can't write fgrep output %s", gfile);
64 fgrep(nv, cv);
66 fprintf(stderr, "fgrep returned, output is..\n");
77 fprintf(stderr, "back from fgrep\n");
81 err("can't read fgrep output %s", gfile);
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/boot/sys/boot/efi/boot1/
H A DMakefile87 if [ `${OBJDUMP} -t ${PROG} | fgrep '*UND*' | wc -l` != 0 ]; then \
88 ${OBJDUMP} -t ${PROG} | fgrep '*UND*'; \
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dsvcproptree1.sh153 set | egrep "^svc.proptree\[" | fgrep -v ']=$'
H A Dfiletree1.sh212 set | egrep "^myfiletree\[" | fgrep -v ']=$'
H A Dxmldocumenttree1.sh339 set | egrep "xdoc.*(tagname|tagtype|tagval|tagattributes)" | fgrep -v ']=$'
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile102 if [ `${OBJDUMP} -t loader.sym | fgrep '*UND*' | wc -l` != 0 ]; then \
103 ${OBJDUMP} -t loader.sym | fgrep '*UND*'; \
/illumos-gate/usr/src/cmd/
H A DMakefile159 fgrep \
575 fgrep \
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh184 // ASTCMDLIST(fgrep)
185 // XPG4CMDLIST(fgrep)
/illumos-gate/usr/src/man/man1/
H A DMakefile132 fgrep.1 \
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh748 find . ! -type d -print |fgrep -vx './files' >files

Completed in 126 milliseconds