HomeSort by: relevance | last modified time | path
    Searched defs:dupcheck (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 873 const char *dupcheck; local
1694 dupcheck = cfg_obj_asstring(obj);
1695 if (strcasecmp(dupcheck, "warn") == 0) {
1698 } else if (strcasecmp(dupcheck, "fail") == 0) {
1700 } else if (strcasecmp(dupcheck, "ignore") == 0) {
zoneconf.c 873 const char *dupcheck; local
1694 dupcheck = cfg_obj_asstring(obj);
1695 if (strcasecmp(dupcheck, "warn") == 0) {
1698 } else if (strcasecmp(dupcheck, "fail") == 0) {
1700 } else if (strcasecmp(dupcheck, "ignore") == 0) {

Completed in 33 milliseconds