Home
last modified time | relevance | path

Searched refs:grep_cmd (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/math/cppad/CppAD-20210000.8/bin/
H A Dcheck_addon.sh25 grep_cmd=''
28 if [ "$grep_cmd" == '' ]
30 grep_cmd="CPPAD_${addon}_"
32 grep_cmd="$grep_cmd|CPPAD_${addon}_"
42 if grep -E $grep_cmd $file > /dev/null
44 echo "$file containts $grep_cmd"
/dports/ftp/php-fastdfs/fastdfs-6.06/
H A Dstop.sh33 grep_cmd="$GREP -w $program"
46 grep_cmd="$grep_cmd | $GREP -w $p"
49 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | $AWK '{print \$2;}'"
82 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | /usr/bin/wc -l"
87 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0"
H A Drestart.sh34 grep_cmd="$GREP -w $program"
48 grep_cmd="$grep_cmd | $GREP -w $p"
51 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | $AWK '{print \$2;}'"
84 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | /usr/bin/wc -l"
91 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0"
/dports/ftp/fastdfs/fastdfs-6.06/
H A Dstop.sh33 grep_cmd="$GREP -w $program"
46 grep_cmd="$grep_cmd | $GREP -w $p"
49 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | $AWK '{print \$2;}'"
82 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | /usr/bin/wc -l"
87 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0"
H A Drestart.sh34 grep_cmd="$GREP -w $program"
48 grep_cmd="$grep_cmd | $GREP -w $p"
51 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | $AWK '{print \$2;}'"
84 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0 | /usr/bin/wc -l"
91 cmd="/bin/ps auxww | $grep_cmd | $GREP -v grep | $GREP -v $0"
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/
H A Dllvmgrep31 SunOS) grep_cmd="ggrep -H -n" ;;
32 Linux) grep_cmd="egrep -H -n" ;;
33 *) grep_cmd="egrep -l -n" ;;
36 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/ccache/ccache-3.7.12/test/suites/
H A Ddebug_prefix_map.bash31 grep_cmd() { function
49 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
59 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
72 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
75 if ! objdump_cmd test.o | grep_cmd "name" >/dev/null 2>&1; then
85 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/test/suites/
H A Ddebug_prefix_map.bash33 grep_cmd() { function
51 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
61 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
74 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
77 if ! objdump_cmd test.o | grep_cmd "name" >/dev/null 2>&1; then
87 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/test/suites/
H A Ddebug_prefix_map.bash33 grep_cmd() { function
51 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
61 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
74 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
77 if ! objdump_cmd test.o | grep_cmd "name" >/dev/null 2>&1; then
87 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
/dports/devel/ccache-static/ccache-3.7.12/test/suites/
H A Ddebug_prefix_map.bash31 grep_cmd() { function
49 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
59 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
72 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
75 if ! objdump_cmd test.o | grep_cmd "name" >/dev/null 2>&1; then
85 if objdump_cmd test.o | grep_cmd "`pwd`" >/dev/null 2>&1; then
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm80/llvm-8.0.1.src/utils/
H A Dllvmgrep31 SunOS) grep_cmd="ggrep -H -n" ;;
32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
33 *) grep_cmd="egrep -l -n" ;;
36 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dllvmgrep30 SunOS) grep_cmd="ggrep -H -n" ;;
31 Linux|Darwin) grep_cmd="egrep -H -n" ;;
32 *) grep_cmd="egrep -l -n" ;;
35 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"

1234567