Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 3419) sorted by relevance

12345678910>>...137

/minix3/external/bsd/bind/dist/bin/tests/system/rrsetorder/
H A Dtests.sh38 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
39 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
51 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
53 cp dig.out.fixed dig.out.$j
55 cmp -s dig.out.fixed dig.out.$j && matches=`expr $matches + 1`
58 cmp -s dig.out.0 dig.out.1 && ret=1
59 cmp -s dig.out.0 dig.out.2 && ret=1
60 cmp -s dig.out.0 dig.out.3 && ret=1
61 cmp -s dig.out.1 dig.out.2 && ret=1
62 cmp -s dig.out.1 dig.out.3 && ret=1
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/autosign/ns3/
H A Dkeygen.sh38 ksk=`$KEYGEN -3 -q -r $RANDFILE -fk $zone 2> kg.out` || dumpit kg.out
39 $KEYGEN -3 -q -r $RANDFILE $zone > kg.out 2>&1 || dumpit kg.out
47 ksk=`$KEYGEN -q -3 -r $RANDFILE -fk $zone 2> kg.out` || dumpit kg.out
48 $KEYGEN -q -3 -r $RANDFILE $zone > kg.out 2>&1 || dumpit kg.out
56 ksk=`$KEYGEN -q -3 -r $RANDFILE -fk $zone 2> kg.out` || dumpit kg.out
57 $KEYGEN -q -3 -r $RANDFILE $zone > kg.out 2>&1 || dumpit kg.out
65 ksk=`$KEYGEN -q -3 -r $RANDFILE -fk $zone 2> kg.out` || dumpit kg.out
66 $KEYGEN -q -3 -r $RANDFILE $zone > kg.out 2>&1 || dumpit kg.out
74 ksk=`$KEYGEN -q -3 -r $RANDFILE -fk $zone 2> kg.out` || dumpit kg.out
75 $KEYGEN -q -3 -r $RANDFILE $zone > kg.out 2>&1 || dumpit kg.out
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/ecdh/
H A Decdhtest.c109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, in KDF1_SHA1() argument
117 return SHA1(in, inlen, out); in KDF1_SHA1()
123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) in test_ecdh_curve() argument
149 BIO_puts(out, "Testing key generation with "); in test_ecdh_curve()
150 BIO_puts(out, text); in test_ecdh_curve()
152 BIO_puts(out, "\n"); in test_ecdh_curve()
154 (void)BIO_flush(out); in test_ecdh_curve()
175 BIO_puts(out, " pri 1="); in test_ecdh_curve()
176 BN_print(out, a->priv_key); in test_ecdh_curve()
177 BIO_puts(out, "\n pub 1="); in test_ecdh_curve()
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh38 $KEYGEN -r $RANDFILE ${zone}> kg.out$n 2>&1 || dumpit kg.out$n
39 $SIGNER -SP -o ${zone} -f ${file} unsigned.db > s.out$n 2>&1 || dumpit s.out$n
42 $KEYGEN -r $RANDFILE -fK ${zone} > kg.out$n 2>&1 || dumpit kg.out$n
43 $SIGNER -SPz -o ${zone} -f ${file} unsigned.db > s.out$n 2>&1 || dumpit s.out$n
46 $KEYGEN -r $RANDFILE ${zone} > kg1.out$n 2>&1 || dumpit kg1.out$n
47 $KEYGEN -r $RANDFILE -fK ${zone} > kg2.out$n 2>&1 || dumpit kg2.out$n
48 $SIGNER -SPx -o ${zone} -f ${file} unsigned.db > s.out$n 2>&1 || dumpit s.out$n
52 $KEYGEN -3 -r $RANDFILE ${zone}> kg.out$n 2>&1 || dumpit kg.out$n
53 $SIGNER -3 - -SP -o ${zone} -f ${file} unsigned.db > s.out$n 2>&1 || dumpit s.out$n
56 $KEYGEN -3 -r $RANDFILE -fK ${zone} > kg.out$n 2>&1 || dumpit kg.out$n
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp26 std::ostringstream out; in main() local
28 out << s; in main()
29 assert(out.good()); in main()
30 assert(s == out.str()); in main()
33 std::ostringstream out; in main() local
35 out.width(12); in main()
36 out << s; in main()
37 assert(out.good()); in main()
38 assert(" " + s == out.str()); in main()
41 std::wostringstream out; in main() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
H A Dstream_insert.pass.cpp26 std::ostringstream out; in main() local
28 out << s; in main()
29 assert(out.good()); in main()
30 assert(s == out.str()); in main()
33 std::ostringstream out; in main() local
35 out.width(12); in main()
36 out << s; in main()
37 assert(out.good()); in main()
38 assert(" " + s == out.str()); in main()
41 std::wostringstream out; in main() local
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/zonechecks/
H A Dtests.sh24 if $CHECKZONE . cname.db > cname.out 2>&1
28 if grep "is a CNAME" cname.out > /dev/null
38 if $CHECKZONE . dname.db > dname.out 2>&1
42 if grep "is below a DNAME" dname.out > /dev/null
52 if $CHECKZONE . noaddress.db > noaddress.out
56 if grep "has no address records" noaddress.out > /dev/null
66 if $CHECKZONE . nxdomain.db > nxdomain.out
70 if grep "has no address records" noaddress.out > /dev/null
80 if $CHECKZONE -n fail . a.db > a.out 2>&1
84 if grep "appears to be an address" a.out > /dev/null
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlh_stats.c75 void lh_stats(LHASH *lh, FILE *out) in lh_stats() argument
77 fprintf(out, "num_items = %lu\n", lh->num_items); in lh_stats()
78 fprintf(out, "num_nodes = %u\n", lh->num_nodes); in lh_stats()
79 fprintf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in lh_stats()
80 fprintf(out, "num_expands = %lu\n", lh->num_expands); in lh_stats()
81 fprintf(out, "num_expand_reallocs = %lu\n", lh->num_expand_reallocs); in lh_stats()
82 fprintf(out, "num_contracts = %lu\n", lh->num_contracts); in lh_stats()
83 fprintf(out, "num_contract_reallocs = %lu\n", lh->num_contract_reallocs); in lh_stats()
84 fprintf(out, "num_hash_calls = %lu\n", lh->num_hash_calls); in lh_stats()
85 fprintf(out, "num_comp_calls = %lu\n", lh->num_comp_calls); in lh_stats()
[all …]
/minix3/external/bsd/tcpdump/dist/tests/
H A DTESTLIST3 # We cannot rely on, for example, "print-x.out" and
4 # "print-X.out" being different files - we might be running
9 # Therefore, for "X" and "XX", we have "print-capX.out"
10 # and "print-capXX.out".
12 print-x print-flags.pcap print-x.out -t -x
13 print-xx print-flags.pcap print-xx.out -t -xx
14 print-X print-flags.pcap print-capX.out -t -X
15 print-XX print-flags.pcap print-capXX.out -t -XX
16 print-A print-flags.pcap print-A.out -t -A
17 print-AA print-flags.pcap print-AA.out -t -AA
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp521.c141 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem() argument
143 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem()
144 out[1] = (*((limb *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem()
145 out[2] = (*((limb *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem()
146 out[3] = (*((limb *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem()
147 out[4] = (*((limb *) & in[29])) & bottom58bits; in bin66_to_felem()
148 out[5] = (*((limb *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem()
149 out[6] = (*((limb *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem()
150 out[7] = (*((limb *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem()
151 out[8] = (*((limb *) & in[58])) & bottom57bits; in bin66_to_felem()
[all …]
/minix3/bin/dd/
H A Dposition.c139 if (!(out.flags & ISTAPE)) { in pos_out()
140 if (ddop_lseek(out, out.fd, in pos_out()
141 (off_t)out.offset * (off_t)out.dbsz, SEEK_SET) == -1) in pos_out()
142 err(EXIT_FAILURE, "%s", out.name); in pos_out()
148 if (out.flags & NOREAD) { in pos_out()
150 t_op.mt_count = out.offset; in pos_out()
152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0) in pos_out()
153 err(EXIT_FAILURE, "%s", out.name); in pos_out()
159 for (cnt = 0; cnt < out.offset; ++cnt) { in pos_out()
160 if ((n = ddop_read(out, out.fd, out.db, out.dbsz)) > 0) in pos_out()
[all …]
H A Ddd.c76 IO in, out; /* input/output state */ variable
184 if (out.name == NULL) { in setup()
186 out.fd = STDOUT_FILENO; in setup()
187 out.name = "stdout"; in setup()
188 out.ops = &ddfops_stdfd; in setup()
190 out.ops = prog_ops; in setup()
206 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()
212 if (out.fd < 0) { in setup()
213 out.fd = ddop_open(out, out.name, O_WRONLY | OFLAGS, in setup()
215 out.flags |= NOREAD; in setup()
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/dns64/
H A Dtests.sh25 rm -f dig.out.*
53 $DIG $DIGOPTS aaaa-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
54 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
55 grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1
62 $DIG $DIGOPTS excluded-only.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
63 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
64 grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1
71 $DIG $DIGOPTS excluded-bad-a.example. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
72 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
73 grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dcbc128.c66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cbc128_encrypt() argument
73 assert(in && out && key && ivec); in CRYPTO_cbc128_encrypt()
77 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) { in CRYPTO_cbc128_encrypt()
80 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
81 (*block) (out, out, key); in CRYPTO_cbc128_encrypt()
82 iv = out; in CRYPTO_cbc128_encrypt()
85 out += 16; in CRYPTO_cbc128_encrypt()
90 *(size_t *)(out + n) = in CRYPTO_cbc128_encrypt()
92 (*block) (out, out, key); in CRYPTO_cbc128_encrypt()
93 iv = out; in CRYPTO_cbc128_encrypt()
[all …]
/minix3/tests/ipf/input/
H A Dn51 out on zx0 255 10.1.1.0 10.1.1.2
2 out on zx0 255 10.1.1.1 10.1.1.2
3 out on zx0 255 10.1.1.2 10.1.1.1
4 out on zx0 tcp 10.1.1.2,1025 10.1.1.1,1025
5 out on zx0 tcp 10.1.1.2,1026 10.1.1.1,1025
6 out on zx0 255 10.2.2.1 10.1.2.1
7 out on zx0 255 10.2.2.2 10.1.2.1
20 out on zx0 icmp 10.1.1.1 10.4.3.2
24 out on zx0 34 10.1.1.2 10.4.3.2
26 out on zx0 34 10.1.1.2 10.4.3.4
[all …]
/minix3/tests/usr.bin/grep/
H A DMakefile12 FILES= d_basic.out
13 FILES+= d_begin_end_a.out
14 FILES+= d_begin_end_b.out
15 FILES+= d_binary.out
16 FILES+= d_context2_a.out
17 FILES+= d_context2_b.out
18 FILES+= d_context2_c.out
20 FILES+= d_context_a.out
22 FILES+= d_context_b.out
23 FILES+= d_context_c.out
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/forward/
H A Dtests.sh30 $DIG +noadd +noauth txt.example1. txt @$hidden -p 5300 > dig.out.hidden || ret=1
31 $DIG +noadd +noauth txt.example1. txt @$f1 -p 5300 > dig.out.f1 || ret=1
32 $PERL ../digcomp.pl dig.out.hidden dig.out.f1 || ret=1
38 $DIG +noadd +noauth txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
39 $DIG +noadd +noauth txt.example2. txt @$f1 -p 5300 > dig.out.f1 || ret=1
40 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
46 $DIG +noadd +noauth txt.example2. txt @$root -p 5300 > dig.out.root || ret=1
47 $DIG +noadd +noauth txt.example2. txt @$f1 -p 5300 > dig.out.f1 || ret=1
48 $PERL ../digcomp.pl dig.out.root dig.out.f1 || ret=1
54 $DIG +noadd +noauth txt.example4. txt @$hidden -p 5300 > dig.out.hidden || ret=1
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/legacy/
H A Dtests.sh28 $DIG +edns @10.53.0.2 -p 5300 dropedns soa > dig.out.1.test$n
29 grep "connection timed out; no servers could be reached" dig.out.1.test$n > /dev/null || ret=1
30 $DIG +noedns @10.53.0.2 -p 5300 dropedns soa > dig.out.2.test$n || ret=1
31 grep "status: NOERROR" dig.out.2.test$n > /dev/null || ret=1
32 grep "EDNS: version:" dig.out.2.test$n > /dev/null && ret=1
33 $DIG +noedns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.3.test$n || ret=1
34 grep "status: NOERROR" dig.out.3.test$n > /dev/null || ret=1
35 grep "EDNS: version:" dig.out.3.test$n > /dev/null && ret=1
36 $DIG +edns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.4.test$n
37 grep "connection timed out; no servers could be reached" dig.out.4.test$n > /dev/null || ret=1
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/resolver/
H A Dtests.sh28 $DIG +tcp nxdomain.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
29 grep "status: NXDOMAIN" dig.out > /dev/null || ret=1
36 ${RESOLVE} -p 5300 -t a -s 10.53.0.1 nxdomain.example.net 2> resolve.out || ret=1
37 grep "resolution failed: ncache nxdomain" resolve.out > /dev/null || ret=1
45 ${RESOLVE} -b 10.53.0.8 -p 5300 -t a -s 10.53.0.1 www.example.org 2> resolve.out || ret=1
46 grep "resolution failed: failure" resolve.out > /dev/null || ret=1
52 ${RESOLVE} -b 10.53.0.1 -p 5300 -t a -s 10.53.0.1 www.example.org > resolve.out || ret=1
53 grep "www.example.org..*.192.0.2.1" resolve.out > /dev/null || ret=1
60 $DIG +tcp nodata.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
61 grep "status: NOERROR" dig.out > /dev/null || ret=1
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/redirect/
H A Dtests.sh25 rm -f dig.out.*
51 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 a > dig.out.ns2.test$n || ret=1
52 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
53 grep "100.100.100.1" dig.out.ns2.test$n > /dev/null || ret=1
60 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 aaaa > dig.out.ns2.test$n || ret=1
61 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
62 grep "2001:ffff:ffff::6464:6401" dig.out.ns2.test$n > /dev/null || ret=1
69 $DIG $DIGOPTS nonexist. @10.53.0.2 -b 10.53.0.2 any > dig.out.ns2.test$n || ret=1
70 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
71 grep "100.100.100.1" dig.out.ns2.test$n > /dev/null || ret=1
[all …]
/minix3/tests/usr.bin/sdiff/
H A DMakefile13 FILES+= d_flags_l.out
14 FILES+= d_flags_s.out
15 FILES+= d_flags_w.out
16 FILES+= d_iflags_a1.out
17 FILES+= d_iflags_a2.out
18 FILES+= d_iflags_b1.out
19 FILES+= d_iflags_b2.out
20 FILES+= d_iflags_c1.out
21 FILES+= d_iflags_c2.out
22 FILES+= d_iflags_d1.out
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/ecdsa/
H A Decdsatest.c102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s);
181 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) in x9_62_test_internal() argument
198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid)); in x9_62_test_internal()
204 BIO_printf(out, "."); in x9_62_test_internal()
205 (void)BIO_flush(out); in x9_62_test_internal()
210 BIO_printf(out, "."); in x9_62_test_internal()
211 (void)BIO_flush(out); in x9_62_test_internal()
219 BIO_printf(out, "."); in x9_62_test_internal()
220 (void)BIO_flush(out); in x9_62_test_internal()
224 BIO_printf(out, "."); in x9_62_test_internal()
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/std/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp27 std::ostringstream out; in main() local
29 out << sv; in main()
30 assert(out.good()); in main()
31 assert(sv == out.str()); in main()
34 std::ostringstream out; in main() local
37 out.width(12); in main()
38 out << sv; in main()
39 assert(out.good()); in main()
40 assert(" " + s == out.str()); in main()
43 std::wostringstream out; in main() local
[all …]
/minix3/external/bsd/libc++/dist/libcxx/test/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp27 std::ostringstream out; in main() local
29 out << sv; in main()
30 assert(out.good()); in main()
31 assert(sv == out.str()); in main()
34 std::ostringstream out; in main() local
37 out.width(12); in main()
38 out << sv; in main()
39 assert(out.good()); in main()
40 assert(" " + s == out.str()); in main()
43 std::wostringstream out; in main() local
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Dtests.sh24 rm -f dig.out.*
86 $DIG $DIGOPTS a.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
87 $DIG $DIGOPTS a.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
88 $PERL ../digcomp.pl dig.out.ns2.test$n dig.out.ns3.test$n > /dev/null || ret=1
92 $PERL ../digcomp.pl dig.out.ns2.test$n dig.out.ns3.test$n > /dev/null || ret=1
101 $DIG $DIGOPTS +noauth +noadd +nodnssec +adflag a.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
102 $DIG $DIGOPTS +noauth +noadd +nodnssec +adflag a.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
103 $PERL ../digcomp.pl dig.out.ns2.test$n dig.out.ns4.test$n || ret=1
104 grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1
113 $DIG $DIGOPTS +noauth +noadd +nodnssec +noadflag a.example. @10.53.0.2 a > dig.out.ns2.test$n || re…
[all …]

12345678910>>...137