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

/external/fdlibm/
H A Dk_standard.c24 #undef fflush macro
93 (void) fflush(stdout);
/external/bison/lib/
H A Derror.c76 # define fflush(s) INTUSE(_IO_fflush) (s) macro
178 fflush (stderr);
201 fflush (stdout);
262 fflush (stdout);
H A Dunlocked-io.h59 # undef fflush macro
60 # define fflush(x) fflush_unlocked (x) macro
62 # define fflush_unlocked(x) fflush (x)

Completed in 149 milliseconds