Home | History | Annotate | Download | only in linux-lib

Lines Matching defs:fflush

513    Note! LOSS OF DATA can occur if fflush is applied on an input stream
519 # define fflush rpl_fflush
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
526 _GL_CXXALIASWARN (fflush);
528 # undef fflush
529 /* Assume fflush is always declared. */
530 _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
531 "use gnulib module fflush for portable POSIX compliance");
784 /* Provide an fseeko function that is aware of a preceding fflush(), and which