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

/openjdk10/test/
H A DTestCommon.gmk54 EGREP = egrep
227 $(EXPAND) $${_summary} | $(EGREP) -v ' Not run\.' > $(RUNLIST); \
228 $(EGREP) ' Passed\.' $(RUNLIST) \
229 | $(EGREP) -v ' Error\.' \
230 | $(EGREP) -v ' Failed\.' > $(PASSLIST); \
231 ( $(EGREP) ' Failed\.' $(RUNLIST); \
232 $(EGREP) ' Error\.' $(RUNLIST); \
233 $(EGREP) -v ' Passed\.' $(RUNLIST) ) \
/openjdk10/make/common/
H A DNativeCompilation.gmk49 $(EGREP) -v "JNI_OnLoad|JNI_OnUnload|Agent_OnLoad|Agent_OnUnload|Agent_OnAttach" > \
52 $(EGREP) "JNI_OnLoad|JNI_OnUnload|Agent_OnLoad|Agent_OnUnload|Agent_OnAttach" | \
57 $(EGREP) -v "non-external|private extern|__TEXT,__eh_frame" | \
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1041 EGREP
1285 EGREP
2253 EGREP Override default value for EGREP
13619 if [ -z "${EGREP+x}" ]; then
13629 if test -z "$EGREP"; then
13654 $as_echo 'EGREP' >> "conftest.nl"
13655 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
13678 ac_cv_path_EGREP=$EGREP
13685 EGREP
[all...]

Completed in 124 milliseconds