Home
last modified time | relevance | path

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

12345678

/freebsd-12-stable/lib/libc/regex/grot/
Dmkh7 egrep='^ =([ ]|$)'
41 egrep='^ ==([ ]|$)'
66 egrep "$egrep" $f | sed 's/^ ==*[ ]//;s/^ ==*$//' | sed "$peel"
/freebsd-12-stable/libexec/rc/rc.d/
Dgptboot43 egrep '(^=>| freebsd-ufs .*(\[|,)(bootfailed|bootonce)(,|\]))' | \
45 egrep -v '(\[|,)bootme(,|\])' | \
51 echo "${attrs}" | egrep -q '(\[|,)bootfailed(,|\])'
53 echo "${attrs}" | egrep -q '(\[|,)bootonce(,|\])'
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
D440.status-mailq28 egrep -e '^[[:space:]]+[^[:space:]]+@' |
36 egrep -v '((Mail |m)queue is empty|Total requests)' | wc -l)
49 egrep -e '^[[:space:]]+[^[:space:]]+@' |
57 egrep -v '(mqueue is empty|Total requests)' | wc -l)
/freebsd-12-stable/contrib/bmake/
Dmkdeps.sh126 egrep -vi "included from|warning" $EF > ${EF}2
145 egrep '^#[ ]*include' $* | egrep -v "$IGNORE" | \
151 $cpp $cpp_opts $cc_include $* 2>> $EF | egrep '^#.*\.h"' | sed 's,^#.*"\(.*\)".*,\1,' |
152 egrep -v "$IGNORE" | sort -u;;
/freebsd-12-stable/contrib/unbound/contrib/
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
78 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
81 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then
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
78 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
81 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
/freebsd-12-stable/contrib/dialog/
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-12-stable/usr.bin/du/tests/
Ddu_test.sh56 atf_check egrep -q "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out
59 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out
62 atf_check egrep -q "${lineprefix}$(echo $paths2 | sed -e "s/ /$sep/g")$" du_C.out
66 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths2 | sed -e "s/ /$sep/g")$" du_C.out
/freebsd-12-stable/crypto/openssh/contrib/aix/
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-12-stable/crypto/heimdal/lib/hx509/
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-12-stable/contrib/ntp/scripts/deprecated/
Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/grep/
Dt_grep.sh193 atf_test_case egrep
201 egrep '\?|\*$$' "$(atf_get_srcdir)/d_input"
461 atf_check -e ignore -s not-exit:0 egrep '{' /dev/null
612 atf_check -o inline:"Foo\n" egrep -o -e "F.." test1
614 atf_check -o inline:"Foobar\n" egrep -o -e "F[a-z]*" test1
616 atf_check -o inline:"Fo\n" egrep -o -e "F(o|p)" test1
618 atf_check -o inline:"(ed)\n" egrep -o -e "\(ed\)" test1
620 atf_check -o inline:"M\n" egrep -o -e "M{1}" test2
622 atf_check -o inline:"M{1}\n" egrep -o -e "M\{1\}" test2
959 atf_add_test_case egrep
/freebsd-12-stable/crypto/openssh/
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-12-stable/tools/tools/release/
Dchk_dokern.sh_and_drivers.conf34 egrep -qw "^((pseudo-)?device|options)[[:space:]]+$x" ../sys/${arch}/conf/GENERIC || \
49 egrep -q "^((pseudo-)?device|options|makeoptions)[[:space:]]+$x" \
/freebsd-12-stable/contrib/binutils/
Dconfig.rpath146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
/freebsd-12-stable/tools/regression/zfs/
Dmisc.sh6 echo ${dir} | egrep '^/' >/dev/null 2>&1
63 …eexp=`echo "${eorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;…
66 …got=`echo "${gorig}" | egrep -v '^[ ]*$' | sed 's/^[ ][ ]*//g;s/[ ][ ]*$//g;s/[ ][ ]*/ /g;s…
67 echo "${got}" | egrep "${eexp}" >/dev/null
/freebsd-12-stable/share/examples/hast/
Ducarp_down.sh65 mount | egrep -q "^${device} on "
77 zpool list | egrep -q "^${pool} "
/freebsd-12-stable/tools/tools/zfsboottest/
Dzfsboottest.sh97 … - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | egrep '^[0-9a-z]{32} /' …
98 find "${mountpoint}${startdir}" -type f | xargs md5 -r | sed "s@ ${mountpoint}@ @" | egrep '^[0-9a-…
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zfsd/
Dzfsd_fault_001_pos.ksh143 $ZPOOL status $TESTPOOL | egrep -q "scan:.*resilvered"
145 $ZPOOL status $TESTPOOL | egrep -q "state:.*ONLINE"
/freebsd-12-stable/gnu/usr.bin/grep/
DMakefile20 LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
22 MLINKS= grep.1 egrep.1 grep.1 fgrep.1
DREADME10 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
14 than Unix grep or egrep. (Regular expressions containing backreferencing
/freebsd-12-stable/sys/contrib/libsodium/dist-build/
Dandroid-build.sh62 egrep '^#define ' config.log | sort -u > config-def-compat.log
77 egrep '^#define ' config.log | sort -u > config-def.log
/freebsd-12-stable/contrib/gdb/
Dltcf-gcj.sh94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
192 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
/freebsd-12-stable/usr.bin/grep/
DMakefile54 LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
58 MLINKS+= grep.1 egrep.1 \
/freebsd-12-stable/tests/sys/cddl/zfs/include/
Dlogapi.kshlib153 $out | /usr/bin/egrep -i "internal error|assertion failed" \
217 $out | /usr/bin/egrep -i "internal error|assertion failed" \

12345678