Home
last modified time | relevance | path

Searched refs:cfg_parse_astring (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/bind/dist/lib/isccfg/win32/
H A Dlibisccfg.def58 cfg_parse_astring
/minix/external/bsd/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h324 cfg_parse_astring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/minix/external/bsd/bind/dist/lib/isccfg/
H A Dnamedconf.c299 result = cfg_parse_astring(pctx, type, &obj); in parse_matchname()
1270 "quoted_string", cfg_parse_astring, NULL,
2580 CHECK(cfg_parse_astring(pctx, NULL, ret)); in parse_addrmatchelt()
3137 CHECK(cfg_parse_astring(pctx, &cfg_type_astring, ret)); in parse_masterselement()
H A Dparser.c760 cfg_parse_astring(cfg_parser_t *pctx, const cfg_type_t *type, in cfg_parse_astring() function
891 "string", cfg_parse_astring, print_qstring, cfg_doc_terminal,