Searched refs:GREP (Results 1 – 5 of 5) sorted by relevance
3 GREP=${GREP:-grep}13 $GREP -v '#include' $IN | \
25 grep=${GREP:-grep}
45 GREP = grep $(GREP_OPTIONS) macro47 ifeq ($(shell $(CC) -v 2>&1 | $(GREP) -c "gcc version "), 1)85 ZSTDLEGACY_SRC += $(shell ls $(ZSTDLEGACY_DIR)/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
76 GREP = grep $(GREP_OPTIONS) macro164 ZSTD_FILES += $(shell ls legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
6060 if test -z "$GREP"; then6109 ac_cv_path_GREP=$GREP6115 GREP="$ac_cv_path_GREP"6123 if echo a | $GREP -E '(a|b)' >/dev/null 2>&16124 then ac_cv_path_EGREP="$GREP -E"