Home
last modified time | relevance | path

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

/external/oprofile/libpopt/
Dpopt.h54 #define POPT_ARGFLAG_NOT 0x01000000 /*!< arg will be negated */ macro
Dpopt.c654 if (argInfo & POPT_ARGFLAG_NOT) in poptSaveLong()
682 if (argInfo & POPT_ARGFLAG_NOT) in poptSaveInt()
Dpopthelp.c292 int negate = (opt->argInfo & POPT_ARGFLAG_NOT); in singleOptionHelp()
/external/oprofile/
Dpopt.h54 #define POPT_ARGFLAG_NOT 0x01000000 /*!< arg will be negated */ macro