/freebsd/usr.sbin/ctladm/tests/ |
H A D | port.sh | 82 atf_check egrep -q "Port created successfully" port-create.txt 83 atf_check egrep -q "frontend: *ioctl" port-create.txt 84 atf_check egrep -q "port: *[0-9]+" port-create.txt 87 atf_check egrep -q "$portnum *YES *ioctl *ioctl" portlist.txt 105 atf_check egrep -q "Port created successfully" port-create.txt 127 atf_check egrep -q "Port created successfully" port-create.txt 128 atf_check egrep -q "frontend: *iscsi" port-create.txt 129 atf_check egrep -q "port: *[0-9]+" port-create.txt 133 atf_check egrep -q "$portnum *NO *iscsi *iscsi.*$TARGET" portlist.txt 155 atf_check egrep [all...] |
/freebsd/lib/libc/regex/grot/ |
H A D | mkh | 6 egrep='^ =([ ]|$)' 40 egrep='^ ==([ ]|$)' 65 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
|
/freebsd/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(,|\])'
|
/freebsd/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)
|
/freebsd/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"`
|
/freebsd/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 | 65 if fsck -f -y /dev/md$mdstart 2>&1 | egrep "^[A-Z]" > /dev/null; then 66 if fsck -f -y /dev/md$mdstart 2>&1 | egrep "^[A-Z]" > /dev/null; then 67 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; }
|
/freebsd/contrib/bmake/mk/ |
H A D | install-mk | 141 # some Linux systems have deprecated egrep in favor of grep -E 142 case "`echo bmake | egrep 'a' 2>&1`" in 143 *"grep -E"*) egrep='grep -E';; 144 *) egrep=egrep;; 176 mk_files=`grep '^[a-z].*\.mk' FILES | $egrep -v '(examples/|^sys\.mk|sys/)'` 177 mk_scripts=`$egrep '^[a-z].*[.-](sh|py)' FILES | $egrep -v '/'`
|
/freebsd/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
|
/freebsd/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}_" \
|
/freebsd/usr.bin/du/tests/ |
H A D | du_test.sh | 67 atf_check egrep -q "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out 70 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out 73 atf_check egrep -q "${lineprefix}$(echo $paths2 | sed -e "s/ /$sep/g")$" du_C.out 77 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths2 | sed -e "s/ /$sep/g")$" du_C.out
|
/freebsd/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
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | ntp-restart | 6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
|
/freebsd/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
|
/freebsd/contrib/netbsd-tests/usr.bin/grep/ |
H A D | t_grep.sh | 193 atf_test_case egrep 201 egrep '\?|\*$$' "$(atf_get_srcdir)/d_input" 457 atf_check -e ignore -s not-exit:0 egrep '{' /dev/null 608 atf_check -o inline:"Foo\n" egrep -o -e "F.." test1 610 atf_check -o inline:"Foobar\n" egrep -o -e "F[a-z]*" test1 612 atf_check -o inline:"Fo\n" egrep -o -e "F(o|p)" test1 614 atf_check -o inline:"(ed)\n" egrep -o -e "\(ed\)" test1 616 atf_check -o inline:"M\n" egrep -o -e "M{1}" test2 618 atf_check -o inline:"M{1}\n" egrep -o -e "M\{1\}" test2 974 atf_add_test_case egrep
|
/freebsd/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" \
|
/freebsd/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 | \
|
/freebsd/tests/sys/cddl/zfs/tests/zfsd/ |
H A D | zfsd_fault_001_pos.ksh | 99 $ZPOOL status $TESTPOOL | egrep -q "scan:.*resilvered" 101 $ZPOOL status $TESTPOOL | egrep -q "state:.*ONLINE"
|
/freebsd/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-…
|
/freebsd/tools/regression/zfs/ |
H A D | misc.sh | 5 echo ${dir} | egrep '^/' >/dev/null 2>&1 62 …eexp=`echo "${eorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;… 65 …got=`echo "${gorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;s… 66 echo "${got}" | egrep "${eexp}" >/dev/null
|