#include "system.h"
#include "rpmlib.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
| int | rpmvercmp (const char *a, const char *b) |
| void | parseEVR (char *evr, const char **ep, const char **vp, const char **rp) |
| Split EVR into epoch, version, and release components. | |
| int | rpmEVRcmp (const char *const aE, const char *const aV, const char *const aR, const char *const aDepend, const char *const bE, const char *const bV, const char *const bR, const char *const bDepend) |
| int | isChangeNameMoreFresh (const char *const head, const char *const tail[3]) |
Definition in file rpmvercmp.c.
|
||||||||||||
|
Definition at line 188 of file rpmvercmp.c. References _free(), parseEVR(), rpmEVRcmp(), RPMMESS_DEBUG, rpmMessage, xisspace(), and xstrdup(). |
|
||||||||||||||||||||
|
Split EVR into epoch, version, and release components.
Definition at line 119 of file rpmvercmp.c. References xisdigit(). Referenced by isChangeNameMoreFresh(), parseExpression(), and rpmRangesOverlap(). |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 157 of file rpmvercmp.c. References _, RPMMESS_DEBUG, rpmMessage, and rpmvercmp(). Referenced by isChangeNameMoreFresh(), and rpmRangesOverlap(). |
1.2.18