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

1234567891011>>

/macosx-10.9.5/ncurses-42/ncurses/include/
H A DMKhashsize.sh38 TABSIZE=`grep -v '^[ #]' $CAPS | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
/macosx-10.9.5/CrackLib-37765/cracklib27/util/
H A Dmkdict22 grep -v '^#' |
23 grep -v '^$'
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dlistpublic6 for function in `nm -g *.so | grep "T " | awk '{print $3}' | grep -v '^_' | sort`; do
7 found=`grep $function\( *.h | grep -v DEPRECATED`
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dfind-fluff6 grep '<p> *$' $i
H A Dmanlint7 grep -n . "$@" | sed -n '
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Dstats.sh11 grep bytes /usr/spool/uucp/Stats | grep -v 'bytes 0.00 secs' | grep -v 'failed after' | tail -80 | \
/macosx-10.9.5/zsh-60/zsh/Functions/Example/
H A Dproto6 grep -v '[{};:#]' $i | grep '^[A-Za-z]' |
7 grep -v static | sed 's/$/;/' >! $i:r.pro
/macosx-10.9.5/xnu-2422.115.4/config/
H A Dgenerate_linker_exports.sh13 ( grep -h -v ":" "$@"; grep -h ":" "$@" | awk -F: '{print $2}' ) | sort -u > "$OUTPUT"
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A DGetRepositoryPath18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
22 git remote -v | grep 'fetch' | awk '{ print $2 }'
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dwait-kdc.sh47 if tail -30 ${log} | grep "${waitfor}" > /dev/null; then
50 if tail -30 ${log} | grep "No sockets" ; then
54 if tail -30 ${log} | grep "bind" | grep "Operation not permitted" ; then
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/coreSymbolication-notify/
H A DMakefile32 grep " load" notifications.log | grep foo.bundle | wc -l | grep 1 >/dev/null
33 grep " load" notifications.log | grep bar.dylib | wc -l | grep 1 >/dev/null
34 grep " unload" notifications.log | grep foo.bundle | wc -l | grep 1 >/dev/null
35 grep " unloa
[all...]
/macosx-10.9.5/OpenSSH-186/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= |
/macosx-10.9.5/bzip2-29/bzip2/
H A Dbzgrep3 # bzgrep -- a wrapper around a grep program that decompresses files as needed
29 *egrep) grep=${EGREP-egrep} ;;
30 *fgrep) grep=${FGREP-fgrep} ;;
31 *) grep=${GREP-grep} ;;
68 if test "$grep" = grep; then # grep is buggy with -e on SVR4
69 grep=egrep
84 echo "grep throug
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/builtin/
H A Dtests.sh24 grep "automatic empty zone" ns1/named.run > /dev/null || ret=1
25 grep "received control channel command 'reconfig'" ns1/named.run > /dev/null || ret=1
26 grep "reloading configuration succeeded" ns1/named.run > /dev/null || ret=1
28 grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
35 grep "automatic empty zone" ns1/named.run > /dev/null || ret=1
36 grep "received control channel command 'reload'" ns1/named.run > /dev/null || ret=1
37 grep "reloading configuration succeeded" ns1/named.run > /dev/null || ret=1
39 grep "zone serial (0) unchanged." ns1/named.run > /dev/null && ret=1
/macosx-10.9.5/tcl-102/tcl_ext/tclconfig/
H A Dupdt_tcl_m4.sh6 -exec grep -q '^TEA_INIT(' {} \; \
9 -exec grep -E -q 'TEA_(INIT|VERSION)' {} \; \
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Datf_check_test.sh44 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 'stder
[all...]
/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A DMakefile.am107 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
109 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
111 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
113 @grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" ; exit 0
115 @grep "MORY ALLO" .memdump | grep
[all...]
/macosx-10.9.5/zsh-60/zsh/Util/
H A Dreporter41 # awk, cut, echo, grep, sed, sort
231 bindkey -lL | grep -v ' \.safe$'
295 set X `limit | grep "cputime" | grep -v "unlimited" |
313 limit | grep -v "cputime" | grep -v "unlimited" |
357 zmodload -u `zmodload | grep parameter` 2>/dev/null
361 grep -v 'array ' |
362 grep -v 'association ' |
363 grep
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/smartsign/
H A Dtests.sh93 echo "$pzoneout" | grep 'KSKs: 1 active, 0 stand-by, 0 revoked' > /dev/null || ret=1
94 echo "$pzoneout" | grep 'ZSKs: 1 active, 0 stand-by, 0 revoked' > /dev/null || ret=1
95 echo "$czoneout" | grep 'KSKs: 1 active, 1 stand-by, 1 revoked' > /dev/null || ret=1
96 echo "$czoneout" | grep 'ZSKs: 1 active, 2 stand-by, 0 revoked' > /dev/null || ret=1
109 echo "$pzoneout" | grep 'KSKs: 1 active, 0 stand-by, 0 revoked' > /dev/null || ret=1
110 echo "$pzoneout"| grep 'ZSKs: 1 active, 0 present, 0 revoked' > /dev/null || ret=1
111 echo "$czoneout"| grep 'KSKs: 1 active, 1 stand-by, 1 revoked' > /dev/null || ret=1
112 echo "$czoneout"| grep 'ZSKs: 1 active, 2 present, 0 revoked' > /dev/null || ret=1
122 grep "key id = $pzid" $pfile.signed > /dev/null || {
126 grep "ke
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D11-cgi.t4 unless(grep /blib/, @INC) {
H A D12-cgi_https.t4 unless(grep /blib/, @INC) {
H A D13-mod_perl.t4 unless(grep /blib/, @INC) {
H A D14-cgi_apache.t4 unless(grep /blib/, @INC) {
H A D15-daemon.t4 unless(grep /blib/, @INC) {
H A D16-tcp.t4 unless(grep /blib/, @INC) {

Completed in 299 milliseconds

1234567891011>>