Searched refs:egrep (Results 1 - 25 of 76) sorted by relevance

1234

/src/usr.bin/cleantags/
H A Dcleantags.sh58 find "$i" -type f -print0 | xargs -0 egrep -l "$PAT" |
63 elif egrep -qs "$PAT" "$i"
/src/sbin/mount_portal/examples/
H A Dcvs.sh.sh28 if ( echo $file | egrep -qi '(.*),(-r)?([0-9\.]+|[-_a-z0-9]+)$' ); then
/src/distrib/sun2/ramdisk/
H A DShowsyms7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
/src/distrib/sun3/ramdisk/
H A DShowsyms7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
/src/sys/arch/dreamcast/
H A DMakefile18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ADREAMCAST} | \
/src/sys/arch/epoc32/
H A DMakefile17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEPOC32} | \
/src/sys/arch/evbsh3/
H A DMakefile18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEVBSH3} | \
/src/sys/arch/mmeye/
H A DMakefile18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMMEYE} | \
/src/sys/arch/hpcsh/
H A DMakefile18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEVBSH3} | \
/src/distrib/sets/
H A Dmakesrctars88 egrep="$*"
89 if [ "${egrep}" = "" ]; then
90 egrep='.'
94 ${EGREP} -v 'type=link' | ${EGREP} ${egrep} | \
/src/distrib/sparc/instfs/
H A DMakefile22 egrep -v '^\./(netbsd|boot)($$|[ \t])' ${.ALLSRC} > ${.TARGET}.tmp \
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A Danalyze_libtsan.sh46 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
47 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
/src/usr.bin/grep/
H A DMakefile8 LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
14 MLINKS= grep.1 egrep.1 \
/src/bin/csh/
H A DMakefile42 egrep 'ERR_' ${.ALLSRC} | egrep '^#define' ;\
51 ${CC} -E ${CPPFLAGS} ${.ALLSRC} | egrep 'Char STR' | \
/src/sys/external/isc/libsodium/dist/dist-build/
H A Dandroid-build.sh56 egrep '^#define ' config.log | sort -u > config-def-compat.log
71 egrep '^#define ' config.log | sort -u > config-def.log
/src/sys/arch/x68k/
H A DMakefile20 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AX68K} ${AM68K} | \
/src/sys/arch/cats/
H A DMakefile21 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ACATS} ${AARM} | \
/src/sys/arch/emips/
H A DMakefile20 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AEMIPS} ${AMIPS} | \
/src/sys/arch/zaurus/
H A DMakefile17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AZAURUS} | \
/src/sys/arch/rs6000/
H A DMakefile17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ARS6000} | \
/src/sys/arch/sbmips/
H A DMakefile23 egrep "^LEAF(.*)|^[AN]LEAF(.*)|^NON_LEAF(.*)" ${ASBMIPS} ${AMIPS} | \
/src/sys/arch/shark/
H A DMakefile17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${ASHARK} | \
/src/sys/arch/hp300/
H A DMakefile20 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHP300} ${AM68K} | \
/src/sys/arch/hpcarm/
H A DMakefile18 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHPCARM} | \
/src/sys/arch/mipsco/
H A DMakefile20 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AMIPSCO} ${AMIPS} | \

Completed in 24 milliseconds

1234