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

/freebsd-13-stable/contrib/sendmail/src/
H A Dmci.c246 mci->mci_exitstat = EX_OK;
415 mci->mci_exitstat = EX_TEMPFAIL;
425 mci->mci_exitstat, mci->mci_errno);
437 mci->mci_exitstat = EX_OK;
460 mci->mci_exitstat = EX_OK;
593 mci->mci_exitstat = xstat;
703 mci->mci_exitstat, mci->mci_state, (int) mci->mci_pid, sep);
1043 mci->mci_exitstat = atoi(&buf[1]);
1131 mci->mci_exitstat);
1413 else if (mcib.mci_exitstat
[all...]
H A Ddeliver.c2176 if (mci->mci_exitstat != EX_OK)
2178 if (mci->mci_exitstat == EX_TEMPFAIL)
2184 mci->mci_exitstat))
2252 mci->mci_exitstat = i;
3454 rcode = mci->mci_exitstat;
4277 mci->mci_exitstat == EX_TEMPFAIL)
H A Dsendmail.h775 short mci_exitstat; /* exit status from last connection */ variable
H A Dusersmtp.c3033 else if (mci->mci_exitstat == EX_OK)

Completed in 142 milliseconds