Searched refs:POPT_ARG_NONE (Results 1 - 3 of 3) sorted by relevance

/external/gptfdisk/
H A Dgptcl.cc78 {"recompute-chs", 'C', POPT_ARG_NONE, NULL, 'C', "recompute CHS values in protective/hybrid MBR", ""},
80 {"display-alignment", 'D', POPT_ARG_NONE, NULL, 'D', "show number of sectors per allocation block", ""},
81 {"move-second-header", 'e', POPT_ARG_NONE, NULL, 'e', "move second header to end of disk", ""},
82 {"end-of-largest", 'E', POPT_ARG_NONE, NULL, 'E', "show end of largest free block", ""},
83 {"first-in-largest", 'f', POPT_ARG_NONE, NULL, 'f', "show start of the largest free block", ""},
84 {"first-aligned-in-largest", 'F', POPT_ARG_NONE, NULL, 'F', "show start of the largest free block, aligned", ""},
85 {"mbrtogpt", 'g', POPT_ARG_NONE, NULL, 'g', "convert MBR to GPT", ""},
86 {"randomize-guids", 'G', POPT_ARG_NONE, NULL, 'G', "randomize disk and partition GUIDs", ""},
90 {"list-types", 'L', POPT_ARG_NONE, NULL, 'L', "list known partition types", ""},
94 {"clear", 'o', POPT_ARG_NONE, NUL
[all...]
H A Dpopt.h28 #define POPT_ARG_NONE 0U macro
H A Dandroid_popt.cc45 case POPT_ARG_NONE:

Completed in 256 milliseconds