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

/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dferror.c22 ** SM_IO_ERROR -- subroutine version of the macro sm_io_error.
32 #undef sm_io_error macro
35 sm_io_error(fp) function
H A Dcf.c90 if (sm_io_error(cfp))
/freebsd-10.3-release/contrib/sendmail/src/
H A Dcollect.c367 while (!sm_io_eof(fp) && !sm_io_error(fp))
707 if ((sm_io_eof(fp) && smtpmode) || sm_io_error(fp))
738 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
740 dferror(df, "sm_io_flush||sm_io_error", e);
822 else if (sm_io_error(fp))
H A Derr.c742 if (!sm_io_error(OutChannel) || DisConnected)
752 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dsavemail.c208 !sm_io_error(smioout))
441 sm_io_error(fp) ||
H A Ddeliver.c3317 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
4783 while (!sm_io_error(mci->mci_out) && !dead)
5075 if (sm_io_error(e->e_dfp))
5110 (sm_io_error(mci->mci_out) && errno != EPIPE)))
5668 sm_io_error(f)))
H A Drecipient.c1880 if (sm_io_error(fp) && tTd(27, 3))
H A Dmilter.c1757 sm_io_error(e->e_dfp))
2845 if (sm_io_error(e->e_dfp))
3689 err = sm_io_error(e->e_dfp);
H A Dqueue.c874 sm_io_error(tfp))
8682 errno = sm_io_error(tempqfp);
8715 ((errno = sm_io_error(tempqfp)) != 0)))
H A Dutil.c1306 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dusersmtp.c2704 if (sm_io_error(mci->mci_out))
H A Dreadcf.c770 if (sm_io_error(cf))
H A Dsrvrsmtp.c1425 if (sm_io_error(OutChannel) ||
H A Dmap.c8012 (sm_io_error(f)))
/freebsd-10.3-release/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-10.3-release/contrib/sendmail/rmail/
H A Drmail.c390 if (sm_io_error(smioin))

Completed in 219 milliseconds