gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__sflush from t2ex/bsd_source/lib/libc/src_bsd/stdio/wbuf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/wbuf.c - 3.4KB - 84 lines
73:         if (n >= fp->_bf._size) {
74:                 if (__sflush(fp))
75:                         return (EOF);
80: if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n')) 81: if (__sflush(fp)) 82: return (EOF);