Home
last modified time | relevance | path

Searched refs:__sflush (Results 1 – 15 of 15) sorted by relevance

/openbsd/lib/libc/stdio/
H A Dfflush.c51 r = __sflush(fp); in fflush()
58 __sflush(FILE *fp) in __sflush() function
95 r = __sflush(fp); in __sflush_locked()
H A Dwbuf.c71 if (__sflush(fp)) in __swbuf()
78 if (__sflush(fp)) in __swbuf()
H A Dfvwrite.c137 if (__sflush(fp)) in __sfvwrite()
185 if (__sflush(fp)) in __sfvwrite()
199 if (__sflush(fp)) in __sfvwrite()
H A Drefill.c74 if (__sflush(fp)) in __srefill()
113 __sflush(fp); in __srefill()
H A Dfseek.c82 __sflush(fp); /* may adjust seek offset on append stream */ in fseeko()
231 if (__sflush(fp) || in fseeko()
H A Dfclose.c50 r = fp->_flags & __SWR ? __sflush(fp) : 0; in fclose()
H A Dvdprintf.c72 return __sflush(&f) ? EOF : ret; in vdprintf()
H A Dftell.c58 __sflush(fp); /* may adjust seek offset on append stream */ in ftello()
H A Dlocal.h48 int __sflush(FILE *);
H A Dsetvbuf.c67 (void)__sflush(fp); in setvbuf()
H A Dfreopen.c80 (void) __sflush(fp); in freopen()
H A Dungetc.c97 if (__sflush(fp)) in ungetc()
H A Dfindfp.c155 (void) _fwalk(__sflush); /* `cheating' */ in _cleanup()
H A Dvfwprintf.c119 if (ret >= 0 && __sflush(&fake)) in __sbprintf()
H A Dvfprintf.c145 if (ret >= 0 && __sflush(&fake)) in __sbprintf()