#include "system.h"
#include <rpmiotypes.h>
#include <rpmtag.h>
#include <rpmdpkg.h>
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | _RPMEVR_INTERNAL |
Functions | |
static int | dpkgEVRctype (char x) |
int | dpkgEVRcmp (const char *a, const char *b) |
Segmented string compare. | |
int | dpkgEVRparse (const char *evrstr, EVR_t evr) |
Split EVR string into epoch, version, and release components. | |
int | dpkgEVRcompare (const EVR_t a, const EVR_t b) |
Compare EVR containers. | |
Variables | |
int | _rpmdpkg_debug = 0 |
static int dpkgEVRctype | ( | char | x ) | [inline, static] |
Definition at line 20 of file rpmdpkg.c.
References xisalpha(), and xisdigit().
Referenced by dpkgEVRcmp().
int _rpmdpkg_debug = 0 |