Searched refs:__sflush (Results 1 – 10 of 10) sorted by relevance
74 retval = __sflush(fp); in fflush()93 retval = __sflush(fp); in __fflush()100 __sflush(FILE *fp) in __sflush() function144 ret = __sflush(fp); in sflush_locked()
53 ret = __sflush(fp); in lflush()88 if (__sflush(fp)) in __srefill()127 __sflush(fp); in __srefill()
100 (void) __sflush(fp); in freopen()139 (void) __sflush(fp); in freopen()
67 __sflush(stderr); in perror()
51 r = fp->_flags & __SWR ? __sflush(fp) : 0; in cleanfile()
71 (void)__sflush(fp); in setvbuf()
117 if (__sflush(fp)) in __ungetc()
63 extern int __sflush(FILE *);
202 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
280 if (__sflush(fp) || in _fseeko()