Lines Matching refs:c_error
256 c_error("key %s in pattern %s could not be found", in parse_options_file()
265 c_error("key %s in pattern %s could not be found", in parse_options_file()
275 c_error("tls_auth %s in pattern %s could not be found", in parse_options_file()
282 c_error("key %s in pattern %s could not be found", in parse_options_file()
291 c_error("key %s in pattern %s could not be found", in parse_options_file()
300 c_error("key %s in pattern %s could not be found", in parse_options_file()
780 c_error(const char *fmt, ...) in c_error() function
2205 c_error("bad subnet range '%s'", p); in parse_acl_range_subnet()
2209 c_error("subnet of %d bits out of range [0..%d]", subnet_bits, maxbits); in parse_acl_range_subnet()
2244 if(atoi(p+1) == 0) c_error("expected port number after '@'"); in parse_acl_info()
2253 c_error("Bad ip6 address '%s'", ip); in parse_acl_info()
2257 c_error("Bad ip6 address mask '%s'", p); in parse_acl_info()
2264 c_error("encountered IPv6 address '%s'.", ip); in parse_acl_info()
2269 c_error("Bad ip4 address '%s'", ip); in parse_acl_info()
2273 c_error("Bad ip4 address mask '%s'", p); in parse_acl_info()
2334 c_error("could not find pattern %s", name); in config_apply_pattern()