gonzui


Format: Advanced Search

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