Searched defs:syserr (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsmutil/
H A Derr.c44 syserr(const char *msg, ...) function
46 syserr(msg, va_alist)
/sendmail/sendmail/
H A Derr.c41 ** we call syserr with a message beginning with "!".
70 ** - syserr decides what class of error this is by looking at errno.
72 ** - The cleanup code should be moved out of syserr
78 syserr("!%s", buf);
86 ** If the first character of the syserr message is `!' it will
91 ** If the first character of the syserr message is '!' or '@'
92 ** then syserr knows that the process is about to be terminated,
121 syserr(const char *fmt, ...) function
123 syserr(fmt, va_alist)
202 sm_dprintf("syserr
[all...]

Completed in 11 milliseconds