#include <rpmfc.h>
Data Fields | |
int | nfiles |
int | fknown |
int | fwhite |
int | ix |
int | skipProv |
int | skipReq |
int | tracked |
size_t | brlen |
ARGV_t | fn |
ARGI_t | fcolor |
ARGI_t | fcdictx |
ARGI_t | fddictx |
ARGI_t | fddictn |
ARGV_t | cdict |
ARGV_t | ddict |
ARGI_t | ddictx |
rpmds | provides |
rpmds | requires |
StringBuf | sb_java |
StringBuf | sb_perl |
StringBuf | sb_python |
Definition at line 18 of file rpmfc.h.
int rpmfc_s::nfiles |
no. of files
Definition at line 19 of file rpmfc.h.
Referenced by main(), rpmfcClassify(), rpmfcGenerateDepends(), and rpmfcPrint().
int rpmfc_s::fknown |
no. of classified files
Definition at line 20 of file rpmfc.h.
Referenced by main(), rpmfcClassify(), and rpmfcGenerateDepends().
int rpmfc_s::fwhite |
int rpmfc_s::ix |
current file index
Definition at line 22 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcClassify(), rpmfcELF(), rpmfcHelper(), rpmfcSCRIPT(), and rpmfcSYMLINK().
Don't auto-generate Provides:?
Definition at line 23 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcELF(), rpmfcGenerateDepends(), and rpmfcHelper().
int rpmfc_s::skipReq |
Don't auto-generate Requires:?
Definition at line 24 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcELF(), rpmfcGenerateDepends(), rpmfcHelper(), and rpmfcSYMLINK().
int rpmfc_s::tracked |
Versioned Provides: tracking dependency added?
Definition at line 25 of file rpmfc.h.
Referenced by rpmfcGenerateDepends(), and rpmfcHelper().
size_t rpmfc_s::brlen |
strlen(spec->buildRoot)
Definition at line 26 of file rpmfc.h.
Referenced by rpmfcClassify(), and rpmfcGenerateDepends().
(files) file names
Definition at line 28 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcClassify(), rpmfcELF(), rpmfcFree(), rpmfcHelper(), rpmfcPrint(), rpmfcSCRIPT(), and rpmfcSYMLINK().
(files) file colors
Definition at line 29 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcClassify(), rpmfcFree(), rpmfcGenerateDepends(), rpmfcPrint(), and rpmfcSCRIPT().
(files) file class dictionary indices
Definition at line 30 of file rpmfc.h.
Referenced by rpmfcClassify(), rpmfcFree(), rpmfcGenerateDepends(), and rpmfcPrint().
(files) file depends dictionary start
Definition at line 31 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcClassify(), rpmfcFree(), rpmfcGenerateDepends(), and rpmfcPrint().
(files) file depends dictionary no. entries
Definition at line 32 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcClassify(), rpmfcFree(), rpmfcGenerateDepends(), and rpmfcPrint().
(classes) file class dictionary
Definition at line 33 of file rpmfc.h.
Referenced by main(), rpmfcClassify(), rpmfcFree(), rpmfcGenerateDepends(), and rpmfcPrint().
(dependencies) file depends dictionary
Definition at line 34 of file rpmfc.h.
Referenced by rpmfcApply(), rpmfcELF(), rpmfcFree(), rpmfcHelper(), rpmfcSCRIPT(), and rpmfcSYMLINK().
(dependencies) file->dependency mapping
Definition at line 35 of file rpmfc.h.
Referenced by main(), rpmfcApply(), rpmfcFree(), rpmfcGenerateDepends(), and rpmfcPrint().
(provides) package provides
Definition at line 38 of file rpmfc.h.
Referenced by main(), rpmfcApply(), rpmfcELF(), rpmfcFree(), rpmfcGenerateDepends(), rpmfcHelper(), and rpmfcPrint().
(requires) package requires
Definition at line 40 of file rpmfc.h.
Referenced by main(), rpmfcApply(), rpmfcELF(), rpmfcFree(), rpmfcGenerateDepends(), rpmfcHelper(), rpmfcPrint(), rpmfcSCRIPT(), and rpmfcSYMLINK().
concatenated list of java colored files.
Definition at line 42 of file rpmfc.h.
Referenced by rpmfcFree().
concatenated list of perl colored files.
Definition at line 43 of file rpmfc.h.
Referenced by rpmfcFree().
concatenated list of python colored files.
Definition at line 44 of file rpmfc.h.
Referenced by rpmfcFree().