Home
last modified time | relevance | path

Searched refs:GREP (Results 1 – 25 of 95) sorted by path

1234

/illumos-gate/usr/src/
H A DMakefile.master148 GREP= /usr/bin/grep
/illumos-gate/usr/src/cmd/fwflash/
H A DMakefile.com85 `($(GREP) -l gettext $< || echo /dev/null)`
/illumos-gate/usr/src/cmd/gss/gsscred/
H A DMakefile89 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/gss/gssd/
H A DMakefile149 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A DMakefile82 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A DMakefile79 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kadmin/kpasswd/
H A DMakefile66 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A DMakefile59 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A DMakefile93 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A DMakefile59 $(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
/illumos-gate/usr/src/cmd/krb5/kinit/
H A DMakefile59 $(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
/illumos-gate/usr/src/cmd/krb5/klist/
H A DMakefile59 $(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A DMakefile75 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A DMakefile92 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A DMakefile128 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A DMakefile97 $(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
/illumos-gate/usr/src/cmd/krb5/slave/
H A DMakefile115 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh973 GREP="/usr/bin/grep"
2191 ${GREP} -i "^$ANS:" ${SSD_FILE} > /dev/null 2>&1
2234 ${GREP} "$ANS" ${SSD_FILE} > /dev/null 2>&1
2249 ${GREP} -v "$ANS" ${SSD_FILE}.bak > ${SSD_FILE}
2264 _LINE=`${GREP} "^$ANS:" ${SSD_FILE}`
2373 ${GREP} "LDAP_SERV_SRCH_DES=" ${INPUT_FILE} | \
2614 ${GREP} -i cn $PROFILE_OUT >/dev/null 2>&1
2625 if ${GREP} authenticationMethod $PROFILE_OUT | ${GREP} GSSAPI >/dev/null 2>&1
2627 if ${GREP} credentialLevel $PROFILE_OUT | ${GREP} self >/dev/null 2>&1
3032 "| ${GREP} 'nsslapd-backend=' " \
[all …]
/illumos-gate/usr/src/cmd/logadm/
H A Dlogadm-upgrade32 GREP=/usr/bin/grep
110 ${GREP} -v '^#' ${f} | while read entry
124 err_msg=$(${GREP} ^${sig} ${LOGADM} 2>&1)
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile105 $(GREP) -v '^#.*@(' $(MISC)/$@ > $@
/illumos-gate/usr/src/cmd/oamuser/lib/
H A DMakefile86 $(GREP) -v "^#ident" $(DATEFILESRC) > $(DATEFILE)
/illumos-gate/usr/src/cmd/sa/
H A DMakefile106 if $(GREP) "sa1" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \
112 if $(GREP) "sa2" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh53 GREP=/usr/bin/grep
173 rootdisk=`$MOUNT | $GREP "/ on " | cut -f 3 -d " "`
267 HASZFSROOT=`$DF -g / |$GREP zfs`
564 ISARMED=`$SVCS -l $STMSINSTANCE|$GREP "enabled.*false.*temporary"`
603 msgneeded=`echo "$DRVLIST" |$GREP " "`
632 HASZFSROOT=`$DF -g / |$GREP zfs`
/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-nwam57 GREP=/usr/bin/grep
173 $GREP -i "added by dhcp" /etc/nsswitch.conf >/dev/null
200 addr=`$GREP -iw $serv /etc/inet/hosts | \

1234