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

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Drewind.c61 (void) fseek(fp, 0L, SEEK_SET);
H A Dfseek.c2 Implementation of fseek as declared in <stdio.h>.
43 NetBSD: fseek.c,v 1.22 2006/01/26 10:48:18 kleink Exp
65 fseek(FILE *fp, long l_offset, int whence) function
/vbox/src/bldprogs/
H A DVBoxPeSetVersion.cpp39 if (fseek(pFile, MzHdr.e_lfanew, SEEK_SET) != 0)
72 if (fseek(pFile, MzHdr.e_lfanew, SEEK_SET) != 0)
H A Dbin2c.c40 && !fseek(pFile, 0, SEEK_END))
44 && !fseek(pFile, 0, SEEK_SET))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c137 fseek (in, 0, SEEK_END);
140 fseek (in, 0, SEEK_SET);
288 fseek (fpOut, EfiLdrHeader.FileLength, SEEK_SET);
319 fseek (fpOut, 0, SEEK_SET);
/vbox/src/VBox/Main/webservice/
H A Dsplit-soapC.cpp59 int rc2 = fseek(pFileIn, 0, SEEK_END);
61 int rc3 = fseek(pFileIn, 0, SEEK_SET);
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.h16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
51 #define fseeko64 fseek
65 #define fseeko64 fseek
H A Dioapi.c179 if (fseek((FILE *)stream, offset, fseek_origin) != 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h109 extern int fseek(FILE *, long, int);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c259 fseek (NoPageFile, 0, SEEK_END);
261 fseek (NoPageFile, 0, SEEK_SET);
279 fseek (PageFile, gPageTableOffsetInFile, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zFile.c182 res = fseek(p->file, (long)*pos, moveMethod);
207 int res = fseek(p->file, 0, SEEK_END);
209 fseek(p->file, pos, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c256 fseek (InFptr, 0, SEEK_END);
262 fseek (InFptr, 0, SEEK_SET);
476 fseek (InFptr, 0, SEEK_END);
512 fseek (InFptr, 0, SEEK_SET);
774 fseek (Fptr, 0, SEEK_SET);
793 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET);
1312 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) {
1406 if (fseek (InFptr, ImageStart, SEEK_SET)) {
1470 if (fseek (InFptr, ImageStart + (PciDs23.ImageLength * 512), SEEK_SET)) {
1475 if (fseek (InFpt
[all...]
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp301 if (!fseek(pFh, 60L /*0x3C*/, SEEK_SET))
307 if (!fseek(pFh, byOffsetPE, SEEK_SET))
331 if (!fseek(pFh, byOffsetCOFF, SEEK_SET))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c207 if (fseek (InputFile, 0, SEEK_END)) {
232 if (fseek (InputFile, 0, SEEK_SET)) {
H A DParseInf.c667 if (fseek (InputFile, 0, SEEK_SET) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c286 fseek (InFile, 0, SEEK_END);
288 fseek (InFile, 0, SEEK_SET);
/vbox/src/libs/zlib-1.2.6/contrib/testzlib/
H A Dtestzlib.c128 fseek(stream,0,SEEK_END);
131 fseek(stream,0,SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c325 fseek (InFile, 0, SEEK_END);
327 fseek (InFile, 0, SEEK_SET);
346 fseek (InFile, 0, SEEK_SET);
360 fseek (InFile, 0, SEEK_SET);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c293 fseek (InFile, 0, SEEK_END);
295 fseek (InFile, 0, SEEK_SET);
467 fseek (InFile, 0, SEEK_END);
469 fseek (InFile, 0, SEEK_SET);
487 fseek (InFile, 0, SEEK_SET);
494 fseek (InFile, 0, SEEK_SET);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h146 int __cdecl fseek(FILE*,__msvcrt_long,int);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h59 int fseek (FILE *, long, int);
252 /* Unix stdio files get aligned to block boundaries on fseek() */
272 #define __SOPT 0x0400 /**< do fseek() optimization */
273 #define __SNPT 0x0800 /**< do not do fseek() optimization */
425 the current end-of-file, regardless of any intervening calls to fseek.
1217 (fseek, fsetpos, or rewind) discards any pushed-back characters for the
1321 The fseek function sets the file position indicator for the stream pointed
1323 stream is set and fseek fails.
1335 After determining the new position, a successful call to the fseek function
1338 After a successful fseek cal
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h148 int __cdecl fseek(FILE*,__msvcrt_long,int);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c551 fseek (Fp, 0L, SEEK_SET);
2139 fseek (Fp, (long) (FirstFwVSize - (UINTN) (SIZE_IA32_RESET_VECT + SIZE_SALE_ENTRY_POINT)), SEEK_SET);
2234 if (fseek (DestFile, 0, SEEK_END) != 0) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h124 /* for fseek */
297 #undef fseek macro
298 #define fseek(FP,l,i) xf86fseek(FP,l,i) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h124 /* for fseek */
297 #undef fseek macro
298 #define fseek(FP,l,i) xf86fseek(FP,l,i) macro

Completed in 135 milliseconds

12