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

/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_tp_basic_c.c40 ATF_TC(fail); variable
41 ATF_TC_HEAD(fail, tc)
45 ATF_TC_BODY(fail, tc)
74 ATF_TP_ADD_TC(tp, fail);
H A Dh_tp_basic_cpp.cpp40 ATF_TEST_CASE(fail); variable
42 ATF_TEST_CASE_HEAD(fail)
47 ATF_TEST_CASE_BODY(fail)
79 ATF_ADD_TEST_CASE(tcs, fail);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dsanity.c39 fail(const char *fmt, ...) function
61 fail("Invariant check failed at %s:%d: %s", file, line, cond);
67 fail("Precondition check failed at %s:%d: %s", file, line, cond);
73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp298 ATF_TEST_CASE(fail); variable
299 ATF_TEST_CASE_HEAD(fail)
303 ATF_TEST_CASE_BODY(fail)
796 ATF_ADD_TEST_CASE(tcs, fail);
H A Dtests.cpp335 impl::tc::fail(const std::string& reason) function in class:impl::tc
/bind-9.11.3/bin/named/
H A Dzoneconf.c787 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
1242 fail = ISC_FALSE;
1244 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
1245 fail = check = ISC_TRUE;
1247 fail = check = ISC_FALSE;
1254 fail);
1263 fail);
1472 fail = ISC_FALSE;
1474 } else if (strcasecmp(dupcheck, "fail") == 0) {
1475 fail
[all...]
/bind-9.11.3/bin/dig/
H A Ddighost.c3897 isc_boolean_t fail = ISC_TRUE; local
3907 fail = ISC_FALSE;
3912 if (fail) {
/bind-9.11.3/lib/dns/
H A Dresolver.c830 * should never fail anyway, since the code as currently written
831 * cannot fail in that case.
2806 * fail the fctx.
5364 isc_boolean_t fail; local
5447 fail = ISC_TF((fctx->res->options & DNS_RESOLVER_CHECKNAMESFAIL) != 0);
5468 fail ? "failure" : "warning",
5470 if (fail) {
H A Dzone.c2364 goto fail;
2381 goto fail;
2384 fail:
2421 goto fail;
2449 goto fail;
2452 fail:
3932 * to the zone will fail.
4017 "All queries to '%s' will fail", namebuf);
4685 "zone may fail to transfer "
9556 * the security roots; then all queries to the zone will fail
17137 isc_boolean_t fail = ISC_FALSE; local
[all...]

Completed in 124 milliseconds