Searched refs:grep (Results 251 - 275 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh81 for pool in `zpool import | grep "pool:" | awk '{print $2}'`; do
85 for pool in `zpool import -d $DEVICE_DIR | grep "pool:" | awk '{print $2}'`; do
202 | egrep -v "$exclude" | grep -v $TESTPOOL); do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_002_pos.ksh149 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
168 zpool iostat -v $TESTPOOL1 | grep "$TESTDIR/$REPLACEFILE"
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/
H A DMakefile43 GREP= grep
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile40 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile60 GREP= grep
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstart.sh68 master=`/usr/sbin/makedbm -u $passwdfile | grep YP_MASTER_NAME \
H A Dypinit.sh108 if ( grep $master $hosts_file $hosts6_file > /dev/null )
265 if ( grep $h $hosts_file $hosts6_file > /dev/null ) || \
317 if ( grep $1 $hosts_file $hosts6_file > /dev/null ) || \
/illumos-gate/usr/src/cmd/oamuser/lib/
H A DMakefile53 GREP= grep
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh155 status=$(grep "failed:" $bigofile | wc -l)
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh98 set -- `grep "^$myipaddr[ ]" /etc/hosts 2>/dev/null`
/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh117 CMD=`grep $DIR'[ ]*$' $DFSTAB`
/illumos-gate/usr/src/cmd/print/
H A DMakefile87 $(XGETTEXT) -s -m "xxx" `/bin/find . -print | grep '\.c$$' | sed '/SCCS/d'`
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh54 psecflags $pid | grep -q "${set}:.*aslr"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_007_pos.ksh85 PREVDUMPDEV=`dumpadm | grep "Dump device" | awk '{print $3}'`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh82 zpool list -v $TESTPOOL | grep raidz >/dev/null 2>&1 && pooltype='raidz'
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_015_pos.ksh63 zfs 2>&1 | grep "allow" > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_004_pos.ksh57 swap -l | grep -w $voldev > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh85 snapshot=$(echo "$names" | grep $ds$clone_snap@snap)
188 status=$(echo "$names" | grep $snap)
194 status=$(echo "$names" | grep $dclone)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib158 zpool status -x $pool | grep "state:" | \
159 grep "FAULTED" >/dev/null 2>&1
164 l_scan=$(zpool status -x $pool | grep "scan:")
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Darrays.sh175 set | grep '^abcdefg$' >/dev/null && err_exit 'empty array variable in set list'
375 [[ $(typeset | grep foo$) == *associative* ]] || err_exit 'array lost associative attribute'
434 [[ $(typeset | grep 'foo$') == *index* ]] || err_exit 'typeset -a not creating an indexed array'
436 [[ $(typeset | grep 'foo$') == *index* ]] || err_exit 'append to indexed array not preserving array type'
443 [[ $($SHELL -c 'typeset -a foo;typeset | grep "foo$"' 2> /dev/null) == *index* ]] || err_exit 'typeset fails for indexed array with no elements'
445 [[ $(typeset | grep xxxxx$) == *'indexed array'* ]] || err_exit 'array of one element not an indexed array'
/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db180 $BASEDIR = `grep '^BASEDIR' $pkgInfo`;
511 @Pkgs = grep(/^[A-Z]/,readdir(PKGDIR)); # list of all package directories
515 $str = `grep '^NAME=' $InfoFile`; # just grep the entry
/illumos-gate/usr/src/lib/libtnf/
H A DMakefile54 GREP= grep
/illumos-gate/usr/src/cmd/sa/
H A DMakefile39 GREP= grep
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile71 | sed -f lint.sed | grep -v '^[ ]'
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup222 # Use the grep instead of the mv to ignore warnings to uucp
223 # grep -v 'warning message sent to uucp' $ADMIN/uucleanup > $OLD/uucleanup
296 grep passwd ${O_LOGS}-1 > $TMP
297 grep "REQUEST.*/" ${O_LOGS}-1 >> $TMP

Completed in 228 milliseconds

<<1112131415