Searched refs:__sflush (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dfflush.c78 retval = __sflush(fp);
97 retval = __sflush(fp);
102 __sflush(FILE *fp) function
147 ret = __sflush(fp);
H A Drefill.c57 ret = __sflush(fp);
92 if (__sflush(fp))
131 __sflush(fp);
H A Dperror.c71 __sflush(stderr);
H A Dfreopen.c104 (void) __sflush(fp);
143 (void) __sflush(fp);
H A Dfclose.c55 r = fp->_flags & __SWR ? __sflush(fp) : 0;
H A Dsetvbuf.c74 (void)__sflush(fp);
H A Dlocal.h61 extern int __sflush(FILE *);
H A Dungetc.c121 if (__sflush(fp))
H A Dfindfp.c206 (void) _fwalk(__sflush); /* `cheating' */
H A Dfseek.c284 if (__sflush(fp) ||

Completed in 111 milliseconds