Lines Matching refs:SmtpMsgBuffer
43 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable
89 SmtpMsgBuffer[0] = '\0';
3111 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3137 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3197 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 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);
3368 SmtpMsgBuffer, m == NULL ? "\r\n"