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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-keygen.c220 isc_boolean_t conflict = ISC_FALSE, null_key = ISC_FALSE; local
942 conflict = ISC_FALSE;
1065 conflict = ISC_TRUE;
1086 } while (conflict == ISC_TRUE);
1088 if (conflict)
H A Ddnssectool.c466 isc_boolean_t conflict = ISC_FALSE; local
509 while (!ISC_LIST_EMPTY(matchkeys) && !conflict) {
518 conflict = ISC_TRUE;
545 return (conflict);

Completed in 17 milliseconds