/illumos-gate/usr/src/tools/scripts/ |
H A D | nightly | 195 egrep ":" $SRC/${INSTALLOG}.out | 196 egrep -e "(^${MAKE}"$':|[\t ]error[:\t ]|ld: guidance:)' | \ 197 egrep -v ": (Entering|Leaving) directory " | \ 198 egrep -v "Ignoring unknown host" | \ 199 egrep -v "cc .* -o error " | \ 200 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \ 216 egrep -i 'warn(ing)?:' $SRC/${INSTALLOG}.out \ 217 | egrep -v '^tic:' \ 218 | egrep -v "symbol (\`|')timezone' has differing types:" \ 219 | egrep -v "parameter <PSTAMP> set to" \ [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/pf_key/ |
H A D | acquire-compare.sh | 39 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 D | cpio_test.ksh | 110 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/test/zfs-tests/include/ |
H A D | blkdev.shlib | 80 echo $device | egrep "^c[0-F]+([td][0-F]+)+$" > /dev/null 2>&1 95 egrep disk >/dev/null 110 egrep loop >/dev/null 127 egrep mpath >/dev/null 227 | egrep disk/by-id | nawk '{print $2; exit}' \ 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 [all …]
|
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/ |
H A D | shareall.sh | 71 `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/cmd/svc/milestone/ |
H A D | rmtmpfiles | 46 /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 D | fs-root | 37 /usr/sbin/mount | egrep -s "^/lib/libc.so.1 on " 46 /usr/sbin/mount | egrep -s "^/lib/$ARCH64/libc.so.1 on "
|
H A D | net-routing-setup | 106 /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 D | make_test.ksh | 140 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 D | p2v.ksh | 261 /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 D | show_unreachable.sh | 55 egrep -qw '(BUG|BT_STATE_CHANGE)' ; then 61 if echo "$line_txt" | egrep -qw $func ; then
|
H A D | new_bugs.sh | 24 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 D | kdcmgr.sh | 155 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/cmd/zoneadm/ |
H A D | svc-zones | 54 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/test/zfs-tests/tests/functional/vdev_zaps/ |
H A D | vdev_zaps.kshlib | 46 echo "$section" | egrep \ 53 echo "$section" | egrep \
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | update_manifest | 90 egrep -v "^hardlink " $tmpf1 > $tmpf2 95 egrep -v "^file path=$PREFIX/$i\$" $tmpf1 > $tmpf2
|
/illumos-gate/usr/src/test/net-tests/tests/ |
H A D | net_common.ksh | 374 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 D | common.ksh | 179 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 D | r.kcfconf | 52 egrep -s "$pkg_start" $dest && start=1 53 egrep -s "$pkg_end" $dest && end=1
|
H A D | r.kmfconf | 51 egrep -s "$pkg_start" $dest && start=1 52 egrep -s "$pkg_end" $dest && end=1
|
H A D | r.pkcs11conf | 52 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 D | redundancy.kshlib | 201 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 D | tst.ufunc.ksh | 65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
|
H A D | tst.umod.ksh | 64 script | tee /dev/fd/2 | egrep '(ksh|libshell)' > /dev/null
|
H A D | tst.usym.ksh | 65 script | tee /dev/fd/2 | egrep '(ksh|libshell\.so\.[0-9])`[a-zA-Z_]' > /dev/null
|