LLVM 19.0.0git
Public Attributes | List of all members
UstarHeader Struct Reference

Public Attributes

char Name [100]
 
char Mode [8]
 
char Uid [8]
 
char Gid [8]
 
char Size [12]
 
char Mtime [12]
 
char Checksum [8]
 
char TypeFlag
 
char Linkname [100]
 
char Magic [6]
 
char Version [2]
 
char Uname [32]
 
char Gname [32]
 
char DevMajor [8]
 
char DevMinor [8]
 
char Prefix [155]
 
char Pad [12]
 

Detailed Description

Definition at line 35 of file TarWriter.cpp.

Member Data Documentation

◆ Checksum

char UstarHeader::Checksum[8]

Definition at line 42 of file TarWriter.cpp.

Referenced by computeChecksum().

◆ DevMajor

char UstarHeader::DevMajor[8]

Definition at line 49 of file TarWriter.cpp.

◆ DevMinor

char UstarHeader::DevMinor[8]

Definition at line 50 of file TarWriter.cpp.

◆ Gid

char UstarHeader::Gid[8]

Definition at line 39 of file TarWriter.cpp.

◆ Gname

char UstarHeader::Gname[32]

Definition at line 48 of file TarWriter.cpp.

◆ Linkname

char UstarHeader::Linkname[100]

Definition at line 44 of file TarWriter.cpp.

◆ Magic

char UstarHeader::Magic[6]

Definition at line 45 of file TarWriter.cpp.

Referenced by makeUstarHeader().

◆ Mode

char UstarHeader::Mode[8]

Definition at line 37 of file TarWriter.cpp.

Referenced by writeUstarHeader().

◆ Mtime

char UstarHeader::Mtime[12]

Definition at line 41 of file TarWriter.cpp.

◆ Name

char UstarHeader::Name[100]

Definition at line 36 of file TarWriter.cpp.

Referenced by splitUstar(), and writeUstarHeader().

◆ Pad

char UstarHeader::Pad[12]

Definition at line 52 of file TarWriter.cpp.

◆ Prefix

char UstarHeader::Prefix[155]

Definition at line 51 of file TarWriter.cpp.

Referenced by writeUstarHeader().

◆ Size

char UstarHeader::Size[12]

Definition at line 40 of file TarWriter.cpp.

Referenced by writePaxHeader(), and writeUstarHeader().

◆ TypeFlag

char UstarHeader::TypeFlag

Definition at line 43 of file TarWriter.cpp.

Referenced by writePaxHeader().

◆ Uid

char UstarHeader::Uid[8]

Definition at line 38 of file TarWriter.cpp.

◆ Uname

char UstarHeader::Uname[32]

Definition at line 47 of file TarWriter.cpp.

◆ Version

char UstarHeader::Version[2]

Definition at line 46 of file TarWriter.cpp.

Referenced by makeUstarHeader().


The documentation for this struct was generated from the following file: