Home
last modified time | relevance | path

Searched refs:parse_err (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_lib.c137 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 Dinet_connect.c89 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 Dinet_listen.c99 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 Dhttp_lib.c82 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 Dcgi-bozo.c287 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 Dqmqp-source.c477 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 Dsmtp-source.c956 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 Dpostscreen_dnsbl.c235 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 Dmaster_ent.c281 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()