Search | Google it | Results 1 - 1 of 1 for funcall:__sflush from t2ex/bsd_source/lib/libc/src_bsd/stdio/refill.c (0.00 seconds) |
73: if (fp->_flags & __SWR) { 74: if (__sflush(fp)) 75: return (EOF); 112: if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) 113: __sflush(fp); 114: }