#include "system.h"
#include <rpmbuild.h>
#include <rpmurl.h>
#include "manifest.h"
#include "debug.h"
Go to the source code of this file.
RPMQV | |
| int | showQueryPackage (QVA_t *qva, rpmdb rpmdb, Header h) |
| void | rpmDisplayQueryTags (FILE *f) |
| int | showMatches (QVA_t *qva, rpmdbMatchIterator mi, QVF_t showPackage) |
| int | rpmQueryVerify (QVA_t *qva, rpmQVSources source, const char *arg, rpmdb rpmdb, QVF_t showPackage) |
| int | rpmQuery (QVA_t *qva, rpmQVSources source, const char *arg) |
Defines | |
| #define | PATH_MAX 255 |
Functions | |
| void* | _free (const void *this) |
| Wrapper to free(3), hides const compilation noise, permit NULL, return NULL. More... | |
| void | printFileInfo (char *te, const char *name, unsigned int size, unsigned short mode, unsigned int mtime, unsigned short rdev, unsigned int nlink, const char *owner, const char *group, int uid, int gid, const char *linkto) |
| const char* | queryHeader (Header h, const char *qfmt) |
| int | countLinks (int_16 *fileRdevList, int_32 *fileInodeList, int nfiles, int xfile) |
| void | printNewSpecfile (Spec spec) |
Variables | |
| int (* | parseSpecVec )(Spec *specp, const char *specFile, const char *rootdir, const char *buildRoot, int inBuildArch, const char *passPhrase, char *cookie, int anyarch, int force)=NULL |
| void (* | freeSpecVec )(Spec spec)=NULL |
Definition in file query.c.
|
|
|
|
|
Wrapper to free(3), hides const compilation noise, permit NULL, return NULL.
|
|
|
Definition at line 127 of file query.c. Referenced by showQueryPackage().
|
|
|
Definition at line 32 of file query.c. Referenced by showQueryPackage().
|
|
|
Definition at line 370 of file query.c. Referenced by rpmQueryVerify().
|
|
|
Definition at line 114 of file query.c. Referenced by showQueryPackage().
|
|
|
Definition at line 480 of file query.c. Referenced by rpmQueryVerify().
|
|
|
Definition at line 474 of file query.c. Referenced by rpmQueryVerify().
|
1.2.6-20010408 written by Dimitri van Heesch,
© 1997-2001