dpkg 1.22.7-3-g89f48
Loading...
Searching...
No Matches
Functions | Variables
main.c File Reference

(811651673)

#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 * opt_showformat = "${Package}\t${Version}\n"
 
int opt_debug = 0
 
int opt_nocheck = 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_deb0
 
struct compress_params compress_params
 

Function Documentation

◆ main()

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

Variable Documentation

◆ compress_params

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

◆ compress_params_deb0

struct compress_params compress_params_deb0
Initial value:
= {
.level = -1,
.threads_max = -1,
}
@ COMPRESSOR_TYPE_GZIP
Definition compress.h:41

Referenced by do_build(), and main().

◆ deb_format

struct deb_version deb_format = DEB_VERSION(2, 0)

Referenced by do_build(), and main().

◆ opt_debug

int opt_debug = 0

◆ opt_nocheck

int opt_nocheck = 0

Referenced by do_build().

◆ opt_root_owner_group

int opt_root_owner_group = 0

Referenced by do_build().

◆ opt_showformat

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

Referenced by do_showinfo().

◆ opt_uniform_compression

int opt_uniform_compression = 1

Referenced by do_build(), and main().

◆ opt_verbose

int opt_verbose = 0