OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARGFLAG_STRIP
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libpopt/
popt.h
46
#define
POPT_ARGFLAG_STRIP
0x20000000 /*!< strip this arg from argv(only applies to long args) */
popt.c
811
opt->argInfo &
POPT_ARGFLAG_STRIP
)
888
(opt->argInfo &
POPT_ARGFLAG_STRIP
) &&
[
all
...]
/external/oprofile/
popt.h
46
#define
POPT_ARGFLAG_STRIP
0x20000000 /*!< strip this arg from argv(only applies to long args) */
Completed in 23 milliseconds