Lines Matching defs:message

41 **	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 */
184 /* save this message for mailq printing */
305 /* save this message for mailq printing */
392 /* save this message for mailq printing */
432 ** MESSAGE -- print message (not necessarily an error)
435 ** msg -- the message (sm_io_printf fmt) -- it can begin with
449 message(const char *msg, ...)
451 message(msg, va_alist)
465 /* save this message for mailq printing */
484 ** NMESSAGE -- print message (not necessarily an error)
486 ** Just like "message" except it never puts the to... tag on.
489 ** msg -- the message (sm_io_printf fmt) -- if it begins
521 /* save this message for mailq printing */
538 ** PUTOUTMSG -- output error message to transcript and channel
541 ** msg -- message to output (in SMTP format).
542 ** holdmsg -- if true, don't output a copy of the message to
544 ** heldmsg -- if true, this is a previously held message;
645 ** Also, ignore errors from QUIT response (221 message) -- some
666 ** msg -- the message to output.
681 /* output the message as usual */
799 ** FMTMSG -- format a message into buffer.
803 ** to -- the recipient tag for this message.
891 ** 252 Cannot VRFY user, but will accept message and attempt delivery
915 /* output the message */
944 ** FLUSH_ERRORS -- flush the held error message buffer
947 ** print -- if set, print the message, otherwise just
1082 /* SunOS gives "Not owner" -- this is the POSIX message */