Searched defs:check (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck.hpp30 #include <atf-c/check.h>
44 namespace check { namespace in namespace:atf
128 } // namespace check
/bind-9.11.3/bin/tests/system/rndc/
H A Dgencheck.c24 check(const char *buf, ssize_t count, size_t *start) { function
70 if (!check(buf, count, &start))
/bind-9.11.3/lib/dns/
H A Ddst_parse.c465 int n = 0, major, minor, check; local
648 check = check_data(priv, alg == DST_ALG_RSA ? DST_ALG_RSASHA1 : alg,
651 check = check_data(priv, alg, ISC_TRUE, external);
653 if (check < 0) {
656 } else if (check != ISC_R_SUCCESS) {
657 ret = check;
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c331 ATF_TC(check); variable
332 ATF_TC_HEAD(check, tc)
337 ATF_TC_BODY(check, tc)
874 ATF_TP_ADD_TC(tp, check);
/bind-9.11.3/bin/named/
H A Dzoneconf.c122 /* First check to see if ACL is defined within the zone */
598 * Sanity check: there should be at least one NS RR at the zone apex
787 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
1243 check = ISC_TRUE;
1245 fail = check = ISC_TRUE;
1247 fail = check = ISC_FALSE;
1252 check);
1261 check);
1272 result = ns_config_get(maps, "check-sibling", &obj);
1278 result = ns_config_get(maps, "check
[all...]
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1191 int check; local
1278 check = is_uint(config_value, &uint_val);
1280 if ((check == TRUE) && (uint_val > 0)) {
1303 check = is_uint(config_value, &uint_val);
1305 if ((check == TRUE) && (uint_val > 0)) {
1319 check = is_uint(config_value, &uint_val);
1321 if ((check == TRUE) && (uint_val > 0)) {
1832 * due to buffer full, check whether we are behind the schedule.

Completed in 42 milliseconds