/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllmain.c | 68 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument 69 switch (reason) {
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllmain.c | 68 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument 69 switch (reason) {
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.hpp | 52 const std::string& reason; member in struct:atf::atf_report::test_case_result 56 reason(p_reason)
|
H A D | reader.cpp | 174 const std::string& reason ATF_DEFS_ATTRIBUTE_UNUSED) 200 const std::string& reason ATF_DEFS_ATTRIBUTE_UNUSED) 288 std::string reason; local 290 reason = text::trim(p.rest_of_line()); 291 if (reason.empty()) 293 "Empty reason for failed test program"); 297 ATF_PARSER_CALLBACK(p, got_tp_end(&s3, reason)); 383 std::string reason = text::trim(p.rest_of_line()); local 384 if (reason.empty()) 385 throw parse_error(t.lineno(), "Empty reason fo [all...] |
H A D | reader_test.cpp | 69 const std::string& reason) 71 m_calls.push_back("got_tp_end(" + reason + ")"); 83 const std::string& reason) 85 const std::string r = state + (reason.empty() ? "" : ", " + reason); 185 "tc-end: 123.567, second-test, skipped, Testing skipped reason\n" 187 "tc-end: 123.789, third.test, failed, Testing failed reason\n" 201 "tc-end: 124.1345, second-test, skipped, Testing skipped reason\n" 207 "tc-end: 124.1567, third.test, failed, Testing failed reason\n" 217 "got_tc_end(skipped, Testing skipped reason)", 68 got_tp_end(struct timeval* tv ATF_DEFS_ATTRIBUTE_UNUSED, const std::string& reason) argument 81 got_tc_end(const std::string& state, struct timeval* tv ATF_DEFS_ATTRIBUTE_UNUSED, const std::string& reason) argument [all...] |
H A D | atf-report.cpp | 147 write_tp_end(struct timeval* tv, const std::string& reason) argument 151 if (!reason.empty()) 153 << reason << "\n"; 170 const std::string& reason) 173 if (!reason.empty()) 174 str += ", " + reason; 239 write_tp_end(struct timeval* tv, const std::string& reason) argument 245 if (!reason.empty()) { 248 "of `" + reason + "'", 270 const std::string& reason) 169 write_tc_end(const std::string& state, struct timeval* tv, const std::string& reason) argument 269 write_tc_end(const std::string& state, struct timeval* tv, const std::string& reason) argument 315 const std::string& reason = (*iter).second; local 432 write_tp_end(struct timeval* tv, const std::string& reason) argument 459 write_tc_end(const std::string& state, struct timeval* tv, const std::string& reason) argument 539 got_tp_end(struct timeval* tv, const std::string& reason) argument 571 got_tc_end(const std::string& state, struct timeval* tv, const std::string& reason) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | test-program.hpp | 74 reason(void) const function in struct:atf::atf_run::test_case_result
|
H A D | test-program.cpp | 356 const std::string& reason) 360 if (!arg.empty() || !reason.empty()) 362 "be accompanied by a reason nor an expected value"); 364 return impl::test_case_result(state, -1, reason); 369 const std::string& reason) 374 if (!arg.empty() || reason.empty()) 376 "be accompanied by a reason but not by an expected value"); 378 return impl::test_case_result(state, -1, reason); 384 const std::string& reason) 388 if (reason 355 handle_result(const std::string& state, const std::string& arg, const std::string& reason) argument 368 handle_result_with_reason(const std::string& state, const std::string& arg, const std::string& reason) argument 382 handle_result_with_reason_and_arg(const std::string& state, const std::string& arg, const std::string& reason) argument 542 std::string state, arg, reason; local 601 end_tp(const std::string& reason) argument 608 << ", " << reason << "\\n"; local 639 end_tc(const std::string& state, const std::string& reason) argument 779 std::string reason; local [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssl_link.c | 327 int reason = ERR_GET_REASON(err); local 329 switch (reason) {
|
H A D | resolver.c | 230 * servers that, for whatever reason, are not giving 256 * The reason to print when logging a successful 259 const char * reason; member in struct:fetchctx 459 isc_result_t reason, badnstype_t badtype); 1109 if (fctx->reason == NULL) 1120 fctx->info, domainbuf, fctx->reason); 1122 fctx->reason = NULL; 1145 fctx->reason = NULL; 1789 fctx->reason = "disabling EDNS"; 1794 fctx->reason 2269 add_bad(fetchctx_t *fctx, dns_adbaddrinfo_t *addrinfo, isc_result_t reason, badnstype_t badtype) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 154 * because the caller needs to clean up the reason object before terminating. 158 const atf_dynstr_t *reason) 167 INV(arg == -1 || reason != NULL); 173 if (reason != NULL) { 182 r = atf_dynstr_cstring(reason); 197 errno, "Failed to write results file; result %s, reason %s", result, 198 reason == NULL ? "null" : atf_dynstr_cstring(reason)); 203 * The input reason is released in all cases. 210 atf_dynstr_t *reason) 157 write_resfile(const int fd, const char *result, const int arg, const atf_dynstr_t *reason) argument 209 create_resfile(const char *resfile, const char *result, const int arg, atf_dynstr_t *reason) argument 240 atf_dynstr_t reason; local 283 expected_failure(struct context *ctx, atf_dynstr_t *reason) argument 292 fail_requirement(struct context *ctx, atf_dynstr_t *reason) argument 307 fail_check(struct context *ctx, atf_dynstr_t *reason) argument 342 skip(struct context *ctx, atf_dynstr_t *reason) argument 367 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument 392 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument 413 atf_dynstr_t reason; local 420 atf_dynstr_t reason; local 477 atf_dynstr_t reason; local 510 atf_dynstr_t reason; local 817 atf_dynstr_t reason; local 831 atf_dynstr_t reason; local 845 atf_dynstr_t reason; local 859 atf_dynstr_t reason; local 885 atf_dynstr_t reason; local 921 _atf_tc_expect_fail(struct context *ctx, const char *reason, va_list ap) argument 936 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, va_list ap) argument 953 _atf_tc_expect_signal(struct context *ctx, const int signo, const char *reason, va_list ap) argument 970 _atf_tc_expect_death(struct context *ctx, const char *reason, va_list ap) argument 986 _atf_tc_expect_timeout(struct context *ctx, const char *reason, va_list ap) argument 1017 atf_dynstr_t reason; local 1023 atf_dynstr_t reason; local 1164 atf_tc_expect_fail(const char *reason, ...) argument 1176 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument 1188 atf_tc_expect_signal(const int signo, const char *reason, ...) argument 1200 atf_tc_expect_death(const char *reason, ...) argument 1212 atf_tc_expect_timeout(const char *reason, ...) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 320 impl::tc::fail(const std::string& reason) argument 322 atf_tc_fail("%s", reason.c_str()); 326 impl::tc::fail_nonfatal(const std::string& reason) argument 328 atf_tc_fail_nonfatal("%s", reason.c_str()); 332 impl::tc::skip(const std::string& reason) argument 334 atf_tc_skip("%s", reason.c_str()); 358 impl::tc::expect_fail(const std::string& reason) argument 360 atf_tc_expect_fail("%s", reason.c_str()); 364 impl::tc::expect_exit(const int exitcode, const std::string& reason) argument 366 atf_tc_expect_exit(exitcode, "%s", reason 370 expect_signal(const int signo, const std::string& reason) argument 376 expect_death(const std::string& reason) argument 382 expect_timeout(const std::string& reason) argument [all...] |
/bind-9.6-ESV-R11/bin/named/ |
H A D | client.c | 216 static void ns_client_dumpmessage(ns_client_t *client, const char *reason); 2694 ns_client_dumpmessage(ns_client_t *client, const char *reason) { argument 2719 "%s\n%.*s", reason,
|