Searched refs:statmsg (Results 1 – 2 of 2) sorted by relevance
3978 register const char *statmsg; local4000 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 …]
4894 char statmsg[MAXLINE]; local4968 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 …]