HomeSort by relevance Sort by last modified time
    Searched refs:GREP (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/bison/djgpp/
config.site 58 # A sane default for grep.
59 ac_cv_path_GREP=${GREP='/dev/env/DJDIR/bin/grep'}
  /external/bzip2/
bzgrep 6 ## zgrep -- a wrapper around a grep program that decompresses files as needed
13 *egrep) grep=${EGREP-egrep} ;;
14 *fgrep) grep=${FGREP-fgrep} ;;
15 *) grep=${GREP-grep} ;;
21 if test "$grep" = grep; then # grep is buggy with -e on SVR4
22 grep=egre
    [all...]
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/c-ares/
configure 720 GREP
    [all...]
  /external/libvorbis/
configure 873 GREP
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 653 GREP
    [all...]
  /external/libedit/
configure 714 GREP
    [all...]
  /external/libnetfilter_conntrack/
configure 659 GREP
    [all...]
  /external/libnfnetlink/
configure 654 GREP
    [all...]
  /external/libexif/
configure 669 GREP
    [all...]
  /external/libusb-compat/
configure 816 GREP
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
configure 670 GREP
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
configure 644 GREP
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
configure 663 GREP
    [all...]
  /external/protobuf/
configure 675 GREP
    [all...]
  /external/protobuf/gtest/
configure 668 GREP
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
configure 648 GREP
    [all...]
  /external/google-tv-pairing-protocol/cpp/
configure 769 GREP
    [all...]
libtool 73 # A grep program that handles long lines.
74 GREP="/bin/grep"
77 EGREP="/bin/grep -E"
80 FGREP="/bin/grep -F"
524 : ${EGREP="/bin/grep -E"}
525 : ${FGREP="/bin/grep -F"}
526 : ${GREP="/bin/grep"}
802 $GREP "$1" "$2" >/dev/null 2>&
    [all...]
ltmain.sh 119 : ${EGREP="/bin/grep -E"}
120 : ${FGREP="/bin/grep -F"}
121 : ${GREP="/bin/grep"}
301 $GREP "$1" "$2" >/dev/null 2>&1
679 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
898 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
944 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
1027 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
    [all...]
  /external/ImageMagick/config/
ltmain.sh 268 # Unless the user overrides by setting GREP, search the path for either GNU
269 # grep, or the grep that truncates its output the least.
270 test -z "$GREP" && {
283 echo 'GREP' >> conftest.nl
284 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
298 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
299 GREP=$func_path_progs_result
314 : ${EGREP="$GREP -E"}
315 : ${FGREP="$GREP -F"
    [all...]
  /external/pcre/dist2/
ltmain.sh 268 # Unless the user overrides by setting GREP, search the path for either GNU
269 # grep, or the grep that truncates its output the least.
270 test -z "$GREP" && {
283 echo 'GREP' >> conftest.nl
284 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
298 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
299 GREP=$func_path_progs_result
314 : ${EGREP="$GREP -E"}
315 : ${FGREP="$GREP -F"
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
configure 669 GREP
    [all...]
  /external/dhcpcd-6.8.2/
configure 154 : ${GREP:=grep}
1206 if strings "$YPBIND" | $GREP -q yp\\.conf; then
1209 elif strings "$YPBIND" | $GREP -q \\.ypservers; then
1213 elif strings "$YPBIND" | $GREP -q /etc/yp; then
  /external/google-breakpad/autotools/
ltmain.sh 119 : ${EGREP="/bin/grep -E"}
120 : ${FGREP="/bin/grep -F"}
121 : ${GREP="/bin/grep"}
301 $GREP "$1" "$2" >/dev/null 2>&1
679 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
898 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
944 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
1027 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
    [all...]

Completed in 127 milliseconds

1 2 3