Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c447 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);
471 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'");
490 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error");
583 cfg_parser_error(pctx, 0, "open: %s: %s", filename, in parser_openfile()
644 cfg_parser_error(pctx, 0, "parsing failed: %s", in parse2()
801 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage"); in cfg_parse_percentage()
807 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage"); in cfg_parse_percentage()
866 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_fixedpoint()
879 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_fixedpoint()
946 cfg_parser_error(pct in cfg_parse_uint32()
3483 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { cfg_parser_error() function
[all...]
H A Dnamedconf.c1138 cfg_parser_error(pctx, CFG_LOG_NEAR, "invalid port");
1162 cfg_parser_error(pctx, CFG_LOG_NEAR,
1172 cfg_parser_error(pctx, CFG_LOG_NOPREP,
1669 cfg_parser_error(pctx, CFG_LOG_NEAR, in doc_rpz_cname()
1844 cfg_parser_error(pctx, 0, "unexpected '%s'",
2900 cfg_parser_error(pctx, CFG_LOG_NEAR,
2938 cfg_parser_error(pctx, CFG_LOG_NEAR,
3068 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected '%s'",
3402 cfg_parser_error(pctx, CFG_LOG_NEAR,
3414 cfg_parser_error(pct in parse_logseverity()
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c444 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special); in cfg_parse_special()
468 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'"); in parse_semicolon()
487 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error"); in parse_eof()
580 cfg_parser_error(pctx, 0, "open: %s: %s", filename, in parser_openfile()
641 cfg_parser_error(pctx, 0, "parsing failed: %s", in parse2()
799 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage"); in cfg_parse_percentage()
805 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage"); in cfg_parse_percentage()
865 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_fixedpoint()
878 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_fixedpoint()
946 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected number"); in cfg_parse_uint32()
[all …]
H A Dnamedconf.c993 cfg_parser_error(pctx, CFG_LOG_NEAR, "invalid port"); in parse_port()
1017 cfg_parser_error(pctx, CFG_LOG_NEAR, in parse_portrange()
1027 cfg_parser_error(pctx, CFG_LOG_NOPREP, in parse_portrange()
1479 cfg_parser_error(pctx, CFG_LOG_NEAR, in parse_dtout()
1654 cfg_parser_error(pctx, 0, "unexpected '%s'", in cfg_parse_kv_tuple()
2663 cfg_parser_error(pctx, CFG_LOG_NEAR, in parse_sizeval()
2701 cfg_parser_error(pctx, CFG_LOG_NEAR, in parse_sizeval_percent()
2831 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected '%s'", in parse_maybe_optional_keyvalue()
3171 cfg_parser_error(pctx, CFG_LOG_NEAR, in parse_querysource()
3182 cfg_parser_error(pctx, 0, "expected one address and/or port"); in parse_querysource()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h555 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...)
558 * Pass one of these flags to cfg_parser_error() to include the
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
H A Dgrammar.h576 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...)