Home
last modified time | relevance | path

Searched refs:POPT_ARGFLAG_STRIP (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/
Dpopt.h46 #define POPT_ARGFLAG_STRIP 0x20000000 /*!< strip this arg from argv(only applies to long args) */ macro
/external/oprofile/libpopt/
Dpopt.h46 #define POPT_ARGFLAG_STRIP 0x20000000 /*!< strip this arg from argv(only applies to long args) */ macro
Dpopt.c811 opt->argInfo & POPT_ARGFLAG_STRIP) in poptGetNextOpt()
888 (opt->argInfo & POPT_ARGFLAG_STRIP) && in poptGetNextOpt()