dpkg 1.21.11
Functions | Variables
main.c File Reference

(3878c7d16)

#include <config.h>
#include <compat.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <dirent.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <dpkg/macros.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/dpkg-db.h>
#include <dpkg/compress.h>
#include <dpkg/options.h>
#include "dpkg-deb.h"
Include dependency graph for main.c:

Functions

int main (int argc, const char *const *argv)
 

Variables

const char * showformat = "${Package}\t${Version}\n"
 
int debugflag = 0
 
int nocheckflag = 0
 
int opt_verbose = 0
 
int opt_root_owner_group = 0
 
int opt_uniform_compression = 1
 
struct deb_version deb_format = DEB_VERSION(2, 0)
 
struct compress_params compress_params
 

Function Documentation

◆ main()

int main ( int  argc,
const char *const *  argv 
)

References BACKEND, dpkg_locales_init(), and dpkg_program_init().

Here is the call graph for this function:

Variable Documentation

◆ compress_params

Initial value:
= {
.type = DPKG_DEB_DEFAULT_COMPRESSOR,
.level = -1,
.threads_max = -1,
}
@ COMPRESSOR_STRATEGY_NONE
Definition: compress.h:49

◆ deb_format

struct deb_version deb_format = DEB_VERSION(2, 0)

◆ debugflag

int debugflag = 0

◆ nocheckflag

int nocheckflag = 0

◆ opt_root_owner_group

int opt_root_owner_group = 0

◆ opt_uniform_compression

int opt_uniform_compression = 1

◆ opt_verbose

int opt_verbose = 0

◆ showformat

const char* showformat = "${Package}\t${Version}\n"

Referenced by do_showinfo().