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

#include <tar.h>

Data Fields

char name [NAMSIZ]
 
char mode [8]
 
char uid [8]
 
char gid [8]
 
char size [12]
 
char mtime [12]
 
char chksum [8]
 
char linkflag
 
char linkname [NAMSIZ]
 
char magic [8]
 
char uname [TUNMLEN]
 
char gname [TGNMLEN]
 
char devmajor [8]
 
char devminor [8]
 

Detailed Description

Definition at line 53 of file tar.h.

Field Documentation

◆ chksum

char record::header::chksum[8]

Definition at line 60 of file tar.h.

◆ devmajor

char record::header::devmajor[8]

Definition at line 66 of file tar.h.

◆ devminor

char record::header::devminor[8]

Definition at line 67 of file tar.h.

◆ gid

char record::header::gid[8]

Definition at line 57 of file tar.h.

◆ gname

char record::header::gname[TGNMLEN]

Definition at line 65 of file tar.h.

◆ linkflag

char record::header::linkflag

Definition at line 61 of file tar.h.

◆ linkname

char record::header::linkname[NAMSIZ]

Definition at line 62 of file tar.h.

◆ magic

char record::header::magic[8]

Definition at line 63 of file tar.h.

◆ mode

char record::header::mode[8]

Definition at line 55 of file tar.h.

◆ mtime

char record::header::mtime[12]

Definition at line 59 of file tar.h.

◆ name

char record::header::name[NAMSIZ]

Definition at line 54 of file tar.h.

◆ size

char record::header::size[12]

Definition at line 58 of file tar.h.

◆ uid

char record::header::uid[8]

Definition at line 56 of file tar.h.

◆ uname

char record::header::uname[TUNMLEN]

Definition at line 64 of file tar.h.


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