Lines Matching refs:SmtpMsgBuffer
43 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable
92 SmtpMsgBuffer[0] = '\0';
3123 if (SmtpMsgBuffer[0] != '\0')
3124 what = SmtpMsgBuffer;
3159 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3185 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3245 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3257 if (SmtpMsgBuffer[0] != '\0')
3266 : SmtpMsgBuffer));
3267 SmtpMsgBuffer[0] = '\0';
3416 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap);
3420 nmessage(">>> %s", SmtpMsgBuffer);
3424 SmtpMsgBuffer);
3428 SmtpMsgBuffer, m == NULL ? "\r\n"