Searched refs:GREP (Results 101 - 112 of 112) sorted by relevance

12345

/illumos-gate/usr/src/cmd/krb5/slave/
H A DMakefile116 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/psm/stand/cpr/common/
H A DMakefile.com27 GREP = egrep
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/
H A DMakefile.com145 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../hash/*.[ch]`
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A DMakefile83 GREP= egrep macro
204 $(SED) -e 's/pr_msg/gettext/' `$(GREP) -l "pr_msg|gettext" *.[ch]` | \
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc45 GREP=/usr/bin/grep
682 $GREP -v "^#" $USER_LOC_PATH/nsswitch.conf |\
683 $SED -e 's/[^:]*://' | $GREP nis >/dev/null 2>&1
H A Dnet-nwam56 GREP=/usr/bin/grep
172 $GREP -i "added by dhcp" /etc/nsswitch.conf >/dev/null
199 addr=`$GREP -iw $serv /etc/inet/hosts | \
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile93 MSGFILES = `$(GREP) -l gettext $(COMMONDIR)/*.c`
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh505 | $GREP closed >/dev/null
1873 eval `$SED -e "s/#.*$//" $FLIST | $GREP = `
2193 [[ -z $GREP ]] && GREP=`look_for_prog grep`
2575 eval `$SED -e "s/#.*$//" $wxfile | $GREP HG_PARENT=`
2585 eval `$SED -e "s/#.*$//" | $GREP HG_PARENT=`
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com1123 # The "$(GREP) -v ' L '" part is necessary only until
1126 $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com1086 # The "$(GREP) -v ' L '" part is necessary only until
1089 $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile1062 # The "$(GREP) -v ' L '" part is necessary only until
1065 $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com1153 # The "$(GREP) -v ' L '" part is necessary only until
1156 $(AR) q $@ `$(LORDER) $(MOSTOBJS:%=$(DIR)/%) | $(GREP) -v ' L ' | $(TSORT)`

Completed in 84 milliseconds

12345