Searched refs:sm_io_eof (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c1306 while (!sm_io_eof(fp) && !sm_io_error(fp))
H A Dmime.c338 if (sm_io_eof(e->e_dfp))
382 if (sm_io_eof(e->e_dfp))
539 if (sm_io_eof(e->e_dfp))
H A Derr.c745 if (InChannel == NULL || sm_io_eof(InChannel) ||
H A Dcollect.c367 while (!sm_io_eof(fp) && !sm_io_error(fp))
702 if ((sm_io_eof(fp) && smtpmode) || sm_io_error(fp))
706 if (sm_io_eof(fp))
815 if (sm_io_eof(fp))
821 if (LogLevel > 0 && sm_io_eof(fp))
826 if (sm_io_eof(fp))
H A Dalias.c680 else if (!sm_io_eof(af))
775 if (!sm_io_eof(af))
787 if (strchr(p, '\n') == NULL && !sm_io_eof(af))
/freebsd-11-stable/contrib/sendmail/makemap/
H A Dmakemap.c580 else if (!sm_io_eof(smioin))
/freebsd-11-stable/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-11-stable/contrib/sendmail/libsm/
H A Dfeof.c22 ** SM_IO_EOF -- subroutine version of the macro sm_io_eof.
33 #undef sm_io_eof macro
36 sm_io_eof(fp) function

Completed in 146 milliseconds