Searched refs:__sflush (Results 1 – 11 of 11) sorted by relevance
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()
72 return __sflush(&f) ? EOF : ret; in vdprintf()
67 (void)__sflush(fp); in setvbuf()
97 if (__sflush(fp)) in ungetc()
71 if (__sflush(fp)) in __srefill()110 __sflush(fp); in __srefill()
226 _fwalk(__sflush); in __libc_stdio_cleanup()340 if (fp->_flags & __SWR) __sflush(fp); in freopen()415 int r = fp->_flags & __SWR ? __sflush(fp) : 0; in __FILE_close()496 int __sflush(FILE* fp) { in __sflush() function523 return __sflush(fp); in __sflush_locked()570 __sflush(fp); // May adjust seek offset on append stream. in __ftello64_unlocked()618 if (__sflush(fp) || __seek_unlocked(fp, offset, whence) == -1) { in __fseeko64()1079 return __sflush(fp); in fflush_unlocked()
198 __LIBC32_LEGACY_PUBLIC__ int __sflush(FILE*);
107 if (ret >= 0 && __sflush(&fake)) ret = EOF; in __sbprintf()
1742 __sflush; # arm x86