Home
last modified time | relevance | path

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

/external/oprofile/libutil/
Dop_popt.c36 poptBadOption(optcon, POPT_BADOPTION_NOALIAS), in op_poptGetContext()
/external/oprofile/
Dpopt.h99 #define POPT_BADOPTION_NOALIAS (1 << 0) /*!< don't go into an alias */ macro
/external/oprofile/libpopt/
Dpopt.h99 #define POPT_BADOPTION_NOALIAS (1 << 0) /*!< don't go into an alias */ macro
Dpopt.c1175 os = (flags & POPT_BADOPTION_NOALIAS) ? con->optionStack : con->os; in poptBadOption()