Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dferror.c34 #undef sm_io_error
37 sm_io_error(fp)
H A Dcf.c92 if (sm_io_error(cfp))
/titanic_50/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))
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.c3305 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
4720 while (!sm_io_error(mci->mci_out) && !dead)
5012 if (sm_io_error(e->e_dfp))
5047 (sm_io_error(mci->mci_out) && errno != EPIPE)))
5605 sm_io_error(f)))
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 Drecipient.c1882 if (sm_io_error(fp) && tTd(27, 3))
H A Dutil.c1307 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dqueue.c876 sm_io_error(tfp))
8655 errno = sm_io_error(tempqfp);
8688 ((errno = sm_io_error(tempqfp)) != 0)))
H A Dusersmtp.c2698 if (sm_io_error(mci->mci_out))
H A Dreadcf.c711 if (sm_io_error(cf))
H A Dsrvrsmtp.c1186 if (sm_io_error(OutChannel) ||
H A Dmap.c7913 (sm_io_error(f)))
/titanic_50/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