Home
last modified time | relevance | path

Searched refs:POPT_ARGFLAG_OR (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/
Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/external/oprofile/libpopt/
Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
Dpopt.c660 case POPT_ARGFLAG_OR: in poptSaveLong()
688 case POPT_ARGFLAG_OR: in poptSaveInt()
Dpopthelp.c299 case POPT_ARGFLAG_OR: in singleOptionHelp()