Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfflush.c74 retval = __sflush(fp); in fflush()
93 retval = __sflush(fp); in __fflush()
100 __sflush(FILE *fp) in __sflush() function
144 ret = __sflush(fp); in sflush_locked()
H A Drefill.c53 ret = __sflush(fp); in lflush()
88 if (__sflush(fp)) in __srefill()
127 __sflush(fp); in __srefill()
H A Dfreopen.c100 (void) __sflush(fp); in freopen()
139 (void) __sflush(fp); in freopen()
H A Dperror.c67 __sflush(stderr); in perror()
H A Dfclose.c51 r = fp->_flags & __SWR ? __sflush(fp) : 0; in cleanfile()
H A Dsetvbuf.c71 (void)__sflush(fp); in setvbuf()
H A Dungetc.c117 if (__sflush(fp)) in __ungetc()
H A Dlocal.h63 extern int __sflush(FILE *);
H A Dfindfp.c202 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
H A Dfseek.c280 if (__sflush(fp) || in _fseeko()