Home
last modified time | relevance | path

Searched refs:egrep (Results 1 – 25 of 84) sorted by relevance

1234

/illumos-gate/usr/src/tools/scripts/
H A Dnightly216 | egrep -v '^tic:' \
239 | egrep -v '^/' \
241 | egrep -v '^tic:' \
242 | egrep -v '^mcs' \
257 | egrep -v 'PSTAMP' \
261 | egrep -v '^Writing' \
263 | egrep -v '^adding:' \
265 | egrep -v '^echo ' \
266 | egrep -v '\.c:$' \
281 | egrep -v '::' \
[all …]
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dacquire-compare.sh39 MY_IP=`netstat -in -f inet | egrep -v "Name|lo0" | awk '{print $4}' | head -1`
144 egrep "$CURL_DST3_LPORT|$CURL_DST4_LPORT|$CURL_DST1_LPORT" \
145 $MONITOR_LOG > /tmp/egrep.$$
150 diff /tmp/grep.$$ /tmp/egrep.$$
169 egrep "DST:|SRC:|INS:|IND:" /tmp/raw.$$/0 > /tmp/extended-addresses.$$
170 egrep "DST:|SRC:|INS:|IND:" /tmp/raw.$$/1 > /tmp/regular-addresses.$$
183 /bin/rm -f /tmp/grep.$$ /tmp/egrep.$$ /tmp/addrs.$$ $MONITOR_LOG
/illumos-gate/usr/src/test/util-tests/tests/cpio/
H A Dcpio_test.ksh110 if echo "$@" | egrep -s "$expect_cpio"; then
133 if echo "$@" | egrep -s "$expect_cpio"; then
156 if echo "$@" | egrep -s "$expect_gtar"; then
179 if echo "$@" | egrep -s "$expect_cpio"; then
197 if echo "$@" | egrep -s "$expect_cpio"; then
213 if echo "$@" | egrep -s "$expect_cpio"; then
227 if echo "$@" | egrep -s "$expect_cpio"; then
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh71 `egrep "^[^#]*[ ][ ]*-F[ ]*(\`echo $fsys|tr ',' '|'\`)" |
77 def_fs=`egrep '^[^#]' $fsys_file | awk '{print $1; exit}'`
86 `egrep -v "(^[#]|-F)" | /sbin/sh`
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib95 egrep disk >/dev/null
110 egrep loop >/dev/null
127 egrep mpath >/dev/null
232 | egrep disk/by-id/dm-uuid \
268 lsscsi | egrep $slave > /dev/null
276 lsscsi | egrep $slave > /dev/null
287 lsscsi | egrep $disk > /dev/null
293 lsscsi | egrep $disk > /dev/null
310 lsscsi | egrep $slave > /dev/null
317 while ! lsscsi | egrep -q $disk; do
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Drmtmpfiles46 /sbin/mount | /usr/bin/egrep '^/tmp(/| )' >/dev/null 2>&1 || {
72 /sbin/mount | /usr/bin/egrep '^/var/tmp(/| )' >/dev/null 2>&1 || {
82 /usr/bin/ls -a | /usr/bin/egrep -v '^(Ex.*|\.|\.\.)$' |
H A Dfs-root37 /usr/sbin/mount | egrep -s "^/lib/libc.so.1 on "
46 /usr/sbin/mount | egrep -s "^/lib/$ARCH64/libc.so.1 on "
H A Dnet-routing-setup106 /usr/bin/egrep -v "^(#|$)" /etc/inet/static_routes \
220 /usr/bin/egrep -v "^(#|$)" /etc/inet/static_routes \
/illumos-gate/usr/src/test/util-tests/tests/make/
H A Dmake_test.ksh140 egrep -s 'Missing argument' $outf && pass "$tst (output)" \
145 egrep -s 'Missing argument' $outf && pass "$tst (output)" \
150 egrep -s 'No such file or directory' $outf && pass "$tst (output)" \
156 egrep -s 'No such file or directory' $outf && pass "$tst (output)" \
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh261 /usr/bin/egrep -s "SUNW_PKG_HOLLOW=true" \
351 /usr/bin/egrep -s "$NETPHYSDEF" $insttmpfile
359 /usr/bin/egrep -s "$NETPHYSNWAM" $insttmpfile
367 for i in $(/usr/bin/egrep network/routing $insttmpfile)
381 for i in $(/usr/bin/egrep -hv "^#" \
386 /usr/bin/egrep -s "$i:" $insttmpfile || continue
398 for i in $(/usr/bin/egrep network/shares/group $insttmpfile)
429 for i in $(/usr/bin/egrep -hv "^#" /usr/lib/brand/solaris10/pkgrm.lst \
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dshow_unreachable.sh55 egrep -qw '(BUG|BT_STATE_CHANGE)' ; then
61 if echo "$line_txt" | egrep -qw $func ; then
H A Dnew_bugs.sh24 for err in $(diff -u $old $new | cut -b 2- | egrep '(warn|error|warning):') ; do
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh155 if egrep -s '[*$^#!]+' $TMP_FILE; then
265 if egrep -s '\/admin' $TMP_FILE; then
269 if egrep -s '\/' $TMP_FILE; then
294 if egrep -s '[^.]\.[^.]+$' $TMP_FILE; then
298 if egrep -s '\.+' $TMP_FILE; then
385 if egrep -s "$(gettext "Valid starting")" $TMP_FILE && \
386 egrep -s "kadmin/$master_hn@$REALM" $TMP_FILE; then
577 egrep '_default_realm_' > /dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps.kshlib46 echo "$section" | egrep \
53 echo "$section" | egrep \
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-zones54 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
92 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
/illumos-gate/usr/src/data/zoneinfo/
H A Dupdate_manifest90 egrep -v "^hardlink " $tmpf1 > $tmpf2
95 egrep -v "^file path=$PREFIX/$i\$" $tmpf1 > $tmpf2
/illumos-gate/usr/src/test/net-tests/tests/
H A Dnet_common.ksh374 egrep 'current=enabled' > /dev/null
387 egrep 'current=enabled' > /dev/null
408 egrep 'current=disabled' > /dev/null
421 egrep 'current=disabled' > /dev/null
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh179 egrep -s "Solaris Brand Replacement" $filename
473 egrep -s "^rootpool=" identification
713 echo $i | egrep -s "/" && continue
722 list=$(cd "$source_dir" && ls -d * | egrep -v "$filt")
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Dr.kcfconf52 egrep -s "$pkg_start" $dest && start=1
53 egrep -s "$pkg_end" $dest && end=1
H A Dr.kmfconf51 egrep -s "$pkg_start" $dest && start=1
52 egrep -s "$pkg_end" $dest && end=1
H A Dr.pkcs11conf52 egrep -s "$pkg_start" $dest && start=1
53 egrep -s "$pkg_end" $dest && end=1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib201 egrep -v "^pool$|^capacity$|^mirror$|^raidz1$|^raidz2$|---" | \
202 egrep -v "/old$|^$pool$")
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufunc.ksh65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
H A Dtst.umod.ksh64 script | tee /dev/fd/2 | egrep '(ksh|libshell)' > /dev/null
H A Dtst.usym.ksh65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null

1234