Data Fields | |
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] |
char | padding [12] |
Definition at line 11 of file ustar.c.
char ustar_header::name[100] |
char ustar_header::mode[8] |
char ustar_header::uid[8] |
char ustar_header::gid[8] |
char ustar_header::size[12] |
char ustar_header::mtime[12] |
char ustar_header::chksum[8] |
Definition at line 20 of file ustar.c.
Referenced by calculate_chksum(), ustar_make_header(), and ustar_parse_header().
char ustar_header::linkname[100] |
char ustar_header::magic[6] |
char ustar_header::version[2] |
char ustar_header::uname[32] |
char ustar_header::gname[32] |
char ustar_header::devmajor[8] |
char ustar_header::devminor[8] |
char ustar_header::prefix[155] |
char ustar_header::padding[12] |