php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_tar_header Struct Reference

#include <tar.h>

Data Fields

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 padding [12]
 

Detailed Description

the new USTAR header format. Note that tar can determine that the USTAR format is being used by the presence of the null-terminated string "ustar" in the magic field.

Definition at line 65 of file tar.h.

Field Documentation

◆ checksum

char _tar_header::checksum[8]

Definition at line 72 of file tar.h.

◆ devmajor

char _tar_header::devmajor[8]

Definition at line 87 of file tar.h.

◆ devminor

char _tar_header::devminor[8]

Definition at line 88 of file tar.h.

◆ gid

char _tar_header::gid[8]

Definition at line 69 of file tar.h.

◆ gname

char _tar_header::gname[32]

Definition at line 86 of file tar.h.

◆ linkname

char _tar_header::linkname[100]

Definition at line 82 of file tar.h.

◆ magic

char _tar_header::magic[6]

Definition at line 83 of file tar.h.

◆ mode

char _tar_header::mode[8]

Definition at line 67 of file tar.h.

◆ mtime

char _tar_header::mtime[12]

Definition at line 71 of file tar.h.

◆ name

char _tar_header::name[100]

Definition at line 66 of file tar.h.

◆ padding

char _tar_header::padding[12]

Definition at line 93 of file tar.h.

◆ prefix

char _tar_header::prefix[155]

Definition at line 89 of file tar.h.

◆ size

char _tar_header::size[12]

Definition at line 70 of file tar.h.

◆ typeflag

char _tar_header::typeflag

Definition at line 73 of file tar.h.

◆ uid

char _tar_header::uid[8]

Definition at line 68 of file tar.h.

◆ uname

char _tar_header::uname[32]

Definition at line 85 of file tar.h.

◆ version

char _tar_header::version[2]

Definition at line 84 of file tar.h.


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