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

/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c4001 ** errors, we choose a status message (into statmsg),
4183 register const char *statmsg; local
4205 statmsg = "250 2.0.0 Sent";
4209 statmsg,
4211 statmsg = buf;
4220 statmsg = buf;
4231 statmsg = sm_errstring(h_errno + E_DNSBASE);
4236 statmsg = sm_errstring(errnum);
4238 statmsg = SmtpError;
4240 if (statmsg !
[all...]
H A Dqueue.c4964 char statmsg[MAXLINE]; local
5038 statmsg[0] = bodytype[0] = '\0';
5056 if ((i = strlen(&buf[1])) >= sizeof(statmsg))
5057 i = sizeof(statmsg) - 1;
5058 memmove(statmsg, &buf[1], i);
5059 statmsg[i] = '\0';
5109 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5115 if (statmsg[0] != '\0')
5120 statmsg);
5121 statmsg[
[all...]

Completed in 150 milliseconds