Searched defs:ISC_FALSE (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dboolean.h18 #define ISC_FALSE isc_boolean_false macro
20 #define ISC_TF(x) ((x) ? ISC_TRUE : ISC_FALSE)
/bind-9.11.3/lib/dns/tests/
H A Ddbdiff_test.c62 result = dns_test_begin(NULL, ISC_FALSE);
94 result = dns_test_begin(NULL, ISC_FALSE);
104 ATF_REQUIRE_EQ(ISC_LIST_EMPTY(diff.tuples), ISC_FALSE); local
132 result = dns_test_begin(NULL, ISC_FALSE);
142 ATF_REQUIRE_EQ(ISC_LIST_EMPTY(diff.tuples), ISC_FALSE); local
/bind-9.11.3/contrib/dlz/modules/include/
H A Ddlz_minimal.h71 #define ISC_FALSE 0 macro
/bind-9.11.3/bin/tests/rbt/
H A Dt_rbt.c77 dns_name_totext(name, ISC_FALSE, &target);
89 dns_name_totext(dns_fixedname_name(name), ISC_FALSE, &target); local
104 dns_result = dns_name_totext(data, ISC_FALSE, &target);
211 ISC_FALSE);

Completed in 16 milliseconds