Searched defs:xstat (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c2521 int xstat; local
2736 xstat = EX_NOTSTICKY;
2740 rstat = xstat = EX_TEMPFAIL;
2742 rstat = xstat = EX_OK;
2744 rstat = xstat = EX_PROTOCOL;
2749 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)),
2810 int status, xstat; local
2819 xstat = EX_NOTSTICKY;
2823 status = xstat = EX_OK;
2825 status = xstat
[all...]
H A Dmap.c1808 auto int xstat; local
1812 (char **) NULL, &xstat);

Completed in 41 milliseconds