Searched refs:__sflush (Results 1 – 15 of 15) sorted by relevance
51 r = __sflush(fp); in fflush()58 __sflush(FILE *fp) in __sflush() function95 r = __sflush(fp); in __sflush_locked()
71 if (__sflush(fp)) in __swbuf()78 if (__sflush(fp)) in __swbuf()
137 if (__sflush(fp)) in __sfvwrite()185 if (__sflush(fp)) in __sfvwrite()199 if (__sflush(fp)) in __sfvwrite()
74 if (__sflush(fp)) in __srefill()113 __sflush(fp); in __srefill()
82 __sflush(fp); /* may adjust seek offset on append stream */ in fseeko()231 if (__sflush(fp) || in fseeko()
50 r = fp->_flags & __SWR ? __sflush(fp) : 0; in fclose()
72 return __sflush(&f) ? EOF : ret; in vdprintf()
58 __sflush(fp); /* may adjust seek offset on append stream */ in ftello()
48 int __sflush(FILE *);
67 (void)__sflush(fp); in setvbuf()
80 (void) __sflush(fp); in freopen()
97 if (__sflush(fp)) in ungetc()
155 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
119 if (ret >= 0 && __sflush(&fake)) in __sbprintf()
145 if (ret >= 0 && __sflush(&fake)) in __sbprintf()