Searched refs:sm_io_flush (Results 1 - 25 of 25) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | wbuf.c | 71 ** 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 D | t-strio.c | 31 sm_io_flush(&f, SM_TIME_DEFAULT);
|
H A D | assert.c | 84 sm_io_flush(smioerr, SM_TIME_DEFAULT); 180 sm_io_flush(smioerr, SM_TIME_DEFAULT);
|
H A D | fflush.c | 47 sm_io_flush(fp, timeout) function
|
H A D | debug.c | 175 sm_io_flush(SmDebugOutput, SM_TIME_DEFAULT);
|
H A D | fopen.c | 284 (void) sm_io_flush(fp, SM_TIME_FOREVER);
|
H A D | vfprintf.c | 132 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 D | err.c | 67 (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 | 311 (void) sm_io_flush(s, SM_TIME_DEFAULT);
|
H A D | savemail.c | 440 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 D | bf.c | 648 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
|
H A D | deliver.c | 589 (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 D | collect.c | 727 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 D | main.c | 2107 (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 D | usersmtp.c | 3073 (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 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 | 1075 (void) sm_io_flush(mci->mci_statfile, SM_TIME_DEFAULT);
|
H A D | srvrsmtp.c | 1179 (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 D | milter.c | 1779 if (sm_io_flush(e->e_dfp, SM_TIME_DEFAULT) != 0 || 3714 (void) sm_io_flush(e->e_dfp, SM_TIME_DEFAULT);
|
H A D | daemon.c | 2599 (void) sm_io_flush(e->e_xfp, SM_TIME_DEFAULT);
|
H A D | parseaddr.c | 2446 (void) sm_io_flush(fp, SM_TIME_DEFAULT);
|
H A D | queue.c | 871 if (sm_io_flush(tfp, SM_TIME_DEFAULT) != 0 || 8683 (sm_io_flush(tempqfp, SM_TIME_DEFAULT) != 0 ||
|
H A D | map.c | 7912 (sm_io_flush(f, SM_TIME_DEFAULT) != 0) ||
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | io.h | 275 int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));
|
Completed in 192 milliseconds