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

/sendmail/libsm/
H A Dwbuf.c69 ** happen on unbuffered streams, where bf.smb_size==1; sm_io_flush()
72 ** Note for the timeout, only one of the sm_io_flush's will get called.
78 if (sm_io_flush(fp, timeout))
79 return SM_IO_EOF; /* sm_io_flush() sets errno */
85 if (sm_io_flush(fp, timeout))
86 return SM_IO_EOF; /* sm_io_flush() sets errno */
H A Dt-strio.c29 sm_io_flush(&f, SM_TIME_DEFAULT);
H A Dassert.c82 sm_io_flush(smioerr, SM_TIME_DEFAULT);
178 sm_io_flush(smioerr, SM_TIME_DEFAULT);
H A Dfflush.c45 sm_io_flush(fp, timeout) function
H A Ddebug.c175 sm_io_flush(SmDebugOutput, SM_TIME_DEFAULT);
H A Dfopen.c282 (void) sm_io_flush(fp, SM_TIME_FOREVER);
H A Dvfprintf.c130 if (ret >= 0 && sm_io_flush(&fake, SM_TIME_FOREVER))
131 ret = SM_IO_EOF; /* errno set by sm_io_flush */
/sendmail/sendmail/
H A Derr.c65 (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.c309 (void) sm_io_flush(s, SM_TIME_DEFAULT);
H A Dsavemail.c440 sm_io_flush(fp, SM_TIME_DEFAULT) == SM_IO_EOF ||
1036 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
1050 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
1423 sm_io_flush(mci->mci_out, SM_TIME_DEFAULT) == SM_IO_EOF)
H A Dbf.c646 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
H A Ddeliver.c590 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
2343 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
2344 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
5054 (sm_io_flush(mci->mci_out, SM_TIME_DEFAULT) == SM_IO_EOF ||
5134 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
5610 (sm_io_flush(f, SM_TIME_DEFAULT) != 0 ||
5631 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
H A Dcollect.c737 else if (sm_io_flush(df, SM_TIME_DEFAULT) != 0 || sm_io_error(df))
739 dferror(df, "sm_io_flush||sm_io_error", e);
H A Dmain.c2106 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
3366 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
4514 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
4573 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
H A Dusersmtp.c3078 (void) sm_io_flush(mci->mci_out, SM_TIME_DEFAULT);
3095 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
3121 (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.c1100 (void) sm_io_flush(mci->mci_statfile, SM_TIME_DEFAULT);
H A Dsrvrsmtp.c1169 (void) sm_io_flush(smioout, SM_TIME_DEFAULT);
1896 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3145 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3836 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
H A Dmilter.c1756 if (sm_io_flush(e->e_dfp, SM_TIME_DEFAULT) != 0 ||
3683 (void) sm_io_flush(e->e_dfp, SM_TIME_DEFAULT);
H A Ddaemon.c2602 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
H A Dparseaddr.c2453 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
H A Dqueue.c870 if (sm_io_flush(tfp, SM_TIME_DEFAULT) != 0 ||
8707 (sm_io_flush(tempqfp, SM_TIME_DEFAULT) != 0 ||
H A Dmap.c7991 (sm_io_flush(f, SM_TIME_DEFAULT) != 0) ||
/sendmail/include/sm/
H A Dio.h273 int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));

Completed in 325 milliseconds