Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/smtpd/
H A Denvelope.c40 ret = vsnprintf(e->errorline, sizeof(e->errorline), fmt, ap); in envelope_set_errormsg()
47 if ((size_t)ret >= sizeof(e->errorline)) in envelope_set_errormsg()
48 (void)strlcpy(e->errorline + (sizeof(e->errorline) - 4), in envelope_set_errormsg()
386 return ascii_load_string(ep->errorline, buf, in ascii_load_field()
387 sizeof ep->errorline); in ascii_load_field()
639 return ascii_dump_string(ep->errorline, buf, len); in ascii_dump_field()
H A Dqueue_backend.c718 if (memchr(ep->errorline, '\0', sizeof(ep->errorline)) == NULL) in envelope_validate()
H A Dbounce.c174 line = evp.errorline; in bounce_add()
H A Dsmtpctl.c1202 strnvis(errline, e->errorline, sizeof(errline), 0); in show_queue_envelope()
H A Dsmtpd.h490 char errorline[LINE_MAX]; member
/openbsd-src/usr.bin/openssl/
H A Dts.c488 long errorline = -1; in load_config_file() local
495 NCONF_load(conf, configfile, &errorline) <= 0)) { in load_config_file()
496 if (errorline <= 0) in load_config_file()
501 "'%s'\n", errorline, configfile); in load_config_file()
H A Dca.c615 long errorline = -1; in ca_main() local
679 if (NCONF_load(conf, cfg.configfile, &errorline) <= 0) { in ca_main()
680 if (errorline <= 0) in ca_main()
687 errorline, cfg.configfile); in ca_main()
977 if (NCONF_load(extconf, cfg.extfile, &errorline) <= 0) { in ca_main()
978 if (errorline <= 0) in ca_main()
985 errorline, cfg.extfile); in ca_main()
H A Dx509.c842 long errorline = -1; in x509_main()
845 if (!NCONF_load(extconf, cfg.extfile, &errorline)) { in x509_main()
846 if (errorline <= 0) in x509_main()
853 errorline, cfg.extfile); in x509_main()
851 long errorline = -1; x509_main() local
H A Dapps.c1298 long errorline = -1; in load_index() local
1319 if (NCONF_load(dbattr_conf, attrpath, &errorline) <= 0) { in load_index()
1320 if (errorline > 0) { in load_index()
1323 errorline, attrpath); in load_index()