Searched refs:syserr (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-current/contrib/sendmail/src/
H A Dudb.c347 syserr("udbexpand: db-get %.*s stat %d",
401 syserr("udbexpand: hesiod-get %.*s stat %d",
423 syserr("udbexpand: hesiod-getmail %s stat %d",
940 syserr("Maximum number of UDB entries exceeded");
1100 syserr("Unknown UDB spec %s", spec);
H A Derr.c44 ** we call syserr with a message beginning with "!".
73 ** - syserr decides what class of error this is by looking at errno.
75 ** - The cleanup code should be moved out of syserr
81 syserr("!%s", buf);
89 ** If the first character of the syserr message is `!' it will
94 ** If the first character of the syserr message is '!' or '@'
95 ** then syserr knows that the process is about to be terminated,
120 syserr(const char *fmt, ...) function
122 syserr(fmt, va_alist)
201 sm_dprintf("syserr
[all...]
H A Ddomain.c1019 syserr("getmxrr: res_search (%s) failed with impossible h_errno (%d)",
1273 syserr("MX list for %s points back to %s",
1285 syserr("Host name %s too long",
1332 syserr("Encoded host name %s too long",
1521 syserr("bestmx_map_lookup: MX host %.64s includes map delimiter character 0x%02X",
1561 syserr("bestmx_map_lookup: MX host %.64s includes map delimiter character 0x%02X",
H A Dstab.c226 syserr("stab: unknown symbol type %d", type);
H A Dmime.c444 syserr("mime8to7: cannot sm_io_tell on %cf%s",
475 syserr("mime8to7: cannot sm_io_fseek on %cf%s",
1055 syserr("mime7to8: unparsable CTE %s", p == NULL ? "<NULL>" : p);
H A Dconf.c539 syserr("Berkeley DB version mismatch: compiled against %d.%d.%d, run-time linked against %d.%d.%d",
1220 syserr("554 5.3.0 Who are you?");
3677 syserr("cannot lockf(%s%s, fd=%d, type=%o, omode=%o, euid=%ld)",
3709 syserr("cannot flock(%s%s, fd=%d, type=%o, omode=%o, euid=%ld)",
4038 if (setupshares(uid, syserr) != 0)
4039 syserr("Unable to set up shares");
4652 syserr("No protected passwd entry, uid = %d",
4657 syserr("Account has been disabled, uid = %d",
4662 syserr("Account has been retired, uid = %d",
4667 syserr("Coul
[all...]
H A Dsfsasl.c237 syserr("@sasl_read failure: outbuf == NULL but outlen != 0");
H A Dsrvrsmtp.c1914 syserr("503 5.3.3 SASL TLS failed");
2550 syserr("STARTTLS: can't switch to encrypted layer");
3735 syserr("500 5.5.0 ETRN out of memory");
3978 syserr("500 5.5.0 smtp: unknown code %d", c->cmd_code);
4302 syserr("@collect: bfcommit(%s): already on disk, size=%ld",
4341 syserr("@Cannot reopen %s", dfname);
H A Dusersmtp.c154 syserr("451 4.4.0 smtpinit: state CLOSED (was %d)", state);
262 syserr("553 5.3.5 %s config error: mail loops back to me (MX problem?)",
2913 syserr("+451 4.4.1 timeout writing message to %s", CurHostName);
H A Dsm_resolve.c1578 syserr("too many NameServers defined (%d max)", MAXNS);
H A Dheaders.c183 syserr("553 5.3.0 header syntax error, line \"%s\"", line);
H A Dsendmail.h2761 extern void NR_PRINTFLIKE(1, 2) syserr __P((const char *, ...));
H A Dtls.c1002 syserr("STARTTLS=%s, inittls: ctx == NULL", who);
/freebsd-current/contrib/sendmail/libsmutil/
H A Dsafefile.c750 syserr("554 5.3.0 cannot open: file %s changed after open", fn);
763 syserr("554 5.3.0 cannot open: file %s could not be truncated",
821 syserr("554 5.3.5 safefopen: unknown omode %o", omode);
/freebsd-current/crypto/heimdal/appl/rcp/
H A Drcp.c290 goto syserr;
292 syserr: run_err("%s: %s", name, strerror(errno));
/freebsd-current/crypto/openssh/
H A Dscp.c1407 goto syserr;
1413 syserr: run_err("%s: %s", name, strerror(errno));

Completed in 296 milliseconds

12