Files | |
file | macro.c |
file | rpmlib.h |
RPMRC | |
enum | rpm_machtable_e { RPM_MACHTABLE_INSTARCH = 0, RPM_MACHTABLE_INSTOS = 1, RPM_MACHTABLE_BUILDARCH = 2, RPM_MACHTABLE_BUILDOS = 3 } |
const char * | rpmGetVar (int var) |
void | rpmSetVar (int var, const char *val) |
int | rpmReadConfigFiles (const char *file, const char *target) |
void | rpmGetArchInfo (const char **name, int *num) |
void | rpmGetOsInfo (const char **name, int *num) |
int | rpmMachineScore (int type, const char *name) |
int | rpmShowRC (FILE *fp) |
void | rpmSetTables (int archTable, int osTable) |
void | rpmSetMachine (const char *arch, const char *os) |
void | rpmGetMachine (const char **arch, const char **os) |
void | rpmFreeRpmrc (void) |
Functions | |
int | rpmReadRC (const char *rcfiles) |
Variables | |
const char * | macrofiles |
|
Build and install arch/os table identifiers.
|
|
Destroy rpmrc arch/os compatibility tables.
Definition at line 1644 of file rpmrc.c. Referenced by main. |
|
Return current arch name and/or number.
|
|
Return current arch/os names.
|
|
Return current os name and/or number.
|
|
Return value of an rpmrc variable.
|
|
Return arch/os score of a name. An arch/os score measures the "nearness" of a name to the currently running (or defined) platform arch/os. For example, the score of arch "i586" on an i686 platform is (usually) 2. The arch/os score is used to select one of several otherwise identical packages using the arch/os tags from the header as hints of the intended platform for the package.
|
|
Read macro configuration file(s) for a target.
|
|
Read rpmrc (and macro) configuration file(s).
Definition at line 1723 of file rpmrc.c. References _, _free, defaultsInitialized, defrcfiles, doReadRC, Ferror, Fopen, Fstrerror, getenv, rpmGetVar, rpmInitMacros, rpmSetMachine, RPMVAR_MACROFILES, setDefaults, and xstrdup. Referenced by rpmReadConfigFiles. |
|
Set current arch/os names. NULL as argument is set to the default value (munged uname()) pushed through a translation table (if appropriate).
|
|
|
|
Set value of an rpmrc variable.
|
|
Display current rpmrc (and macro) configuration.
|
|
List of macro files to read when configuring rpm. This is a colon separated list of files. URI's are permitted as well, identified by the token '://', so file paths must not begin with '//'. Definition at line 40 of file rpmmacro.h. |