/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | unistd.h | 77 #ifndef SEEK_SET 78 #define SEEK_SET 0 /**< set file offset to offset */ macro 88 #define L_SET SEEK_SET
|
D | fcntl.h | 129 #ifndef SEEK_SET 130 #define SEEK_SET 0 /* set file offset to offset */ macro
|
D | EfiSysCall.h | 80 #ifndef SEEK_SET 81 #define SEEK_SET 0 /**< set file offset to offset */ macro
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/ |
D | replace.c | 72 fseek (In, 0, SEEK_SET); in main() 114 fseek (In, InFilePos, SEEK_SET); in main() 135 fseek (In, InFilePos, SEEK_SET); in main()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fseeko.c | 139 whence = SEEK_SET; in __weak_alias() 143 case SEEK_SET: in __weak_alias() 183 if (whence == SEEK_SET) in __weak_alias() 256 if ((*seekfn)(fp->_cookie, curoff, SEEK_SET) == POS_ERR) in __weak_alias()
|
D | fsetpos.c | 62 return (fseeko(iop, (off_t)*pos, SEEK_SET)); in fsetpos()
|
D | rewind.c | 61 (void) fseek(fp, 0L, SEEK_SET); in rewind()
|
D | fseek.c | 69 if (whence == SEEK_SET) in fseek()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/ |
D | GenTEImage.c | 283 fseek (InFptr, 0, SEEK_SET); in ProcessFile() 292 if (fseek (InFptr, 0x3C, SEEK_SET) != 0) { in ProcessFile() 302 if (fseek (InFptr, PESigOffset + 4, SEEK_SET) != 0) { in ProcessFile() 391 fseek (InFptr, SaveFilePosition, SEEK_SET); in ProcessFile() 480 fseek (InFptr, BytesStripped, SEEK_SET); in ProcessFile() 580 fseek (Fptr, 0, SEEK_SET); in CheckPE32File() 598 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File() 634 fseek (Fptr, 0, SEEK_SET); in CheckPE32File()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
D | SetStamp.c | 113 if (fseek (fp, 0, SEEK_SET) != 0) { in GetDateTime() 201 if (fseek (fp, offset, SEEK_SET) != 0) { in ReadFromFile() 241 if (fseek (fp, offset, SEEK_SET) != 0) { in WriteToFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 72 SEEK_SET = os.SEEK_SET variable
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/ |
D | EfiLdrImage.c | 132 fseek (in, 0, SEEK_SET); in FCopyFile() 280 fseek (fpOut, EfiLdrHeader.FileLength, SEEK_SET); in main() 311 fseek (fpOut, 0, SEEK_SET); in main()
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 51 file_->seekTo(0, SEEK_SET); in Initialize() 123 file_->seekTo(0, SEEK_SET); in Save()
|
/device/google/contexthub/util/common/ |
D | file.h | 41 off64_t seekTo(off64_t pos, int whence = SEEK_SET);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | io.py | 71 SEEK_SET = 0 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | io.py | 62 SEEK_SET = 0 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zconf.in.h | 295 #ifndef SEEK_SET 296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
D | zconf.h | 295 #ifndef SEEK_SET 296 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Strip/ |
D | strip.c | 127 fseek (InFile, 0, SEEK_SET); in main()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/ |
D | EfiRom.c | 461 fseek (InFptr, 0, SEEK_SET); in ProcessBinFile() 681 fseek (InFptr, 0, SEEK_SET); in ProcessEfiFile() 926 fseek (Fptr, 0, SEEK_SET); in CheckPE32File() 945 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File() 1424 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) { in DumpImage() 1518 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset + PciDs.DeviceListOffset, SEEK_SET)) { in DumpImage() 1553 if (fseek (InFptr, ImageStart + (PciDs.ImageLength * 512), SEEK_SET)) { in DumpImage()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
D | EfiRom.c | 258 fseek (InFptr, 0, SEEK_SET); in ProcessBinFile() 514 fseek (InFptr, 0, SEEK_SET); in ProcessEfiFile() 794 fseek (Fptr, 0, SEEK_SET); in CheckPE32File() 813 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET); in CheckPE32File() 1369 if (fseek (InFptr, ImageStart + PciRomHdr.PcirOffset, SEEK_SET)) { in DumpImage() 1463 if (fseek (InFptr, ImageStart, SEEK_SET)) { in DumpImage() 1527 if (fseek (InFptr, ImageStart + (PciDs23.ImageLength * 512), SEEK_SET)) { in DumpImage() 1532 if (fseek (InFptr, ImageStart + (PciDs30.ImageLength * 512), SEEK_SET)) { in DumpImage()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
D | HiiPack.c | 380 fseek (InFptr, 0, SEEK_SET); in MergeHiiExports() 593 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in MergeHiiExports() 821 fseek (InFptr, 0, SEEK_SET); in CreateHiiExport() 958 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport() 1030 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport() 1045 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport() 1057 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport() 1136 fseek (OutFptr, DataTableHeaderOffset, SEEK_SET); in CreateHiiExport() 1226 fseek (InFptr, 0, SEEK_SET); in ProcessIfrFiles() 1349 fseek (InFptr, 0, SEEK_SET); in EmitDefaults() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/ |
D | GenPage.c | 264 fseek (NoPageFile, 0, SEEK_SET); in GenBinPage() 282 fseek (PageFile, gPageTableOffsetInFile, SEEK_SET); in GenBinPage()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/ |
D | daShell.c | 109 if(whence != SEEK_SET) { in da_ShellSeek() 224 BufSize = (ssize_t)da_ShellSeek(filp, *offset, SEEK_SET); in da_ShellRead() 274 int How = SEEK_SET; in da_ShellWrite() 284 How = SEEK_SET; in da_ShellWrite()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | 7zFile.c | 200 case SZ_SEEK_SET: moveMethod = SEEK_SET; break; in File_Seek() 232 fseek(p->file, pos, SEEK_SET); in File_GetLength()
|