Home
last modified time | relevance | path

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

12345678910

/freebsd/usr.sbin/ctladm/tests/
H A Dport.sh82 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 Dmkh6 egrep='^ =([ ]|$)'
40 egrep='^ ==([ ]|$)'
65 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
/freebsd/libexec/rc/rc.d/
H A Dgptboot42 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 D440.status-mailq27 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 Dmkdeps.sh126 *) 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 Dfind_lib.sh8 *) egrep() { grep -E "$@"; } function
13 found=`nm $lib | egrep "$re"`
/freebsd/tools/test/stress2/misc/
H A Dswappedout.sh38 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 Dsnap11.sh65 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 Dfuzz.sh65 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 Dzfs9.sh53 zpool list | egrep -q "^stress2_tank" && zpool destroy stress2_tank
62 egrep -v "/run/"`
H A Dsnap10.sh52 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 Dinstall-mk141 # 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 Dunbound.init_yocto52 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 Dunbound.init52 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 Dheaders-sh.in106 | 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 Ddu_test.sh67 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 Dtest_nist2.in41 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 Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
/freebsd/crypto/openssh/contrib/aix/
H A Dbuildbff.sh28 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 Dt_grep.sh193 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 Dchk_dokern.sh_and_drivers.conf33 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 Dbuildpkg.sh.in136 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 Dzfsd_fault_001_pos.ksh99 $ZPOOL status $TESTPOOL | egrep -q "scan:.*resilvered"
101 $ZPOOL status $TESTPOOL | egrep -q "state:.*ONLINE"
/freebsd/tools/tools/zfsboottest/
H A Dzfsboottest.sh96 … - `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 Dmisc.sh5 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

12345678910