The OpenNET Project / Index page

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

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

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

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

    NAME

    build/poptBT.c - Popt tables for build modes. 
     
    

    SYNOPSIS


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

    Defines


    #define POPT_USECATALOG -1000

    #define POPT_NOLANG -1001

    #define POPT_RMSOURCE -1002

    #define POPT_RMBUILD -1003

    #define POPT_BUILDROOT -1004

    #define POPT_TARGETPLATFORM -1007

    #define POPT_NOBUILD -1008

    #define POPT_SHORTCIRCUIT -1009

    #define POPT_RMSPEC -1010

    #define POPT_NODEPS -1011

    #define POPT_SIGN -1012

    #define POPT_FORCE -1013

    #define POPT_REBUILD 0x4220

    #define POPT_RECOMPILE 0x4320

    #define POPT_BA 0x6261

    #define POPT_BB 0x6262

    #define POPT_BC 0x6263

    #define POPT_BI 0x6269

    #define POPT_BL 0x626c

    #define POPT_BE 0x6245

    #define POPT_BP 0x6270

    #define POPT_BS 0x6273

    #define POPT_TA 0x7461

    #define POPT_TB 0x7462

    #define POPT_TC 0x7463

    #define POPT_TI 0x7469

    #define POPT_TL 0x746c

    #define POPT_TP 0x7470

    #define POPT_TS 0x7473
     

    Functions


    void buildArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, const char *arg, const void *data)
     

    Variables


    rpmBuildArguments_s rpmBTArgs

    char * _rpm_nosource

    char * _rpm_nopatch

    int _noDirTokens

    int _fsm_debug

    int force = 0

    int noLang = 0

    int noBuild = 0

    int noDeps = 0

    int signIt = 0

    int useCatalog = 0

    poptOption rpmBuildPoptTable []
     

    DETAILED DESCRIPTION

    Popt tables for build modes.

    Definition in file poptBT.c.  

    DEFINE DOCUMENTATION

     

    #define POPT_BA 0x6261

    Definition at line 32 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BB 0x6262

    Definition at line 33 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BC 0x6263

    Definition at line 34 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BE 0x6245

    Definition at line 37 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BI 0x6269

    Definition at line 35 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BL 0x626c

    Definition at line 36 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BP 0x6270

    Definition at line 38 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BS 0x6273

    Definition at line 39 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_BUILDROOT -1004

    Definition at line 21 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_FORCE -1013

    Definition at line 28 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_NOBUILD -1008

    Definition at line 23 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_NODEPS -1011

    Definition at line 26 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_NOLANG -1001

    Definition at line 18 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_REBUILD 0x4220

    Definition at line 30 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_RECOMPILE 0x4320

    Definition at line 31 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_RMBUILD -1003

    Definition at line 20 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_RMSOURCE -1002

    Definition at line 19 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_RMSPEC -1010

    Definition at line 25 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_SHORTCIRCUIT -1009

    Definition at line 24 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_SIGN -1012

    Definition at line 27 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TA 0x7461

    Definition at line 40 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TARGETPLATFORM -1007

    Definition at line 22 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TB 0x7462

    Definition at line 41 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TC 0x7463

    Definition at line 42 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TI 0x7469

    Definition at line 43 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TL 0x746c

    Definition at line 44 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TP 0x7470

    Definition at line 45 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_TS 0x7473

    Definition at line 46 of file poptBT.c.

    Referenced by buildArgCallback().  

    #define POPT_USECATALOG -1000

    Definition at line 17 of file poptBT.c.

    Referenced by buildArgCallback().  

    FUNCTION DOCUMENTATION

     

    void buildArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption * opt, const char * arg, const void * data) [static]

    Definition at line 80 of file poptBT.c.

    References _, rpmBuildArguments_s::buildAmount, rpmBuildArguments_s::buildChar, rpmBuildArguments_s::buildMode, rpmBuildArguments_s::buildRootOverride, rpmBuildArguments_s::force, rpmBuildArguments_s::noBuild, rpmBuildArguments_s::noDeps, rpmBuildArguments_s::noLang, POPT_BA, POPT_BB, POPT_BC, POPT_BE, POPT_BI, POPT_BL, POPT_BP, POPT_BS, POPT_BUILDROOT, POPT_FORCE, POPT_NOBUILD, POPT_NODEPS, POPT_NOLANG, POPT_REBUILD, POPT_RECOMPILE, POPT_RMBUILD, POPT_RMSOURCE, POPT_RMSPEC, POPT_SHORTCIRCUIT, POPT_SIGN, POPT_TA, POPT_TARGETPLATFORM, POPT_TB, POPT_TC, POPT_TI, POPT_TL, POPT_TP, POPT_TS, POPT_USECATALOG, RPMBUILD_RMBUILD, RPMBUILD_RMSOURCE, RPMBUILD_RMSPEC, RPMERR_BUILDROOT, rpmError, rpmBuildArguments_s::shortCircuit, rpmBuildArguments_s::sign, rpmBuildArguments_s::targets, rpmBuildArguments_s::useCatalog, xmalloc(), xrealloc(), and xstrdup().  

    VARIABLE DOCUMENTATION

     

    int _fsm_debug

    Definition at line 55 of file poptBT.c.  

    char* _rpm_nopatch

    Definition at line 49 of file poptBT.c.

    Referenced by parseSpec().  

    char* _rpm_nosource

    Definition at line 48 of file poptBT.c.

    Referenced by parseSpec().  

    int force = 0 [static]

    Definition at line 59 of file poptBT.c.  

    int noBuild = 0 [static]

    Definition at line 67 of file poptBT.c.  

    int noDeps = 0 [static]

    Definition at line 70 of file poptBT.c.  

    int noLang = 0

    Definition at line 63 of file poptBT.c.  

    int signIt = 0 [static]

    Definition at line 73 of file poptBT.c.  

    int useCatalog = 0 [static]

    Definition at line 76 of file poptBT.c.  

    AUTHOR

    Generated automatically by Doxygen for rpm from the source code.


     

    Index

    NAME
    SYNOPSIS
    Defines
    Functions
    Variables
    DETAILED DESCRIPTION
    DEFINE DOCUMENTATION
    #define POPT_BA 0x6261
    #define POPT_BB 0x6262
    #define POPT_BC 0x6263
    #define POPT_BE 0x6245
    #define POPT_BI 0x6269
    #define POPT_BL 0x626c
    #define POPT_BP 0x6270
    #define POPT_BS 0x6273
    #define POPT_BUILDROOT -1004
    #define POPT_FORCE -1013
    #define POPT_NOBUILD -1008
    #define POPT_NODEPS -1011
    #define POPT_NOLANG -1001
    #define POPT_REBUILD 0x4220
    #define POPT_RECOMPILE 0x4320
    #define POPT_RMBUILD -1003
    #define POPT_RMSOURCE -1002
    #define POPT_RMSPEC -1010
    #define POPT_SHORTCIRCUIT -1009
    #define POPT_SIGN -1012
    #define POPT_TA 0x7461
    #define POPT_TARGETPLATFORM -1007
    #define POPT_TB 0x7462
    #define POPT_TC 0x7463
    #define POPT_TI 0x7469
    #define POPT_TL 0x746c
    #define POPT_TP 0x7470
    #define POPT_TS 0x7473
    #define POPT_USECATALOG -1000
    FUNCTION DOCUMENTATION
    void buildArgCallback (poptContext con, enum poptCallbackReason reason, const struct poptOption * opt, const char * arg, const void * data) [static]
    VARIABLE DOCUMENTATION
    int _fsm_debug
    char* _rpm_nopatch
    char* _rpm_nosource
    int force = 0 [static]
    int noBuild = 0 [static]
    int noDeps = 0 [static]
    int noLang = 0
    int signIt = 0 [static]
    int useCatalog = 0 [static]
    AUTHOR


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




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

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