Home
last modified time | relevance | path

Searched refs:EX_NOTSTICKY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c2077 mci_setstat(mci, EX_NOTSTICKY, "5.6.3", MsgBuf);
2192 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, smtptodsn(r)),
2203 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.5.2"),
2210 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.1.3"),
2217 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.3.4"),
2226 mci_setstat(mci, EX_NOTSTICKY, ENHSCN(enhsc, "5.0.0"),
2730 xstat = EX_NOTSTICKY;
2813 xstat = EX_NOTSTICKY;
H A Dmci.c524 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2730 # define EX_NOTSTICKY (-5) /* don't save persistent status */ macro