Searched defs:result2 (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck_test.c402 atf_check_result_t result1, result2; local
410 do_exec_with_arg(tc, "stdout-stderr", "result2", &result2);
411 ATF_CHECK(atf_check_result_exited(&result2));
412 ATF_CHECK(atf_check_result_exitcode(&result2) == EXIT_SUCCESS);
415 out2 = atf_check_result_stdout(&result2);
417 err2 = atf_check_result_stderr(&result2);
447 CHECK_LINES(out2, "stdout", "result2");
449 CHECK_LINES(err2, "stderr", "result2");
453 atf_check_result_fini(&result2);
[all...]
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c127 isc_result_t result, result2; local
154 result2 = dns_request_getresponse(reqev->request, response,
163 CHECK("dns_request_getresponse", result2);
/bind-9.11.3/lib/dns/
H A Ddnssec.c800 isc_result_t result2; local
804 result2 = dst_key_getfilename(dst_key_name(pubkey),
811 if (result2 != ISC_R_SUCCESS) {
1730 isc_result_t result2; local
1734 result2 = dst_key_getfilename(dst_key_name(pubkey),
1741 if (result2 != ISC_R_SUCCESS) {
H A Drbt.c1891 isc_result_t result2; local
1969 result2 =
1973 if (result2 != ISC_R_SUCCESS)
1974 result = result2;
1988 result2 = dns_rbtnodechain_prev(chain,
1991 if (result2 == ISC_R_SUCCESS ||
1992 result2 == DNS_R_NEWORIGIN)
1994 else if (result2 == ISC_R_NOMORE)
2000 result = result2;
/bind-9.11.3/bin/named/
H A Dserver.c6787 isc_result_t result2; local
6796 result2 = dns_name_fromstring(origin, zname, 0, NULL);
6797 if (result2 != ISC_R_SUCCESS) {
6801 result2 = dns_viewlist_find(&ns_g_server->viewlist, view->name,
6803 if (result2 != ISC_R_SUCCESS) {
6807 result2 = dns_view_findzone(pview, origin, &zone);
6808 if (result2 != ISC_R_SUCCESS) {
11253 isc_result_t result2; local
11255 result2 = isc_file_truncate(view->new_zone_file,
11257 if (result2 !
[all...]

Completed in 55 milliseconds