Searched refs:GREP (Results 1 - 11 of 11) sorted by path

/openjdk10/common/autoconf/
H A Dcompare.sh.in49 export GREP="@GREP@"
H A Dgenerated-configure.sh1042 GREP
1284 GREP
2252 GREP Override default value for GREP
13381 if [ -z "${GREP+x}" ]; then
13388 if test -z "$GREP"; then
13413 $as_echo 'GREP' >> "conftest.nl"
13414 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
13437 ac_cv_path_GREP=$GREP
13443 GREP
[all...]
/openjdk10/common/bin/
H A Dcompare.sh85 $GREP '^[<>]' | \
93 $GREP '^[<>]' | \
130 elif $GREP -R -e '[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}-[0-9]\{6\}' \
137 $GREP '^[<>]' | \
145 $GREP '^[<>]' | \
155 $GREP '^[<>]' | \
187 ONLY_OTHER=$($GREP '<' $WORK_DIR/dirs_diff)
190 $GREP '<' $WORK_DIR/dirs_diff | $SED 's|< ./| |g'
192 ONLY_THIS=$($GREP '>' $WORK_DIR/dirs_diff)
195 $GREP '>'
[all...]
H A Dhide_important_warnings_from_javac.sh28 GREP=/usr/bin/ggrep
30 GREP=grep
41 ${GREP} --line-buffered -v -E "${EXP}"
/openjdk10/jdk/make/gensrc/
H A DGensrcMisc.gmk67 2> >($(GREP) -v '^$(<F)$$' >&2) \
/openjdk10/make/
H A DDocs.gmk334 $$(if $$(shell $$(GREP) -e @moduleGraph \
H A DInitSupport.gmk484 ($(GREP) -v -e "^Note: including file:" < $(logfile) || true) | $(HEAD) -n 12 $(NEWLINE) \
495 if $(GREP) -q "recipe for target .* failed" $(BUILD_LOG) 2> /dev/null; then \
497 $(GREP) "recipe for target .* failed" $(BUILD_LOG) ; \
567 "`$(LS) $(BUILDTIMESDIR)/build_time_diff_* | $(GREP) -v _TOTAL | \
/openjdk10/make/common/
H A DJarArchive.gmk83 $1_GREP_INCLUDES:=| ( $(GREP) $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_INCLUDE_PATTERNS)) \
89 $1_GREP_INCLUDES:=| ( $(GREP) -f $$($1_BIN)/_the.$$($1_JARNAME)_include \
99 $1_GREP_EXCLUDES:=| ( $(GREP) -v $$(patsubst %,$(SPACE)-e$(SPACE)$(DQUOTE)%$(DQUOTE),$$($1_GREP_EXCLUDE_PATTERNS)) \
105 $1_GREP_EXCLUDES:=| ( $(GREP) -v -f $$($1_BIN)/_the.$$($1_JARNAME)_exclude \
H A DJavaCompilation.gmk380 $(GREP) -e "^I" $$($1_BIN)$$($1_MODULE_SUBDIR)/javac_state > $$($1_BIN)$$($1_MODULE_SUBDIR)/_the.$1_pubapi.tmp \
H A DNativeCompilation.gmk51 $(NM) $$($1_TARGET) | $(GREP) " T " | \
56 $(NM) -m $$($1_TARGET) | $(GREP) "__TEXT" | \
324 | $(GREP) -v -e "^Note: including file:" \
793 | $(GREP) -v -e "^Note: including file:" \
973 | $(GREP) -v "^ Creating library .*\.lib and object .*\.exp" || \
H A DProcessMarkdown.gmk43 $1_$2_OPTIONS = $$(shell $$(GREP) _pandoc-options_: $$($1_SRC)/$2 | $$(CUT) -d : -f 2-)
57 TOO_LONG_LINES=`$$(GREP) -E -e '^.{80}.+$$$$' $$<` || true ; \
61 $$(GREP) -E -n -e '^.{80}.+$$$$' $$< || true ; \

Completed in 370 milliseconds