OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optcon
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libutil/
op_popt.c
21
poptContext
optcon
;
local
27
optcon
= poptGetContext(name, argc, argv, options, flags);
29
optcon
= poptGetContext((char *)name, argc, (char **)argv, options, flags);
32
c = poptGetNextOpt(
optcon
);
36
poptBadOption(
optcon
, POPT_BADOPTION_NOALIAS),
38
poptPrintHelp(
optcon
, stderr, 0);
42
return
optcon
;
/external/oprofile/daemon/
oprofiled.c
400
poptContext
optcon
;
local
403
optcon
= op_poptGetContext(NULL, argc, argv, options, 0);
419
poptPrintHelp(
optcon
, stderr, 0);
432
poptPrintHelp(
optcon
, stderr, 0);
442
poptPrintHelp(
optcon
, stderr, 0);
460
poptPrintHelp(
optcon
, stderr, 0);
470
poptFreeContext(
optcon
);
/external/oprofile/utils/
ophelp.c
37
static poptContext
optcon
;
variable
327
optcon
= op_poptGetContext(NULL, argc, argv, options, 0);
333
chosen_events = poptGetArgs(
optcon
);
356
if (
optcon
)
357
poptFreeContext(
optcon
);
Completed in 296 milliseconds