Searched defs:fail (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_basic_c.c44 ATF_TC(fail); variable
45 ATF_TC_HEAD(fail, tc)
49 ATF_TC_BODY(fail, tc)
78 ATF_TP_ADD_TC(tp, fail);
H A Dh_tp_basic_cpp.cpp44 ATF_TEST_CASE(fail); variable
46 ATF_TEST_CASE_HEAD(fail)
51 ATF_TEST_CASE_BODY(fail)
83 ATF_ADD_TEST_CASE(tcs, fail);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity.c43 fail(const char *fmt, ...) function
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp300 ATF_TEST_CASE(fail); variable
301 ATF_TEST_CASE_HEAD(fail)
305 ATF_TEST_CASE_BODY(fail)
780 ATF_ADD_TEST_CASE(tcs, fail);
H A Dtests.cpp160 (*iter).second->fail("Caught unhandled exception: " + std::string(
163 (*iter).second->fail("Caught unknown exception");
320 impl::tc::fail(const std::string& reason) function in class:impl::tc
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
705 fail = ISC_FALSE;
707 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
708 fail = check = ISC_TRUE;
710 fail = check = ISC_FALSE;
714 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMESFAIL, fail);
853 fail = ISC_FALSE;
855 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
856 fail = check = ISC_TRUE;
858 fail
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c3052 isc_boolean_t fail = ISC_TRUE; local
3062 fail = ISC_FALSE;
3067 if (fail) {
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c710 * should never fail anyway, since the code as currently written
711 * cannot fail in that case.
2157 * fail the fctx.
4522 isc_boolean_t fail; local
4602 fail = ISC_TF((fctx->res->options & DNS_RESOLVER_CHECKNAMESFAIL) != 0);
4621 fail ? "failure" : "warning",
4623 if (fail) {
6019 * should never fail since
H A Dzone.c1587 goto fail;
1601 goto fail;
1604 fail:
1623 goto fail;
1640 goto fail;
1643 fail:
2741 "zone may fail to transfer "
6521 goto fail;
6525 goto fail;
6547 fail
11744 isc_boolean_t fail = ISC_FALSE; local
[all...]

Completed in 78 milliseconds