Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dferror.c32 #undef sm_io_error
35 sm_io_error(fp)
H A Dcf.c90 if (sm_io_error(cfp))
/illumos-gate/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.c638 if (!sm_io_error(OutChannel) || DisConnected)
648 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.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.c1880 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))
8656 errno = sm_io_error(tempqfp);
8689 ((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)))
/illumos-gate/usr/src/cmd/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