Lines Matching full:fflush
201 Note! LOSS OF DATA can occur if fflush is applied on an input stream
207 # define fflush rpl_fflush
209 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
210 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
212 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
214 _GL_CXXALIASWARN (fflush);
216 # undef fflush
217 /* Assume fflush is always declared. */
218 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
219 "use gnulib module fflush for portable POSIX compliance");
472 /* Provide an fseeko function that is aware of a preceding fflush(), and which