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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfflush.c70 return sm_flush(fp, (int *) &timeout);
91 sm_flush(fp, timeout) function
H A Drefill.c125 return sm_flush(fp, timeout);
189 if (sm_flush(fp, &timeout))
237 sm_flush(fp->f_flushfp, &timeout);
H A Dfpos.c104 (void) sm_flush(fp, (int *) &timeout);
H A Dfvwrite.c175 if (sm_flush(fp, &timeout))
206 if ((fp->f_flags & SMNOW) != 0 && sm_flush(fp, &timeout))
238 if (sm_flush(fp, &timeout))
266 if (sm_flush(fp, &timeout))
H A Dfclose.c122 r = fp->f_flags & SMWR ? sm_flush(fp, (int *) &timeout) : 0;
124 /* sm_flush() has updated to.it_value for the time it's used */
H A Dsetvbuf.c84 (void) sm_flush(fp, &timeout);
H A Dungetc.c130 if (sm_flush(fp, &timeout))
H A Dfseek.c147 sm_flush(fp, (int *) &timeout);
323 if (sm_flush(fp, &ret) != 0 ||
H A Dlocal.h30 int sm_flush __P((SM_FILE_T *, int *));
H A Dfindfp.c232 (void) sm_fwalk(sm_flush, &timeout); /* `cheating' */

Completed in 58 milliseconds