Searched refs:sm_io_flush (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dwbuf.c71 ** happen on unbuffered streams, where bf.smb_size==1; sm_io_flush()
74 ** Note for the timeout, only one of the sm_io_flush's will get called.
80 if (sm_io_flush(fp, timeout))
81 return SM_IO_EOF; /* sm_io_flush() sets errno */
87 if (sm_io_flush(fp, timeout))
88 return SM_IO_EOF; /* sm_io_flush() sets errno */
H A Dt-strio.c31 sm_io_flush(&f, SM_TIME_DEFAULT);
H A Dassert.c84 sm_io_flush(smioerr, SM_TIME_DEFAULT);
180 sm_io_flush(smioerr, SM_TIME_DEFAULT);
H A Dfflush.c47 sm_io_flush(fp, timeout) function
H A Ddebug.c175 sm_io_flush(SmDebugOutput, SM_TIME_DEFAULT);
H A Dfopen.c284 (void) sm_io_flush(fp, SM_TIME_FOREVER);
H A Dvfprintf.c132 if (ret >= 0 && sm_io_flush(&fake, SM_TIME_FOREVER))
133 ret = SM_IO_EOF; /* errno set by sm_io_flush */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c67 (void) sm_io_flush(&f, SM_TIME_DEFAULT);
605 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
639 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
H A Dcontrol.c311 (void) sm_io_flush(s, SM_TIME_DEFAULT);
H A Dsavemail.c440 sm_io_flush(fp, SM_TIME_DEFAULT) == SM_IO_EOF ||
1024 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
1036 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1396 sm_io_flush(mci->mci_out, SM_TIME_DEFAULT) == SM_IO_EOF)
H A Dbf.c648 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
H A Ddeliver.c589 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
2341 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
2342 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
5046 (sm_io_flush(mci->mci_out, SM_TIME_DEFAULT) == SM_IO_EOF ||
5126 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
5602 (sm_io_flush(f, SM_TIME_DEFAULT) != 0 ||
5623 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
H A Dcollect.c727 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
729 dferror(df, "sm_io_flush||sm_io_error", e);
H A Dmain.c2107 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
3363 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
4492 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
4551 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
H A Dusersmtp.c3073 (void) sm_io_flush(mci->mci_out, SM_TIME_DEFAULT);
3090 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
3116 (void) sm_io_flush(mci->mci_out, SM_TIME_DEFAULT);
H A Dutil.c616 (void) sm_io_flush(Pidf, SM_TIME_DEFAULT);
916 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
H A Denvelope.c137 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT);
H A Dmci.c1075 (void) sm_io_flush(mci->mci_statfile, SM_TIME_DEFAULT);
H A Dsrvrsmtp.c1179 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
1891 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3134 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3824 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
H A Dmilter.c1779 if (sm_io_flush(e->e_dfp, SM_TIME_DEFAULT) != 0 ||
3714 (void) sm_io_flush(e->e_dfp, SM_TIME_DEFAULT);
H A Ddaemon.c2599 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
H A Dparseaddr.c2446 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
H A Dqueue.c871 if (sm_io_flush(tfp, SM_TIME_DEFAULT) != 0 ||
8683 (sm_io_flush(tempqfp, SM_TIME_DEFAULT) != 0 ||
H A Dmap.c7912 (sm_io_flush(f, SM_TIME_DEFAULT) != 0) ||
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h275 int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));

Completed in 192 milliseconds