Searched refs:grep (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/ncurses/include/
H A DMKhashsize.sh38 TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-laptop.sh28 if devinfo | grep -q acpi_acad0; then
H A Dtest-live.sh31 dmesg | grep -q 'md0: Preloaded image' || { echo 'REAL-DISK'; exit 1; }
H A Dxkeyboard-variants.sh36 echo $line | grep '! ' >/dev/null 2>/dev/null
47 echo $line | grep '! variant' >/dev/null 2>/dev/null
/freebsd-10-stable/contrib/ntp/scripts/build/
H A Dcheck--help17 if grep -q 'no --help' $1
/freebsd-10-stable/tools/test/sort/regression/
H A Dcmp.sh4 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-10-stable/tools/test/iconv/tablegen/
H A Dcmp.sh4 diff -I\$\FreeBSD $1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0
/freebsd-10-stable/gnu/usr.bin/grep/doc/
H A DMakefile3 INFO= grep
/freebsd-10-stable/usr.bin/grep/
H A DMakefile8 PROG= grep
13 bsdgrep.1: grep.1
16 SRCS= file.c grep.c queue.c util.c
24 LINKS= ${BINDIR}/grep ${BINDIR}/egrep \
25 ${BINDIR}/grep ${BINDIR}/fgrep \
26 ${BINDIR}/grep ${BINDIR}/zgrep \
27 ${BINDIR}/grep ${BINDIR}/zegrep \
28 ${BINDIR}/grep ${BINDIR}/zfgrep
30 MLINKS= grep.1 egrep.1 \
31 grep
[all...]
/freebsd-10-stable/tools/diag/httpd-error/
H A Dhttpd-error35 grep 'File does not exist$' |
40 grep 'File does not exist$' |
45 grep 'File does not exist$' |
50 grep 'File does not exist$' |
/freebsd-10-stable/tests/sys/kqueue/libkqueue/
H A Dkqueue_test.sh6 echo $line | grep -q passed
12 echo $line | grep -q 'tests completed'
/freebsd-10-stable/gnu/usr.bin/grep/
H A DMakefile8 PROG= grep
12 SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
20 LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
21 ${BINDIR}/grep ${BINDIR}/fgrep
22 MLINKS= grep.1 egrep.1 grep.1 fgrep.1
29 LINKS+= ${BINDIR}/grep ${BINDIR}/bzgrep \
30 ${BINDIR}/grep ${BINDIR}/bzegrep \
31 ${BINDIR}/grep ${BINDIR}/bzfgrep
32 MLINKS+=grep
[all...]
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dstartautoinstall.sh47 PCCFG=`grep "pc_config:" ${CONF} | grep -v "^#" | sed "s|pc_config: ||g" | sed "s|pc_config:||g"`
48 SHUTDOWN_CMD=`grep "shutdown_cmd:" ${CONF} | grep -v "^#" | sed "s|shutdown_cmd: ||g" | sed "s|shutdown_cmd:||g"`
49 CONFIRM_INS=`grep "confirm_install:" ${CONF} | grep -v "^#" | sed "s|confirm_install: ||g" | sed "s|confirm_install:||g"`
52 echo "${PCCFG}" | grep -q -e "^http" -e "^ftp" 2>/dev/null
69 NICCFG=`grep "nic_config:" ${CONF} | grep -v "^#" | sed "s|nic_config: ||g" | sed "s|nic_config:||g"`
78 NICDNS=`grep "nic_dn
[all...]
/freebsd-10-stable/crypto/openssl/util/
H A DfixNT.sh13 perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
H A Dbat.sh87 grep(s/\.[och]$//,@a);
89 @a=grep(!/^e_.*_3d$/,@a) if $no_des;
90 @a=grep(!/^e_.*_d$/,@a) if $no_des;
91 @a=grep(!/^e_.*_i$/,@a) if $no_idea;
92 @a=grep(!/^e_.*_r2$/,@a) if $no_rc2;
93 @a=grep(!/^e_.*_bf$/,@a) if $no_bf;
94 @a=grep(!/^e_.*_c$/,@a) if $no_cast;
95 @a=grep(!/^e_rc4$/,@a) if $no_rc4;
97 @a=grep(!/(^s2_)|(^s23_)/,@a) if $no_ssl2;
98 @a=grep(!/(
[all...]
/freebsd-10-stable/contrib/atf/atf-sh/
H A Datf_check_test.sh40 grep 'Executing command.*true' stdout >/dev/null || \
45 grep 'Executing command.*false' stdout >/dev/null || \
62 grep 'Executing command.*echo bar' stdout >/dev/null || \
64 grep 'stdout does not match golden output' stderr >/dev/null || \
66 grep 'stderr' stderr >/dev/null && \
68 grep '^-foo' stderr >/dev/null || \
70 grep '^+bar' stderr >/dev/null || \
87 grep 'Executing command.*echo bar' stdout >/dev/null || \
89 grep 'stdout' stderr >/dev/null && \
91 grep 'stder
[all...]
/freebsd-10-stable/crypto/openssh/regress/
H A Dssh2putty.sh14 if grep "BEGIN RSA PRIVATE KEY" $KEYFILE >/dev/null 2>&1 ; then
22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
28 openssl rsa -noout -modulus -in $KEYFILE | grep ^Modulus= |
/freebsd-10-stable/tools/tools/release/
H A Dchk_dokern.sh_and_drivers.conf32 grep -v '^#' $f | grep -v '^$' | awk '{ print $1 }' |
37 grep -qw $x && \
46 grep -w -- -e | sed -e's,^[^/]*/,,' -e's,/.*$,,' |
47 grep -v '^ident\.\*GENERIC$' |
52 grep -qw ^$x ${arch}/drivers.conf && \
/freebsd-10-stable/contrib/compiler-rt/lib/sparc64/
H A Dgenerate.sh3 m4 divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > modsi3.S
4 m4 -DANSWER=quotient divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > divsi3.S
/freebsd-10-stable/sys/tools/
H A Dembed_mfs.sh35 obs=`strings -at d $1 | grep "MFS Filesystem goes here" | awk '{print $1}'`
38 strings $1 | grep 'MFS Filesystem had better STOP here' > /dev/null || \
/freebsd-10-stable/tools/regression/execve/
H A DMakefile30 ${RP} empty | grep 'Exec format error'
33 ${RP} ${TD}/nonexistent | grep 'No such file or directory'
36 ${RP} nonexistshell | grep 'No such file or directory'
39 ${RP} devnullscript | grep 'Permission denied'
42 ${RP} badinterplen | grep 'No such file or directory'
45 ${RP} goodscript | grep 'succeeded'
48 ${RP} scriptarg 2>&1 | grep '+ echo succeeded'
51 ${RP} scriptarg-nospace 2>&1 | grep '+ echo succeeded'
57 ${RP} goodaout | grep 'succeeded'
62 ${RP} truncaout | grep 'Exe
[all...]
/freebsd-10-stable/contrib/libstdc++/scripts/
H A Dcreate_testsuite_files44 grep _xin $tmp.1 > $tests_file_inter
45 grep -v _xin $tmp.1 > $tmp.4
47 grep performance $tmp.4 > $tests_file_perf
48 grep -v performance $tmp.4 > $tmp.5
/freebsd-10-stable/tests/sys/pjdfstest/tests/
H A Dconf12 GREP=grep
/freebsd-10-stable/tools/tools/nanobsd/Files/root/
H A Dupdate39 if mount | grep ${NANO_DRIVE}s1 > /dev/null ; then
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh36 'jot 10000 | grep 123'
48 atf_check -o file:"$(atf_get_srcdir)/d_binary.out" grep foobar test.file
62 atf_check -o file:"$(atf_get_srcdir)/d_recurse.out" -x "grep -r haddock recurse | sort"
78 grep -r string test
89 grep -w separated $(atf_get_srcdir)/d_input
100 grep ^Front "$(atf_get_srcdir)/d_input"
103 grep ending$ "$(atf_get_srcdir)/d_input"
114 grep -i Upper "$(atf_get_srcdir)/d_input"
125 grep -v fish "$(atf_get_srcdir)/d_invert.in"
136 grep
[all...]

Completed in 295 milliseconds

1234567891011>>