Searched refs:__sflush (Results 1 – 10 of 10) sorted by relevance
78 retval = __sflush(fp); in fflush()97 retval = __sflush(fp); in __fflush()102 __sflush(FILE *fp) in __sflush() function147 ret = __sflush(fp); in sflush_locked()
57 ret = __sflush(fp); in lflush()92 if (__sflush(fp)) in __srefill()131 __sflush(fp); in __srefill()
104 (void) __sflush(fp); in freopen()143 (void) __sflush(fp); in freopen()
71 __sflush(stderr); in perror()
55 r = fp->_flags & __SWR ? __sflush(fp) : 0; in cleanfile()
74 (void)__sflush(fp); in setvbuf()
61 extern int __sflush(FILE *);
121 if (__sflush(fp)) in __ungetc()
206 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
284 if (__sflush(fp) || in _fseeko()