Searched refs:feof (Results 1 - 25 of 31) sorted by relevance

12

/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/bldprogs/
H A DVBoxCmp.cpp95 if (!feof(pFile1) || !feof(pFile2))
97 if (!feof(pFile1) && ferror(pFile1))
99 else if (!feof(pFile2) && ferror(pFile2))
101 else if (!feof(pFile2))
H A Dbin2c.c220 if (ferror(pFileIn) && !feof(pFileIn))
H A DVBoxDef2LazyLoad.cpp250 if (feof(pInput))
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c169 while (!feof(f)) {
/vbox/src/VBox/ValidationKit/bootsectors/
H A DVBoxBs2Linker.cpp163 if (cbRead != 4096 && !feof(pInput))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c419 if (feof (In)) {
428 if (feof (In)) {
/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c84 if (feof(in))
H A Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
/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/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c204 if (feof(fin)==0)
477 if (feof(fin)==0)
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp647 if (feof(pStream->pFile))
670 if (feof(pStream->pFile))
1060 if (feof(pStream->pFile))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DParseInf.c673 while (feof (InputFile) == 0) {
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php124 while ( !feof ( $fd ) ) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h133 int __cdecl feof(FILE*);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h132 int __cdecl feof(FILE*);
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp355 while (!feof(pFile) && (ch = fgetc(pFile)) != EOF)
/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/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.0.1/
H A Dxf86_libc.h263 #undef feof macro
264 #define feof(FP) xf86feof(FP) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp733 while (!feof (pInFile)) {
/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp556 if (psz[-1] != '\n' && !feof(pFile))
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c683 while (!feof(f)) {

Completed in 179 milliseconds

12