Searched defs:SEEK_SET (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiSysCall.h9 SEEK_SET 0 set file offset to offset
80 #ifndef SEEK_SET
81 #define SEEK_SET 0 /**< set file offset to offset */ macro
H A Dunistd.h77 #ifndef SEEK_SET
78 #define SEEK_SET 0 /**< set file offset to offset */ macro
88 #define L_SET SEEK_SET
H A Dfcntl.h127 #ifndef SEEK_SET
128 #define SEEK_SET 0 /* set file offset to offset */ macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c262 fseek (InFptr, 0, SEEK_SET);
512 fseek (InFptr, 0, SEEK_SET);
774 fseek (Fptr, 0, SEEK_SET);
793 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); local
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 (InFptr, ImageStart + (PciDs30.ImageLength * 512), SEEK_SET)) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py22 from os import SEEK_SET namespace
192 FilePointer.seek(0, SEEK_SET)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h53 #ifndef SEEK_SET
54 #define SEEK_SET 0 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h63 #ifndef SEEK_SET
64 #define SEEK_SET 0 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h313 #ifndef SEEK_SET
314 #define SEEK_SET 0 /**< set file offset to offset */ macro
1328 Whence is SEEK_SET, the current value of the file position indicator if
1333 the same file, and Whence must be SEEK_SET.
1345 - SEEK_SET indicates Offset is an absolute position.
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h524 #if !defined(SEEK_SET) && !defined(Z_SOLO)
525 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dzip.c87 #ifndef SEEK_SET
88 #define SEEK_SET 0 macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h525 #undef SEEK_SET macro
526 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h569 #undef SEEK_SET macro
570 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h569 #undef SEEK_SET macro
570 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h575 #undef SEEK_SET macro
576 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h573 #undef SEEK_SET macro
574 #define SEEK_SET XF86_SEEK_SET macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmmsystem.h1625 #ifndef SEEK_SET
1626 #define SEEK_SET 0 macro
1629 #endif /* SEEK_SET */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmsystem.h1623 #ifndef SEEK_SET
1624 #define SEEK_SET 0 macro
1627 #endif /* SEEK_SET */

Completed in 118 milliseconds