Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
H A Dzonec.c99 zc_error_prev_line("number of hex digits must be a multiple of 2"); in zparser_conv_hex()
101 zc_error_prev_line("hex data exceeds maximum rdata length (%d)", in zparser_conv_hex()
115 zc_error_prev_line( in zparser_conv_hex()
136 zc_error_prev_line("number of hex digits must be a multiple of 2"); in zparser_conv_hex_length()
138 zc_error_prev_line("hex data exceeds 255 bytes"); in zparser_conv_hex_length()
156 zc_error_prev_line( in zparser_conv_hex_length()
179 zc_error_prev_line("date and time is expected"); in zparser_conv_time()
211 zc_error_prev_line("unknown protocol '%s'", protostr); in zparser_conv_services()
227 zc_error_prev_line("unknown service '%s' for protocol '%s'", in zparser_conv_services()
234 zc_error_prev_line("bad port number %d", port); in zparser_conv_services()
[all …]
H A Dzparser.y173 zc_error_prev_line("$ORIGIN directive requires absolute domain name");
719 zc_error_prev_line("unrecognized RR type '%s'", $1.str);
838 zc_error_prev_line("NSAP rdata must start with '0x'");
995 zc_error_prev_line("nsec3 not supported");
1005 zc_error_prev_line("nsec3 not supported");
1056 zc_error_prev_line("IPSECKEY must specify gateway name");
1058 zc_error_prev_line("IPSECKEY bad gateway dname %s", $7.str);
1077 zc_error_prev_line("unknown IPSECKEY gateway type");
1300 zc_error_prev_line(const char *fmt, ...) in zc_error_prev_line() function
H A Dzparser.c1963 zc_error_prev_line("$ORIGIN directive requires absolute domain name"); in yyparse()
2873 zc_error_prev_line("unrecognized RR type '%s'", (yyvsp[-2].data).str); in yyparse()
3012 zc_error_prev_line("NSAP rdata must start with '0x'"); in yyparse()
3197 zc_error_prev_line("nsec3 not supported"); in yyparse()
3209 zc_error_prev_line("nsec3 not supported"); in yyparse()
3268 zc_error_prev_line("IPSECKEY must specify gateway name"); in yyparse()
3270 zc_error_prev_line("IPSECKEY bad gateway dname %s", (yyvsp[0].data).str); in yyparse()
3289 zc_error_prev_line("unknown IPSECKEY gateway type"); in yyparse()
3745 zc_error_prev_line(const char *fmt, ...) in zc_error_prev_line() function
H A Dzonec.h80 void zc_error_prev_line(const char *fmt, ...) ATTR_FORMAT(printf, 1, 2);