Home
last modified time | relevance | path

Searched refs:GREP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/tools/sound/
H A Demu10k1-mkalsa.sh3 GREP=${GREP:-grep}
13 $GREP -v '#include' $IN | \
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstdgrep25 grep=${GREP:-grep}
H A DMakefile45 GREP = grep $(GREP_OPTIONS) macro
47 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]')
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile76 GREP = grep $(GREP_OPTIONS) macro
164 ZSTD_FILES += $(shell ls legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure6060 if test -z "$GREP"; then
6109 ac_cv_path_GREP=$GREP
6115 GREP="$ac_cv_path_GREP"
6123 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6124 then ac_cv_path_EGREP="$GREP -E"