Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
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 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);