Home
last modified time | relevance | path

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

123456789

/external/zstd/tests/
Dlibzstd_builds.sh7 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" > tmplog
36 readelf -lW $DIR/../lib/libzstd.so | $GREP "GNU_STACK" > tmplog
43 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
54 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
65 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
76 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
87 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
[all …]
/external/libcups/test/
Drun-stp-tests.sh41 GREP=/usr/xpg4/bin/grep
43 GREP=grep
50 if (echo "testing\c"; echo 1,2,3) | $GREP c >/dev/null; then
921 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; then
974 $GREP CUPS-Get-Default $BASE/log/access_log | sed -e '1,$s/&/&amp;/g' -e '1,$s/</&lt;/g' >>$strfile
983 count=`$GREP '^X ' $BASE/log/error_log | wc -l | awk '{print $1}'`
986 $GREP '^X ' $BASE/log/error_log
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
DMakefile155 GREP = grep macro
164 $(Q)$(GREP) -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
254 ./xxhsum --tag xxhsum* | $(GREP) XXH64
255 ./xxhsum --tag -H0 xxhsum* | $(GREP) XXH32
256 ./xxhsum --tag -H1 xxhsum* | $(GREP) XXH64
257 ./xxhsum --tag -H2 xxhsum* | $(GREP) XXH128
258 ./xxhsum --tag -H32 xxhsum* | $(GREP) XXH32
259 ./xxhsum --tag -H64 xxhsum* | $(GREP) XXH64
260 ./xxhsum --tag -H128 xxhsum* | $(GREP) XXH128
261 ./xxhsum --tag -H0 --little-endian xxhsum* | $(GREP) XXH32_LE
[all …]
/external/zstd/tests/gzip/
Dzgrep-context.sh37 : ${GREP=grep}
38 $GREP -15 17 - < in > out && compare exp out || {
39 echo >&2 "$0: $GREP does not support context options; skipping this test"
/external/bzip2/
Dbzgrep.144 If the GREP environment variable is set,
50 for sh: GREP=fgrep bzgrep string files
51 for csh: (setenv GREP fgrep; bzgrep string files)
Dbzgrep15 *) grep=${GREP-grep} ;;
/external/AFLplusplus/test/
Dtest-pre.sh17 GREP=`type grep > /dev/null 2>&1 && echo OK`
18 test "$GREP" = OK || { echo Error: grep command not found ; exit 1 ; }
/external/zstd/programs/
Dzstdgrep25 grep=${GREP:-grep}
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac35 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"; then
42 AC_SUBST([GREP]) subst
46 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
48 EGREP="$GREP -E"
/external/zstd/lib/
Dlibzstd.mk122 GREP = grep $(GREP_OPTIONS)
172 ZSTD_LEGACY_FILES += $(shell ls $(LIBZSTD)/legacy/*.c | $(GREP) 'v0[$(ZSTD_LEGACY_SUPPORT)-7]')
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure5318 if test -z "$GREP"; then
5367 ac_cv_path_GREP=$GREP
5373 GREP="$ac_cv_path_GREP"
5381 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5382 then ac_cv_path_EGREP="$GREP -E"
5448 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5449 then ac_cv_path_FGREP="$GREP -F"
5510 test -z "$GREP" && GREP=grep
5555 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5835 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libnfnetlink/
Dconfigure4128 if test -z "$GREP"; then
4177 ac_cv_path_GREP=$GREP
4183 GREP="$ac_cv_path_GREP"
4191 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4192 then ac_cv_path_EGREP="$GREP -E"
4258 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4259 then ac_cv_path_FGREP="$GREP -F"
4320 test -z "$GREP" && GREP=grep
4365 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4645 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/
DMakefile4 GREP = grep macro
/external/sg3_utils/
Dconfigure4954 if test -z "$GREP"; then
5008 ac_cv_path_GREP=$GREP
5014 GREP="$ac_cv_path_GREP"
5023 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5024 then ac_cv_path_EGREP="$GREP -E"
5096 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5097 then ac_cv_path_FGREP="$GREP -F"
5163 test -z "$GREP" && GREP=grep
5209 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5508 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/lmfit/
Dconfigure4037 if test -z "$GREP"; then
4086 ac_cv_path_GREP=$GREP
4092 GREP="$ac_cv_path_GREP"
4100 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4101 then ac_cv_path_EGREP="$GREP -E"
4167 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4168 then ac_cv_path_FGREP="$GREP -F"
4229 test -z "$GREP" && GREP=grep
4274 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4554 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libcap-ng/libcap-ng-0.7/
Dconfigure3987 if test -z "$GREP"; then
4036 ac_cv_path_GREP=$GREP
4042 GREP="$ac_cv_path_GREP"
4050 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4051 then ac_cv_path_EGREP="$GREP -E"
4117 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4118 then ac_cv_path_FGREP="$GREP -F"
4179 test -z "$GREP" && GREP=grep
4224 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4504 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libnetfilter_conntrack/
Dconfigure5182 if test -z "$GREP"; then
5231 ac_cv_path_GREP=$GREP
5237 GREP="$ac_cv_path_GREP"
5245 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5246 then ac_cv_path_EGREP="$GREP -E"
5312 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5313 then ac_cv_path_FGREP="$GREP -F"
5374 test -z "$GREP" && GREP=grep
5419 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5699 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libogg/
Dconfigure3721 if test -z "$GREP"; then
3776 GREP="$ac_cv_path_GREP"
3777 if test -z "$GREP"; then
3784 ac_cv_path_GREP=$GREP
3791 GREP="$ac_cv_path_GREP"
3799 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3800 then ac_cv_path_EGREP="$GREP -E"
3882 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3883 then ac_cv_path_FGREP="$GREP -F"
3960 test -z "$GREP" && GREP=grep
[all …]
/external/openthread/third_party/nlbuild-autotools/repo/make/pre/macros/
Drepos.mak34 …_CONFIG); then $(call nlGitListConfigFromFileCommand,$(REPOS_CONFIG)) | $(GREP) '^submodule\.' | $…
/external/speex/
Dconfigure5305 if test -z "$GREP"; then
5359 ac_cv_path_GREP=$GREP
5365 GREP="$ac_cv_path_GREP"
5374 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5375 then ac_cv_path_EGREP="$GREP -E"
5447 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5448 then ac_cv_path_FGREP="$GREP -F"
5514 test -z "$GREP" && GREP=grep
5560 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5859 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libabigail/autoconf-archive/
Dax_prog_python_version.m450 …python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
/external/freetype/builds/unix/
Dax_prog_python_version.m449 …python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
/external/libpng/
Dconfigure4900 if test -z "$GREP"; then
4954 ac_cv_path_GREP=$GREP
4960 GREP="$ac_cv_path_GREP"
4969 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4970 then ac_cv_path_EGREP="$GREP -E"
5042 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5043 then ac_cv_path_FGREP="$GREP -F"
5109 test -z "$GREP" && GREP=grep
5773 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6360 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
[all …]
/external/iperf3/
Dconfigure4267 if test -z "$GREP"; then
4316 ac_cv_path_GREP=$GREP
4322 GREP="$ac_cv_path_GREP"
4330 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4331 then ac_cv_path_EGREP="$GREP -E"
4397 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4398 then ac_cv_path_FGREP="$GREP -F"
4459 test -z "$GREP" && GREP=grep
4504 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4789 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]
/external/libexif/
Dconfigure4147 if test -z "$GREP"; then
4196 ac_cv_path_GREP=$GREP
4202 GREP="$ac_cv_path_GREP"
4210 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4211 then ac_cv_path_EGREP="$GREP -E"
4277 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4278 then ac_cv_path_FGREP="$GREP -F"
4339 test -z "$GREP" && GREP=grep
4384 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4664 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
[all …]

123456789