FOSSology  4.4.0
Open Source License Compliance by Open Source Software
cmdlist Struct Reference

Command table's single row. More...

#include <ununpack.h>

Collaboration diagram for cmdlist:
Collaboration graph

Public Attributes

char * Magic
 
char * Cmd
 
char * CmdPre
 
char * CmdPost
 
char * MetaCmd
 
cmdtype Type
 
int Status
 
int ModeMaskDir
 
int ModeMaskReg
 
long DBindex
 

Detailed Description

Command table's single row.

See also
CMD
Note
Use "%s" to mean "output name" – only allow once "%s"
CMD get concatenated: cmd cmdpre sourcefile cmdpost

Definition at line 142 of file ununpack.h.

Member Data Documentation

◆ Cmd

char* cmdlist::Cmd

Ptr to magic

Definition at line 145 of file ununpack.h.

◆ CmdPost

char* cmdlist::CmdPost

Prefix for Cmd

Definition at line 147 of file ununpack.h.

◆ CmdPre

char* cmdlist::CmdPre

Command to run

Definition at line 146 of file ununpack.h.

◆ DBindex

long cmdlist::DBindex

ModeMask – Stat(2) st_mode mask for regular files

Definition at line 153 of file ununpack.h.

◆ MetaCmd

char* cmdlist::MetaCmd

Postfix for Cmd

Definition at line 148 of file ununpack.h.

◆ ModeMaskDir

int cmdlist::ModeMaskDir

Status 0=unavailable

Definition at line 151 of file ununpack.h.

◆ ModeMaskReg

int cmdlist::ModeMaskReg

ModeMask – Stat(2) st_mode mask for directories

Definition at line 152 of file ununpack.h.

◆ Status

int cmdlist::Status

Type: 0=compressed 1=packed 2=iso9660 3=disk

Definition at line 150 of file ununpack.h.

◆ Type

cmdtype cmdlist::Type

Used to extract meta info. Use 's' for the filename.

Definition at line 149 of file ununpack.h.


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