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

/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c351 const char *masterformatstr = cfg_obj_asstring(fmtobj); local
352 if (strcasecmp(masterformatstr, "text") == 0)
354 else if (strcasecmp(masterformatstr, "raw") == 0)
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c516 const char *masterformatstr = cfg_obj_asstring(obj); local
518 if (strcasecmp(masterformatstr, "text") == 0)
520 else if (strcasecmp(masterformatstr, "raw") == 0)

Completed in 526 milliseconds