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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfeof.c24 ** SM_IO_EOF -- subroutine version of the macro sm_io_eof.
35 #undef sm_io_eof macro
38 sm_io_eof(fp) function
/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))
700 if (sm_io_eof(fp))
809 if (sm_io_eof(fp))
815 if (LogLevel > 0 && sm_io_eof(fp))
820 if (sm_io_eof(fp))
H A Dalias.c682 else if (!sm_io_eof(af))
778 if (!sm_io_eof(af))
790 if (strchr(p, '\n') == NULL && !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.c649 if (InChannel == NULL || sm_io_eof(InChannel) ||
H A Dutil.c1307 while (!sm_io_eof(fp) && !sm_io_error(fp))
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h272 int sm_io_eof __P((SM_FILE_T *));
379 #define sm_io_eof(p) sm_eof(p) macro
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmakemap.c410 else if (!sm_io_eof(smioin))

Completed in 56 milliseconds