Searched refs:sm_flush (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | fflush.c | 70 return sm_flush(fp, (int *) &timeout); 91 sm_flush(fp, timeout) function
|
H A D | refill.c | 125 return sm_flush(fp, timeout); 189 if (sm_flush(fp, &timeout)) 237 sm_flush(fp->f_flushfp, &timeout);
|
H A D | fpos.c | 104 (void) sm_flush(fp, (int *) &timeout);
|
H A D | fvwrite.c | 175 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 D | fclose.c | 122 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 D | setvbuf.c | 84 (void) sm_flush(fp, &timeout);
|
H A D | ungetc.c | 130 if (sm_flush(fp, &timeout))
|
H A D | fseek.c | 147 sm_flush(fp, (int *) &timeout); 323 if (sm_flush(fp, &ret) != 0 ||
|
H A D | local.h | 30 int sm_flush __P((SM_FILE_T *, int *));
|
H A D | findfp.c | 232 (void) sm_fwalk(sm_flush, &timeout); /* `cheating' */
|
Completed in 58 milliseconds