dpkg 1.21.11
Typedefs | Functions
Message reporting
Collaboration diagram for Message reporting:

Typedefs

typedef void dpkg_warning_printer_func(const char *msg, void *data)
 

Functions

void dpkg_set_report_piped_mode (int mode)
 
void dpkg_set_report_buffer (FILE *fp)
 
void dpkg_warning_printer (const char *msg, void *data)
 
void dpkg_set_warning_printer (dpkg_warning_printer_func *printer, void *data)
 
int warning_get_count (void)
 
void warningv (const char *fmt, va_list args) DPKG_ATTR_VPRINTF(1)
 
void warning (const char *fmt,...) DPKG_ATTR_PRINTF(1)
 
void notice (const char *fmt,...) DPKG_ATTR_PRINTF(1)
 
void info (const char *fmt,...) DPKG_ATTR_PRINTF(1)
 

Detailed Description

Typedef Documentation

◆ dpkg_warning_printer_func

typedef void dpkg_warning_printer_func(const char *msg, void *data)

Function Documentation

◆ dpkg_set_report_buffer()

void dpkg_set_report_buffer ( FILE *  fp)

Referenced by debug_set_output().

Here is the caller graph for this function:

◆ dpkg_set_report_piped_mode()

void dpkg_set_report_piped_mode ( int  mode)

Referenced by main().

Here is the caller graph for this function:

◆ dpkg_set_warning_printer()

void dpkg_set_warning_printer ( dpkg_warning_printer_func printer,
void *  data 
)

◆ dpkg_warning_printer()

void dpkg_warning_printer ( const char *  msg,
void *  data 
)

References color_get(), COLOR_PROG, and dpkg_get_progname().

Here is the call graph for this function:

◆ info()

void info ( const char *  fmt,
  ... 
)

References args, color_get(), COLOR_PROG, dpkg_get_progname(), and m_vasprintf().

Here is the call graph for this function:

◆ notice()

void notice ( const char *  fmt,
  ... 
)

References args, color_get(), COLOR_PROG, dpkg_get_progname(), and m_vasprintf().

Referenced by check_breaks(), deferred_configure(), log_message(), predeppackage(), print_error_perarchive(), print_error_perpackage(), skip_due_to_hold(), and wanttoinstall().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ warning()

void warning ( const char *  fmt,
  ... 
)

References args, and warningv().

Referenced by checkpath(), cmpversions(), conffderef(), deferred_remove(), dpkg_debug_init(), dpkg_error_print(), forcibleerr(), forgetold(), maintscript_fallback(), md5hash(), parse_problem(), parse_warn(), setobsolete(), and wanttoinstall().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ warning_get_count()

int warning_get_count ( void  )

◆ warningv()

void warningv ( const char *  fmt,
va_list  args 
)

Referenced by forcibleerr(), and warning().

Here is the caller graph for this function: