Searched defs:check (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | check.hpp | 34 #include <atf-c/check.h> 50 namespace check { namespace in namespace:atf 130 } // namespace check
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_parse.c | 296 int n = 0, major, minor, check; local 423 check = check_data(priv, alg, ISC_TRUE); 424 if (check < 0) { 427 } else if (check != ISC_R_SUCCESS) { 428 ret = check;
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | zoneconf.c | 125 /* First check to see if ACL is defined within the zone */ 437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local 706 check = ISC_TRUE; 708 fail = check = ISC_TRUE; 710 fail = check = ISC_FALSE; 713 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMES, check); 722 result = ns_config_get(maps, "check-sibling", &obj); 728 result = ns_config_get(maps, "check-spf", &obj); 731 check = ISC_TRUE; 733 check [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | macros_test.c | 333 ATF_TC(check); variable 334 ATF_TC_HEAD(check, tc) 339 ATF_TC_BODY(check, tc) 858 ATF_TP_ADD_TC(tp, check);
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | queryperf.c | 1191 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 3979 milliseconds