Searched refs:statmsg (Results 1 – 3 of 3) sorted by relevance
121 typeset statmsg="$dev: Status($stat) != Expected stat($status)"129 log_note statmsg140 log_note statmsg
5044 register const char *statmsg; local5070 statmsg = "250 2.0.0 Sent";5074 statmsg,5076 statmsg = buf;5085 statmsg = buf;5096 statmsg = sm_errstring(h_errno + E_DNSBASE);5101 statmsg = sm_errstring(errnum);5103 statmsg = SmtpError;5105 if (statmsg != NULL && statmsg[0] != '\0')5138 statmsg);[all …]
5029 char statmsg[MAXLINE]; local5102 statmsg[0] = bodytype[0] = '\0';5120 if ((i = strlen(&buf[1])) >= sizeof(statmsg))5121 i = sizeof(statmsg) - 1;5122 memmove(statmsg, &buf[1], i);5123 statmsg[i] = '\0';5173 if (statmsg[0] != '\0' || bodytype[0] != '\0')5179 if (statmsg[0] != '\0')5184 statmsg);5185 statmsg[0] = '\0';[all …]