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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfflush.c2 Implementation of fflush as declared in <stdio.h>.
43 NetBSD: fflush.c,v 1.15 2003/08/07 16:43:22 agc Exp
44 fflush.c 8.1 (Berkeley) 6/4/93
60 fflush(FILE *fp) function
/vbox/src/recompiler/Sun/crt/
H A Dstdio.h62 #define fflush(file) RTLogFlush(NULL) macro
/vbox/src/recompiler/
H A Dosdep.h31 #define fflush(file) RTLogFlush(NULL) macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h432 # define fflush(x) do{} while(0) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h223 #undef fflush macro
224 #define fflush(FP) xf86fflush(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h261 #undef fflush macro
262 #define fflush(FP) xf86fflush(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h261 #undef fflush macro
262 #define fflush(FP) xf86fflush(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h267 #undef fflush macro
268 #define fflush(FP) xf86fflush(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h267 #undef fflush macro
268 #define fflush(FP) xf86fflush(FP) macro

Completed in 64 milliseconds