Home
last modified time | relevance | path

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

123456789

/netbsd/src/etc/
Dsecurity379 if egrep '^[ \t]*umask[ \t]+[0-7]+' $i > /dev/null ;
386 egrep '^[ \t]*umask[ \t]+[0-7]+' $i |
429 if egrep umask $i > /dev/null ; then
432 egrep umask $i |
490 if [ -f $f ] && egrep '^[^#]*(uudecode|decode).*\|' $f; then
501 if [ -f $f ] && egrep '\+' $f > /dev/null ; then
526 cat -f ${homedir}/.rhosts | egrep '\+' > /dev/null
745 egrep -v '^[bc]' $LIST > $TMP1
801 egrep "^b.*/${i}[0-9][0-9]*[a-p]$" $LIST >> $TMP1
802 egrep "^c.*/r${i}[0-9][0-9]*[a-p]$" $LIST >> $TMP1
[all …]
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcheck_GNU_style.sh116 | egrep $color -- "$arg" \
133 | egrep $color -- "$arg1" \
134 | egrep $color -- "$arg2" \
151 | egrep -v -- "$varg" \
152 | egrep $color -- "$arg" \
/netbsd/src/external/bsd/am-utils/dist/m4/
DGNUmakefile51 -@egrep -v ${CUTWARNMSG} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG}
56 -@egrep ${CUTWARNMSG2} ${LOG}
57 -@egrep -v ${CUTWARNMSG2} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG}
67 -@egrep -v ${CUTWARNMSG} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG}
72 -@egrep ${CUTWARNMSG2} ${LOG}
73 -@egrep -v ${CUTWARNMSG2} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG}
Damdgrep2 exec egrep -n "$*" \
/netbsd/src/distrib/sets/
Dmakesrctars88 egrep="$*"
89 if [ "${egrep}" = "" ]; then
90 egrep='.'
94 ${EGREP} -v 'type=link' | ${EGREP} ${egrep} | \
/netbsd/src/external/bsd/bzip2/dist/
Dbzgrep13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
/netbsd/src/crypto/external/bsd/heimdal/dist/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
/netbsd/src/bin/csh/
DMakefile42 egrep 'ERR_' ${.ALLSRC} | egrep '^#define' ;\
51 ${CC} -E ${CPPFLAGS} ${.ALLSRC} | egrep 'Char STR' | \
/netbsd/src/external/bsd/ntp/dist/scripts/deprecated/
Dntp-restart6 kill -INT `ps -ax | egrep "ntpd" | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
/netbsd/src/usr.bin/cleantags/
Dcleantags.sh58 find "$i" -type f -print0 | xargs -0 egrep -l "$PAT" |
63 elif egrep -qs "$PAT" "$i"
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_scanner.h105 : _M_flags & regex_constants::egrep in _GLIBCXX_VISIBILITY()
136 | regex_constants::egrep in _GLIBCXX_VISIBILITY()
142 { return _M_flags & (regex_constants::grep | regex_constants::egrep); } in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl2/lvm2/dist/test/
Dt-unknown-segment.sh32 egrep -v 'description|seqno|creation_time|Generated' < bak0.orig > a
33 egrep -v 'description|seqno|creation_time|Generated' < bak2 > b
/netbsd/src/external/gpl2/xcvs/dist/contrib/
Dsandbox_status.sh76 changedfiles=`cvs diff | egrep '^diff' | awk '{print $3}'`
83 removedfiles=`cvs status | egrep '^File:[ ]*no file' | awk '{print $4}'`
/netbsd/src/external/gpl3/gdb/dist/
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
/netbsd/src/external/gpl3/binutils/dist/
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
/netbsd/src/external/gpl3/gcc/dist/
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
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dgcc-auto-profile36 case `egrep -q "^cpu family\s*: 6" /proc/cpuinfo &&
37 egrep "^model\s*:" /proc/cpuinfo | head -n1` in
/netbsd/src/usr.bin/grep/
DMakefile8 LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
14 MLINKS= grep.1 egrep.1 \
/netbsd/src/sys/fs/nfs/
Dnfs2netbsd.sh30 FILES=$(egrep -w 'nfscl|nfsd' "$FTOP"/conf/files | awk '{ print $1 }' |\
166 egrep -w 'nfscl|nfsd' "$FTOP"/conf/files |\
/netbsd/src/tests/usr.bin/grep/
Dt_grep.sh289 atf_test_case egrep
297 egrep '\?|\*$$' "$(atf_get_srcdir)/d_input"
380 atf_add_test_case egrep
/netbsd/src/external/bsd/nvi/dist/dist/
Dltconfig1113 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1155 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
1177 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1193 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
1472 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1475 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1532 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
1571 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
1572 if egrep ' nm_test_func$' "$nlist" >/dev/null; then
[all …]
/netbsd/src/external/bsd/am-utils/dist/
Dbuildall282 egrep $pat config.cache | while read i; do echo ' '$i;done
283 egrep -v $pat config.cache > tmp.$$ && \
/netbsd/src/crypto/external/bsd/heimdal/
Dheimdal2netbsd189 find $d -type f -print | xargs egrep -l '\$NetBSD:' | while read f; do
200 find $d -type f -print | xargs egrep -l 'RCSID\("Id"\)' | while read f; do
/netbsd/src/distrib/sun2/ramdisk/
DShowsyms7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
/netbsd/src/distrib/sun3/ramdisk/
DShowsyms7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf

123456789