rpm
5.4.10
|
#include "rpmevr.h"
Go to the source code of this file.
Functions | |
int | dpkgEVRcmp (const char *a, const char *b) |
Segmented string compare. More... | |
int | dpkgEVRparse (const char *evrstr, EVR_t evr) |
Split EVR string into epoch, version, and release components. More... | |
int | dpkgEVRcompare (const EVR_t a, const EVR_t b) |
Compare EVR containers. More... | |
Variables | |
int | _rpmdpkg_debug |
int dpkgEVRcmp | ( | const char * | a, |
const char * | b | ||
) |
Segmented string compare.
a | 1st string |
b | 2nd string |
Definition at line 33 of file rpmdpkg.c.
References dpkgEVRctype(), and xisdigit().
Referenced by dpkgEVRcompare().
Compare EVR containers.
a | 1st EVR container |
b | 2nd EVR container |
Definition at line 66 of file rpmdpkg.c.
References dpkgEVRcmp().
int dpkgEVRparse | ( | const char * | evrstr, |
EVR_t | evr | ||
) |
Split EVR string into epoch, version, and release components.
evrstr | [epoch:]version[-release] string |
*evr | parse results |
Definition at line 61 of file rpmdpkg.c.
References rpmEVRparse().