Searched refs:EGREP (Results 1 - 25 of 677) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dntp-status10 EGREP=/bin/egrep
27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`
30 $NTPDATE -d $HOST 2>/dev/null | $EGREP '^stratum|^delay|^offset|^originate' > $FILE
31 STRATUM=`$EGREP '^stratum' $FILE | $AWK '{print $2}'`
32 OFFSET=`$EGREP '^offset' $FILE | $AWK '{print $2}'`
33 DELAY=`$EGREP '^delay' $FILE | $AWK '{print $2}'`
34 TIMESTAMP=`$EGREP '^originate' $FILE | $AWK '{print $4 " " $5 " " $6 " " $7 " " $8}'`
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dadd-modify-delete.in39 EGREP="@EGREP@"
70 ${kadmin} list '*' | ${EGREP} '^foo$' > /dev/null || exit 1
77 ${kadmin} list '*' | ${EGREP} '^foo$' > /dev/null && exit 1
78 ${kadmin} list '*' | ${EGREP} '^bar$' > /dev/null || exit 1
82 ${kadmin} list '*' | ${EGREP} '^bar$' > /dev/null && exit 1
91 ${EGREP} " *Principal: foo@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
93 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
95 ${EGREP} " *Failed login count: 0$" tempfile > /dev/null || exit 1
97 ${EGREP} " *Modifie
[all...]
H A Dcheck-aliases.in37 EGREP="@EGREP@"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dpdtrace.in67 EGREP=egrep
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
230 funcs=$($NM -td $objfile | $EGREP "^[0-9]+ T " \
249 $($NM $objfile | $EGREP " U $PROBE_REGEX" \
251 $NM $objfile | $EGREP " U $EPROBE_REGEX" \
307 $EGREP -q "provider +$m_provider" $dscript || continue
311 line=$($EGREP "^ *probe +$m_name *\(.*\);" $dscript)
576 | $EGREP "^$provider $name " | $CUT -d' ' -f4)
579 | $EGREP "^$provider $name [0-9]+ " | $WC -l)
584 | $EGREP "
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dpdtrace.in67 EGREP=egrep
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
230 funcs=$($NM -td $objfile | $EGREP "^[0-9]+ T " \
249 $($NM $objfile | $EGREP " U $PROBE_REGEX" \
251 $NM $objfile | $EGREP " U $EPROBE_REGEX" \
307 $EGREP -q "provider +$m_provider" $dscript || continue
311 line=$($EGREP "^ *probe +$m_name *\(.*\);" $dscript)
576 | $EGREP "^$provider $name " | $CUT -d' ' -f4)
579 | $EGREP "^$provider $name [0-9]+ " | $WC -l)
584 | $EGREP "
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-iprop.in223 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null || exit 1
224 ${EGREP} 'up-to-date with version' iprop-slave-status >/dev/null || { echo "slave to up to date" ; cat iprop-slave-status ; exit 1; }
250 ${EGREP} Keytypes: | cut -d: -f2 | tr ' ' '
252 ' | ${EGREP} 1234 > /dev/null || exit 1
259 ${EGREP} Keytypes: | cut -d: -f2 | tr ' ' '
261 ' | ${EGREP} 1234 > /dev/null || exit 1
264 ${EGREP} 'Keytypes:.*des3-cbc-sha1' > /dev/null && exit 1
298 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Down' iprop-stats >/dev/null || exit 1
323 ${EGREP} 'iprop/slave.test.h5l.se@TEST.H5L.SE.*Up' iprop-stats >/dev/null
325 ${EGREP} 'u
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh29 : ${EGREP="grep -E"}
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_makefile_deps.sh29 : ${EGREP="grep -E"}
80 unneeded_deps=`LC_ALL=C join -v 2 hdrs deps | $EGREP -v "$hidden_dep_files" || :`
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/can/
H A Dtest_can.in39 EGREP="@EGREP@"
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzgrep13 *egrep) grep=${EGREP-egrep} ;;
/netbsd-current/distrib/sets/
H A Dmakesrctars94 ${EGREP} -v 'type=link' | ${EGREP} ${egrep} | \
H A Dcheckflist106 ${EGREP} -v \
H A Dregpkg221 if ${EGREP} -v '^DEBUG:' "${SCRATCH}/makeplist-errors"; then
646 ${EGREP} '^(@pkgdep|@blddep)' "${PLIST}" || true
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dsetup-env.in11 EGREP="@EGREP@"
/netbsd-current/usr.bin/make/unit-tests/
H A Dexport.mk43 FILTER_CMD?= ${EGREP} -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
H A Dmake-exported.mk25 @env | sort | ${EGREP} '^UT_|make-exported-value' || true
/netbsd-current/external/gpl3/binutils/dist/gprofng/
H A DMakefile.am69 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/ldap/
H A Dcheck-ldap.in43 EGREP="@EGREP@"
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/plugin/
H A Dcheck-pac.in40 EGREP="@EGREP@"
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A DMakefile.in100 EGREP = @EGREP@
/netbsd-current/crypto/external/cpl/trousers/dist/src/tddl/
H A DMakefile.in115 EGREP = @EGREP@
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A DMakefile.am106 $(AM_V_GEN)$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A DMakefile.am106 $(AM_V_GEN)$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
/netbsd-current/external/bsd/byacc/dist/
H A Dconfigure4612 case $EGREP in
4614 ac_cv_path_EGREP="$EGREP" # Let the user override the test with a path.
4632 EGREP=$ac_cv_path_EGREP
4634 if test -n "$EGREP"; then
4635 echo "$as_me:4635: result: $EGREP" >&5
4636 echo "${ECHO_T}$EGREP" >&6
4642 test -n "$EGREP" && break
4644 test -n "$EGREP" || EGREP=": "
4653 EGREP
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A DMakefile.am32 $(EGREP) -v '#(#| |$$)' $< | \

Completed in 181 milliseconds

1234567891011>>