Home
last modified time | relevance | path

Searched refs:GREP (Results 1 – 25 of 97) sorted by relevance

1234

/illumos-gate/usr/src/common/mapfiles/gen/
H A DMakefile95 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS1)
98 $(GREP) -v UNDEF | $(AWK) '{print $$9 }' | $(SORT) > $(SYMS2)
100 $(GREP) MAP-HEAD $(TEMPLATE2) | \
102 $(DIFF) $(SYMS1) $(SYMS2) | $(GREP) "^<" | \
104 $(GREP) MAP-TAIL $(TEMPLATE2) | \
/illumos-gate/usr/src/cmd/vntsd/
H A Dsvc-vntsd42 GREP=/usr/bin/grep
55 $GREP '^solaris.vntsd.:' ${AUTH_ATTR} >/dev/null 2>&1
76 $GREP 'solaris.vntsd.grant' ${USER_ATTR} >/dev/null 2>&1
80 $GREP '^root' ${USER_ATTR} | $GREP 'auths=' >/dev/null 2>&1
/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/tools/scripts/
H A Dxref.mk121 -$(GREP) -v Makefile xref.tmp >> xref.files
122 -$(GREP) Makefile xref.tmp >> xref.files
147 -$(ECHO) $(XRINCS) | $(XARGS) -n1 | $(GREP) '^-I' | \
191 $(GREP) "\.$${suffix}$$" xref.files >> xref.tfiles; \
/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/lib/libcurses/
H A DMakefile65 screen/term.check := CSTYLE_TAIL = | $(GREP) -v "line > 80 characters" | \
89 $(GREP) "KEY_" screen/caps > screen/keycaps
90 @if tail -1 screen/keycaps | $(GREP) 'KEY_MOUSE' > /dev/null;then :; \
129 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]* */*.[ch]*`
/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/lib/gss_mechs/mech_krb5/
H A DMakefile40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep macro
102 -$(XGETTEXT) $(XGETFLAGS) `$(GREP) -s -l gettext`
/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/zic/
H A Dtzselect.ksh42 GREP=/usr/bin/grep
98 loc_messages=`$LOCALE | $GREP LC_MESSAGES | $AWK -F"=" '{print $2}`
/illumos-gate/usr/src/lib/libzfs/
H A DMakefile40 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/illumos-gate/usr/src/lib/libzfs_core/
H A DMakefile42 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/illumos-gate/usr/src/lib/libzutil/
H A DMakefile30 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/illumos-gate/usr/src/lib/libipsecutil/
H A DMakefile41 MSGFILES = `$(GREP) -l gettext common/*.[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
/illumos-gate/usr/src/lib/libzfsbootenv/
H A DMakefile31 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/illumos-gate/usr/src/lib/libsocket/
H A DMakefile38 MSGFILES = `$(GREP) -l gettext */*.[ch]`
/illumos-gate/usr/src/lib/libbe/
H A DMakefile43 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/
H A DMakefile60 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`
/illumos-gate/usr/src/lib/libzonecfg/
H A DMakefile39 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/illumos-gate/usr/src/lib/krb5/ss/
H A DMakefile61 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/illumos-gate/usr/src/lib/libdiskmgt/
H A DMakefile47 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile56 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch] *.[ch]`
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/
H A DMakefile73 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/javelin.c`
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/
H A DMakefile73 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext common/tazmo.c`

1234