Searched refs:isroot (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c229 isc_boolean_t isroot = ISC_FALSE; local
246 isroot = ISC_TRUE;
249 if (!isroot && !is_safe(zone))
298 if (!isroot) {
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c224 isc_boolean_t isroot = ISC_FALSE; local
228 isroot = ISC_TRUE;
231 if (!isroot && !is_safe(zone))
279 if (!isroot) {

Completed in 1032 milliseconds