Searched refs:SEEK_SET (Results 1 - 25 of 81) sorted by relevance

1234

/device/linaro/bootloader/edk2/StdLib/Include/sys/
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 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 Dfcntl.h129 #ifndef SEEK_SET
130 #define SEEK_SET 0 /* set file offset to offset */ macro
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dfsetpos.c62 return (fseeko(iop, (off_t)*pos, SEEK_SET));
H A Drewind.c61 (void) fseek(fp, 0L, SEEK_SET);
H A Dfseek.c62 * Zero extend the offset if SEEK_SET to allow access to 4GB files
69 if (whence == SEEK_SET)
H A Dfseeko.c109 * Change any SEEK_CUR to SEEK_SET, and check `whence' argument.
110 * After this, whence is either SEEK_SET or SEEK_END.
139 whence = SEEK_SET;
143 case SEEK_SET:
183 if (whence == SEEK_SET)
256 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR)
/device/google/contexthub/util/common/
H A Dfile.h21 #include <stdio.h> // for SEEK_SET
41 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
H A Dreplace.c72 fseek (In, 0, SEEK_SET);
114 fseek (In, InFilePos, SEEK_SET);
135 fseek (In, InFilePos, SEEK_SET);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
62 SEEK_SET = 0 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dio.py57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
71 SEEK_SET = 0 variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DLongFilePathOs.py72 SEEK_SET = os.SEEK_SET variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
H A DSetStamp.c113 if (fseek (fp, 0, SEEK_SET) != 0) {
201 if (fseek (fp, offset, SEEK_SET) != 0) {
241 if (fseek (fp, offset, SEEK_SET) != 0) {
/device/google/contexthub/util/nanotool/
H A Dcalibrationfile.cpp51 file_->seekTo(0, SEEK_SET);
123 file_->seekTo(0, SEEK_SET);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
H A DGenTEImage.c283 fseek (InFptr, 0, SEEK_SET);
292 if (fseek (InFptr, 0x3C, SEEK_SET) != 0) {
302 if (fseek (InFptr, PESigOffset + 4, SEEK_SET) != 0) {
391 fseek (InFptr, SaveFilePosition, SEEK_SET);
480 fseek (InFptr, BytesStripped, SEEK_SET);
580 fseek (Fptr, 0, SEEK_SET);
598 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); local
634 fseek (Fptr, 0, SEEK_SET);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/
H A Dstrip.c127 fseek (InFile, 0, SEEK_SET);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dzconf.h295 #ifndef SEEK_SET
296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
H A Dzconf.in.h295 #ifndef SEEK_SET
296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c132 fseek (in, 0, SEEK_SET);
280 fseek (fpOut, EfiLdrHeader.FileLength, SEEK_SET);
311 fseek (fpOut, 0, SEEK_SET);
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
H A DEfiRom.c258 fseek (InFptr, 0, SEEK_SET);
514 fseek (InFptr, 0, SEEK_SET);
794 fseek (Fptr, 0, SEEK_SET);
813 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); local
1369 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) {
1463 if (fseek (InFptr, ImageStart, SEEK_SET)) {
1527 if (fseek (InFptr, ImageStart + (PciDs23.ImageLength * 512), SEEK_SET)) {
1532 if (fseek (InFptr, ImageStart + (PciDs30.ImageLength * 512), SEEK_SET)) {
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
H A DGenPage.c264 fseek (NoPageFile, 0, SEEK_SET);
282 fseek (PageFile, gPageTableOffsetInFile, SEEK_SET);
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zFile.c200 case SZ_SEEK_SET: moveMethod = SEEK_SET; break;
232 fseek(p->file, pos, SEEK_SET);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
H A DEfiRom.c461 fseek (InFptr, 0, SEEK_SET);
681 fseek (InFptr, 0, SEEK_SET);
926 fseek (Fptr, 0, SEEK_SET);
945 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); local
1424 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) {
1518 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset + PciDs.DeviceListOffset, SEEK_SET)) {
1553 if (fseek (InFptr, ImageStart + (PciDs.ImageLength * 512), SEEK_SET)) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dgzlib.c355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
383 if (whence != SEEK_SET && whence != SEEK_CUR)
387 if (whence == SEEK_SET)
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c109 if(whence != SEEK_SET) {
121 CurPos = 0; // offset is an absolute position for SEEK_SET
224 BufSize = (ssize_t)da_ShellSeek(filp, *offset, SEEK_SET);
274 int How = SEEK_SET;
284 How = SEEK_SET;

Completed in 236 milliseconds

1234