Searched refs:sm_io_error (Results 1 - 16 of 16) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1306 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dusersmtp.c2740 if (sm_io_error(mci->mci_out))
H A Dsrvrsmtp.c1514 if (sm_io_error(OutChannel) ||
H A Dsavemail.c208 !sm_io_error(smioout))
441 sm_io_error(fp) ||
H A Drecipient.c1885 if (sm_io_error(fp) && tTd(27, 3))
H A Dreadcf.c760 if (sm_io_error(cf))
H A Dqueue.c895 sm_io_error(tfp))
8868 errno = sm_io_error(tempqfp);
8901 ((errno = sm_io_error(tempqfp)) != 0)))
H A Dmilter.c1755 sm_io_error(e->e_dfp))
2834 if (sm_io_error(e->e_dfp))
3703 err = sm_io_error(e->e_dfp);
H A Dmap.c8553 (sm_io_error(f)))
H A Derr.c736 if (!sm_io_error(OutChannel) || DisConnected)
746 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Ddeliver.c3496 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
4981 while (!sm_io_error(mci->mci_out) && !dead)
5273 if (sm_io_error(e->e_dfp))
5308 (sm_io_error(mci->mci_out) && errno != EPIPE)))
5866 sm_io_error(f)))
H A Dcollect.c367 while (!sm_io_eof(fp) && !sm_io_error(fp))
702 if ((sm_io_eof(fp) && smtpmode) || sm_io_error(fp))
733 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
735 dferror(df, "sm_io_flush||sm_io_error", e);
817 else if (sm_io_error(fp))
/freebsd-11-stable/contrib/sendmail/rmail/
H A Drmail.c390 if (sm_io_error(smioin))
/freebsd-11-stable/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-11-stable/contrib/sendmail/libsm/
H A Dcf.c90 if (sm_io_error(cfp))
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

Completed in 242 milliseconds