Searched refs:cfg_parser_error (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | parser.c | 326 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special); 347 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'"); 364 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error"); 443 cfg_parser_error(pctx, 0, "open: %s: %s", 488 cfg_parser_error(pctx, 0, "parsing failed"); 587 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected number"); 699 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected quoted string"); 717 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected unquoted string"); 759 cfg_parser_error(pctx, 0, "'%s' unexpected", s); 885 cfg_parser_error(pct 2188 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { function [all...] |
H A D | namedconf.c | 572 cfg_parser_error(pctx, CFG_LOG_NEAR, "invalid port"); 595 cfg_parser_error(pctx, CFG_LOG_NEAR, 604 cfg_parser_error(pctx, CFG_LOG_NOPREP, 1236 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected integer and optional unit"); 1292 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected '%s'", 1608 cfg_parser_error(pctx, CFG_LOG_NEAR, 1617 cfg_parser_error(pctx, 0, "expected one address and/or port"); 1627 cfg_parser_error(pctx, CFG_LOG_NEAR, "invalid query source"); 1695 cfg_parser_error(pctx, CFG_LOG_NEAR, 2147 cfg_parser_error(pct [all...] |
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/ |
H A D | grammar.h | 436 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, 439 * Pass one of these flags to cfg_parser_error() to include the
|
Completed in 819 milliseconds