HomeSort by: relevance | last modified time | path
    Searched refs:grep (Results 1 - 25 of 1340) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/ibm-public/postfix/dist/mantools/
check-see-postconf-d-output 5 grep -r "see *'*postconf -d'* *output'*" proto html man |
6 grep -v "see 'postconf -d' output"
find-fluff 6 grep '<p> *$' $i
manlint 7 grep -n . "$@" | sed -n '
164 ' | grep -E -v ':[a-z][_a-z0-9-]*\([0-9]\),' |
165 grep -F -vf mantools/manlint.stop
check-spell-history 7 sed '1,/^2022/d' HISTORY | spell | grep -F -vxf proto/stop | \
8 grep -F -vxf proto/stop.spell-cc | \
9 grep -F -vxf proto/stop.spell-history
manspell 6 deroff $file | spell | grep -F -vf proto/stop
check-spell-install-proto-text 7 (ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf proto/stop
  /src/external/bsd/ntp/dist/scripts/build/
check--help 17 if grep -q 'no --help' $1
  /src/tests/compat/linux/
h_common.sh 32 modstat | grep -q '^compat_linux\W' \
  /src/external/apache2/llvm/dist/llvm/utils/lit/utils/
check-sdist 11 grep -v '^\./.gitignore' | \
12 grep -v '^\./dist' | \
13 grep -v '^\./utils' | \
14 grep -v '^\./venv' | \
15 grep -v '^\./notes.txt' | \
16 grep -v '^\./lit.egg-info' | \
17 grep -v '^\./lit/ExampleTests' | \
18 grep -v '/Output' | \
19 grep -v '__pycache__' | \
20 grep -v '.pyc$' | grep -v '~$' |
    [all...]
  /src/distrib/sun2/ramdisk/
Showsyms 9 grep -i ' u ' $tf
10 grep -i ' a ' $tf
11 grep -i ' t ' $tf
12 grep -i ' d ' $tf
13 grep -i ' b ' $tf
16 nm -p rd_bin.syms | grep -i ' c '
Findrefs 10 nm -p $f | grep "$1" && echo $f
  /src/distrib/sun3/ramdisk/
Showsyms 9 grep -i ' u ' $tf
10 grep -i ' a ' $tf
11 grep -i ' t ' $tf
12 grep -i ' d ' $tf
13 grep -i ' b ' $tf
16 nm -p rd_bin.syms | grep -i ' c '
Findrefs 10 nm -p $f | grep "$1" && echo $f
  /src/tools/grep/
Makefile 4 HOSTPROGNAME= ${_TOOL_PREFIX}grep
5 HOST_SRCDIR= usr.bin/grep
  /src/usr.bin/grep/
Makefile 2 # $FreeBSD: head/usr.bin/grep/Makefile 210389 2010-07-22 19:11:57Z gabor $
5 PROG= grep
6 SRCS= fastgrep.c file.c grep.c queue.c util.c
8 LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
9 ${BINDIR}/grep ${BINDIR}/fgrep \
10 ${BINDIR}/grep ${BINDIR}/zgrep \
11 ${BINDIR}/grep ${BINDIR}/zegrep \
12 ${BINDIR}/grep ${BINDIR}/zfgrep
14 MLINKS= grep.1 egrep.1 \
15 grep.1 fgrep.1
    [all...]
  /src/distrib/sets/
sort-list 10 { grep '^#' "$fname" || die "Missing comment line in $fname"
11 grep -v '^#' "$fname" | LC_ALL=C sort
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
wait-kdc.sh 44 if grep "${waitfor}" ${log} > /dev/null; then
47 if grep "No sockets" ${log} ; then
51 if grep "bind" ${log} | grep "Operation not permitted" ; then
  /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/libfido2/dist/udev/
check.sh 12 if ! grep '^vendor' "$1" | sort_by_id; then
17 VENDORS=$(grep '^vendor' "$1" | awk '{ print $2 }')
18 PRODUCTS=$(grep '^product' "$1" | awk '{ print $2 }' | uniq)
28 if ! grep "^product ${v}" "$1" | sort_by_id; then
  /src/external/bsd/zstd/dist/tests/cli-tests/common/
format.sh 7 zstd -h | grep > $INTOVOID -- "--format=$1"
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
analyze_libtsan.sh 14 grep __tsan_$1.: -A 10000 ${OBJDUMP_CONTENTS} | \
35 nm -S $BIN | grep "__tsan_" > ${NM_CONTENTS}
41 size=$(grep __tsan_$f$ ${NM_CONTENTS} | awk --non-decimal-data '{print ("0x"$2)+0}')
42 rsp=$(grep '(%rsp)' $file | wc -l)
43 push=$(grep 'push' $file | wc -l)
44 pop=$(grep 'pop' $file | wc -l)
45 call=$(grep 'call' $file | wc -l)
48 mov=$(grep 'mov' $file | wc -l)
49 lea=$(grep 'lea' $file | wc -l)
50 sh=$(grep 'shr\|shl' $file | wc -l
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
accent 13 grep '&igrave;' $houtput >/dev/null \
14 && grep '&acute;j' $houtput >/dev/null \
15 && grep '&Oslash;' $houtput >/dev/null \
16 && grep '/L' $houtput >/dev/null
25 grep 'i`' $ioutput >/dev/null \
26 && grep 'i"' $ioutput >/dev/null \
27 && grep '/L' $ioutput >/dev/null
accentenc 16 grep '�' $output >/dev/null \
17 && grep '�' $output >/dev/null \
18 && grep '/L' $output >/dev/null
  /src/external/lgpl3/gmp/dist/tests/rand/
Makefile.am 48 | ./stat -i 0xffff | grep '^[0-9]')
50 | ./stat -i 0xffffffff | grep '^[0-9]')
52 | ./stat -i 0x1ffffffff | grep '^[0-9]')
54 | ./stat -i 0xffffffffffffffff | grep '^[0-9]')
56 | ./stat -i 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | grep '^[0-9]')
59 | ./stat | grep '^[0-9]')
61 | ./stat | grep '^[0-9]')
63 | ./stat | grep '^[0-9]')
65 | ./stat | grep '^[0-9]')
67 | ./stat | grep '^[0-9]'
    [all...]
  /src/external/bsd/atf/dist/atf-sh/
atf_check_test.sh 44 grep 'Executing command.*true' stdout >/dev/null || \
49 grep 'Executing command.*false' stdout >/dev/null || \
66 grep 'Executing command.*echo bar' stdout >/dev/null || \
68 grep 'stdout does not match golden output' stderr >/dev/null || \
70 grep 'stderr' stderr >/dev/null && \
72 grep '^-foo' stderr >/dev/null || \
74 grep '^+bar' stderr >/dev/null || \
91 grep 'Executing command.*echo bar' stdout >/dev/null || \
93 grep 'stdout' stderr >/dev/null && \
95 grep 'stderr does not match golden output' stderr >/dev/null ||
    [all...]

Completed in 143 milliseconds

1 2 3 4 5 6 7 8 91011>>