rpm
4.5
|
Popt tables for query/verify modes. More...
Go to the source code of this file.
Macros | |
#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 | |
struct rpmQVKArguments_s | rpmQVKArgs |
int | specedit = 0 |
struct poptOption | rpmQVSourcePoptTable [] |
Common query/verify mode options. More... | |
struct poptOption | rpmQueryPoptTable [] |
Query mode options. More... | |
struct poptOption | rpmVerifyPoptTable [] |
Verify mode options. More... | |
struct poptOption | rpmSignPoptTable [] |
Signature mode options. More... | |
Popt tables for query/verify modes.
Definition in file poptQV.c.
#define POPT_DUMP -1005 |
Definition at line 25 of file poptQV.c.
Referenced by queryArgCallback().
#define POPT_FTSWALK -1012 |
Definition at line 32 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_HDLIST -1011 |
Definition at line 31 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYBYFILEID -1009 |
Definition at line 29 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYBYHDRID -1008 |
Definition at line 28 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYBYNUMBER -1003 |
Definition at line 23 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYBYPKGID -1007 |
Definition at line 27 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYBYTID -1010 |
Definition at line 30 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_QUERYFORMAT -1000 |
Definition at line 20 of file poptQV.c.
Referenced by queryArgCallback().
#define POPT_SPECFILE -1006 |
Definition at line 26 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_SPECSRPM -1039 |
Definition at line 37 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_TRIGGEREDBY -1004 |
Definition at line 24 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_TRUST -1037 |
Definition at line 35 of file poptQV.c.
Referenced by queryArgCallback().
#define POPT_WHATNEEDS -1038 |
Definition at line 36 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_WHATPROVIDES -1002 |
Definition at line 22 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
#define POPT_WHATREQUIRES -1001 |
Definition at line 21 of file poptQV.c.
Referenced by rpmQVSourceArgCallback().
|
static |
Definition at line 177 of file poptQV.c.
References POPT_DUMP, POPT_QUERYFORMAT, POPT_TRUST, QUERY_FOR_CONFIG, QUERY_FOR_DOCS, QUERY_FOR_DUMPFILES, QUERY_FOR_LIST, QUERY_FOR_STATE, rpmQVKArguments_s::qva_flags, rpmQVKArguments_s::qva_mode, rpmQVKArguments_s::qva_queryFormat, RPMCLI_POPT_FORCE, RPMCLI_POPT_NOCONTEXTS, RPMCLI_POPT_NODEPS, RPMCLI_POPT_NODIGEST, RPMCLI_POPT_NOFDIGESTS, RPMCLI_POPT_NOHDRCHK, RPMCLI_POPT_NOSCRIPTS, RPMCLI_POPT_NOSIGNATURE, RPMPROB_FILTER_OLDPACKAGE, RPMPROB_FILTER_REPLACENEWFILES, RPMPROB_FILTER_REPLACEOLDFILES, RPMPROB_FILTER_REPLACEPKG, rpmQVKArgs, rpmQVKArguments_s::trust, VERIFY_CONTEXTS, VERIFY_DEPS, VERIFY_DIGEST, VERIFY_FDIGEST, VERIFY_HDRCHK, VERIFY_SCRIPT, VERIFY_SIGNATURE, xmalloc(), and xrealloc().
|
static |
Definition at line 40 of file poptQV.c.
References POPT_FTSWALK, POPT_HDLIST, POPT_QUERYBYFILEID, POPT_QUERYBYHDRID, POPT_QUERYBYNUMBER, POPT_QUERYBYPKGID, POPT_QUERYBYTID, POPT_SPECFILE, POPT_SPECSRPM, POPT_TRIGGEREDBY, POPT_WHATNEEDS, POPT_WHATPROVIDES, POPT_WHATREQUIRES, rpmQVKArguments_s::qva_char, rpmQVKArguments_s::qva_mode, rpmQVKArguments_s::qva_source, rpmQVKArguments_s::qva_sourceCount, RPMQV_ALL, RPMQV_DBOFFSET, RPMQV_FILEID, RPMQV_FTSWALK, RPMQV_GROUP, RPMQV_HDLIST, RPMQV_HDRID, RPMQV_PATH, RPMQV_PKGID, RPMQV_RPM, RPMQV_SPECFILE, RPMQV_SPECSRPM, RPMQV_TID, RPMQV_TRIGGEREDBY, RPMQV_WHATNEEDS, RPMQV_WHATPROVIDES, RPMQV_WHATREQUIRES, and rpmQVKArgs.