Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h369 cfg_parse_sstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h391 cfg_parse_sstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c1346 cfg_parse_sstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_sstring()
1607 cfg_type_t cfg_type_sstring = { "string", cfg_parse_sstring,
1342 cfg_parse_sstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { cfg_parse_sstring() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c1541 cfg_parse_sstring(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_sstring() function
1781 "string", cfg_parse_sstring, print_sstring,