Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDfflush.c78 retval = __sflush(fp); in fflush()
97 retval = __sflush(fp); in __fflush()
102 __sflush(FILE *fp) in __sflush() function
147 ret = __sflush(fp); in sflush_locked()
HDrefill.c57 ret = __sflush(fp); in lflush()
92 if (__sflush(fp)) in __srefill()
131 __sflush(fp); in __srefill()
HDfreopen.c104 (void) __sflush(fp); in freopen()
143 (void) __sflush(fp); in freopen()
HDperror.c71 __sflush(stderr); in perror()
HDfclose.c55 r = fp->_flags & __SWR ? __sflush(fp) : 0; in cleanfile()
HDsetvbuf.c74 (void)__sflush(fp); in setvbuf()
HDlocal.h61 extern int __sflush(FILE *);
HDungetc.c121 if (__sflush(fp)) in __ungetc()
HDfindfp.c206 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
HDfseek.c284 if (__sflush(fp) || in _fseeko()