Searched refs:POPT_ARG_INT (Results 1 – 3 of 3) sorted by relevance
/external/gptfdisk/ |
D | gptcl.cc | 75 {"set-alignment", 'a', POPT_ARG_INT, &alignment, 'a', "set sector alignment", "value"}, in DoOptions() 79 {"delete", 'd', POPT_ARG_INT, &deletePartNum, 'd', "delete a partition", "partnum"}, in DoOptions() 88 …{"info", 'i', POPT_ARG_INT, &infoPartNum, 'i', "show detailed information on partition", "partnum"… in DoOptions() 94 …{"largest-new", 'N', POPT_ARG_INT, &largestPartNum, 'N', "create largest possible new partition", … in DoOptions() 101 {"resize-table", 'S', POPT_ARG_INT, &tableSize, 'S', "resize partition table", "numparts"}, in DoOptions() 103 …{"transform-bsd", 'T', POPT_ARG_INT, &bsdPartNum, 'T', "transform BSD disklabel partition to GPT",… in DoOptions()
|
D | android_popt.cc | 51 case POPT_ARG_INT: in poptGetContext() 112 case POPT_ARG_INT: in poptGetNextOpt()
|
D | popt.h | 30 #define POPT_ARG_INT 2U macro
|