Rizin
unix-like reverse engineering framework and cli tools
tar_header Struct Reference

Public Attributes

char name [100]
 
char mode [8]
 
char uid [8]
 
char gid [8]
 
char size [12]
 
char mtime [12]
 
char chksum [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]
 

Detailed Description

Definition at line 68 of file untgz.c.

Member Data Documentation

◆ chksum

char tar_header::chksum[8]

Definition at line 76 of file untgz.c.

◆ devmajor

char tar_header::devmajor[8]

Definition at line 83 of file untgz.c.

◆ devminor

char tar_header::devminor[8]

Definition at line 84 of file untgz.c.

◆ gid

char tar_header::gid[8]

Definition at line 73 of file untgz.c.

◆ gname

char tar_header::gname[32]

Definition at line 82 of file untgz.c.

◆ linkname

char tar_header::linkname[100]

Definition at line 78 of file untgz.c.

◆ magic

char tar_header::magic[6]

Definition at line 79 of file untgz.c.

◆ mode

char tar_header::mode[8]

Definition at line 71 of file untgz.c.

Referenced by test_group_name.GroupTest::run().

◆ mtime

char tar_header::mtime[12]

Definition at line 75 of file untgz.c.

◆ name

◆ prefix

char tar_header::prefix[155]

Definition at line 85 of file untgz.c.

Referenced by capstone.CsInsn::__gen_detail().

◆ size

char tar_header::size[12]

Definition at line 74 of file untgz.c.

◆ typeflag

char tar_header::typeflag

Definition at line 77 of file untgz.c.

◆ uid

char tar_header::uid[8]

Definition at line 72 of file untgz.c.

◆ uname

char tar_header::uname[32]

Definition at line 81 of file untgz.c.

◆ version

char tar_header::version[2]

Definition at line 80 of file untgz.c.


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