Searched refs:SmtpMsgBuffer (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | usersmtp.c | 44 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable 90 SmtpMsgBuffer[0] = '\0'; 3103 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0) 3129 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0) 3189 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0))) 3201 if (SmtpMsgBuffer[0] != '\0') 3210 : SmtpMsgBuffer)); 3211 SmtpMsgBuffer[0] = '\0'; 3303 (void) sm_vsnprintf(SmtpMsgBuffer, sizeof(SmtpMsgBuffer), f, ap); 3307 nmessage(">>> %s", SmtpMsgBuffer); [all …]
|