Searched refs:__sflush (Results 1 – 10 of 10) sorted by relevance
74 if (__sflush(fp)) in __swbuf()81 if (__sflush(fp)) in __swbuf()
137 if (__sflush(fp)) in __sfvwrite()177 if (__sflush(fp)) in __sfvwrite()191 if (__sflush(fp)) in __sfvwrite()
66 (void)__sflush(fp); in setvbuf()
97 if (__sflush(fp)) in ungetc()
71 if (__sflush(fp)) in __srefill()110 __sflush(fp); in __srefill()
228 _fwalk(__sflush); in __libc_stdio_cleanup()332 if (fp->_flags & __SWR) __sflush(fp); in freopen()419 int r = fp->_flags & __SWR ? __sflush(fp) : 0; in __FILE_close()500 int __sflush(FILE* fp) { in __sflush() function527 return __sflush(fp); in __sflush_locked()574 __sflush(fp); // May adjust seek offset on append stream. in __ftello64_unlocked()622 if (__sflush(fp) || __seek_unlocked(fp, offset, whence) == -1) { in __fseeko64()1086 return __sflush(fp); in fflush_unlocked()
199 __LIBC32_LEGACY_PUBLIC__ int __sflush(FILE*);
107 if (ret >= 0 && __sflush(&fake)) ret = EOF; in __sbprintf()
1640 __sflush; # arm x86 mips