Searched refs:statmsg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c3796 ** errors, we choose a status message (into statmsg),
3978 register const char *statmsg; local
4000 statmsg = "250 2.0.0 Sent";
4004 statmsg,
4006 statmsg = buf;
4015 statmsg = buf;
4026 statmsg = sm_errstring(h_errno + E_DNSBASE);
4031 statmsg = sm_errstring(errnum);
4033 statmsg = SmtpError;
4035 if (statmsg !
[all...]
H A Dqueue.c4894 char statmsg[MAXLINE]; local
4968 statmsg[0] = bodytype[0] = '\0';
4986 if ((i = strlen(&buf[1])) >= sizeof(statmsg))
4987 i = sizeof(statmsg) - 1;
4988 memmove(statmsg, &buf[1], i);
4989 statmsg[i] = '\0';
5039 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5045 if (statmsg[0] != '\0')
5050 statmsg);
5051 statmsg[
[all...]

Completed in 75 milliseconds