HomeSort by relevance Sort by last modified time
    Searched refs:poptCon (Results 1 - 2 of 2) sorted by null

  /external/gptfdisk/
gptcl.h 38 poptContext poptCon;
gptcl.cc 113 poptCon = poptGetContext(NULL, argc, (const char**) argv, theOptions, 0);
115 poptSetOtherOptionHelp(poptCon, " [OPTION...] <device>");
118 poptPrintUsage(poptCon, stderr, 0);
125 while ((opt = poptGetNextOpt(poptCon)) > 0) {
148 device = (char*) poptGetArg(poptCon);
149 poptResetContext(poptCon);
158 while ((opt = poptGetNextOpt(poptCon)) > 0) {
419 poptResetContext(poptCon);
421 while ((opt = poptGetNextOpt(poptCon)) > 0) {
471 poptFreeContext(poptCon);
    [all...]

Completed in 3281 milliseconds