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

/bind-9.11.3/lib/isccfg/
H A Daclconf.c482 const char *stype, *search; local
495 stype = cfg_obj_asstring(cfg_tuple_get(obj, "subtype"));
505 if (strcasecmp(stype, "country") == 0 && len == 2) {
510 } else if (strcasecmp(stype, "country") == 0 && len == 3) {
515 } else if (strcasecmp(stype, "country") == 0) {
520 } else if (strcasecmp(stype, "region") == 0 && len == 2) {
525 } else if (strcasecmp(stype, "region") == 0) {
530 } else if (strcasecmp(stype, "city") == 0) {
535 } else if (strcasecmp(stype, "postal") == 0 ||
536 strcasecmp(stype, "postalcod
[all...]

Completed in 22 milliseconds