#include "system.h"
#include <rpmcli.h>
#include <rpmbuild.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | POPT_QUERYFORMAT 1000 |
#define | POPT_WHATREQUIRES 1001 |
#define | POPT_WHATPROVIDES 1002 |
#define | POPT_QUERYBYNUMBER 1003 |
#define | POPT_TRIGGEREDBY 1004 |
#define | POPT_DUMP 1005 |
#define | POPT_SPECFILE 1006 |
Functions | |
void | rpmQVSourceArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
void | queryArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
rpmQVArguments_s | rpmQVArgs |
int | specedit = 0 |
poptOption | rpmQVSourcePoptTable [] |
Common query/verify mode options. More... | |
poptOption | rpmQueryPoptTable [] |
Query mode options. More... | |
poptOption | rpmVerifyPoptTable [] |
Verify mode options. More... |
Definition in file poptQV.c.
|
Definition at line 21 of file poptQV.c. Referenced by queryArgCallback. |
|
Definition at line 19 of file poptQV.c. Referenced by rpmQVSourceArgCallback. |
|
Definition at line 16 of file poptQV.c. Referenced by queryArgCallback. |
|
Definition at line 22 of file poptQV.c. Referenced by rpmQVSourceArgCallback. |
|
Definition at line 20 of file poptQV.c. Referenced by rpmQVSourceArgCallback. |
|
Definition at line 18 of file poptQV.c. Referenced by rpmQVSourceArgCallback. |
|
Definition at line 17 of file poptQV.c. Referenced by rpmQVSourceArgCallback. |
|
Definition at line 102 of file poptQV.c. References POPT_DUMP, POPT_QUERYFORMAT, rpmQVArgs, xmalloc, and xrealloc. |
|
Definition at line 25 of file poptQV.c. References POPT_QUERYBYNUMBER, POPT_SPECFILE, POPT_TRIGGEREDBY, POPT_WHATPROVIDES, POPT_WHATREQUIRES, and rpmQVArgs. |
|
Query mode options.
|
|
Definition at line 13 of file poptQV.c. Referenced by main, queryArgCallback, and rpmQVSourceArgCallback. |
|
Common query/verify mode options.
|
|
Verify mode options.
|
|
|