Home
last modified time | relevance | path

Searched refs:sflush_locked (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
Dfflush.c46 static int sflush_locked(FILE *);
58 return (_fwalk(sflush_locked)); in fflush()
93 return (_fwalk(sflush_locked)); in __fflush()
142 sflush_locked(FILE *fp) in sflush_locked() function