dpkg 1.22.7-3-g89f48
Loading...
Searching...
No Matches
Functions
Program support
Collaboration diagram for Program support:

Functions

void dpkg_program_init (const char *progname)
 Standard initializations when starting a dpkg-based program.
 
void dpkg_program_done (void)
 Standard cleanups before terminating a dpkg-based program.
 

Detailed Description

Function Documentation

◆ dpkg_program_done()

void dpkg_program_done ( void  )

Standard cleanups before terminating a dpkg-based program.

References ehflag_normaltidy, and pop_error_context().

Referenced by main().

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

◆ dpkg_program_init()

void dpkg_program_init ( const char *  progname)

Standard initializations when starting a dpkg-based program.

Parameters
prognameThe program name.

References dpkg_debug_init(), dpkg_set_progname(), dpkg_set_report_buffer(), and push_error_context().

Referenced by main().

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