Searched refs:header (Results 1 – 4 of 4) sorted by relevance
31 ARCHeader header; in makeOutFile() local70 header.magic = REV32(DARCH_MAGIC); in makeOutFile()71 header.fstStart = REV32(map.fstPosition); in makeOutFile()72 header.fstSize = REV32(map.fstLength); in makeOutFile()73 header.fileStart = REV32(map.userFilePosition); in makeOutFile()74 header.reserve[0] = 0; in makeOutFile()75 header.reserve[1] = 0; in makeOutFile()76 header.reserve[2] = 0; in makeOutFile()77 header.reserve[3] = 0; in makeOutFile()86 if (sizeof(ARCHeader) != write(fido, &header, sizeof(ARCHeader))) in makeOutFile()
45 ARCHeader header; in OpenArc() local63 if (sizeof(ARCHeader) != read(handle->fid, &header, sizeof(ARCHeader))) in OpenArc()69 if (header.magic != REV32(DARCH_MAGIC)) in OpenArc()75 fstLength = REV32(header.fstSize); in OpenArc()76 handle->fileStart = REV32(header.fileStart); in OpenArc()84 if ( -1 == lseek(handle->fid, REV32(header.fstStart), SEEK_SET) ) in OpenArc()
605 ARCHeader header; in ConstructFSTFromStructure() local642 header.magic = REV32(DARCH_MAGIC); in ConstructFSTFromStructure()643 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()644 header.fstSize = REV32(fstLength); in ConstructFSTFromStructure()645 header.fileStart = REV32(userPos); in ConstructFSTFromStructure()646 header.reserve[0] = 0; in ConstructFSTFromStructure()647 header.reserve[1] = 0; in ConstructFSTFromStructure()648 header.reserve[2] = 0; in ConstructFSTFromStructure()649 header.reserve[3] = 0; in ConstructFSTFromStructure()724 if (sizeof(ARCHeader) != write(fidNew, &header, sizeof(ARCHeader))) in ConstructFSTFromStructure()
142 - The header file is placed in the following directory.