FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
REGEX-FILE bucket type. More...
#include <buckets.h>
Public Attributes | |
int | ftype1 |
char * | regex1 |
regex_t | compRegex1 |
int | op |
int | ftype2 |
char * | regex2 |
regex_t | compRegex2 |
REGEX-FILE bucket type.
struct regex_file_struct
The ftypes tell you what data to apply the regex to.
int regex_file_struct::op |