|
rpm 5.3.12
|
#include "system.h"#include <popt.h>#include <rpmio_internal.h>#include <rpmcb.h>#include <argv.h>#include <rpmtypes.h>#include <rpmtag.h>#include <rpmds.h>#include "debug.h"
Go to the source code of this file.
Defines | |
| #define | _RPMDS_INTERNAL |
| #define | _RPMEVR_INTERNAL |
| #define | progname __progname |
Functions | |
| static int | pointRpmEVR (ARGV_t av) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | program_name |
| static struct poptOption | optionsTable [] |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file rpmcmp.c.
References _, argvCount(), argvFgets(), optionsTable, pointRpmEVR(), and progname.
| static int pointRpmEVR | ( | ARGV_t | av | ) | [static] |
Definition at line 19 of file rpmcmp.c.
References _free(), alloca(), rpmEVRcompare(), and rpmEVRparse().
Referenced by main().
struct poptOption optionsTable[] [static] |
{
{ "debug", 'd', POPT_ARG_VAL, &_rpmevr_debug, -1, NULL, NULL },
POPT_AUTOALIAS
POPT_AUTOHELP
POPT_TABLEEND
}
Definition at line 41 of file rpmcmp.c.
Referenced by main().
| const char* program_name |
1.7.4