/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | EfiSysCall.h | 9 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 D | unistd.h | 77 #ifndef SEEK_SET 78 #define SEEK_SET 0 /**< set file offset to offset */ macro 88 #define L_SET SEEK_SET
|
H A D | fcntl.h | 127 #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 D | EfiRom.c | 262 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 D | InstallPkg.py | 22 from os import SEEK_SET namespace 192 FilePointer.seek(0, SEEK_SET)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdio.h | 53 #ifndef SEEK_SET 54 #define SEEK_SET 0 macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stdio.h | 63 #ifndef SEEK_SET 64 #define SEEK_SET 0 macro
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdio.h | 313 #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 D | zconf.h | 524 #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 D | zip.c | 87 #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 D | xf86_libc.h | 525 #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 D | xf86_libc.h | 569 #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 D | xf86_libc.h | 569 #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 D | xf86_libc.h | 575 #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 D | xf86_libc.h | 573 #undef SEEK_SET macro 574 #define SEEK_SET XF86_SEEK_SET macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mmsystem.h | 1625 #ifndef SEEK_SET 1626 #define SEEK_SET 0 macro 1629 #endif /* SEEK_SET */
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | mmsystem.h | 1623 #ifndef SEEK_SET 1624 #define SEEK_SET 0 macro 1627 #endif /* SEEK_SET */
|