OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_BADOPTION_NOALIAS
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/
op_popt.c
36
poptBadOption(optcon,
POPT_BADOPTION_NOALIAS
),
/external/oprofile/libpopt/
popt.h
99
#define
POPT_BADOPTION_NOALIAS
(1 << 0) /*!< don't go into an alias */
popt.c
1175
os = (flags &
POPT_BADOPTION_NOALIAS
) ? con->optionStack : con->os;
[
all
...]
/external/oprofile/
popt.h
99
#define
POPT_BADOPTION_NOALIAS
(1 << 0) /*!< don't go into an alias */
Completed in 435 milliseconds