Lines Matching refs:zc_error
2045 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()
2224 zc_error("domain name exceeds %d character limit", in yyparse()
2342 zc_error("bad type %d in NXT record", (int) type); in yyparse()
2355 zc_error("bad type %d in NXT record", (int) type); in yyparse()
2385 zc_error("bad type %d in NSEC record", (int) type); in yyparse()
3275 zc_error("cannot concatenate origin to domain name, because origin failed to parse"); in yyparse()
3278 zc_error("ipsec gateway name exceeds %d character limit", in yyparse()
3724 zc_error("%s", message); in yyerror()
3754 zc_error(const char *fmt, ...) in zc_error() function