Searched refs:good (Results 1 - 25 of 184) sorted by relevance

12345678

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dclean.sh19 rm -f good.conf.in good.conf.out
H A Dtests.sh22 echo "I: checking that named-checkconf handles a known good config"
24 $CHECKCONF good.conf > /dev/null 2>&1 || ret=1
28 echo "I: checking that named-checkconf prints a known good config"
30 awk 'BEGIN { ok = 0; } /cut here/ { ok = 1; getline } ok == 1 { print }' good.conf > good.conf.in
31 [ -s good.conf.in ] || ret=1
32 $CHECKCONF -p good.conf.in | grep -v '^good.conf.in:' > good.conf.out 2>&1 || ret=1
33 cmp good
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-result/
H A DMakefile34 ${TESTROOT}/bin/exit-zero-pass.pl "crt-result good" "crt-result good" ./good
38 all: good bad
41 good: good.c
42 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o good good.c
48 ${RM} ${RMFLAGS} *~ good bad
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/sortlist/
H A Dclean.sh20 rm -f *.dig *.good *.out
H A Dtests.sh26 cat <<EOF >test1.good
39 diff test1.dig test1.good || status=1
42 cat <<EOF >test2.good
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-DYLD_FALLBACK_LIBRARY_PATH/
H A DMakefile37 export DYLD_FALLBACK_LIBRARY_PATH=`pwd`/good && ./main2
42 good/libfoo.dylib : foo.c
43 mkdir -p good
44 ${CC} foo.c -dynamiclib -o good/libfoo.dylib -install_name @rpath/libfoo.dylib
50 main : main.c good/libfoo.dylib
51 ${CC} -I${TESTROOT}/include main.c -o main good/libfoo.dylib -Wl,-rpath -Wl,@loader_path/good
53 main2 : main.c good/libfoo.dylib
54 ${CC} -I${TESTROOT}/include main.c -o main2 good/libfoo.dylib
57 ${RM} ${RMFLAGS} *~ main main2 good ba
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/glue/
H A Dtests.sh31 $PERL ../digcomp.pl fi.good dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
43 $PERL ../digcomp.pl noglue.good dig.out || status=1
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
46 printf("%s\n", good); \
49 #define TEST_NEQ(str, func, value, good, bad) \
60 printf("%s\n", good); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
74 printf("%s\n", good); \
/macosx-10.10.1/BerkeleyDB-21/db/test/scr015/
H A Dtestone15 # compares the result against the good version,
21 good="$1"
23 if [ ! -e "$good" ]; then
24 echo "Note: $good does not exist"
28 diff "$good" "$latest" > $tmpout
31 error "$good and $latest differ in $nbad places."
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest38.conf4 Warning it is really a good idea to have mod_macro.c installed.
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/checkzone/
H A Dtests.sh23 for db in zones/good*.db
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/sha/
H A DMakefile20 @cat sha.good.outputs
22 @echo "I have no known-good comparisons for that case!"
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dvalidator.rb105 good, gone, unreadable = nil, nil, nil, nil
110 good, gone = package.contents.partition { |file_name|
118 good, unreadable = good.partition { |file_name|
126 good.each do |entry, data|
142 extras = installed_files - good - unreadable
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds3_cbc.c114 unsigned padding_length, good; local
123 good = constant_time_ge(rec->length, padding_length+overhead);
125 good &= constant_time_ge(block_size, padding_length+1);
126 padding_length = good & (padding_length+1);
129 return (int)((good & 1) | (~good & -1));
148 unsigned padding_length, good, to_check, i; local
188 good = constant_time_ge(rec->length, overhead+padding_length);
208 good &= ~(mask&(padding_length ^ b));
212 * one or more of the lower eight bits of |good| wil
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dposix2.tests23 # $SHELL -c 'echo $1' bad good
74 names=one/good/three
78 test "$2" = good || testfail "got \"$2\": IFS parsing"
100 val=$("$TESTSHELL" -c 'echo $1' csh good)
101 test "$val" = good || testfail "got \"$val\": sh -c"
/macosx-10.10.1/OpenSSL098-52/src/crypto/rand/
H A Drand_win.c197 int good = 0; local
360 good = 1;
374 good = 1;
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttim
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/v6synth/
H A Dtests.sh43 cat <<EOF >good.out
68 diff good.out dig.out || status=1
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo-xref.el39 ;; This might be a lot of files but it's a good way to check the consistency
146 ;; info-xref-good - count of good cross references.
148 (defvar info-xref-good)
165 (let ((info-xref-good 0)
185 (insert (format "done, %d good, %d bad\n" info-xref-good info-xref-bad))))
210 (setq info-xref-good (1+ info-xref-good))
298 (let ((good
[all...]
/macosx-10.10.1/man-16/man/misc/
H A Dmanlint201 print "Processing $ARGV; up to now good=$goodfiles bad=$badfiles skip=$skipfiles\n";
217 print "Number of good files = $goodfiles\n";
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/anchorTest/
H A DanchorSourceTest7 echo A good directory would be ../../../security_certificates/roots/
H A DintermedSourceTest8 echo A good directory would be ../../../security_certificates/certs/
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-extern.el137 (let (good)
141 (setq good t))
142 (unless good
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dostream_insert.h97 if (__out.good())
99 if (__left && __out.good())
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.in58 mail bad-sender@good.domain
85 mail bad-sender@good.domain
133 mail foo@good.domain
135 helo good.domain
/macosx-10.10.1/BerkeleyDB-21/db/php_db4/samples/
H A Dtransactional_counter.php29 // Sync for good measure

Completed in 227 milliseconds

12345678