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

/bind-9.11.3/bin/tests/
H A Ddb_test.c350 isc_boolean_t noexact_zonecut = ISC_FALSE; local
722 if (noexact_zonecut)
723 noexact_zonecut = ISC_FALSE;
725 noexact_zonecut = ISC_TRUE;
726 printf("noexact_zonecut = %s\n",
727 noexact_zonecut ? "TRUE" : "FALSE");
742 if (noexact_zonecut)
775 if (noexact_zonecut)

Completed in 12 milliseconds