Searched defs:cfg_parser_error (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Dparser.c380 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);
402 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'");
420 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error");
508 cfg_parser_error(pctx, 0, "open: %s: %s",
569 cfg_parser_error(pctx, 0, "parsing failed: %s",
747 cfg_parser_error(pctx, CFG_LOG_NEAR,
754 cfg_parser_error(pctx, CFG_LOG_NEAR,
816 cfg_parser_error(pctx, CFG_LOG_NEAR,
830 cfg_parser_error(pctx, CFG_LOG_NEAR,
898 cfg_parser_error(pct
2879 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { function
[all...]

Completed in 19 milliseconds