Home
last modified time | relevance | path

Searched refs:optcon (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libutil/
Dop_popt.c21 poptContext optcon; in op_poptGetContext() local
27 optcon = poptGetContext(name, argc, argv, options, flags); in op_poptGetContext()
29 optcon = poptGetContext((char *)name, argc, (char **)argv, options, flags); in op_poptGetContext()
32 c = poptGetNextOpt(optcon); in op_poptGetContext()
36 poptBadOption(optcon, POPT_BADOPTION_NOALIAS), in op_poptGetContext()
38 poptPrintHelp(optcon, stderr, 0); in op_poptGetContext()
42 return optcon; in op_poptGetContext()
/external/oprofile/daemon/
Doprofiled.c400 poptContext optcon; in opd_options() local
403 optcon = op_poptGetContext(NULL, argc, argv, options, 0); in opd_options()
419 poptPrintHelp(optcon, stderr, 0); in opd_options()
432 poptPrintHelp(optcon, stderr, 0); in opd_options()
442 poptPrintHelp(optcon, stderr, 0); in opd_options()
460 poptPrintHelp(optcon, stderr, 0); in opd_options()
470 poptFreeContext(optcon); in opd_options()
/external/oprofile/utils/
Dophelp.c37 static poptContext optcon; variable
327 optcon = op_poptGetContext(NULL, argc, argv, options, 0); in get_options()
333 chosen_events = poptGetArgs(optcon); in get_options()
356 if (optcon) in cleanup()
357 poptFreeContext(optcon); in cleanup()