Searched refs:fseek (Results 26 - 40 of 40) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h128 /* for fseek */
303 #undef fseek macro
304 #define fseek(FP,l,i) xf86fseek(FP,l,i) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c698 fseek (SourceFile->Fptr, 0, SEEK_END);
704 fseek (SourceFile->Fptr, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c262 fseek (InputFile, Offset, SEEK_SET);
285 fseek (InputFile, Offset, SEEK_SET);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h98 /* for fseek */
259 #undef fseek macro
260 #define fseek(FP,l,i) xf86fseek(FP,l,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h128 /* for fseek */
303 #undef fseek macro
304 #define fseek(FP,l,i) xf86fseek(FP,l,i) macro
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Delf2efi.c643 if ( fseek ( pe, section->hdr.PointerToRawData,
H A Dnrv2b.c1252 fseek(infile, 0, SEEK_END);
1385 if (fseek(infile, sizeof(magic) + sizeof(tw) + 1 + 1 + sizeof(tw),
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp576 if (!fseek(pStream->pFile, 0, SEEK_SET))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c1622 fseek (InputFile, 0, SEEK_END);
1624 fseek (InputFile, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c124 fseek (FileHandle, 0, SEEK_SET);
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c988 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c42 # define fseeko fseek
H A Ddt_cc.c1725 (void) fseek(ofp, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3177 fseek (pInFile, 0, SEEK_END);
3179 fseek (pInFile, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1851 fseek (fpIn, 0, SEEK_SET);

Completed in 223 milliseconds

12