Searched refs:GREP (Results 1 – 25 of 209) sorted by relevance
123456789
7 GREP="grep"16 $GREP $@ tmplog || die "$@" "should be present"20 $GREP $@ tmplog && die "$@ should not be there !!"27 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog36 readelf -lW $DIR/../lib/libzstd.so | $GREP "GNU_STACK" > tmplog43 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog54 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog65 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog76 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog87 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog[all …]
41 GREP=/usr/xpg4/bin/grep43 GREP=grep50 if (echo "testing\c"; echo 1,2,3) | $GREP c >/dev/null; then921 count=`$GREP '^Test1 ' $BASE/log/page_log | awk 'BEGIN{count=0}{count=count+$7}END{print count}'`934 count=`$GREP '^Test2 ' $BASE/log/page_log | awk 'BEGIN{count=0}{count=count+$7}END{print count}'`946 count=`$GREP '^Test3 ' $BASE/log/page_log | awk 'BEGIN{count=0}{count=count+$7}END{print count}'`970 if $GREP -q CUPS-Get-Default $BASE/log/access_log; then974 $GREP CUPS-Get-Default $BASE/log/access_log | sed -e '1,$s/&/&/g' -e '1,$s/</</g' >>$strfile983 count=`$GREP '^X ' $BASE/log/error_log | wc -l | awk '{print $1}'`986 $GREP '^X ' $BASE/log/error_log[all …]
155 GREP = grep macro164 $(Q)$(GREP) -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \254 ./xxhsum --tag xxhsum* | $(GREP) XXH64255 ./xxhsum --tag -H0 xxhsum* | $(GREP) XXH32256 ./xxhsum --tag -H1 xxhsum* | $(GREP) XXH64257 ./xxhsum --tag -H2 xxhsum* | $(GREP) XXH128258 ./xxhsum --tag -H32 xxhsum* | $(GREP) XXH32259 ./xxhsum --tag -H64 xxhsum* | $(GREP) XXH64260 ./xxhsum --tag -H128 xxhsum* | $(GREP) XXH128261 ./xxhsum --tag -H0 --little-endian xxhsum* | $(GREP) XXH32_LE[all …]
37 : ${GREP=grep}38 $GREP -15 17 - < in > out && compare exp out || {39 echo >&2 "$0: $GREP does not support context options; skipping this test"
44 If the GREP environment variable is set,50 for sh: GREP=fgrep bzgrep string files51 for csh: (setenv GREP fgrep; bzgrep string files)
15 *) grep=${GREP-grep} ;;
17 GREP=`type grep > /dev/null 2>&1 && echo OK`18 test "$GREP" = OK || { echo Error: grep command not found ; exit 1 ; }
25 grep=${GREP:-grep}
35 dnl GREP is mandatory for configure process and libtool.37 AC_PATH_PROG([GREP], [grep], [not_found],39 if test -z "$GREP" || test "$GREP" = "not_found"; then42 AC_SUBST([GREP]) subst46 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then48 EGREP="$GREP -E"
122 GREP = grep $(GREP_OPTIONS)172 ZSTD_LEGACY_FILES += $(shell ls $(LIBZSTD)/legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
5318 if test -z "$GREP"; then5367 ac_cv_path_GREP=$GREP5373 GREP="$ac_cv_path_GREP"5381 if echo a | $GREP -E '(a|b)' >/dev/null 2>&15382 then ac_cv_path_EGREP="$GREP -E"5448 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&15449 then ac_cv_path_FGREP="$GREP -F"5510 test -z "$GREP" && GREP=grep5555 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do5835 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
4128 if test -z "$GREP"; then4177 ac_cv_path_GREP=$GREP4183 GREP="$ac_cv_path_GREP"4191 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14192 then ac_cv_path_EGREP="$GREP -E"4258 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&14259 then ac_cv_path_FGREP="$GREP -F"4320 test -z "$GREP" && GREP=grep4365 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do4645 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
4 GREP = grep macro
4954 if test -z "$GREP"; then5008 ac_cv_path_GREP=$GREP5014 GREP="$ac_cv_path_GREP"5023 if echo a | $GREP -E '(a|b)' >/dev/null 2>&15024 then ac_cv_path_EGREP="$GREP -E"5096 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&15097 then ac_cv_path_FGREP="$GREP -F"5163 test -z "$GREP" && GREP=grep5209 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do5508 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
4037 if test -z "$GREP"; then4086 ac_cv_path_GREP=$GREP4092 GREP="$ac_cv_path_GREP"4100 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14101 then ac_cv_path_EGREP="$GREP -E"4167 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&14168 then ac_cv_path_FGREP="$GREP -F"4229 test -z "$GREP" && GREP=grep4274 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do4554 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
3987 if test -z "$GREP"; then4036 ac_cv_path_GREP=$GREP4042 GREP="$ac_cv_path_GREP"4050 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14051 then ac_cv_path_EGREP="$GREP -E"4117 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&14118 then ac_cv_path_FGREP="$GREP -F"4179 test -z "$GREP" && GREP=grep4224 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do4504 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
5182 if test -z "$GREP"; then5231 ac_cv_path_GREP=$GREP5237 GREP="$ac_cv_path_GREP"5245 if echo a | $GREP -E '(a|b)' >/dev/null 2>&15246 then ac_cv_path_EGREP="$GREP -E"5312 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&15313 then ac_cv_path_FGREP="$GREP -F"5374 test -z "$GREP" && GREP=grep5419 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do5699 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
3721 if test -z "$GREP"; then3776 GREP="$ac_cv_path_GREP"3777 if test -z "$GREP"; then3784 ac_cv_path_GREP=$GREP3791 GREP="$ac_cv_path_GREP"3799 if echo a | $GREP -E '(a|b)' >/dev/null 2>&13800 then ac_cv_path_EGREP="$GREP -E"3882 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&13883 then ac_cv_path_FGREP="$GREP -F"3960 test -z "$GREP" && GREP=grep[all …]
34 …_CONFIG); then $(call nlGitListConfigFromFileCommand,$(REPOS_CONFIG)) | $(GREP) '^submodule\.' | $…
5305 if test -z "$GREP"; then5359 ac_cv_path_GREP=$GREP5365 GREP="$ac_cv_path_GREP"5374 if echo a | $GREP -E '(a|b)' >/dev/null 2>&15375 then ac_cv_path_EGREP="$GREP -E"5447 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&15448 then ac_cv_path_FGREP="$GREP -F"5514 test -z "$GREP" && GREP=grep5560 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do5859 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
50 …python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
49 …python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
4900 if test -z "$GREP"; then4954 ac_cv_path_GREP=$GREP4960 GREP="$ac_cv_path_GREP"4969 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14970 then ac_cv_path_EGREP="$GREP -E"5042 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&15043 then ac_cv_path_FGREP="$GREP -F"5109 test -z "$GREP" && GREP=grep5773 if $GREP 'External.*some_variable' conftest.out > /dev/null; then6360 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then[all …]
4267 if test -z "$GREP"; then4316 ac_cv_path_GREP=$GREP4322 GREP="$ac_cv_path_GREP"4330 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14331 then ac_cv_path_EGREP="$GREP -E"4397 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&14398 then ac_cv_path_FGREP="$GREP -F"4459 test -z "$GREP" && GREP=grep4504 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do4789 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]
4147 if test -z "$GREP"; then4196 ac_cv_path_GREP=$GREP4202 GREP="$ac_cv_path_GREP"4210 if echo a | $GREP -E '(a|b)' >/dev/null 2>&14211 then ac_cv_path_EGREP="$GREP -E"4277 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&14278 then ac_cv_path_FGREP="$GREP -F"4339 test -z "$GREP" && GREP=grep4384 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do4664 if $GREP 'External.*some_variable' conftest.out > /dev/null; then[all …]