Searched refs:cfg_parser_error (Results 1 - 3 of 3) 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...]
H A Dnamedconf.c849 cfg_parser_error(pctx, CFG_LOG_NEAR, "invalid port");
872 cfg_parser_error(pctx, CFG_LOG_NEAR,
881 cfg_parser_error(pctx, CFG_LOG_NOPREP,
1391 cfg_parser_error(pctx, 0, "unexpected '%s'",
2433 cfg_parser_error(pctx, CFG_LOG_NEAR,
2472 cfg_parser_error(pctx, CFG_LOG_NEAR,
2579 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected '%s'",
3114 cfg_parser_error(pctx, CFG_LOG_NEAR,
3124 cfg_parser_error(pctx, 0, "expected one address and/or port");
3129 cfg_parser_error(pct
[all...]
/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dgrammar.h505 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags,
508 * Pass one of these flags to cfg_parser_error() to include the

Completed in 27 milliseconds