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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c3804 ** errors, we choose a status message (into statmsg),
3986 register const char *statmsg; local
4008 statmsg = "250 2.0.0 Sent";
4012 statmsg,
4014 statmsg = buf;
4023 statmsg = buf;
4034 statmsg = sm_errstring(h_errno + E_DNSBASE);
4039 statmsg = sm_errstring(errnum);
4041 statmsg = SmtpError;
4043 if (statmsg !
[all...]
H A Dqueue.c4908 char statmsg[MAXLINE]; local
4982 statmsg[0] = bodytype[0] = '\0';
5000 if ((i = strlen(&buf[1])) >= sizeof(statmsg))
5001 i = sizeof(statmsg) - 1;
5002 memmove(statmsg, &buf[1], i);
5003 statmsg[i] = '\0';
5053 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5059 if (statmsg[0] != '\0')
5064 statmsg);
5065 statmsg[
[all...]

Completed in 88 milliseconds