Home
last modified time | relevance | path

Searched refs:sm_io_error (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dferror.c32 #undef sm_io_error
35 sm_io_error(fp)
H A Dcf.c91 if (sm_io_error(cfp))
/freebsd/contrib/sendmail/include/sm/
H A Dio.h271 int sm_io_error __P((SM_FILE_T *));
378 #define sm_io_error(p) sm_error(p) macro
/freebsd/contrib/sendmail/src/
H A Dcollect.c453 while (!sm_io_eof(fp) && !sm_io_error(fp))
823 if ((sm_io_eof(fp) && SMTPMODE) || sm_io_error(fp))
854 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
933 else if (sm_io_error(fp))
H A Derr.c740 if (!sm_io_error(OutChannel) || DisConnected)
750 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dsavemail.c210 !sm_io_error(smioout))
443 sm_io_error(fp) ||
H A Ddeliver.c4233 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
5946 while (!sm_io_error(mci->mci_out) && !dead)
6238 if (sm_io_error(e->e_dfp))
6273 (sm_io_error(mci->mci_out) && errno != EPIPE)))
6831 sm_io_error(f)))
H A Dmilter.c1756 sm_io_error(e->e_dfp))
2867 if (sm_io_error(e->e_dfp))
3737 err = sm_io_error(e->e_dfp);
H A Drecipient.c1898 if (sm_io_error(fp) && tTd(27, 3))
H A Dutil.c1452 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dqueue.c902 sm_io_error(tfp))
8931 errno = sm_io_error(tempqfp);
8964 ((errno = sm_io_error(tempqfp)) != 0)))
H A Dusersmtp.c2829 if (sm_io_error(mci->mci_out))
H A Dreadcf.c807 if (sm_io_error(cf))
H A Dsrvrsmtp.c1659 if (sm_io_error(OutChannel) ||
H A Dmap.c8824 (sm_io_error(f)))
/freebsd/contrib/sendmail/rmail/
H A Drmail.c390 if (sm_io_error(smioin))