Home
last modified time | relevance | path

Searched refs:zc_error (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex166 zc_error("missing file name in $INCLUDE directive");
178 zc_error("includes nested too deeply, skipped (>%d)",
204 zc_error("incorrect include origin '%s'",
207 zc_error("$INCLUDE directive requires absolute domain name");
215 zc_error("missing file name in $INCLUDE directive");
217 zc_error("cannot open include file '%s': %s",
272 zc_error("nested parentheses");
281 zc_error("closing parentheses without opening parentheses");
304 zc_error("EOF inside bitlabel");
320 zc_error("EOF inside quoted string");
[all …]
H A Dzparser.y228 zc_error("cannot concatenate origin to domain name, because origin failed to parse");
231 zc_error("domain name exceeds %d character limit", MAXDOMAINLEN);
265 zc_error("label exceeds %d character limit", MAXLABELLEN);
268 zc_error("zero label length");
278 zc_error("bitlabels are now deprecated. RFC2673 is obsoleted.");
289 zc_error("domain name exceeds %d character limit",
309 zc_error("domain name exceeds %d character limit",
318 zc_error("domain name exceeds %d character limit",
350 zc_error("domain name exceeds %d character limit",
364 zc_error("label exceeds %d character limit", MAXLABELLEN);
[all …]
H A Dzlexer.c979 zc_error("missing file name in $INCLUDE directive");
995 zc_error("includes nested too deeply, skipped (>%d)",
1021 zc_error("incorrect include origin '%s'",
1024 zc_error("$INCLUDE directive requires absolute domain name");
1032 zc_error("missing file name in $INCLUDE directive");
1034 zc_error("cannot open include file '%s': %s",
1117 zc_error("nested parentheses");
1130 zc_error("closing parentheses without opening parentheses");
1163 zc_error("EOF inside bitlabel");
1198 zc_error("EOF inside quoted string");
[all …]
H A Dzparser.c2045 zc_error("cannot concatenate origin to domain name, because origin failed to parse"); in yyparse()
2048 zc_error("domain name exceeds %d character limit", MAXDOMAINLEN); in yyparse()
2094 zc_error("label exceeds %d character limit", MAXLABELLEN); in yyparse()
2097 zc_error("zero label length"); in yyparse()
2111 zc_error("bitlabels are now deprecated. RFC2673 is obsoleted."); in yyparse()
2123 zc_error("domain name exceeds %d character limit", in yyparse()
2140 zc_error("domain name exceeds %d character limit", in yyparse()
2149 zc_error("domain name exceeds %d character limit", in yyparse()
2191 zc_error("domain name exceeds %d character limit", in yyparse()
2207 zc_error("label exceeds %d character limit", MAXLABELLEN); in yyparse()
[all …]
H A Dzonec.c1493 zc_error("address family separator is missing"); in zparser_conv_apl_rdata()
1497 zc_error("prefix separator is missing"); in zparser_conv_apl_rdata()
1520 zc_error("invalid address family '%s'", str); in zparser_conv_apl_rdata()
1526 zc_error("invalid address '%s'", colon + 1); in zparser_conv_apl_rdata()
1529 zc_error("inet_pton failed: %s", strerror(errno)); in zparser_conv_apl_rdata()
1540 zc_error("prefix not in the range 0 .. %d", maximum_prefix); in zparser_conv_apl_rdata()
1543 zc_error("invalid prefix '%s'", slash + 1); in zparser_conv_apl_rdata()
2180 zc_error("While checking node %s,", in check_dname()
2182 zc_error("DNAME at %s has data below it. " in check_dname()
2208 zc_error("incorrect zone name '%s'", name); in zonec_read()
[all …]
H A Dzonec.h79 void zc_error(const char *fmt, ...) ATTR_FORMAT(printf, 1, 2);