| /src/usr.sbin/ctladm/tests/ |
| H A D | port.sh | 77 atf_check egrep -q "Port created successfully" port-create.txt 78 atf_check egrep -q "frontend: *ioctl" port-create.txt 79 atf_check egrep -q "port: *[0-9]+" port-create.txt 82 atf_check egrep -q "$portnum *YES *ioctl *ioctl" portlist.txt 101 atf_check egrep -q "Port created successfully" port-create.txt 124 atf_check egrep -q "Port created successfully" port-create.txt 125 atf_check egrep -q "frontend: *iscsi" port-create.txt 126 atf_check egrep -q "port: *[0-9]+" port-create.txt 130 atf_check egrep -q "$portnum *NO *iscsi *iscsi.*$TARGET" portlist.txt 153 atf_check egrep -q "Port created successfully" port-create.txt [all …]
|
| /src/lib/libc/regex/grot/ |
| H A D | mkh | 6 egrep='^ =([ ]|$)' 40 egrep='^ ==([ ]|$)' 65 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
|
| /src/libexec/rc/rc.d/ |
| H A D | gptboot | 42 egrep '(^=>| freebsd-ufs .*(\[|,)(bootfailed|bootonce)(,|\]))' | \ 44 egrep -v '(\[|,)bootme(,|\])' | \ 50 echo "${attrs}" | egrep -q '(\[|,)bootfailed(,|\])' 52 echo "${attrs}" | egrep -q '(\[|,)bootonce(,|\])'
|
| /src/usr.sbin/periodic/etc/daily/ |
| H A D | 440.status-mailq | 27 egrep -e '^[[:space:]]+[^[:space:]]+@' | 35 egrep -v '((Mail |m)queue is empty|Total requests)' | wc -l) 48 egrep -e '^[[:space:]]+[^[:space:]]+@' | 56 egrep -v '(mqueue is empty|Total requests)' | wc -l)
|
| /src/contrib/bmake/ |
| H A D | mkdeps.sh | 126 *) egrep() { grep -E "$@"; } function 133 egrep -vi "included from|warning" $EF > ${EF}2 152 egrep '^#[ ]*include' $* | egrep -v "$IGNORE" | \ 158 $cpp $cpp_opts $cc_include $* 2>> $EF | egrep '^#.*\.h"' | sed 's,^#.*"\(.*\)".*,\1,' | 159 egrep -v "$IGNORE" | sort -u;;
|
| H A D | find_lib.sh | 8 *) egrep() { grep -E "$@"; } function 13 found=`nm $lib | egrep "$re"`
|
| /src/tools/test/stress2/misc/ |
| H A D | swappedout.sh | 38 ps auxww | awk '{print $8}' | egrep -q ".W" || exit 0 40 if ps auxww | awk '{print $8}' | egrep -q ".W"; then 46 ps auxww | awk '{print $2, $8}' | egrep "[^ ]W" | while read l; do
|
| H A D | snap11.sh | 65 egrep -v "WARNING|WRITE" $log | LANG=C grep -q "[A-Z][A-Z]" && 67 egrep -q "check-hash|Can't open" $log && { cat $log; s=1; } 82 egrep -v "IS CLEAN" $log | grep -q "[A-Z]" $log || { cat $log; s=1; }
|
| H A D | fuzz.sh | 67 if fsck -f -y /dev/md$mdstart 2>&1 | egrep "^[A-Z]" > /dev/null; then 68 if fsck -f -y /dev/md$mdstart 2>&1 | egrep "^[A-Z]" > /dev/null; then 69 if fsck -f -y /dev/md$mdstart 2>&1 | egrep "^[A-Z]" > /dev/null; then
|
| H A D | zfs9.sh | 53 zpool list | egrep -q "^stress2_tank" && zpool destroy stress2_tank 62 egrep -v "/run/"`
|
| H A D | snap10.sh | 52 egrep -v "WARNING|WRITE" $log | LANG=C grep -q "[A-Z][A-Z]" && 54 egrep -q "check-hash|Can't open" $log && { cat $log; s=3; }
|
| /src/contrib/bmake/mk/ |
| H A D | install-mk | 136 # some Linux systems have deprecated egrep in favor of grep -E 137 case "`echo bmake | egrep 'a' 2>&1`" in 138 *"grep -E"*) egrep='grep -E';; 139 *) egrep=egrep;; 171 mk_files=`grep '^[a-z].*\.mk' FILES | $egrep -v '(examples/|^sys\.mk|sys/)'` 172 mk_scripts=`$egrep '^[a-z].*[.-](sh|py)' FILES | $egrep -v '/'`
|
| /src/contrib/unbound/contrib/ |
| H A D | unbound.init_yocto | 52 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then 57 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then 79 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then 82 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then
|
| H A D | unbound.init | 52 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then 57 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then 79 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then 82 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
|
| /src/contrib/dialog/ |
| H A D | headers-sh.in | 106 | egrep '^#(if|ifdef|ifndef|elif)' \ 109 | egrep '^(HAVE_|NEED_|NO_|ENABLE_|DISABLE_)' \ 116 egrep '^#define[ ][ ]*['$ALNUM']' $REF/$CONFIGH \ 120 | egrep -v "^${PACKAGE}_" \
|
| /src/tools/build/ |
| H A D | depend-cleanup.sh | 168 if egrep -qw "${4:-$2\.$3}" "${dir}"/.depend.$2.*o 2>/dev/null; then 190 if strings "${dir}"/$2.*o 2>/dev/null | egrep -qw "${4}"; then 220 egrep -v "^WITH(OUT)?_(${IGNORED_OPTS})=" 233 egrep -v "^WITH(OUT)?_(${IGNORED_OPTS})="
|
| /src/crypto/krb5/src/build-tools/ |
| H A D | t_krbconf | 27 if ./krb5-config --libs kdb | egrep -s '\$' > /dev/null; then 33 if ./krb5-config --cflags | egrep -s '\$' > /dev/null; then
|
| /src/contrib/ntp/scripts/deprecated/ |
| H A D | ntp-restart | 6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | test_nist2.in | 41 egrep="@egrep@" 116 if ${egrep} "^${name} FAIL" $srcdir/data/nist-result2 > /dev/null; then 122 elif ${egrep} "^${name} EITHER" $srcdir/data/nist-result2 > /dev/null; then
|
| /src/crypto/openssh/contrib/aix/ |
| H A D | buildbff.sh | 28 if echo $0 | egrep '^/' 38 if pwd | egrep 'contrib/aix$' 206 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null 223 if egrep '^[ \t]*UsePrivilegeSeparation[ \t]+no' $sysconfdir/sshd_config >/dev/null 261 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
|
| /src/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 193 atf_test_case egrep 201 egrep '\?|\*$$' "$(atf_get_srcdir)/d_input" 463 atf_check -e ignore -s not-exit:0 egrep '{' /dev/null 614 atf_check -o inline:"Foo\n" egrep -o -e "F.." test1 616 atf_check -o inline:"Foobar\n" egrep -o -e "F[a-z]*" test1 618 atf_check -o inline:"Fo\n" egrep -o -e "F(o|p)" test1 620 atf_check -o inline:"(ed)\n" egrep -o -e "\(ed\)" test1 622 atf_check -o inline:"M\n" egrep -o -e "M{1}" test2 624 atf_check -o inline:"M{1}\n" egrep -o -e "M\{1\}" test2 980 atf_add_test_case egrep
|
| /src/tools/tools/release/ |
| H A D | chk_dokern.sh_and_drivers.conf | 33 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \ 48 egrep -q "^((pseudo-)?device|options|makeoptions)[[:space:]]+$x" \
|
| /src/crypto/openssh/ |
| H A D | buildpkg.sh.in | 136 if egrep "^#define USE_SOLARIS_PROCESS_CONTRACTS" config.h > /dev/null 2>&1 379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null 390 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'\$SSH_PRIVSEP_GROUP'\$' >/dev/null 400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null 413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null 542 /usr/bin/svcs -H $OPENSSH_FMRI 2>&1 | egrep "^online" > /dev/null 2>&1 643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
|
| /src/tools/tools/zfsboottest/ |
| H A D | zfsboottest.sh | 96 … - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | egrep '^[0-9a-z]{32} /' … 97 find "${mountpoint}${startdir}" -type f | xargs md5 -r | sed "s@ ${mountpoint}@ @" | egrep '^[0-9a-…
|
| /src/tests/sys/cddl/zfs/tests/zfsd/ |
| H A D | zfsd_fault_001_pos.ksh | 103 $ZPOOL status $TESTPOOL | egrep -q "scan:.*resilvered" 105 $ZPOOL status $TESTPOOL | egrep -q "state:.*ONLINE"
|