Searched refs:grep (Results 326 - 350 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh352 typeset line=$(grep "^files_compressed_method=" $ident)
363 typeset line=$(grep "^files_archived_method=" $ident)
/illumos-gate/usr/src/cmd/
H A DMakefile186 grep \
591 grep \
/illumos-gate/usr/src/tools/scripts/
H A Dws.sh372 if ! echo ":$PATH:" | grep ":${ONBLD_DIR}:" > /dev/null; then
H A DInstall.sh525 # output of grep without piping it directly to copymod, otherwise
531 set -- `grep -v "^CONF" $modlist`;
540 set -- `grep "^CONF" $modlist | sort | uniq`;
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk150 cat $(SRC) | grep '$$Id: ' | sort +4 | tail -1 \
215 grep '^case OP_' $(TOP)/src/vdbe.c | \
221 grep '^case OP_' $(TOP)/src/vdbe.c | \
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh190 // ASTCMDLIST(grep)
191 // XPG4CMDLIST(grep)
/illumos-gate/usr/src/cmd/install.d/
H A Dinstall.sh307 PUTHERE=`grep "/${FILE}$" $FLIST | sed -n -e '1p'`
/illumos-gate/usr/src/tools/depcheck/
H A Dget_depend_info522 $pkgchk = `/usr/sbin/pkgchk -l $pkg | grep Pathname | sed 's/Pathname: //'`;
/illumos-gate/usr/src/cmd/logadm/
H A Dtester1763 set_file('grep.out.expect', <<'EOF'.<<"EOF".<<'EOF'.<<"EOF".<<'EOF');
1849 /bin/grep -v 'recording rotation date' std.out > grep.out
1850 exec /bin/diff grep.out.expect grep.out
2125 grep Warning std.err > /dev/null
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh455 got=$(env | grep ^HOME=)
H A Dcomvar.sh317 y=$(set | grep ^x=) 2> /dev/null
319 [[ $x == "$y" ]] || err_exit '$x != $y with set | grep'
H A Dfunctions.sh306 val=$(export | grep "^$1=")
H A Dvariables.sh477 [[ $(cd /bin;env | grep PWD=) == *.sh.* ]] && err_exit '.sh. prefixed to PWD'
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh343 VOLUME_DEVICE=`mount -p|grep $VOLUME_PATH|\
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh585 l3protect=`/sbin/ipadm show-if -o current -p $1|grep -c 'Z'`
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris878 if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
920 fi # grep
1166 # So let's grep whole file.
1167 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1183 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh53 GREP=/usr/bin/grep
/illumos-gate/usr/src/man/man1/
H A DMakefile155 grep.1 \
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc45 GREP=/usr/bin/grep
H A Dnet-nwam56 GREP=/usr/bin/grep
/illumos-gate/usr/src/lib/libdtrace/
H A DMakefile.com197 sed 's/\&/\\\&/g' | grep '^s/' > $@
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh625 grep 'SUNW_PKG_HOLLOW=true' $pkg_name/pkginfo >/dev/null 2>&1 && \
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh576 grep -v '^[ ]*#' $KADM5ACL | \
/illumos-gate/usr/src/head/
H A DMakefile394 assert.check := HDRCHK_TAIL = | grep -v "end guard wrong" | true
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh228 *) if iffe -n - hdr $f | grep _hdr_$f >/dev/null
359 ?*) for v in `strings $CONF_getconf | grep '^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*$'`
372 grep '^_' $tmp.g
373 grep '^[^_]' $tmp.g
805 grep '^[_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz][_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789]*$' |

Completed in 194 milliseconds

<<1112131415