Searched refs:SmtpMsgBuffer (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/src/
H A Dusersmtp.c43 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable
89 SmtpMsgBuffer[0] = '\0';
3042 ** rtype -- type of SmtpMsgBuffer: does it contains secret data?
3108 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3134 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3194 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))
3206 if (SmtpMsgBuffer[0] != '\0')
3215 : SmtpMsgBuffer));
3216 SmtpMsgBuffer[0] = '\0';
3311 (void) sm_vsnprintf(SmtpMsgBuffer, sizeo
[all...]

Completed in 87 milliseconds