|
rpm
4.5
|
Parse dependency tag from spec file or from auto-dependency generator. More...

Go to the source code of this file.
Macros | |
| #define | _RPMEVR_INTERNAL |
| #define | SKIPWHITE(_x) {while(*(_x) && (xisspace(*_x) || *(_x) == ',')) (_x)++;} |
| #define | SKIPNONWHITE(_x) {while(*(_x) &&!(xisspace(*_x) || *(_x) == ',')) (_x)++;} |
Functions | |
| int | parseRCPOT (Spec spec, Package pkg, const char *field, rpmTag tagN, int index, rpmsenseFlags tagflags) |
| Parse dependency relations from spec file and/or autogenerated output buffer. | |
Parse dependency tag from spec file or from auto-dependency generator.
Definition in file parseReqs.c.
| #define _RPMEVR_INTERNAL |
Definition at line 8 of file parseReqs.c.
| #define SKIPNONWHITE | ( | _x | ) | {while(*(_x) &&!(xisspace(*_x) || *(_x) == ',')) (_x)++;} |
Definition at line 13 of file parseReqs.c.
Referenced by parseRCPOT().
| #define SKIPWHITE | ( | _x | ) | {while(*(_x) && (xisspace(*_x) || *(_x) == ',')) (_x)++;} |
Definition at line 12 of file parseReqs.c.
Referenced by parseRCPOT().
1.8.2