| /src/external/lgpl3/mpfr/dist/ |
| version-ext.sh | 20 # Normally passed by tests/Makefile.am with "GREP=$(GREP) SED=$(SED)". 21 GREP=${GREP:-grep} 36 $GREP -v '^(' | $GREP -v -F -f excluded-branches -x || true`
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| zgrep-context.sh | 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"
|
| /src/external/mit/isl/dist/ |
| schedule_test.sh.in | 4 GREP=@GREP@ 16 options=`$GREP 'OPTIONS:' $i | $SED 's/.*://'`
|
| /src/external/bsd/zstd/dist/tests/ |
| libzstd_builds.sh | 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" > 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" > tmplo [all...] |
| playTests.sh | 96 GREP=${GREP:-grep} 182 if echo hello | zstd -v -T2 2>&1 > $INTOVOID | $GREP -q 'multi-threading is disabled' 269 zstd tmp1 -c | wc -c | $GREP "14" 270 zstd < tmp1 | wc -c | $GREP "14" 307 zstd tmpro -c | zstd -d -f -o "$INTOVOID" --progress 2>&1 | $GREP '[A-Za-z0-9._ ]*: [0-9]* bytes' 308 zstd tmpro -c | zstd -d -f -q -o "$INTOVOID" --progress 2>&1 | $GREP '[A-Za-z0-9._ ]*: [0-9]* bytes' 309 zstd tmpro -c | zstd -d -f -v -o "$INTOVOID" 2>&1 | $GREP '[A-Za-z0-9._ ]*: [0-9]* bytes' 336 readelf -lW "$ZSTD_BIN" | $GREP 'GNU_STACK .* RW ' || die "zstd binary has executable stack! [all...] |
| /src/usr.bin/skey/ |
| skeyaudit.sh | 11 GREP=/usr/bin/grep
|
| /src/crypto/external/cpl/trousers/dist/dist/fedora/ |
| fedora.initrd.tcsd | 48 GREP=/bin/grep 62 $LSMOD | $GREP tpm_
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| install-debuginfo-for-buildid.sh.in | 42 grep=@GREP@ 51 | $grep "Build ID" \
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| install-debuginfo-for-buildid.sh.in | 42 grep=@GREP@ 51 | $grep "Build ID" \
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| install-debuginfo-for-buildid.sh.in | 42 grep=@GREP@ 51 | $grep "Build ID" \
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| install-debuginfo-for-buildid.sh.in | 42 grep=@GREP@ 51 | $grep "Build ID" \
|
| /src/external/gpl2/grep/include/ |
| config.h | 19 /* We are building grep */ 20 #define GREP 1 265 #define PACKAGE "grep"
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| vgimportclone.sh | 28 GREP=grep 209 PV_VGNAME=$(echo $PVS_OUT | $GREP -v '[[:space:]]+$') 259 "$GREP" -q '^[[:space:]]*filter[[:space:]]*=' ${LVMCONF} || \ 261 "$GREP" -q '^[[:space:]]*scan[[:space:]]*=' ${LVMCONF} || \ 265 "$GREP" -q '[[:space:]]*cache[[:space:]]*=' ${LVMCONF} 267 "$GREP" -q '^[[:space:]]*cache_dir' ${LVMCONF}
|
| fsadm.sh | 20 # mount, umount, grep, readlink, blockdev, blkid, fsck, xfs_check 45 GREP=grep 176 MOUNTED=$($MOUNT | $GREP "$VOLUME") 185 $BLOCKDEV 2>&1 | $GREP getsize64 >/dev/null 366 -a -n "$RMDIR" -a -n "$BLOCKDEV" -a -n "$BLKID" -a -n "$GREP" -a -n "$READLINK" \ 374 $(echo Y | $GREP Y >/dev/null) || error "Grep does not work properly"
|
| /src/external/bsd/bzip2/dist/ |
| 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...] |
| /src/external/bsd/zstd/dist/programs/ |
| zstdgrep | 25 grep=${GREP:-grep} 43 # skip all options and pass them on to grep taking care of options 48 # from GNU grep-2.5.1 -- keep in sync! 87 # pattern to grep for 93 # if no -e option was found, take next argument as grep-pattern 107 # call grep ... 112 "${zcat}" - | "${grep}" ${grep_args} -- "${pattern}" - 124 "${zcat}" -- "$1" | "${grep}" --label="${1}" ${grep_args} -- [all...] |
| /src/external/gpl3/gcc/dist/contrib/ |
| dg-extract-results.sh | 113 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then 133 # Test if grep supports the '--text' option 135 GREP=grep 137 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then 138 GREP="grep --text" 140 # Our grep does not recognize the '--text' option. We have to 152 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l` 154 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }' [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| dg-extract-results.sh | 110 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then 130 # Test if grep supports the '--text' option 132 GREP=grep 134 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then 135 GREP="grep --text" 137 # Our grep does not recognize the '--text' option. We have to 149 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l` 151 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }' [all...] |
| /src/external/gpl3/gdb.old/dist/contrib/ |
| dg-extract-results.sh | 113 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then 133 # Test if grep supports the '--text' option 135 GREP=grep 137 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then 138 GREP="grep --text" 140 # Our grep does not recognize the '--text' option. We have to 152 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l` 154 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }' [all...] |
| /src/external/gpl3/gdb/dist/contrib/ |
| dg-extract-results.sh | 113 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then 133 # Test if grep supports the '--text' option 135 GREP=grep 137 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then 138 GREP="grep --text" 140 # Our grep does not recognize the '--text' option. We have to 152 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l` 154 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }' [all...] |
| /src/usr.sbin/postinstall/ |
| postinstall.in | 56 : ${GREP:=grep} 290 ${GREP} -E "^${1}:" ${srcfile} 509 | ${GREP} -q -F -x "${basename}" \ 578 eval ${GREP} -v -E "'(^$(echo $* | sed -e 's/ /|^/'g))'" 600 ${GREP} -F -v -x "$targets" 714 | ${GREP} -v '[^0-9./]' \ 863 if ${GREP} -q "[^#]*${option}[ \t]*=.*${old}" "${c}" 971 if ${GREP} '[bB]lacklist' "${target}" > /dev/null; then 1124 if ${GREP} -E '^#*[[:space:]]*ddb\.onpanic[[:space:]]*\??=[[:space:]]*[[:digit:]]+' [all...] |
| /src/external/gpl2/groff/dist/contrib/pdfmark/ |
| pdfroff.sh | 66 # We need both 'grep' and 'sed' programs, to parse script options, 71 GREP=`searchpath grep "$PATH"` 98 test "$GREP" = ":" && echo >&2 "$NOPROG 'grep' in PATH" && NO="$NO 'grep'" 169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
|
| /src/external/gpl2/grep/dist/ |
| config.hin | 18 /* We are building grep */ 19 #undef GREP
|
| /src/external/lgpl3/mpc/dist/ |
| configure | 684 GREP 1563 grep -v '^ *+' conftest.err >conftest.er1 1601 grep -v '^ *+' conftest.err >conftest.er1 1677 grep -v '^ *+' conftest.err >conftest.er1 2377 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2381 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2491 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 3187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3188 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3192 if test -z "$GREP"; the [all...] |
| /src/external/bsd/file/dist/ |
| configure | 688 GREP 1608 grep -v '^ *+' conftest.err >conftest.er1 1723 grep -v '^ *+' conftest.err >conftest.er1 2954 grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 2958 grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3068 if grep 'slept: no' conftest.file >/dev/null 2>&1; then 5052 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 5053 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 5054 grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 5057 # or remarks (even with -Werror). So we grep stderr for any messag [all...] |