The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

parseReqs.c (3)
  • >> parseReqs.c (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    build/parseReqs.c - Parse dependency tag from spec file or from auto-dependency generator. 
     
    

    SYNOPSIS


    #include 'system.h'
    #include 'rpmbuild.h'
    #include 'debug.h'
     

    Data Structures


    struct ReqComp
     

    Defines


    #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, int tag, int index, rpmsenseFlags tagflags)
     

    Variables


    ReqComp ReqComparisons []
     

    DETAILED DESCRIPTION

    Parse dependency tag from spec file or from auto-dependency generator.

    Definition in file parseReqs.c.  

    DEFINE DOCUMENTATION

     

    #define SKIPNONWHITE(_x) {while(*(_x) &&!(xisspace(*_x) || *(_x) == ',')) (_x)++;}

    Definition at line 33 of file parseReqs.c.  

    #define SKIPWHITE(_x) {while(*(_x) && (xisspace(*_x) || *(_x) == ',')) (_x)++;}

    Definition at line 32 of file parseReqs.c.  

    VARIABLE DOCUMENTATION

     

    struct ReqComp ReqComparisons[] [static]

    Referenced by parseRCPOT().  

    AUTHOR

    Generated automatically by Doxygen for rpm from the source code.


     

    Index

    NAME
    SYNOPSIS
    Data Structures
    Defines
    Functions
    Variables
    DETAILED DESCRIPTION
    DEFINE DOCUMENTATION
    #define SKIPNONWHITE(_x) {while(*(_x) &&!(xisspace(*_x) || *(_x) == ',')) (_x)++;}
    #define SKIPWHITE(_x) {while(*(_x) && (xisspace(*_x) || *(_x) == ',')) (_x)++;}
    VARIABLE DOCUMENTATION
    struct ReqComp ReqComparisons[] [static]
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру