#include "system.h"
#include <rpmcli.h>
#include "rpmdb.h"
#include "rpmfi.h"
#include "rpmts.h"
#include "manifest.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | PATH_MAX 255 |
Functions | |
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, const char *linkto) |
const char * | queryHeader (Header h, const char *qfmt) |
int | showQueryPackage (QVA_t qva, rpmts ts, Header h) |
void | rpmDisplayQueryTags (FILE *fp) |
int | rpmcliShowMatches (QVA_t qva, rpmts ts) |
unsigned char | nibble (char c) |
Convert hex to binary nibble. | |
int | rpmQueryVerify (QVA_t qva, rpmts ts, const char *arg) |
int | rpmcliQuery (rpmts ts, QVA_t qva, const char **argv) |
Definition in file query.c.
|
Definition at line 10 of file query.c. Referenced by doLookup(), and rpmQueryVerify(). |
|
Convert hex to binary nibble.
|
|
Definition at line 27 of file query.c. References _free(), alloca(), rpmPermsString(), and S_ISLNK. Referenced by showQueryPackage(). |
|
Definition at line 108 of file query.c. References _, headerSprintf(), RPMERR_QFMT, and rpmError. Referenced by showQueryPackage(). |