Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Ddeliver.c3978 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 != NULL && statmsg[0] != '\0')
4068 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[0] = '\0';
[all …]