HomeSort by: relevance | last modified time | path
    Searched refs:egrep (Results 1 - 25 of 300) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-restart 6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
  /src/external/gpl2/grep/dist/doc/
Makefile.am 6 man_MANS = grep.1 fgrep.1 egrep.1
8 EXTRA_DIST = grep.1 egrep.man fgrep.man
10 CLEANFILES = egrep.1 fgrep.1
16 egrep.1: egrep.man
18 sed -e "s%@grep@%$$inst%g" $(srcdir)/egrep.man > $@
  /src/external/gpl2/groff/dist/src/roff/grog/
grog.sh 32 egrep -h "^\.(\[|\])|((P|PS|[PLI]P|[pnil]p|sh|Dd|Tp|Dp|De|Cx|Cl|Oo|.* Oo|Oc|.* Oc|TS|EQ|TH|SH|so|\[|R1|GS|G1|PH|SA)$sp)" $* \
37 | egrep '^\.(P|PS|[PLI]P|[pnil]p|sh|Dd|Tp|Dp|De|Cx|Cl|Oo|.* Oo|Oc|.* Oc|TS|EQ|TH|SH|\[|\]|R1|GS|G1|PH|SA|SO_START|SO_END)' \
  /src/external/bsd/am-utils/dist/m4/
amdgrep 2 exec egrep -n "$*" \
autopat 25 n=`egrep '^ac_cv_' $i |sed 's/[^a-zA-Z0-9_].*//g'|sort|uniq`
  /src/usr.bin/cleantags/
cleantags.sh 58 find "$i" -type f -print0 | xargs -0 egrep -l "$PAT" |
63 elif egrep -qs "$PAT" "$i"
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
cond 9 egrep 'This is (ifnothtml|ifinfo|ifnottex) text' cond.out >/dev/null \
15 egrep 'This is (html|ifhtml|ifnotinfo|ifnottex) text' cond.out >/dev/null \
21 egrep 'This is ifnot(html|info|tex) text' cond.out >/dev/null \
29 egrep 'This is (html|ifhtml|ifinfo|tex|iftex) text' cond.out >/dev/null \
  /src/external/bsd/bzip2/dist/
bzgrep 13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
  /src/distrib/sun2/ramdisk/
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
  /src/distrib/sun3/ramdisk/
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
  /src/sbin/mount_portal/examples/
cvs.sh.sh 28 if ( echo $file | egrep -qi '(.*),(-r)?([0-9\.]+|[-_a-z0-9]+)$' ); then
  /src/external/gpl2/lvm2/dist/test/
t-unknown-segment.sh 32 egrep -v 'description|seqno|creation_time|Generated' < bak0.orig > a
33 egrep -v 'description|seqno|creation_time|Generated' < bak2 > b
  /src/external/gpl2/xcvs/dist/contrib/
sandbox_status.sh 76 changedfiles=`cvs diff | egrep '^diff' | awk '{print $3}'`
83 removedfiles=`cvs status | egrep '^File:[ ]*no file' | awk '{print $4}'`
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
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/distrib/sets/
makesrctars 88 egrep="$*"
89 if [ "${egrep}" = "" ]; then
90 egrep='.'
94 ${EGREP} -v 'type=link' | ${EGREP} ${egrep} | \
  /src/distrib/sparc/instfs/
Makefile 22 egrep -v '^\./(netbsd|boot)($$|[ \t])' ${.ALLSRC} > ${.TARGET}.tmp \
  /src/sys/arch/dreamcast/
Makefile 18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ADREAMCAST} | \
  /src/sys/arch/epoc32/
Makefile 17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEPOC32} | \
  /src/sys/arch/evbsh3/
Makefile 18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEVBSH3} | \
  /src/sys/arch/hpcsh/
Makefile 18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEVBSH3} | \
  /src/sys/arch/mmeye/
Makefile 18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMMEYE} | \
  /src/external/apache2/llvm/dist/llvm/utils/crosstool/
create-snapshots.sh 17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
gcc-auto-profile 36 case `egrep -q "^cpu family\s*: 6" /proc/cpuinfo &&
37 egrep "^model\s*:" /proc/cpuinfo | head -n1` in
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
analyze_libtsan.sh 46 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
47 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
  /src/usr.bin/grep/
Makefile 8 LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
14 MLINKS= grep.1 egrep.1 \

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011>>