IBNOS
Public Attributes | List of all members
tarHeader Struct Reference

#include <filesystem.h>

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 84 of file filesystem.h.

Member Data Documentation

◆ checksum

char tarHeader::checksum[8]

Definition at line 92 of file filesystem.h.

◆ devmajor

char tarHeader::devmajor[8]

Definition at line 99 of file filesystem.h.

◆ devminor

char tarHeader::devminor[8]

Definition at line 100 of file filesystem.h.

◆ gid

char tarHeader::gid[8]

Definition at line 89 of file filesystem.h.

◆ gname

char tarHeader::gname[32]

Definition at line 98 of file filesystem.h.

◆ linkname

char tarHeader::linkname[100]

Definition at line 94 of file filesystem.h.

◆ magic

char tarHeader::magic[6]

Definition at line 95 of file filesystem.h.

◆ mode

char tarHeader::mode[8]

Definition at line 87 of file filesystem.h.

◆ mtime

char tarHeader::mtime[12]

Definition at line 91 of file filesystem.h.

◆ name

char tarHeader::name[100]

Definition at line 86 of file filesystem.h.

◆ pad

char tarHeader::pad[12]

Definition at line 102 of file filesystem.h.

◆ prefix

char tarHeader::prefix[155]

Definition at line 101 of file filesystem.h.

◆ size

char tarHeader::size[12]

Definition at line 90 of file filesystem.h.

◆ typeflag

char tarHeader::typeflag

Definition at line 93 of file filesystem.h.

◆ uid

char tarHeader::uid[8]

Definition at line 88 of file filesystem.h.

◆ uname

char tarHeader::uname[32]

Definition at line 97 of file filesystem.h.

◆ version

char tarHeader::version[2]

Definition at line 96 of file filesystem.h.


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