Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:poptCon

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);