Searched refs:showvers (Results 1 – 2 of 2) sorted by relevance
/external/oprofile/libopt++/ |
D | popt_options.cpp | 70 static int showvers; variable 73 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, }, 95 if (showvers) in do_parse_options()
|
/external/oprofile/daemon/ |
D | oprofiled.c | 78 static int showvers; variable 99 { "version", 'v', POPT_ARG_NONE, &showvers, 0, "show version", NULL, }, 405 if (showvers) in opd_options()
|