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

123

/freebsd-10.0-release/tools/regression/nfsmmap/test1/
H A DMakefile6 CLEANFILES= test1.zeros test1.good test1.data test1.scratch
8 all: test1 test1.zeros test1.good
14 @if cmp -s ${.OBJDIR}/test1.data ${.OBJDIR}/test1.good && \
15 cmp -s ${.OBJDIR}/test1.scratch ${.OBJDIR}/test1.good ; then \
24 test1.good: test1.good.uu
/freebsd-10.0-release/tools/regression/nfsmmap/test2/
H A DMakefile6 CLEANFILES= test2.zeros test2.good test2.data test2.scratch
8 all: test2 test2.zeros test2.good
14 @if cmp -s ${.OBJDIR}/test2.data ${.OBJDIR}/test2.good && \
15 cmp -s ${.OBJDIR}/test2.scratch ${.OBJDIR}/test2.good ; then \
24 test2.good: test2.good.uu
/freebsd-10.0-release/contrib/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); \
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c189 unsigned int good, found_zero_byte; local
221 good = constant_time_is_zero(em[0]);
222 good &= constant_time_eq(em[1], 2);
237 good &= constant_time_ge((unsigned int)(zero_index), 2 + 8);
244 /* For good measure, do this check in constant time as well; it could
246 good &= constant_time_ge((unsigned int)(tlen), (unsigned int)(mlen));
255 if (!good)
H A Drsa_oaep.c100 unsigned int good, found_one_byte; local
146 good = constant_time_is_zero(em[0]);
164 good &= constant_time_is_zero(CRYPTO_memcmp(db, phash, SHA_DIGEST_LENGTH));
175 good &= (found_one_byte | equals0);
178 good &= found_one_byte;
181 * At this point |good| is zero unless the plaintext was valid,
185 if (!good)
/freebsd-10.0-release/tools/regression/acltools/
H A Drun121 my @good = ();
133 push @good, ($use_re ? '!~' : '!=');
136 push @good, ($use_re ? '=~' : '==');
139 my $good = !(grep /!/, @good);
141 $failed++ unless $good;
142 print $good ? $OK : $FAILED, "\n";
143 if (!$good || $opt_v) {
150 $r, $good[$n], $l);
/freebsd-10.0-release/tools/regression/sbin/mdconfig/
H A Drun121 my @good = ();
133 push @good, ($use_re ? '!~' : '!=');
136 push @good, ($use_re ? '=~' : '==');
139 my $good = !(grep /!/, @good);
141 $failed++ unless $good;
142 print $good ? $OK : $FAILED, "\n";
143 if (!$good || $opt_v) {
150 $r, $good[$n], $l);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_cbc.c84 unsigned padding_length, good; local
93 good = constant_time_ge(rec->length, padding_length+overhead);
95 good &= constant_time_ge(block_size, padding_length+1);
96 padding_length = good & (padding_length+1);
99 return constant_time_select_int(good, 1, -1);
118 unsigned padding_length, good, to_check, i; local
165 good = constant_time_ge(rec->length, overhead+padding_length);
185 good &= ~(mask&(padding_length ^ b));
189 * one or more of the lower eight bits of |good| will be cleared.
191 good
[all...]
/freebsd-10.0-release/lib/libc/net/
H A Deui64.c155 goto good;
160 goto good;
165 goto good;
172 goto good;
180 goto good;
185 good:
/freebsd-10.0-release/sys/dev/ex/
H A Dif_ex_pccard.c141 goto good;
147 goto good;
164 good:;
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h97 if (__out.good())
99 if (__left && __out.good())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp36 struct good {}; struct in namespace:clang::comments::__anon2956
40 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
41 return good();
50 (void) sizeof(good(implements_child_begin_end(function)))
150 // Defaults are should be good for declarations we don't handle explicitly.
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dparser.hpp233 while (!done && m_is.get(ch).good()) {
237 while (!done && m_is.get(ch).good()) {
255 if (!m_is.good())
309 while (m_is.good() && m_is.peek() != '\n')
329 bool good(void) const;
397 parser< TKZ >::good(void) function in class:atf::parser::parser
400 return m_tkz.m_is.good();
H A Dtest_helpers.cpp105 while (!found && is.good()) {
/freebsd-10.0-release/usr.bin/man/
H A Dman.sh756 local IFS bad cmd f good key keywords loc opt out path rval wlist
803 good="$good\\n$out"
811 good=${good#\\n}
814 if [ -n "$good" ]; then
815 echo -e "$good" | $MANPAGER
/freebsd-10.0-release/sys/dev/acpi_support/
H A Dacpi_asus.c624 good:
648 goto good;
651 goto good;
654 goto good;
657 goto good;
660 goto good;
663 goto good;
666 goto good;
670 goto good;
674 goto good;
[all...]
/freebsd-10.0-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh30 su -m $uidinrange -c "$command1 && echo good"
35 $command2 && echo good
43 su -fm $uidinrange -c "$command1 && echo good"
45 su -fm $uidoutrange -c "$command1 && echo good"
52 su -fm $uidinrange -c "$command1 || echo good"
54 su -fm $uidoutrange -c "$command1 && echo good"
61 su -fm $uidinrange -c "$command1 || echo good"
63 su -fm $uidoutrange -c "$command1 && echo good"
73 if [ ! -f $playground/test-jail ] ; then echo good ; fi
79 if [ -f $playground/test-jail ] ; then echo good ; f
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c187 goto good;
198 good:
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dnetworkdelta.c77 * compute the median of the good values
84 if (htp->good
108 * compute the median of all values near the good median
120 && (htp->good
155 /* unsigned int gnuf; */ /* good enough estimate */
210 return a; /* guess was good enough */
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in52 echo "Bleichenbacher good cert (from eay)"
55 cert:FILE:$srcdir/data/bleichenbacher-good.pem \
56 anchor:FILE:$srcdir/data/bleichenbacher-good.pem > /dev/null || exit 1
64 echo "Bleichenbacher good cert (from yutaka)"
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dutility.c202 char *good; local
219 good = nclearto > netobuf ? nclearto : netobuf;
221 good = netobuf; /* where the good bytes go */
233 memmove(good, thisitem, length);
234 good += length;
242 nfrontp = good; /* next byte to be sent */
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c195 char *good; local
212 good = nclearto > netobuf ? nclearto : netobuf;
214 good = netobuf; /* where the good bytes go */
226 memmove(good, thisitem, length);
227 good += length;
235 nfrontp = good; /* next byte to be sent */
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dio_test.cpp320 ATF_REQUIRE(os.good() || (os.bad() && errno == EINTR));
416 ATF_REQUIRE(std::cout.good());
417 ATF_REQUIRE(std::cerr.good());
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h129 good() const throw() function in class:encoding_state
320 if (__state.good())
387 if (__state.good())
424 if (__state.good())
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.S33 xorq %rbp,%rbp # Clear frame pointer for good form

Completed in 310 milliseconds

123