FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Command table's single row. More...
#include <ununpack.h>
Public Attributes | |
char * | Magic |
char * | Cmd |
char * | CmdPre |
char * | CmdPost |
char * | MetaCmd |
cmdtype | Type |
int | Status |
int | ModeMaskDir |
int | ModeMaskReg |
long | DBindex |
Command table's single row.
Definition at line 142 of file ununpack.h.
char* cmdlist::Cmd |
Ptr to magic
Definition at line 145 of file ununpack.h.
char* cmdlist::CmdPost |
Prefix for Cmd
Definition at line 147 of file ununpack.h.
char* cmdlist::CmdPre |
Command to run
Definition at line 146 of file ununpack.h.
long cmdlist::DBindex |
ModeMask – Stat(2) st_mode mask for regular files
Definition at line 153 of file ununpack.h.
char* cmdlist::MetaCmd |
Postfix for Cmd
Definition at line 148 of file ununpack.h.
int cmdlist::ModeMaskDir |
Status 0=unavailable
Definition at line 151 of file ununpack.h.
int cmdlist::ModeMaskReg |
ModeMask – Stat(2) st_mode mask for directories
Definition at line 152 of file ununpack.h.
int cmdlist::Status |
Type: 0=compressed 1=packed 2=iso9660 3=disk
Definition at line 150 of file ununpack.h.
cmdtype cmdlist::Type |
Used to extract meta info. Use 's' for the filename.
Definition at line 149 of file ununpack.h.