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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dferror.c24 ** SM_IO_ERROR -- subroutine version of the macro sm_io_error.
34 #undef sm_io_error macro
37 sm_io_error(fp) function
H A Dcf.c92 if (sm_io_error(cfp))
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c360 while (!sm_io_eof(fp) && !sm_io_error(fp))
696 if ((sm_io_eof(fp) && smtpmode) || sm_io_error(fp))
727 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
729 dferror(df, "sm_io_flush||sm_io_error", e);
811 else if (sm_io_error(fp))
H A Derr.c640 if (!sm_io_error(OutChannel) || DisConnected)
650 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.c3306 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
4721 while (!sm_io_error(mci->mci_out) && !dead)
5013 if (sm_io_error(e->e_dfp))
5048 (sm_io_error(mci->mci_out) && errno != EPIPE)))
5606 sm_io_error(f)))
H A Drecipient.c1882 if (sm_io_error(fp) && tTd(27, 3))
H A Dmilter.c1780 sm_io_error(e->e_dfp))
2869 if (sm_io_error(e->e_dfp))
3713 err = sm_io_error(e->e_dfp);
H A Dqueue.c875 sm_io_error(tfp))
8664 errno = sm_io_error(tempqfp);
8697 ((errno = sm_io_error(tempqfp)) != 0)))
H A Dutil.c1307 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dusersmtp.c2704 if (sm_io_error(mci->mci_out))
H A Dreadcf.c720 if (sm_io_error(cf))
H A Dsrvrsmtp.c1175 if (sm_io_error(OutChannel) ||
H A Dmap.c7908 (sm_io_error(f)))
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dio.h273 int sm_io_error __P((SM_FILE_T *));
380 #define sm_io_error(p) sm_error(p) macro

Completed in 89 milliseconds