Home
last modified time | relevance | path

Searched refs:cfg_parse_boolean (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h391 cfg_parse_boolean(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.h412 cfg_parse_boolean(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c1867 cfg_parse_boolean(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_boolean()
1925 cfg_type_t cfg_type_boolean = { "boolean", cfg_parse_boolean, in create_listelt()
1838 cfg_parse_boolean(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { cfg_parse_boolean() function
H A Dnamedconf.c1038 return cfg_parse_boolean(pctx, type, ret); in parse_port()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c2046 cfg_parse_boolean(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret) { in cfg_parse_boolean() function
2105 "boolean", cfg_parse_boolean, cfg_print_boolean,
H A Dnamedconf.c893 return (cfg_parse_boolean(pctx, type, ret)); in parse_boolorauto()