#include "system.h"
#include <rpmcli.h>
#include "debug.h"
Include dependency graph for poptI.c:
Go to the source code of this file.
Defines | |
#define | POPT_RELOCATE -1021 |
#define | POPT_EXCLUDEPATH -1022 |
#define | POPT_ROLLBACK -1023 |
#define | POPT_ROLLBACK_EXCLUDE -1024 |
#define | POPT_AUTOROLLBACK_GOAL -1036 |
#define | alloca_strdup(_s) strcpy(alloca(strlen(_s)+1), (_s)) |
Functions | |
time_t | get_date (const char *p, void *now) |
static void | argerror (const char *desc) |
Print a message and exit. | |
static void | installArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
rpmQVKArguments_s | rpmIArgs |
poptOption | rpmInstallPoptTable [] |
Definition in file poptI.c.
|
|
|
Definition at line 28 of file poptI.c. Referenced by installArgCallback(). |
|
Definition at line 24 of file poptI.c. Referenced by installArgCallback(). |
|
Definition at line 23 of file poptI.c. Referenced by installArgCallback(). |
|
Definition at line 25 of file poptI.c. Referenced by installArgCallback(). |
|
Definition at line 26 of file poptI.c. Referenced by installArgCallback(). |
|
Print a message and exit.
Definition at line 38 of file poptI.c. References _, __progname, and EXIT_FAILURE. |
|
|
|