Searched defs:feof (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfeof.c2 Implementation of a subroutine version of the macro feof,
44 NetBSD: feof.c,v 1.11 2003/08/07 16:43:22 agc Exp
45 feof.c 8.1 (Berkeley) 6/4/93
55 #undef feof macro
58 feof(FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h66 int feof (FILE *);
1418 @return The feof function returns non-zero if, and only if, the end-of-file
1421 int feof (FILE *Stream);
1601 #define feof(p) __sfeof(p) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h219 #undef feof macro
220 #define feof(FP) xf86feof(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h257 #undef feof macro
258 #define feof(FP) xf86feof(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h257 #undef feof macro
258 #define feof(FP) xf86feof(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h263 #undef feof macro
264 #define feof(FP) xf86feof(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h263 #undef feof macro
264 #define feof(FP) xf86feof(FP) macro

Completed in 202 milliseconds