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

1 2 3

  /external/devlib/devlib/bin/scripts/
shutils.in 8 GREP=${GREP:-$BUSYBOX grep}
26 $GREP '' /sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq | \
38 $GREP '' /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor | \
89 $GREP '' $CGROUP/* | \
90 $GREP "$CONTROLLER\." | \
95 $GREP '' $(\
97 $GREP -v -e ".*tasks" -e ".*cgroup\..*") | \
127 $GREP "$CGP" &>/dev/nul
    [all...]
  /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/curl/
configure 137 # Verify that 'grep' utility is found within 'PATH', otherwise abort.
142 | grep 'unknown' >/dev/null 2>&1`) && xc_tst_str='success'
148 echo "$xc_msg_err 'grep' utility not found in 'PATH'. $xc_msg_abrt" >&2
1069 GREP
    [all...]
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/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/libpng/
configure 694 GREP
    [all...]
  /external/lmfit/
configure 662 GREP
    [all...]
  /external/libexif/
configure 669 GREP
    [all...]
  /external/libusb-compat/
configure 816 GREP
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
configure 673 GREP
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
configure 645 GREP
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
configure 664 GREP
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
configure 627 GREP
    [all...]
  /external/protobuf/
configure 675 GREP
    [all...]
  /external/protobuf/gtest/
configure 668 GREP
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
configure 757 GREP
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
configure 757 GREP
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
configure 648 GREP
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/
configure 648 GREP
    [all...]
  /external/google-tv-pairing-protocol/cpp/
configure 769 GREP
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
configure 674 GREP
    [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...]

Completed in 377 milliseconds

1 2 3