|
dpkg 1.22.7-3-g89f48
|
#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"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 |
| int main | ( | int | argc, |
| const char *const * | argv | ||
| ) |
References _, cmdinfo::action, BACKEND, badusage(), cipaction, compress_params_deb0, compressor_check_params(), compressor_get_name(), COMPRESSOR_TYPE_GZIP, COMPRESSOR_TYPE_NONE, COMPRESSOR_TYPE_XZ, COMPRESSOR_TYPE_ZSTD, deb_format, dpkg_locales_done(), dpkg_locales_init(), dpkg_options_parse(), dpkg_program_done(), dpkg_program_init(), compress_params::level, deb_version::major, deb_version::minor, opt_uniform_compression, dpkg_error::str, compress_params::threads_max, compress_params::type, and dpkg_error::type.
| struct compress_params compress_params |
| struct compress_params compress_params_deb0 |
Referenced by do_build(), and main().
| struct deb_version deb_format = DEB_VERSION(2, 0) |
Referenced by do_build(), and main().
| int opt_debug = 0 |
| int opt_nocheck = 0 |
Referenced by do_build().
| int opt_root_owner_group = 0 |
Referenced by do_build().
| const char* opt_showformat = "${Package}\t${Version}\n" |
Referenced by do_showinfo().
| int opt_uniform_compression = 1 |
Referenced by do_build(), and main().
| int opt_verbose = 0 |
Referenced by do_extract(), do_raw_extract(), do_vextract(), and main().