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

/bind-9.11.3/bin/dnssec/
H A Ddnssec-keyfromlabel.c165 isc_boolean_t unsetpub = ISC_FALSE, unsetact = ISC_FALSE; local
273 if (setpub || unsetpub)
278 unsetpub = !setpub;
497 if (setpub || unsetpub)
650 else if (!genonly && !unsetpub)
680 setdel || unsetpub || unsetact ||
H A Ddnssec-settime.c156 isc_boolean_t unsetpub = ISC_FALSE, unsetact = ISC_FALSE; local
288 if (setpub || unsetpub)
294 unsetpub = !setpub;
396 if (setpub || unsetpub)
546 else if (unsetpub)
H A Ddnssec-keygen.c251 isc_boolean_t unsetpub = ISC_FALSE, unsetact = ISC_FALSE; local
427 if (setpub || unsetpub)
432 unsetpub = !setpub;
687 if (setpub || unsetpub)
997 else if (setact && !unsetpub)
1000 else if (!genonly && !unsetpub)
1043 setdel || unsetpub || unsetact ||

Completed in 11 milliseconds