/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-env-var-test_.cc | 38 using ::std::cout; 49 cout << GTEST_FLAG_GET(break_on_failure); in PrintFlag() 54 cout << GTEST_FLAG_GET(catch_exceptions); in PrintFlag() 59 cout << GTEST_FLAG_GET(color); in PrintFlag() 64 cout << GTEST_FLAG_GET(death_test_style); in PrintFlag() 69 cout << GTEST_FLAG_GET(death_test_use_fork); in PrintFlag() 74 cout << GTEST_FLAG_GET(fail_fast); in PrintFlag() 79 cout << GTEST_FLAG_GET(filter); in PrintFlag() 84 cout << GTEST_FLAG_GET(output); in PrintFlag() 89 cout << GTEST_FLAG_GET(brief); in PrintFlag() [all …]
|
/freebsd/contrib/atf/atf-c++/ |
H A D | build_test.cpp | 48 std::cout << prefix << ":"; in print_col() 51 std::cout << " '" << *iter << "'"; in print_col() 52 std::cout << "\n"; in print_col() 59 std::cout << prefix << ":"; in print_array() 61 std::cout << " '" << *a << "'"; in print_array() 62 std::cout << "\n"; in print_array() 69 std::cout << "Setting " << var << " to '" << val << "'\n"; in verbose_set_env() 157 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY() 179 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY() 200 std::cout << "> Test: " << test->msg << "\n"; in ATF_TEST_CASE_BODY()
|
H A D | utils_test.cpp | 73 std::cout.flush(); in ATF_TEST_CASE_BODY() 85 std::cout.flush(); in ATF_TEST_CASE_BODY() 97 std::cout.flush(); in ATF_TEST_CASE_BODY() 110 std::cout.flush(); in ATF_TEST_CASE_BODY() 223 std::cout << "Should not get into child\n"; in ATF_TEST_CASE_BODY() 227 std::cout << "Child stdout\n"; in ATF_TEST_CASE_BODY() 299 std::cout << "Buffer this"; in ATF_TEST_CASE_BODY() 301 std::cout << "The printed message"; in ATF_TEST_CASE_BODY() 302 std::cout.flush(); in ATF_TEST_CASE_BODY() 334 std::cout << "Some output\n"; in fork_and_wait() [all …]
|
H A D | tests_test.cpp | 55 std::cout << ">>" << *iter << "<<\n"; in print_indented() 68 std::cout << "String equality check failed.\n" in check_equal() 70 std::cout << "GOT:\n"; in check_equal() 72 std::cout << "EXPECTED:\n"; in check_equal()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2ms.c | 38 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, \
|
H A D | encode_key2blob.c | 29 static int write_blob(void *provctx, OSSL_CORE_BIO *cout, in write_blob() argument 32 BIO *out = ossl_bio_new_from_core_bio(provctx, cout); in write_blob() 89 OSSL_CORE_BIO *cout) in key2blob_encode() argument 96 ok = write_blob(vctx, cout, pubkey, pubkey_len); in key2blob_encode() 144 static int impl##2blob_encode(void *vctx, OSSL_CORE_BIO *cout, \ 156 return key2blob_encode(vctx, key, selection, cout); \
|
/freebsd/contrib/kyua/engine/ |
H A D | tap_helpers.cpp | 82 std::cout << "1..1\n" in test_check_configuration_variables() 85 std::cout << "1..1\n" in test_check_configuration_variables() 104 std::cout << "1..5\n" in test_fail() 117 std::cout << "1..4\n" in test_pass() 130 std::cout << "1..2\n" in test_pass_but_exit_failure() 144 std::cout << "1..2\n" in test_timeout()
|
/freebsd/contrib/libfido2/src/ |
H A D | aes256.c | 69 fido_blob_t key, cin, cout; in aes256_cbc_fips() local 96 if (aes256_cbc(&key, iv, &cin, &cout, encrypt) < 0) in aes256_cbc_fips() 99 if (cout.len > SIZE_MAX - sizeof(iv) || in aes256_cbc_fips() 100 (out->ptr = calloc(1, sizeof(iv) + cout.len)) == NULL) { in aes256_cbc_fips() 101 fido_blob_reset(&cout); in aes256_cbc_fips() 104 out->len = sizeof(iv) + cout.len; in aes256_cbc_fips() 106 memcpy(out->ptr + sizeof(iv), cout.ptr, cout.len); in aes256_cbc_fips() 107 fido_blob_reset(&cout); in aes256_cbc_fips() 109 *out = cout; in aes256_cbc_fips()
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity_test.cpp | 94 std::cout << "Built with NDEBUG; skipping verification\n"; in verify_failed() 116 std::cout << "Before test\n"; in do_inv_test() 121 std::cout << "After test\n"; in do_inv_test() 154 std::cout << "Before test\n"; in do_pre_test() 159 std::cout << "After test\n"; in do_pre_test() 192 std::cout << "Before test\n"; in do_post_test() 197 std::cout << "After test\n"; in do_post_test() 230 std::cout << "Before test\n"; in do_unreachable_test() 235 std::cout << "After test\n"; in do_unreachable_test() 262 std::cout << "After signal\n"; in do_crash_handler_test()
|
H A D | stream.cpp | 68 out->copyfmt(std::cout); in open_ostream() 69 out->clear(std::cout.rdstate()); in open_ostream() 70 out->rdbuf(std::cout.rdbuf()); in open_ostream()
|
/freebsd/tools/tools/mctest/ |
H A D | mctest.cc | 64 …cout << "mctest [-r] -M clients -m client number -i interface -g multicast group -s packet size -n… in usage() 195 cout << "Packet run complete\n"; in sink() 197 cout << "Missed " << number - n << " packets." << endl; in sink() 200 cout << "sec: " << packets[i].tv_sec << " usec: " << in sink() 212 cout << "maximum gap (usecs): " << maxgap << endl; in sink() 213 cout << "minimum gap (usecs): " << mingap << endl; in sink() 276 cout << "Packet Reflection Complete" << endl; in server() 279 cout << "Missed " << args->number - n << " packets." << endl; in server() 408 cout << "Results from client #" << client << endl; in source() 409 cout << "in usecs" << endl; in source() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 163 std::cout << "\nGMOCK WARNING:"; in Log() 167 std::cout << "\n"; in Log() 169 std::cout << message; in Log() 182 std::cout << "\n"; in Log() 184 std::cout << "Stack trace:\n" in Log() 188 std::cout << ::std::flush; in Log()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | main.c | 187 if (cout != NULL) { in lostpeer() 188 shutdown(fileno(cout), SHUT_RDWR); in lostpeer() 189 fclose(cout); in lostpeer() 190 cout = NULL; in lostpeer() 201 if (cout != NULL) { in lostpeer() 202 shutdown(fileno(cout), SHUT_RDWR); in lostpeer() 203 fclose(cout); in lostpeer() 204 cout = NULL; in lostpeer()
|
H A D | ftp.c | 51 FILE *cin, *cout; variable 127 cout = fdopen (s, "w"); in hookup() 128 if (cin == NULL || cout == NULL) { in hookup() 132 if (cout) in hookup() 133 fclose (cout); in hookup() 142 if (cout) in hookup() 143 fclose (cout); in hookup() 290 if (cout == NULL) { in command() 307 sec_vfprintf(cout, fmt, ap); in command() 313 fprintf (cout, "\r\n"); in command() [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 29 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, 528 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c() argument 541 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c() 599 cout ? &cout : NULL); in asn1_ex_i2c() 606 return ossl_i2c_ASN1_INTEGER((ASN1_INTEGER *)*pval, cout ? &cout : NULL); in asn1_ex_i2c() 630 if (cout) { in asn1_ex_i2c() 631 strtmp->data = cout; in asn1_ex_i2c() 643 if (cout && len) in asn1_ex_i2c() 644 memcpy(cout, cont, len); in asn1_ex_i2c()
|
/freebsd/contrib/kyua/bootstrap/ |
H A D | plain_helpers.cpp | 50 std::cout << "Content-Type: application/X-atf-tp; " in helper_abort_test_cases_list() 52 std::cout << "ident: foo\n"; in helper_abort_test_cases_list() 79 std::cout << "Content-Type: application/X-atf-tp; " in helper_zero_test_cases()
|
/freebsd/contrib/kyua/integration/helpers/ |
H A D | dump_env.cpp | 63 std::cout << prefix << name << "=\n"; in main() 65 std::cout << prefix << name << '=' << value[0] << '\n'; in main() 68 std::cout << continuation_prefix << value[i] << '\n'; in main()
|
H A D | simple_all_pass.cpp | 37 std::cout << "This is the stdout of pass\n"; in ATF_TEST_CASE_BODY() 45 std::cout << "This is the stdout of skip\n"; in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | ui_mock.cpp | 77 std::cout << message << "\n"; in out() 79 std::cout << message << "\n"; in out() 80 std::cout.flush(); in out()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | isolation_test.cpp | 110 std::cout << F("%s was not unset\n") % *iter; in check_clean_environment() 116 std::cout << "HOME was not set to the work directory\n"; in check_clean_environment() 121 std::cout << "TMPDIR was not set to the work directory\n"; in check_clean_environment() 126 std::cout << "TZ was not set to UTC\n"; in check_clean_environment() 131 std::cout << "LEAVE_ME_ALONE was modified while it should not have " in check_clean_environment() 165 std::cout << "UID is still 0\n"; in operator ()() 170 std::cout << "GID is still 0\n"; in operator ()() 183 std::cout << "Primary group is still 0\n"; in operator ()() 189 std::cout << "Cannot write to isolated directory; owner not " in operator ()()
|
H A D | executor_test.cpp | 99 std::cout.flush(); in do_exit() 124 std::cout << "Creating cookie: " << _cookie_name << " (stdout)\n"; in operator ()() 166 std::cout << F("UID = %s\n") % current_user.uid; in child_dump_unprivileged_user() 217 std::cout << "stdout: some text\n"; in child_print() 368 std::cout << "Subprocess not dead yet; retrying wait\n"; in ensure_dead() 781 std::cout << "Spawned child number " << i << '\n'; in do_signal_handling_test() 785 std::cout << "Creating " << cookie << " cookie\n"; in do_signal_handling_test() 788 std::cout << "Waiting for subprocess termination\n"; in do_signal_handling_test() 825 std::cout << "Waiting for " << cookie << " cookie creation\n"; in do_signal_handling_test() 830 std::cout << "Killing process\n"; in do_signal_handling_test() [all …]
|
/freebsd/libexec/atf/atf-pytest-wrapper/ |
H A D | atf_pytest_wrapper.cpp | 204 std::cout << "Content-Type: application/X-atf-tp; version=\"1\""; in ReportError() 205 std::cout << std::endl << std::endl; in ReportError() 206 std::cout << "ident: __test_cases_list_"<< kPytestName << "_binary_" << in ReportError() 209 std::cout << "execvp(" << kPytestName << ") failed: " << in ReportError()
|
/freebsd/contrib/libucl/examples/ |
H A D | ucl_cpp.cc | 15 std::cout << obj.dump(UCL_EMIT_CONFIG) << std::endl; in main() 18 std::cout << o.dump(UCL_EMIT_CONFIG) << std::endl; in main()
|
/freebsd/usr.bin/users/ |
H A D | users.cc | 68 copy(names.begin(), last, ostream_iterator<string>(cout, " ")); in main() 69 cout << *last << endl; in main()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.c | 257 cout = fdopen(s, "w"); in hookup() 258 if (cin == NULL || cout == NULL) { in hookup() 262 if (cout) in hookup() 263 (void)fclose(cout); in hookup() 272 if (cout) in hookup() 273 (void)fclose(cout); in hookup() 340 if (cout == NULL) { in command() 351 vfprintf(cout, fmt, ap); in command() 353 fputs("\r\n", cout); in command() 354 (void)fflush(cout); in command() [all …]
|