rpm 4.19.0
The RPM Package Manager
|
#include <rpm/rpmio.h>
#include <rpm/header.h>
#include <rpm/rpmtag.h>
#include <rpm/rpmds.h>
#include <rpm/rpmver.h>
Go to the source code of this file.
RPMRC | |
#define | RPM_MACHTABLE_COUNT 4 |
enum | rpm_machtable_e { RPM_MACHTABLE_INSTARCH = 0 , RPM_MACHTABLE_INSTOS = 1 , RPM_MACHTABLE_BUILDARCH = 2 , RPM_MACHTABLE_BUILDOS = 3 } |
int | rpmReadConfigFiles (const char *file, const char *target) |
void | rpmGetArchInfo (const char **name, int *num) |
int | rpmGetArchColor (const char *arch) |
void | rpmGetOsInfo (const char **name, int *num) |
int | rpmMachineScore (int type, const char *name) |
int | rpmShowRC (FILE *fp) |
void | rpmFreeRpmrc (void) |
int | rpmVersionCompare (Header first, Header second) |
rpmRC | headerCheck (rpmts ts, const void *uh, size_t uc, char **msg) |
rpmRC | rpmReadHeader (rpmts ts, FD_t fd, Header *hdrp, char **msg) |
rpmRC | rpmReadPackageFile (rpmts ts, FD_t fd, const char *fn, Header *hdrp) |
rpmRC | rpmInstallSourcePackage (rpmts ts, FD_t fd, char **specFilePtr, char **cookie) |
In Memoriam: Steve Taylor stayl.nosp@m.or@r.nosp@m.edhat.nosp@m..com was here, now he's not.
#define RPM_MACHTABLE_COUNT 4 |
No. of arch/os tables.
Install source package.
ts | transaction set | |
fd | file handle | |
[out] | specFilePtr | address of spec file name (or NULL) |
[out] | cookie | address of cookie pointer (or NULL) |