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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c44 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable
90 SmtpMsgBuffer[0] = '\0';
3037 ** rtype -- type of SmtpMsgBuffer: does it contains secret data?
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, sizeo
[all...]

Completed in 59 milliseconds