dpkg 1.21.11
Data Fields
command Struct Reference

Describe a command to execute. More...

#include <command.h>

Data Fields

const char * name
 Descriptive name of the command, used when printing. More...
 
const char * filename
 Filename to execute; either a path or the progname. More...
 
int argc
 
int argv_size
 
const char ** argv
 

Detailed Description

Describe a command to execute.

Field Documentation

◆ argc

int command::argc

Referenced by command_destroy(), and command_init().

◆ argv

const char** command::argv

◆ argv_size

int command::argv_size

Referenced by command_destroy(), and command_init().

◆ filename

const char* command::filename

Filename to execute; either a path or the progname.

Referenced by command_destroy(), command_exec(), and command_init().

◆ name

const char* command::name

Descriptive name of the command, used when printing.

Referenced by command_destroy(), command_exec(), command_init(), and maintscript_fallback().


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