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

/sendmail/libsmutil/
H A Derr.c20 message(const char *msg, ...) function
22 message(msg, va_alist)
/sendmail/sendmail/
H A Derr.c41 ** we call syserr with a message beginning with "!".
59 ** The following code writes the message for 'exc' into our
82 ** SYSERR -- Print error message.
84 ** Prints an error message via sm_io_printf to the diagnostic output.
86 ** If the first character of the syserr message is `!' it will
87 ** log this as an ALERT message and exit immediately. This can
91 ** If the first character of the syserr message is '!' or '@'
99 ** reply code, followed by message text.
111 char MsgBuf[BUFSIZ*2]; /* text of most recent message */
157 /* format and output the error message */
449 message(const char *msg, ...) function
[all...]

Completed in 8 milliseconds