#include "system.h"
#include <rpmcli.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | POPT_SHOWVERSION -999 |
#define | POPT_SHOWRC -998 |
#define | POPT_QUERYTAGS -997 |
#define | POPT_PREDEFINE -996 |
Functions | |
void | printVersion (FILE *fp) |
Display rpm version. | |
void | rpmcliConfigured (void) |
Make sure that rpm configuration has been read. | |
void | rpmcliAllArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
poptContext | rpmcliFini (poptContext optCon) |
Destroy most everything needed by an rpm CLI executable context. | |
poptContext | rpmcliInit (int argc, char *const argv[], struct poptOption *optionsTable) |
Initialize most everything needed by an rpm CLI executable context. | |
Variables | |
int | _debug = 0 |
int | _rpmds_nopromote |
int | _fps_debug |
int | _fsm_debug |
int | _hdr_debug |
int | _print_pkts |
int | _psm_debug |
int | _rpmal_debug |
int | _rpmdb_debug |
int | _rpmds_debug |
int | _rpmfc_debug |
int | _rpmfi_debug |
int | _rpmps_debug |
int | _rpmte_debug |
int | _rpmts_debug |
int | _rpmts_stats |
int | noLibio |
const char * | rpmcliPipeOutput = NULL |
const char * | rpmcliRcfile = NULL |
const char * | rpmcliRootDir = "/" |
rpmQueryFlags | rpmcliQueryFlags |
int | _ftp_debug |
int | _rpmio_debug |
int | rpmcliInitialized = -1 |
poptOption | rpmcliAllPoptTable [] |
Definition in file poptALL.c.
|
Definition at line 15 of file poptALL.c. Referenced by rpmcliAllArgCallback(). |
|
Definition at line 14 of file poptALL.c. Referenced by rpmcliAllArgCallback(). |
|
Definition at line 13 of file poptALL.c. Referenced by rpmcliAllArgCallback(). |
|
Definition at line 12 of file poptALL.c. Referenced by rpmcliAllArgCallback(). |
|
Display rpm version.
Definition at line 101 of file poptALL.c. References _. Referenced by printUsage(), and rpmcliAllArgCallback(). |
|
|
Make sure that rpm configuration has been read.
Definition at line 113 of file poptALL.c. References EXIT_FAILURE, rpmcliInitialized, rpmcliRcfile, and rpmReadConfigFiles(). Referenced by main(), rpmcliAllArgCallback(), and rpmcliInit(). |
|
Destroy most everything needed by an rpm CLI executable context.
Definition at line 315 of file poptALL.c. References poptFreeContext(). Referenced by main(). |
|
Initialize most everything needed by an rpm CLI executable context.
Definition at line 330 of file poptALL.c. References _, __progname, argv, bindtextdomain, EXIT_FAILURE, LIBRPMALIAS_FILENAME, LOCALEDIR, PACKAGE, POPT_BADOPTION_NOALIAS, poptBadOption(), poptGetContext(), poptGetNextOpt(), poptGetOptArg(), poptReadConfigFile(), poptReadDefaultConfig(), poptSetExecPath(), poptStrerror(), rpmcliConfigured(), RPMCONFIGDIR, rpmIncreaseVerbosity, RPMMESS_NORMAL, rpmSetVerbosity, setlocale, setprogname, and textdomain. Referenced by main(). |
|
|
|
|
|
Definition at line 31 of file poptALL.c. Referenced by fsmStage(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 71 of file poptALL.c. Referenced by Fdopen(), and ufdClose(). |
|
Definition at line 96 of file poptALL.c. Referenced by rpmcliAllArgCallback(), and rpmcliConfigured(). |
|
|
|
Definition at line 78 of file poptALL.c. Referenced by rpmcliConfigured(). |
|
|