/illumos-gate/usr/src/common/mapfiles/gen/ |
H A D | Makefile | 95 $(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 D | svc-vntsd | 42 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 D | logadm-upgrade | 32 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 D | xref.mk | 121 -$(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 D | idsconfig.sh | 866 ${ECHO} "$ck_DN" | ${GREP} "=" > /dev/null 2>&1 973 GREP="/usr/bin/grep" 1079 export DEBUG VERB ECHO EVAL EGREP GREP STEP TMPDIR 1160 ${GREP} -v "LDAP_SERV_SRCH_DES=" ${INPUT_FILE} > ${TMPDIR}/inputfile.noSSD 1261 …eval "${LDAPSEARCH} ${SERVER_ARGS} -b cn=monitor -s base \"objectclass=*\" version | ${GREP} \"^ve… 1318 eval "${GREP} credential ${TMPDIR}/checkDN ${VERB}" 1549 ${EVAL} "${GREP} ${_P_ACI} ${TMPDIR}/chk_gssapi_aci > /dev/null 2>&1" 1596 …${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b cn=schema -s base \"objectclass=*\" ${ATTR} | ${GREP} -i \"… 1617 …H} ${LDAP_ARGS} -b \"\" -s base \"objectclass=*\" supportedSASLMechanisms | ${GREP} GSSAPI ${VERB}" 1955 CURR_TIMELIMIT=`${GREP} timelimit ${TMPDIR}/chk_timeout | cut -f2 -d=` [all …]
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile | 65 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 D | stmsboot.sh | 53 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 D | Makefile | 40 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 D | Makefile | 106 if $(GREP) "sa1" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \ 112 if $(GREP) "sa2" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | Makefile.targ | 14 $(GREP) '^case OP_' $(SRCDIR)/vdbe.c | \ 23 $(GREP) '^case OP_' $(SRCDIR)/vdbe.c | \
|
/illumos-gate/usr/src/cmd/zic/ |
H A D | tzselect.ksh | 42 GREP=/usr/bin/grep 98 loc_messages=`$LOCALE | $GREP LC_MESSAGES | $AWK -F"=" '{print $2}`
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-loc | 45 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/libzfs/ |
H A D | Makefile | 40 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
|
/illumos-gate/usr/src/lib/libzfs_core/ |
H A D | Makefile | 42 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
|
/illumos-gate/usr/src/lib/libzutil/ |
H A D | Makefile | 30 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
|
/illumos-gate/usr/src/lib/libipsecutil/ |
H A D | Makefile | 41 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
|
/illumos-gate/usr/src/lib/libzfsbootenv/ |
H A D | Makefile | 31 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
|
/illumos-gate/usr/src/lib/libsocket/ |
H A D | Makefile | 38 MSGFILES = `$(GREP) -l gettext */*.[ch]`
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/ |
H A D | Makefile | 60 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`
|
/illumos-gate/usr/src/lib/libbe/ |
H A D | Makefile | 43 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
|
/illumos-gate/usr/src/lib/libzonecfg/ |
H A D | Makefile | 39 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
|
/illumos-gate/usr/src/lib/libdiskmgt/ |
H A D | Makefile | 47 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | Makefile | 61 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
|
/illumos-gate/usr/src/lib/libc/ |
H A D | Makefile | 138 @if $(ELFDUMP) -r $(MACH)/$(DYNLIB) | $(GREP) -w environ ; then \ 145 @if $(ELFDUMP) -r $(MACH64)/$(DYNLIB) | $(GREP) -w environ ; then \
|
/illumos-gate/usr/src/lib/libprtdiag/sparc/sun4u/ |
H A D | Makefile | 72 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../../common/*.c`
|