gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__sflush_locked (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/refill.c - 4.7KB - 128 lines
42:         if ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR))
43:                 return (__sflush_locked(fp)); /* ignored... */
44:         return (0);