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

/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c745 cfg_is_enum(const char *s, const char *const *enums) { argument
747 for (p = enums; *p != NULL; p++) {
755 check_enum(cfg_parser_t *pctx, cfg_obj_t *obj, const char *const *enums) { argument
757 if (cfg_is_enum(s, enums))

Completed in 964 milliseconds