build/parseReqs.c - Parse dependency tag from spec file or from auto-dependency generator.
#include 'system.h'
#include 'rpmbuild.h'
#include 'debug.h'
#define SKIPWHITE(_x) {while(*(_x) && (xisspace(*_x) || *(_x) == ',')) (_x)++;}
#define SKIPNONWHITE(_x) {while(*(_x) &&!(xisspace(*_x) || *(_x) == ',')) (_x)++;}
int parseRCPOT (Spec spec, Package pkg, const char *field, int tag, int index, rpmsenseFlags tagflags)
Parse dependency tag from spec file or from auto-dependency generator.
Definition in file parseReqs.c.
Definition at line 33 of file parseReqs.c.
Definition at line 32 of file parseReqs.c.
Generated automatically by Doxygen for rpm from the source code.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |