HomeSort by relevance Sort by last modified time
    Searched refs:POPT_ARG_VAL (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
popt.h 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
60 #define POPT_BIT_CLR (POPT_ARG_VAL|POPT_ARGFLAG_NAND)
popthelp.c 126 case POPT_ARG_VAL: return POPT_("VAL");
128 case POPT_ARG_VAL: return NULL;
167 case POPT_ARG_VAL:
288 case POPT_ARG_VAL:
popt.c 854 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL) {
978 } else if (opt->val && ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_VAL))
1003 else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL)
    [all...]
  /external/oprofile/
popt.h 33 #define POPT_ARG_VAL 7 /*!< arg should take value val */
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
60 #define POPT_BIT_CLR (POPT_ARG_VAL|POPT_ARGFLAG_NAND)

Completed in 83 milliseconds