Go to the source code of this file.
◆ AREGTYPE
| #define AREGTYPE '\0' /* regular file */ |
◆ BLKTYPE
| #define BLKTYPE '4' /* block special */ |
◆ BLOCKSIZE
◆ CHRTYPE
| #define CHRTYPE '3' /* character special */ |
◆ CONTTYPE
| #define CONTTYPE '7' /* reserved */ |
◆ DIRTYPE
| #define DIRTYPE '5' /* directory */ |
◆ FIFOTYPE
| #define FIFOTYPE '6' /* FIFO special */ |
◆ GNUTYPE_DUMPDIR
| #define GNUTYPE_DUMPDIR 'D' |
◆ GNUTYPE_LONGLINK
| #define GNUTYPE_LONGLINK 'K' |
◆ GNUTYPE_LONGNAME
| #define GNUTYPE_LONGNAME 'L' |
◆ GNUTYPE_MULTIVOL
| #define GNUTYPE_MULTIVOL 'M' |
◆ GNUTYPE_SPARSE
| #define GNUTYPE_SPARSE 'S' |
◆ GNUTYPE_VOLHDR
| #define GNUTYPE_VOLHDR 'V' |
◆ LNKTYPE
| #define LNKTYPE '1' /* link */ |
◆ OLDGNU_MAGIC
| #define OLDGNU_MAGIC "ustar " /* 7 chars and a null */ |
◆ REGTYPE
| #define REGTYPE '0' /* regular file */ |
◆ SOLARIS_XHDTYPE
| #define SOLARIS_XHDTYPE 'X' |
◆ SPARSES_IN_EXTRA_HEADER
| #define SPARSES_IN_EXTRA_HEADER 16 |
◆ SPARSES_IN_OLDGNU_HEADER
| #define SPARSES_IN_OLDGNU_HEADER 4 |
◆ SPARSES_IN_SPARSE_HEADER
| #define SPARSES_IN_SPARSE_HEADER 21 |
◆ SPARSES_IN_STAR_EXT_HEADER
| #define SPARSES_IN_STAR_EXT_HEADER 21 |
◆ SPARSES_IN_STAR_HEADER
| #define SPARSES_IN_STAR_HEADER 4 |
◆ SYMTYPE
| #define SYMTYPE '2' /* reserved */ |
◆ TGEXEC
| #define TGEXEC 00010 /* execute/search by group */ |
◆ TGREAD
| #define TGREAD 00040 /* read by group */ |
◆ TGWRITE
| #define TGWRITE 00020 /* write by group */ |
◆ TMAGIC
| #define TMAGIC "ustar" /* ustar and a null */ |
◆ TMAGLEN
◆ TOEXEC
| #define TOEXEC 00001 /* execute/search by other */ |
◆ TOREAD
| #define TOREAD 00004 /* read by other */ |
◆ TOWRITE
| #define TOWRITE 00002 /* write by other */ |
◆ TSGID
| #define TSGID 02000 /* set GID on execution */ |
◆ TSUID
| #define TSUID 04000 /* set UID on execution */ |
◆ TSVTX
| #define TSVTX 01000 /* reserved */ |
◆ TUEXEC
| #define TUEXEC 00100 /* execute/search by owner */ |
◆ TUREAD
| #define TUREAD 00400 /* read by owner */ |
◆ TUWRITE
| #define TUWRITE 00200 /* write by owner */ |
◆ TVERSION
| #define TVERSION "00" /* 00 and no null */ |
◆ TVERSLEN
◆ XGLTYPE
| #define XGLTYPE 'g' /* Global extended header */ |
◆ XHDTYPE
◆ archive_format
| Enumerator |
|---|
| DEFAULT_FORMAT | |
| V7_FORMAT | |
| OLDGNU_FORMAT | |
| USTAR_FORMAT | |
| POSIX_FORMAT | |
| STAR_FORMAT | |
| GNU_FORMAT | |