#include "system.h"
#include <rpmcli.h>
#include <rpmbuild.h>
#include <rpmgi.h>
#include "debug.h"
Include dependency graph for poptQV.c:

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 |
| #define | POPT_QUERYBYPKGID -1007 |
| #define | POPT_QUERYBYHDRID -1008 |
| #define | POPT_QUERYBYFILEID -1009 |
| #define | POPT_QUERYBYTID -1010 |
| #define | POPT_HDLIST -1011 |
| #define | POPT_FTSWALK -1012 |
| #define | POPT_TRUST -1037 |
| #define | POPT_WHATNEEDS -1038 |
| #define | POPT_SPECSRPM -1039 |
Functions | |
| static void | rpmQVSourceArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
| static void | queryArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data) |
Variables | |
| rpmQVKArguments_s | rpmQVKArgs |
| int | specedit = 0 |
| poptOption | rpmQVSourcePoptTable [] |
| Common query/verify mode options. | |
| poptOption | rpmQueryPoptTable [] |
| Query mode options. | |
| poptOption | rpmVerifyPoptTable [] |
| Verify mode options. | |
| poptOption | rpmSignPoptTable [] |
| Signature mode options. | |
Definition in file poptQV.c.
|
|
Definition at line 25 of file poptQV.c. Referenced by queryArgCallback(). |
|
|
Definition at line 32 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 31 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 29 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 28 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 23 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 27 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 30 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 20 of file poptQV.c. Referenced by queryArgCallback(). |
|
|
Definition at line 26 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 37 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 24 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 35 of file poptQV.c. Referenced by queryArgCallback(). |
|
|
Definition at line 36 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 22 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
|
Definition at line 21 of file poptQV.c. Referenced by rpmQVSourceArgCallback(). |
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
1.4.4