Home
last modified time | relevance | path

Searched refs:parse_list (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_file.c83 static krb5_error_code parse_list(struct fileptr *f, unsigned *lineno,
154 parse_list(struct fileptr *f, unsigned *lineno, krb5_config_binding **parent, in parse_list() function
224 ret = parse_list (f, lineno, &tmp->u.list, err_message); in parse_binding()
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c105 parse_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
2008 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) { in parse_list()
2068 CHECK(parse_list(pctx, type, ret));
1979 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) { parse_list() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c106 parse_list(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret);
2188 parse_list(cfg_parser_t *pctx, const cfg_type_t *listtype, cfg_obj_t **ret) { in parse_list() function
2248 CHECK(parse_list(pctx, type, ret)); in cfg_parse_bracketed_list()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.1999745 * lib/krb5/config_file.c (parse_list): don't run past end of line
1036 * lib/krb5/config_file.c (parse_list): handle blank lines at
H A DChangeLog.1998369 * lib/krb5/config_file.c (parse_list, krb5_config_parse_file):