HomeSort by: relevance | last modified time | path
    Searched defs:cfg_parser_error (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 439 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);
463 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'");
482 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error");
575 cfg_parser_error(pctx, 0, "open: %s: %s", filename,
636 cfg_parser_error(pctx, 0, "parsing failed: %s",
793 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage");
799 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage");
858 cfg_parser_error(pctx, CFG_LOG_NEAR,
871 cfg_parser_error(pctx, CFG_LOG_NEAR,
938 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected number")
3561 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { function
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 444 cfg_parser_error(pctx, CFG_LOG_NEAR, "'%c' expected", special);
468 cfg_parser_error(pctx, CFG_LOG_BEFORE, "missing ';'");
487 cfg_parser_error(pctx, CFG_LOG_NEAR, "syntax error");
580 cfg_parser_error(pctx, 0, "open: %s: %s", filename,
641 cfg_parser_error(pctx, 0, "parsing failed: %s",
799 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage");
805 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected percentage");
865 cfg_parser_error(pctx, CFG_LOG_NEAR,
878 cfg_parser_error(pctx, CFG_LOG_NEAR,
946 cfg_parser_error(pctx, CFG_LOG_NEAR, "expected number")
3727 cfg_parser_error(cfg_parser_t *pctx, unsigned int flags, const char *fmt, ...) { function
    [all...]

Completed in 52 milliseconds