Searched refs:poptOption (Results 1 – 9 of 9) sorted by relevance
/third_party/popt/src/ |
D | popt.h | 125 struct poptOption { struct 149 struct poptOption option; /*!< alias/exec name(s) and description. */ argument 162 extern struct poptOption poptAliasOptions[]; 169 extern struct poptOption poptHelpOptions[]; 171 extern struct poptOption * poptHelpOptionsI18N; 186 typedef struct poptOption * poptOption; typedef 211 const struct poptOption * opt, 234 const struct poptOption * options, 254 const struct poptOption * options,
|
D | popthelp.c | 35 struct poptOption * key, in displayArgs() 55 struct poptOption poptAliasOptions[] = { 62 struct poptOption poptHelpOptions[] = { 69 static struct poptOption poptHelpOptions2[] = { 82 struct poptOption * poptHelpOptionsI18N = poptHelpOptions2; 140 getTableTranslationDomain(const struct poptOption *opt) in getTableTranslationDomain() 155 getArgDescrip(const struct poptOption * opt, in getArgDescrip() 207 const struct poptOption * opt, in singleOptionDefaultValue() 285 const struct poptOption * opt, in singleOptionHelp() 487 static size_t maxArgWidth(const struct poptOption * opt, in maxArgWidth() [all …]
|
D | popt.c | 72 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) in invokeCallbacksPRE() 92 static void invokeCallbacksPOST(poptContext con, const struct poptOption * opt) in invokeCallbacksPOST() 113 const struct poptOption * opt, in invokeCallbacksOPTION() 114 const struct poptOption * myOpt, in invokeCallbacksOPTION() 117 const struct poptOption * cbopt = NULL; in invokeCallbacksOPTION() 155 const struct poptOption * options, unsigned int flags) in poptGetContext() 295 longOptionStrcmp(const struct poptOption * opt, in longOptionStrcmp() 545 static const struct poptOption * 546 findOption(const struct poptOption * opt, in findOption() 553 const struct poptOption * cb = NULL; in findOption() [all …]
|
D | poptint.h | 64 poptOption opt; 98 const struct poptOption * options;
|
D | poptconfig.c | 487 const struct poptOption * options, const char * configPaths) in poptInit()
|
/third_party/popt/tests/ |
D | test2.c | 52 struct poptOption userOptionsTable[] = { in main() 83 struct poptOption transactOptionsTable[] = { in main() 103 struct poptOption databaseOptionsTable[] = { in main() 111 struct poptOption optionsTable[] = { in main()
|
D | test1.c | 10 const struct poptOption * opt, in option_callback() 59 static struct poptOption moreCallbackArgs[] = { 68 static struct poptOption callbackArgs[] = { 78 static struct poptOption moreArgs[] = { 83 static struct poptOption options[] = {
|
D | tdict.c | 44 static struct poptOption options[] = {
|
/third_party/gptfdisk/ |
D | gptcl.cc | 77 struct poptOption theOptions[] = in DoOptions()
|