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

  /external/gptfdisk/
gptcl.h 39 poptContext poptCon;
gptcl.cc 114 poptCon = poptGetContext(NULL, argc, (const char**) argv, theOptions, 0);
116 poptSetOtherOptionHelp(poptCon, " [OPTION...] <device>");
119 poptPrintUsage(poptCon, stderr, 0);
126 while ((opt = poptGetNextOpt(poptCon)) > 0) {
149 device = (char*) poptGetArg(poptCon);
150 poptResetContext(poptCon);
159 while ((opt = poptGetNextOpt(poptCon)) > 0) {
428 poptResetContext(poptCon);
430 while ((opt = poptGetNextOpt(poptCon)) > 0) {
480 poptFreeContext(poptCon);
    [all...]

Completed in 828 milliseconds