rpm
5.2.1
|
Data Fields | |
struct { | |
struct exclude * le_next | |
struct exclude ** le_prev | |
} | link |
const char * | glob |
int | pathname |
Definition at line 296 of file rpmmtree.c.
const char* exclude::glob |
Definition at line 298 of file rpmmtree.c.
Referenced by mtreeCheckExcludes(), and mtreeReadExcludes().
struct exclude* exclude::le_next |
Definition at line 297 of file rpmmtree.c.
struct exclude** exclude::le_prev |
Definition at line 297 of file rpmmtree.c.
struct { ... } exclude::link |
Definition at line 299 of file rpmmtree.c.
Referenced by mtreeCheckExcludes(), and mtreeReadExcludes().