dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <dirent.h>
#include <unistd.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 "main.h"
Data Structures | |
struct | error_report |
Functions | |
void | print_error_perpackage (const char *emsg, const void *data) |
void | print_error_perarchive (const char *emsg, const void *data) |
int | reportbroken_retexitstatus (int ret) |
bool | skip_due_to_hold (struct pkginfo *pkg) |
Variables | |
bool | abort_processing = false |
void print_error_perarchive | ( | const char * | emsg, |
const void * | data | ||
) |
References _, cipaction, notice(), cmdinfo::olong, and statusfd_send().
Referenced by archivefiles().
void print_error_perpackage | ( | const char * | emsg, |
const void * | data | ||
) |
References _, cipaction, notice(), cmdinfo::olong, and statusfd_send().
Referenced by process_queue(), and trigproc_run_deferred().
int reportbroken_retexitstatus | ( | int | ret | ) |
References _, abort_processing, error_report::next, and error_report::what.
Referenced by main().
bool skip_due_to_hold | ( | struct pkginfo * | pkg | ) |
References _, FORCE_HOLD, in_force(), notice(), pkg_name(), PKG_WANT_HOLD, pnaw_nonambig, and pkginfo::want.
Referenced by check_conflict().
bool abort_processing = false |
Referenced by archivefiles(), process_queue(), and reportbroken_retexitstatus().