Searched refs:parse_err (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
H A D | ocsp_lib.c | 137 goto parse_err; in OCSP_parse_url() 148 goto parse_err; in OCSP_parse_url() 152 goto parse_err; in OCSP_parse_url() 179 goto parse_err; in OCSP_parse_url() 207 parse_err: in OCSP_parse_url()
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | inet_connect.c | 89 const char *parse_err; in inet_connect() local 103 if ((parse_err = host_port(buf, &host, "localhost", &port, (char *) 0)) != 0) in inet_connect() 104 msg_fatal("%s: %s", addr, parse_err); in inet_connect()
|
H A D | inet_listen.c | 99 const char *parse_err; in inet_listen() local 108 if ((parse_err = host_port(buf, &host, "", &port, (char *) 0)) != 0) in inet_listen() 109 msg_fatal("%s: %s", addr, parse_err); in inet_listen()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/ |
H A D | http_lib.c | 82 goto parse_err; in OSSL_parse_url() 99 goto parse_err; in OSSL_parse_url() 134 goto parse_err; in OSSL_parse_url() 178 parse_err: in OSSL_parse_url()
|
/netbsd-src/libexec/httpd/ |
H A D | cgi-bozo.c | 287 goto parse_err; in parse_search_string() 300 goto parse_err; in parse_search_string() 303 goto parse_err; in parse_search_string() 315 goto parse_err; in parse_search_string() 322 goto parse_err; in parse_search_string() 332 parse_err: in parse_search_string()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | qmqp-source.c | 477 const char *parse_err; in main() local 582 if ((parse_err = host_port(buf, &host, (char *) 0, &port, "628")) != 0) in main() 583 msg_fatal("%s: %s", argv[optind], parse_err); in main()
|
H A D | smtp-source.c | 956 const char *parse_err; in main() local 1130 if ((parse_err = host_port(buf, &host, (char *) 0, &port, "smtp")) != 0) in main() 1131 msg_fatal("%s: %s", argv[optind], parse_err); in main()
|
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_dnsbl.c | 235 char *parse_err; in psc_dnsbl_add_site() local 255 if ((parse_err = ip_match_parse(byte_codes, pattern_text)) != 0) in psc_dnsbl_add_site() 256 msg_fatal("bad DNSBL filter syntax: %s", parse_err); in psc_dnsbl_add_site()
|
/netbsd-src/external/ibm-public/postfix/dist/src/master/ |
H A D | master_ent.c | 281 const char *parse_err; in get_master_ent() local 360 if ((parse_err = host_port(atmp, &host, "", &port, (char *) 0)) != 0) in get_master_ent() 361 fatal_with_context("%s in \"%s\"", parse_err, name); in get_master_ent()
|