Searched refs:SmtpMsgBuffer (Results 1 – 1 of 1) sorted by relevance
43 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable89 SmtpMsgBuffer[0] = '\0';3111 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)3137 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)3209 if (SmtpMsgBuffer[0] != '\0')3218 : SmtpMsgBuffer));3219 SmtpMsgBuffer[0] = '\0';3356 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);3360 nmessage(">>> %s", SmtpMsgBuffer);3364 SmtpMsgBuffer);[all …]