Home
last modified time | relevance | path

Searched refs:sm_flush (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c173 if (sm_flush(fp, &timeout))
204 if ((fp->f_flags & SMNOW) != 0 && sm_flush(fp, &timeout))
236 if (sm_flush(fp, &timeout))
264 if (sm_flush(fp, &timeout))
H A Drefill.c123 return sm_flush(fp, timeout);
187 if (sm_flush(fp, &timeout))
235 sm_flush(fp->f_flushfp, &timeout);
H A Dfflush.c68 return sm_flush(fp, (int *) &timeout);
89 sm_flush(fp, timeout) in sm_flush() function
H A Dfseek.c145 sm_flush(fp, (int *) &timeout);
321 if (sm_flush(fp, &ret) != 0 ||
H A Dfpos.c102 (void) sm_flush(fp, (int *) &timeout);
H A Dfclose.c120 r = fp->f_flags & SMWR ? sm_flush(fp, (int *) &timeout) : 0;
H A Dsetvbuf.c82 (void) sm_flush(fp, &timeout);
H A Dungetc.c128 if (sm_flush(fp, &timeout))
H A Dlocal.h28 int sm_flush __P((SM_FILE_T *, int *));
H A Dfindfp.c230 (void) sm_fwalk(sm_flush, &timeout); /* `cheating' */ in sm_cleanup()