Searched refs:equal (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild_test.c54 bool equal; local
57 equal = true;
59 equal = false;
61 equal = true;
64 equal = false;
72 return equal;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild_test.cpp86 bool equal = true; local
89 while (equal && (i < aa.size() && array[i] != NULL)) {
91 equal = false;
96 if (equal && (i < aa.size() || array[i] != NULL))
97 equal = false;
99 return equal;
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf_check_test.sh147 atf_test_case equal
178 atf_add_test_case equal
H A Datf-check.cpp406 bool equal = false; local
428 equal = true;
438 return equal;
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf450 * greater than or equal to the channel's level will be logged on
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c913 ret = fprintf (stderr, "Max TTL (%ld) should be less or equal signature validity (%ld)\n",
/bind-9.6-ESV-R11/bin/named/
H A Dupdate.c879 * Return ISC_R_SUCCESS if the rdatasets are equal, rcode(dns_rcode_nxrrset)
1289 isc_boolean_t equal; local
1295 equal = ISC_TF(dns_rdata_compare(&rr->rdata, ctx->update_rr) == 0);
1296 if (equal && rr->ttl == ctx->update_rr_ttl) {
1302 * If this RR is "equal" to the update RR, it should
1322 if (!equal) {
/bind-9.6-ESV-R11/lib/isc/
H A Dsha2.c121 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN

Completed in 3153 milliseconds