Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfeof.c33 #undef sm_io_eof
36 sm_io_eof(fp)
/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.c680 else if (!sm_io_eof(af))
776 if (!sm_io_eof(af))
788 if (strchr(p, '\n') == NULL && !sm_io_eof(af))
H A Dmime.c337 if (sm_io_eof(e->e_dfp))
381 if (sm_io_eof(e->e_dfp))
538 if (sm_io_eof(e->e_dfp))
H A Derr.c647 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.h270 int sm_io_eof __P((SM_FILE_T *));
377 #define sm_io_eof(p) sm_eof(p) macro
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmakemap.c407 else if (!sm_io_eof(smioin))