Searched refs:sm_io_flush (Results 1 - 25 of 25) sorted by relevance
/sendmail/libsm/ |
H A D | wbuf.c | 69 ** 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 D | t-strio.c | 29 sm_io_flush(&f, SM_TIME_DEFAULT);
|
H A D | assert.c | 82 sm_io_flush(smioerr, SM_TIME_DEFAULT); 178 sm_io_flush(smioerr, SM_TIME_DEFAULT);
|
H A D | fflush.c | 45 sm_io_flush(fp, timeout) function
|
H A D | debug.c | 175 sm_io_flush(SmDebugOutput, SM_TIME_DEFAULT);
|
H A D | fopen.c | 282 (void) sm_io_flush(fp, SM_TIME_FOREVER);
|
H A D | vfprintf.c | 130 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 D | err.c | 65 (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 D | control.c | 309 (void) sm_io_flush(s, SM_TIME_DEFAULT);
|
H A D | savemail.c | 440 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 D | bf.c | 646 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
|
H A D | deliver.c | 590 (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 D | collect.c | 737 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 D | main.c | 2106 (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 D | usersmtp.c | 3078 (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 D | util.c | 616 (void) sm_io_flush(Pidf, SM_TIME_DEFAULT); 916 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
|
H A D | envelope.c | 137 (void) sm_io_flush(CurEnv->e_xfp, SM_TIME_DEFAULT);
|
H A D | mci.c | 1100 (void) sm_io_flush(mci->mci_statfile, SM_TIME_DEFAULT);
|
H A D | srvrsmtp.c | 1169 (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 D | milter.c | 1756 if (sm_io_flush(e->e_dfp, SM_TIME_DEFAULT) != 0 || 3683 (void) sm_io_flush(e->e_dfp, SM_TIME_DEFAULT);
|
H A D | daemon.c | 2602 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
|
H A D | parseaddr.c | 2453 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
|
H A D | queue.c | 870 if (sm_io_flush(tfp, SM_TIME_DEFAULT) != 0 || 8707 (sm_io_flush(tempqfp, SM_TIME_DEFAULT) != 0 ||
|
H A D | map.c | 7991 (sm_io_flush(f, SM_TIME_DEFAULT) != 0) ||
|
/sendmail/include/sm/ |
H A D | io.h | 273 int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));
|
Completed in 325 milliseconds