Searched refs:sm_io_error (Results 1 – 15 of 15) sorted by relevance
34 #undef sm_io_error37 sm_io_error(fp)
92 if (sm_io_error(cfp))
360 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))
640 if (!sm_io_error(OutChannel) || DisConnected)650 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
208 !sm_io_error(smioout))441 sm_io_error(fp) ||
3305 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)))
1780 sm_io_error(e->e_dfp))2869 if (sm_io_error(e->e_dfp))3713 err = sm_io_error(e->e_dfp);
1882 if (sm_io_error(fp) && tTd(27, 3))
1307 while (!sm_io_eof(fp) && !sm_io_error(fp))
876 sm_io_error(tfp))8655 errno = sm_io_error(tempqfp);8688 ((errno = sm_io_error(tempqfp)) != 0)))
2698 if (sm_io_error(mci->mci_out))
711 if (sm_io_error(cf))
1186 if (sm_io_error(OutChannel) ||
7913 (sm_io_error(f)))
273 int sm_io_error __P((SM_FILE_T *));380 #define sm_io_error(p) sm_error(p) macro