Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddeliver.c3988 register const char *statmsg; local
4010 statmsg = "250 2.0.0 Sent";
4014 statmsg,
4016 statmsg = buf;
4025 statmsg = buf;
4036 statmsg = sm_errstring(h_errno + E_DNSBASE);
4041 statmsg = sm_errstring(errnum);
4043 statmsg = SmtpError;
4045 if (statmsg != NULL && statmsg[0] != '\0')
4078 statmsg);
[all …]
Dqueue.c4914 char statmsg[MAXLINE]; local
4988 statmsg[0] = bodytype[0] = '\0';
5006 if ((i = strlen(&buf[1])) >= sizeof(statmsg))
5007 i = sizeof(statmsg) - 1;
5008 memmove(statmsg, &buf[1], i);
5009 statmsg[i] = '\0';
5059 if (statmsg[0] != '\0' || bodytype[0] != '\0')
5065 if (statmsg[0] != '\0')
5070 statmsg);
5071 statmsg[0] = '\0';
[all …]