OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showvers
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libopt++/
popt_options.cpp
70
static int
showvers
;
member in namespace:popt
73
{ "version", 'v', POPT_ARG_NONE, &
showvers
, 0, "show version", NULL, },
95
if (
showvers
)
/external/oprofile/daemon/
oprofiled.c
78
static int
showvers
;
variable
99
{ "version", 'v', POPT_ARG_NONE, &
showvers
, 0, "show version", NULL, },
405
if (
showvers
)
Completed in 29 milliseconds