Home
last modified time | relevance | path

Searched refs:sm_io_eof (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dfeof.c33 #undef sm_io_eof
36 sm_io_eof(fp)
/freebsd/contrib/sendmail/src/
H A Dcollect.c453 while (!sm_io_eof(fp) && !sm_io_error(fp))
823 if ((sm_io_eof(fp) && SMTPMODE) || sm_io_error(fp))
827 if (sm_io_eof(fp))
931 if (sm_io_eof(fp))
956 if (LogLevel > 0 && (sm_io_eof(fp) || (0 != (bare_lf | bare_cr))))
961 else if (sm_io_eof(fp))
H A Dalias.c674 if (!sm_io_eof(fp))
776 else if (!sm_io_eof(af))
798 if (!sm_io_eof(af))
H A Dmime.c339 if (sm_io_eof(e->e_dfp))
383 if (sm_io_eof(e->e_dfp))
540 if (sm_io_eof(e->e_dfp))
H A Derr.c749 if (InChannel == NULL || sm_io_eof(InChannel) ||
H A Dutil.c1452 while (!sm_io_eof(fp) && !sm_io_error(fp))
/freebsd/contrib/sendmail/include/sm/
H A Dio.h270 int sm_io_eof __P((SM_FILE_T *));
377 #define sm_io_eof(p) sm_eof(p) macro
/freebsd/contrib/sendmail/makemap/
H A Dmakemap.c706 else if (!sm_io_eof(smioin))