The SWORD Project  1.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tar_header Struct Reference
+ Collaboration diagram for tar_header:

Public Attributes

char chksum [8]
 
char devmajor [8]
 
char devminor [8]
 
char gid [8]
 
char gname [32]
 
char linkname [100]
 
char magic [6]
 
char mode [8]
 
char mtime [12]
 
char name [100]
 
char prefix [155]
 
char size [12]
 
char typeflag
 
char uid [8]
 
char uname [32]
 
char version [2]
 

Detailed Description

Definition at line 58 of file untgz.c.

Member Data Documentation

char tar_header::chksum[8]

Definition at line 66 of file untgz.c.

char tar_header::devmajor[8]

Definition at line 73 of file untgz.c.

char tar_header::devminor[8]

Definition at line 74 of file untgz.c.

char tar_header::gid[8]

Definition at line 63 of file untgz.c.

char tar_header::gname[32]

Definition at line 72 of file untgz.c.

char tar_header::linkname[100]

Definition at line 68 of file untgz.c.

char tar_header::magic[6]

Definition at line 69 of file untgz.c.

char tar_header::mode[8]

Definition at line 61 of file untgz.c.

char tar_header::mtime[12]

Definition at line 65 of file untgz.c.

char tar_header::name[100]

Definition at line 60 of file untgz.c.

char tar_header::prefix[155]

Definition at line 75 of file untgz.c.

char tar_header::size[12]

Definition at line 64 of file untgz.c.

char tar_header::typeflag

Definition at line 67 of file untgz.c.

char tar_header::uid[8]

Definition at line 62 of file untgz.c.

char tar_header::uname[32]

Definition at line 71 of file untgz.c.

char tar_header::version[2]

Definition at line 70 of file untgz.c.


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