Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
tar.h File Reference

Go to the source code of this file.

Classes

union  record
 
struct  record::header
 

Macros

#define RECORDSIZE   512
 
#define NAMSIZ   100
 
#define TUNMLEN   32
 
#define TGNMLEN   32
 
#define TMAGIC   "ustar" /* 5 chars and a null */
 
#define GNUTMAGIC   "ustar " /* 7 chars and a null */
 

Macro Definition Documentation

◆ GNUTMAGIC

#define GNUTMAGIC   "ustar " /* 7 chars and a null */

Definition at line 74 of file tar.h.

◆ NAMSIZ

#define NAMSIZ   100

Definition at line 48 of file tar.h.

◆ RECORDSIZE

#define RECORDSIZE   512

Definition at line 47 of file tar.h.

◆ TGNMLEN

#define TGNMLEN   32

Definition at line 50 of file tar.h.

◆ TMAGIC

#define TMAGIC   "ustar" /* 5 chars and a null */

Definition at line 73 of file tar.h.

◆ TUNMLEN

#define TUNMLEN   32

Definition at line 49 of file tar.h.