Searched refs:poptGetContext (Results 1 – 8 of 8) sorted by relevance
/third_party/popt/src/ |
D | libpopt.vers | 28 poptGetContext;
|
D | popt.h | 231 poptContext poptGetContext(
|
D | poptconfig.c | 498 con = poptGetContext(argv0, argc, (const char **)argv, options, 0); in poptInit()
|
D | popt.c | 154 poptContext poptGetContext(const char * name, int argc, const char ** argv, in poptGetContext() function
|
/third_party/popt/tests/ |
D | test2.c | 130 optCon = poptGetContext("createuser", argc, argv, optionsTable, 0); in main()
|
D | tdict.c | 74 optCon = poptGetContext("tdict", argc, argv, options, 0); in main()
|
D | test1.c | 204 optCon = poptGetContext("test1", argc, argv, options, 0); in main()
|
/third_party/gptfdisk/ |
D | gptcl.cc | 123 poptCon = poptGetContext(NULL, argc, (const char**) argv, theOptions, 0); in DoOptions()
|