#include "system.h"
#include <rpmcli.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | POPT_RELOCATE -1016 |
#define | POPT_EXCLUDEPATH -1019 |
#define | POPT_ROLLBACK -1024 |
Functions | |
time_t | get_date (const char *p, void *now) |
static void | argerror (const char *desc) |
static void | installArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
rpmInstallArguments_s | rpmIArgs |
poptOption | rpmInstallPoptTable [] |
Definition in file poptI.c.
#define POPT_EXCLUDEPATH -1019 |
#define POPT_RELOCATE -1016 |
#define POPT_ROLLBACK -1024 |
static void argerror | ( | const char * | desc | ) | [static] |
time_t get_date | ( | const char * | p, | |
void * | now | |||
) |
Referenced by installArgCallback().
static void installArgCallback | ( | poptContext | con, | |
enum poptCallbackReason | reason, | |||
const struct poptOption * | opt, | |||
const char * | arg, | |||
const void * | data | |||
) | [static] |
Definition at line 34 of file poptI.c.
References _, poptOption::arg, argerror(), poptOption::argInfo, get_date(), poptOption::longName, rpmRelocation_s::newPath, rpmInstallArguments_s::numRelocations, rpmRelocation_s::oldPath, POPT_EXCLUDEPATH, POPT_RELOCATE, POPT_ROLLBACK, rpmInstallArguments_s::rbtid, rpmInstallArguments_s::relocations, rpmIArgs, poptOption::shortName, poptOption::val, and xrealloc().