Searched refs:cfg_parser_error (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.bin/dig/lib/isccfg/ |
| H A D | parser.c | 114 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, 189 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special); in cfg_parse_special() 211 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'"); in parse_semicolon() 229 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error"); in parse_eof() 303 cfg_parser_error(pctx, 0, "open: %s: %s", in parser_openfile() 339 cfg_parser_error(pctx, 0, "parsing failed: %s", in parse2() 432 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected quoted string"); in cfg_parse_qstring() 670 cfg_parser_error(pctx, CFG_LOG_NOPREP, in cfg_parse_mapbody() 696 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%s' redefined", in cfg_parse_mapbody() 701 cfg_parser_error(pctx, CFG_LOG_NEAR, in cfg_parse_mapbody() [all …]
|