Home
last modified time | relevance | path

Searched refs:poptOption (Results 1 – 10 of 10) sorted by relevance

/external/oprofile/libpopt/
Dpopt.h114 struct poptOption { struct
145 struct poptOption option; /*!< alias/exec name(s) and description. */ argument
162 extern struct poptOption poptAliasOptions[];
172 extern struct poptOption poptHelpOptions[];
177 extern struct poptOption * poptHelpOptionsI18N;
196 typedef struct poptOption * poptOption; typedef
223 /*@null@*/ const struct poptOption * opt,
242 /*@dependent@*/ /*@keep@*/ const struct poptOption * options,
Dpopthelp.c32 struct poptOption * key, in displayArgs()
53 struct poptOption poptAliasOptions[] = {
62 struct poptOption poptHelpOptions[] = {
70 static struct poptOption poptHelpOptions2[] = {
85 struct poptOption * poptHelpOptionsI18N = poptHelpOptions2;
92 getTableTranslationDomain(/*@null@*/ const struct poptOption *table) in getTableTranslationDomain()
95 const struct poptOption *opt; in getTableTranslationDomain()
110 getArgDescrip(const struct poptOption * opt, in getArgDescrip()
148 const struct poptOption * opt, in singleOptionDefaultValue()
219 const struct poptOption * opt, in singleOptionHelp()
[all …]
Dpopt.c64 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) in invokeCallbacksPRE()
92 static void invokeCallbacksPOST(poptContext con, const struct poptOption * opt) in invokeCallbacksPOST()
121 const struct poptOption * opt, in invokeCallbacksOPTION()
122 const struct poptOption * myOpt, in invokeCallbacksOPTION()
127 const struct poptOption * cbopt = NULL; in invokeCallbacksOPTION()
171 const struct poptOption * options, int flags) in poptGetContext()
471 /*@observer@*/ /*@null@*/ static const struct poptOption *
472 findOption(const struct poptOption * opt, /*@null@*/ const char * longName, in findOption()
479 const struct poptOption * cb = NULL; in findOption()
488 const struct poptOption * opt2; in findOption()
[all …]
Dpoptint.h70 const struct poptOption * options;
/external/oprofile/
Dpopt.h114 struct poptOption { struct
145 struct poptOption option; /*!< alias/exec name(s) and description. */ argument
162 extern struct poptOption poptAliasOptions[];
172 extern struct poptOption poptHelpOptions[];
177 extern struct poptOption * poptHelpOptionsI18N;
196 typedef struct poptOption * poptOption; typedef
223 /*@null@*/ const struct poptOption * opt,
242 /*@dependent@*/ /*@keep@*/ const struct poptOption * options,
/external/oprofile/libopt++/
Dpopt_options.cpp58 static vector<poptOption> & popt_options(void) in popt_options()
60 static vector<poptOption> *x = new(vector<poptOption>); in popt_options()
72 static struct poptOption appended_options[] = {
82 vector<poptOption> & options, in do_parse_options()
112 vector<poptOption> options; in parse_options()
254 poptOption const opt = { name, short_name, popt_flags, in option_base()
/external/oprofile/libutil/
Dop_popt.h36 struct poptOption const * options, int flags);
Dop_popt.c19 struct poptOption const * options, int flags) in op_poptGetContext()
/external/oprofile/daemon/
Doprofiled.c86 static struct poptOption options[] = {
/external/oprofile/utils/
Dophelp.c297 static struct poptOption options[] = {