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

/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c48 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype,
598 return (parse_enum_or_other(pctx, type, &cfg_type_boolean, ret));
942 return (parse_enum_or_other(pctx, type, &cfg_type_void, ret));
2503 return (parse_enum_or_other(pctx, type, &cfg_type_sizeval, ret));
2543 return (parse_enum_or_other(pctx, type, &cfg_type_sizeval_percent,
2591 parse_enum_or_other(cfg_parser_t *pctx, const cfg_type_t *enumtype, function
2688 return (parse_enum_or_other(pctx, type, &cfg_type_boolean, ret));
2704 return (parse_enum_or_other(pctx, type, &cfg_type_boolean, ret));
2718 return (parse_enum_or_other(pctx, type, &cfg_type_boolean, ret));
2734 return (parse_enum_or_other(pct
[all...]

Completed in 23 milliseconds