Lines Matching refs:SmtpMsgBuffer
42 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable
122 SmtpMsgBuffer[0] = '\0';
3210 if (SmtpMsgBuffer[0] != '\0')
3211 what = SmtpMsgBuffer;
3252 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3278 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3340 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3352 if (SmtpMsgBuffer[0] != '\0')
3361 : SmtpMsgBuffer));
3362 SmtpMsgBuffer[0] = '\0';
3540 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);
3544 nmessage(">>> %s", SmtpMsgBuffer);
3548 SmtpMsgBuffer);
3552 SmtpMsgBuffer, m == NULL ? "\r\n"