Searched refs:result2 (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c407 atf_check_result_t result1, result2; local
415 do_exec_with_arg(tc, "stdout-stderr", "result2", &result2);
416 ATF_CHECK(atf_check_result_exited(&result2));
417 ATF_CHECK(atf_check_result_exitcode(&result2) == EXIT_SUCCESS);
420 out2 = atf_check_result_stdout(&result2);
422 err2 = atf_check_result_stderr(&result2);
452 CHECK_LINES(out2, "stdout", "result2");
454 CHECK_LINES(err2, "stderr", "result2");
458 atf_check_result_fini(&result2);
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c1054 isc_result_t result2; local
1132 result2 =
1136 if (result2 != ISC_R_SUCCESS)
1137 result = result2;
1151 result2 = dns_rbtnodechain_prev(chain,
1154 if (result2 == ISC_R_SUCCESS ||
1155 result2 == DNS_R_NEWORIGIN)
1157 else if (result2 == ISC_R_NOMORE)
1163 result = result2;
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c135 isc_result_t result, result2; local
162 result2 = dns_request_getresponse(reqev->request, response,
171 CHECK("dns_request_getresponse", result2);

Completed in 16 milliseconds