Lines Matching defs:c_error
283 c_error("a cookie-staging-secret cannot be configured without "
299 c_error("key %s in pattern %s could not be found",
308 c_error("key %s in pattern %s could not be found",
318 c_error("tls_auth %s in pattern %s could not be found",
325 c_error("key %s in pattern %s could not be found",
334 c_error("tls_auth %s in pattern %s could not be found",
341 c_error("key %s in pattern %s could not be found",
350 c_error("key %s in pattern %s could not be found",
362 c_error("catalog producer zone %s in pattern "
368 c_error("catalog-producer-zone %s in pattern "
386 c_error("catalog-producer-zone in pattern %s cannot "
992 c_error(const char *fmt, ...)
2658 c_error("bad subnet range '%s'", p);
2662 c_error("subnet of %d bits out of range [0..%d]", subnet_bits, maxbits);
2697 if(atoi(p+1) == 0) c_error("expected port number after '@'");
2706 c_error("Bad ip6 address '%s'", ip);
2710 c_error("Bad ip6 address mask '%s'", p);
2717 c_error("encountered IPv6 address '%s'.", ip);
2722 c_error("Bad ip4 address '%s'", ip);
2726 c_error("Bad ip4 address mask '%s'", p);
2787 c_error("could not find pattern %s", name);
2793 c_error("patterns with an catalog-producer-zone option are to "
2800 c_error("catalog producer zones cannot be secondary zones");