Home
last modified time | relevance | path

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';
3103 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)
3129 if (strncmp(SmtpMsgBuffer, "QUIT", 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);
3311 SmtpMsgBuffer);
[all …]