OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POPT_ARG_NONE
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
gptcl.cc
78
{"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
, NULL, 'o', "clear partition table", ""}
[
all
...]
popt.h
28
#define
POPT_ARG_NONE
0U
android_popt.cc
45
case
POPT_ARG_NONE
:
Completed in 69 milliseconds