Searched defs:fflush (Results 1 - 5 of 5) sorted by relevance

/external/fdlibm/
H A Dk_standard.c24 #undef fflush macro
93 (void) fflush(stdout);
/external/bison/lib/
H A Derror.c80 # define fflush(s) INTUSE(_IO_fflush) (s) macro
159 /* POSIX states that fflush (stdout) after fclose is unspecified; it
160 is safe in glibc, but not on all other platforms. fflush (NULL)
164 fflush (stdout);
279 fflush (stderr);
H A Dunlocked-io.h58 # undef fflush macro
59 # define fflush(x) fflush_unlocked (x) macro
61 # define fflush_unlocked(x) fflush (x)
/external/bison/darwin-lib/
H A Dstdio.h513 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 macro
529 /* Assume fflush is always declared. */
530 _GL_WARN_ON_USE (fflush, "fflush i
[all...]
/external/bison/linux-lib/
H A Dstdio.h513 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 macro
529 /* Assume fflush is always declared. */
530 _GL_WARN_ON_USE (fflush, "fflush i
[all...]

Completed in 187 milliseconds