dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/dpkg-db.h>
#include <dpkg/options.h>
#include <dpkg/db-ctrl.h>
#include <dpkg/db-fsys.h>
#include <dpkg/buffer.h>
#include "main.h"
Data Structures | |
struct | verify_checks |
Typedefs | |
typedef void | verify_output_func(struct fsys_namenode *, struct verify_checks *) |
Enumerations | |
enum | verify_result { VERIFY_NONE , VERIFY_PASS , VERIFY_FAIL } |
Functions | |
bool | verify_set_output (const char *name) |
int | verify (const char *const *argv) |
typedef void verify_output_func(struct fsys_namenode *, struct verify_checks *) |
enum verify_result |
int verify | ( | const char *const * | argv | ) |
References _, cipaction, dpkg_options_parse_pkgname(), ensure_diversions(), m_output(), modstatdb_open(), modstatdb_shutdown(), msdbrw_readonly, notice(), pkg_hash_iter::pkg, pkg_hash_iter_free(), pkg_hash_iter_new(), pkg_hash_iter_next_pkg(), pkg_name(), PKG_STAT_NOTINSTALLED, pnaw_nonambig, and pkginfo::status.
bool verify_set_output | ( | const char * | name | ) |