Searched refs:__fflush (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dwbuf.c82 if (__fflush(fp))
89 if (__fflush(fp))
H A Dvdprintf.c69 return (__fflush(&f) ? EOF : ret);
H A Dfvwrite.c138 if (__fflush(fp))
178 if (__fflush(fp))
192 if (__fflush(fp))
H A Dfflush.c88 __fflush(FILE *fp) function
H A Dlocal.h57 extern int __fflush(FILE *fp);
H A Dxprintf.c568 extern int __fflush(FILE *fp);
597 if (ret >= 0 && __fflush(&fake))
H A Dvfprintf.c201 if (ret >= 0 && __fflush(&fake))
H A Dvfwprintf.c240 if (ret >= 0 && __fflush(&fake))

Completed in 68 milliseconds