Home
last modified time | relevance | path

Searched refs:cout (Results 1 – 25 of 241) sorted by relevance

12345678910

/netbsd/external/bsd/atf/dist/tools/
H A Dmisc_helpers.cpp97 std::cout << "msg1 to stdout" << "\n"; in ATF_TEST_CASE_BODY()
98 std::cout << "msg2 to stdout" << "\n"; in ATF_TEST_CASE_BODY()
343 std::cout.flush(); in ATF_TEST_CASE_BODY()
347 std::cout << "Subprocess exiting\n"; in ATF_TEST_CASE_BODY()
348 std::cout.flush(); in ATF_TEST_CASE_BODY()
382 std::cout << "@@ -1,7 +1,7 @@\n"; in ATF_TEST_CASE_BODY()
386 std::cout << " \n"; in ATF_TEST_CASE_BODY()
387 std::cout << "-First original line.\n"; in ATF_TEST_CASE_BODY()
389 std::cout << "+First modified line.\n"; in ATF_TEST_CASE_BODY()
391 std::cout << " \n"; in ATF_TEST_CASE_BODY()
[all …]
/netbsd/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc64 cout << "Tests on tellg() will be skipped.\n"; in check_putback_tellg()
173 cout << " got_ok: " << got_ok << "\n"; in check_mpz()
178 cout << " got_si: " << got_si << "\n"; in check_mpz()
210 cout << " want_ok: " << want_ok << "\n"; in check_mpz()
211 cout << " got_ok: " << got_ok << "\n"; in check_mpz()
225 cout << " got_eof: " << got_eof << "\n"; in check_mpz()
379 cout << " want_ok: " << want_ok << "\n"; in check_mpq()
380 cout << " got_ok: " << got_ok << "\n"; in check_mpq()
517 cout << " got: " << got_d << "\n"; in check_mpf()
518 cout << " want: " << want_d << "\n"; in check_mpf()
[all …]
H A Dt-locale.cc104 cout << " point " << point[i] << "\n"; in check_input()
105 cout << " str \"" << str << "\"\n"; in check_input()
106 cout << " localeconv point \"" in check_input()
117 cout << " point " << point[i] << "\n"; in check_input()
118 cout << " str \"" << str << "\"\n"; in check_input()
119 cout << " got " << got << "\n"; in check_input()
120 cout << " want " << want << "\n"; in check_input()
121 cout << " localeconv point \"" in check_input()
155 cout << " point " << point[i] << "\n"; in check_output()
156 cout << " got \"" << got.str() << "\"\n"; in check_output()
[all …]
H A Dt-ostream.cc44 cout << "\"got\" output error\n"; \
49 cout << "\"got\" width not reset to 0\n"; \
151 cout << "check_mpz data[" << i in check_mpz()
153 cout << " z: " << data[i].z << "\n"; in check_mpz()
154 cout << " n: " << n << "\n"; in check_mpz()
165 cout << " z: " << data[i].z << "\n"; in check_mpz()
231 cout << "check_mpq data[" << i in check_mpq()
234 cout << " n: " << n << "\n"; in check_mpq()
245 cout << " q: " << data[i].q << "\n"; in check_mpq()
409 cout << "check_mpf data[" << i in check_mpf()
[all …]
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DstartTls.cpp21 std::cout << "Current global settings:" << std::endl; in main()
22 std::cout << " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE) << std::endl; in main()
23 std::cout << " CaCertDir: " << tls.getStringOption( TlsOptions::CACERTDIR ) << std::endl; in main()
24 std::cout << " Require Cert: " << tls.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl; in main()
25 std::cout << "Applying new settings:" << std::endl; in main()
36 std::cout << "StartTLS successful." << std::endl; in main()
45 std::cout << "Current connection specific settings:" << std::endl; in main()
49 std::cout << "Applying new settings:" << std::endl; in main()
56 std::cout << "StartTLS successful." << std::endl; in main()
66 std::cout << "Current global settings:" << std::endl; in main()
[all …]
H A DurlTest.cpp14 std::cout << argc << std::endl; in main()
15 std::cout << "urlTest <ldap-URI>" << std::endl; in main()
21 std::cout << "Host: " << url.getHost() << std::endl; in main()
22 std::cout << "Port: " << url.getPort() << std::endl; in main()
23 std::cout << "BaseDN: " << url.getDN() << std::endl; in main()
26 std::cout << "Attrs: " << std::endl; in main()
29 std::cout << " " << *i << std::endl; in main()
32 std::cout << "Setting new BaseDN" << std::endl; in main()
36 std::cout << e.getCode() << std::endl; in main()
37 std::cout << e.getErrorMessage() << std::endl; in main()
[all …]
H A Dmain.cpp28 std::cout << "----------------------doing bind...." << std::endl; in main()
31 std::cout << lc->getHost() << std::endl; in main()
34 std::cout << "Compare: " << result << std::endl; in main()
55 std::cout << *(entry) << std::endl; in main()
61 std::cout << *(entry) << std::endl; in main()
65 std::cout << "Caught Referral" << std::endl; in main()
73 std::cout << "-------------- caught Exception ---------"<< std::endl; in main()
74 std::cout << e << std::endl; in main()
/netbsd/tests/usr.bin/c++/
H A Dt_static_destructor.sh96 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
97 ~A() {std::cout << "DTOR A:" << i << std::endl;}
115 A(int i):i(i){std::cout << "CTOR A" << std::endl;}
116 ~A() {std::cout << "DTOR A:" << i << std::endl;}
147 ~A() {std::cout << "DTOR A:" << i << std::endl;}
167 ~A() {std::cout << "DTOR A:" << i << std::endl;}
191 ~A() {std::cout << "DTOR A:" << i << std::endl;}
233 ~A() {std::cout << "DTOR A:" << i << std::endl;}
263 ~A() {std::cout << "DTOR A:" << i << std::endl;}
305 ~A() {std::cout << "DTOR A:" << i << std::endl;}
[all …]
H A Dt_call_once2.sh120 std::cout << "world!" << std::endl;
152 std::cout << "world!" << std::endl;
196 std::cout << "world!" << std::endl;
233 std::cout << "world!" << std::endl;
287 std::cout << "world!" << std::endl;
330 std::cout << "world!" << std::endl;
385 std::cout << "world!" << std::endl;
426 std::cout << "world!" << std::endl;
469 std::cout << "world!" << std::endl;
509 std::cout << "world!" << std::endl;
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Duserdef.cc344 cout << two; in main()
350 cout <<"* " << three; in main()
352 cout << "/ " << three; in main()
354 cout << "% " << three; in main()
356 cout << "| " <<three; in main()
358 cout << "^ " <<three; in main()
360 cout << "& "<< three; in main()
385 cout << " = "<< three; in main()
392 cout << "+ " << three; in main()
394 cout << "- " << three; in main()
[all …]
H A Dbs15503.cc37 cout << "in StringTest" << endl; in testFunction()
39 cout << s << endl; in testFunction()
43 cout << s << endl; in testFunction()
47 cout << s << endl; in testFunction()
52 cout << s << endl; in testFunction()
56 cout << s << endl; in testFunction()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Duserdef.cc344 cout << two; in main()
350 cout <<"* " << three; in main()
352 cout << "/ " << three; in main()
354 cout << "% " << three; in main()
356 cout << "| " <<three; in main()
358 cout << "^ " <<three; in main()
360 cout << "& "<< three; in main()
385 cout << " = "<< three; in main()
392 cout << "+ " << three; in main()
394 cout << "- " << three; in main()
[all …]
H A Dbs15503.cc37 cout << "in StringTest" << endl; in testFunction()
39 cout << s << endl; in testFunction()
43 cout << s << endl; in testFunction()
47 cout << s << endl; in testFunction()
52 cout << s << endl; in testFunction()
56 cout << s << endl; in testFunction()
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-dejagnu.h233 std::cout << "\t" << outstate[PASSED] << s << std::endl; in pass()
247 std::cout << "\t" << outstate[XPASSED] << s << std::endl; in xpass()
261 std::cout << "\t" << outstate[FAILED] << s << std::endl; in fail()
275 std::cout << "\t" << outstate[XFAILED] << s << std::endl; in xfail()
289 std::cout << "\t" << outstate[UNTESTED] << s << std::endl; in untested()
303 std::cout << "\t" << outstate[UNRESOLVED] << s << std::endl; in unresolved()
314 std::cout << "\t#passed:\t\t" << passed << std::endl; in totals()
315 std::cout << "\t#real failed:\t\t" << failed << std::endl; in totals()
321 std::cout << "\t#untested:\t\t" << untest << std::endl; in totals()
323 std::cout << "\t#unresolved:\t\t" << unresolve << std::endl; in totals()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-dejagnu.h233 std::cout << "\t" << outstate[PASSED] << s << std::endl; in pass()
247 std::cout << "\t" << outstate[XPASSED] << s << std::endl; in xpass()
261 std::cout << "\t" << outstate[FAILED] << s << std::endl; in fail()
275 std::cout << "\t" << outstate[XFAILED] << s << std::endl; in xfail()
289 std::cout << "\t" << outstate[UNTESTED] << s << std::endl; in untested()
303 std::cout << "\t" << outstate[UNRESOLVED] << s << std::endl; in unresolved()
314 std::cout << "\t#passed:\t\t" << passed << std::endl; in totals()
315 std::cout << "\t#real failed:\t\t" << failed << std::endl; in totals()
321 std::cout << "\t#untested:\t\t" << untest << std::endl; in totals()
323 std::cout << "\t#unresolved:\t\t" << unresolve << std::endl; in totals()
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dmultiple_ranges_test.cc45 std::cout << "EXPECTED\n"; in ~MultipleRangesFixture()
47 std::cout << "{"; in ~MultipleRangesFixture()
49 std::cout << iv << ", "; in ~MultipleRangesFixture()
51 std::cout << "}\n"; in ~MultipleRangesFixture()
53 std::cout << "ACTUAL\n"; in ~MultipleRangesFixture()
55 std::cout << "{"; in ~MultipleRangesFixture()
57 std::cout << iv << ", "; in ~MultipleRangesFixture()
59 std::cout << "}\n"; in ~MultipleRangesFixture()
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dmultiple_ranges_test.cc45 std::cout << "EXPECTED\n"; in ~MultipleRangesFixture()
47 std::cout << "{"; in ~MultipleRangesFixture()
49 std::cout << iv << ", "; in ~MultipleRangesFixture()
51 std::cout << "}\n"; in ~MultipleRangesFixture()
53 std::cout << "ACTUAL\n"; in ~MultipleRangesFixture()
55 std::cout << "{"; in ~MultipleRangesFixture()
57 std::cout << iv << ", "; in ~MultipleRangesFixture()
59 std::cout << "}\n"; in ~MultipleRangesFixture()
/netbsd/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dtest.cc21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main()
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main()
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main()
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dtest.cc21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main()
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main()
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main()
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dtest.cc21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main()
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main()
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main()
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dtest.cc21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main()
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main()
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main()
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd/common/dist/zlib/contrib/iostream3/
H A Dtest.cc21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n" in main()
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; in main()
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; in main()
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dbuild_test.cpp57 std::cout << prefix << ":"; in print_col()
60 std::cout << " '" << *iter << "'"; in print_col()
61 std::cout << "\n"; in print_col()
68 std::cout << prefix << ":"; in print_array()
70 std::cout << " '" << *a << "'"; in print_array()
71 std::cout << "\n"; in print_array()
78 std::cout << "Setting " << var << " to '" << val << "'\n"; in verbose_set_env()
166 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY()
189 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY()
211 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY()
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2ms.c38 static int write_msblob(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, in write_msblob() argument
41 BIO *out = ossl_bio_new_from_core_bio(ctx->provctx, cout); in write_msblob()
52 static int write_pvk(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, in write_pvk() argument
59 out = ossl_bio_new_from_core_bio(ctx->provctx, cout); in write_pvk()
129 OSSL_CORE_BIO *cout, evp_pkey_set1_fn *set1_key, in key2msblob_encode() argument
145 ok = write_msblob(ctx, cout, pkey, ispub); in key2msblob_encode()
151 OSSL_CORE_BIO *cout, evp_pkey_set1_fn *set1_key, in key2pvk_encode() argument
164 ok = write_pvk(ctx, cout, pkey); in key2pvk_encode()
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \
/netbsd/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
H A DUtils.py61 (cout, cin, cerr) = popen2.popen3(cmd)
65 output = cout.readlines()
66 cout.close()
82 (cout, cin, cerr) = popen2.popen3(cmd)
86 output = cout.readlines()
87 cout.close()

12345678910