Home
last modified time | relevance | path

Searched refs:POPT_ARG_INT (Results 1 – 6 of 6) sorted by relevance

/third_party/gptfdisk/
Dgptcl.cc81 {"set-alignment", 'a', POPT_ARG_INT, &alignment, 'a', "set sector alignment", "value"}, in DoOptions()
83 …{"byte-swap-name", 'B', POPT_ARG_INT, &byteSwapPartNum, 'B', "byte-swap partition's name", "partn… in DoOptions()
86 {"delete", 'd', POPT_ARG_INT, &deletePartNum, 'd', "delete a partition", "partnum"}, in DoOptions()
95 …{"info", 'i', POPT_ARG_INT, &infoPartNum, 'i', "show detailed information on partition", "partnum"… in DoOptions()
97 …{"move-main-table", 'j', POPT_ARG_INT, &mainTableLBA, 'j', "adjust the location of the main partit… in DoOptions()
102 …{"largest-new", 'N', POPT_ARG_INT, &largestPartNum, 'N', "create largest possible new partition", … in DoOptions()
110 {"resize-table", 'S', POPT_ARG_INT, &tableSize, 'S', "resize partition table", "numparts"}, in DoOptions()
112 …{"transform-bsd", 'T', POPT_ARG_INT, &bsdPartNum, 'T', "transform BSD disklabel partition to GPT",… in DoOptions()
/third_party/popt/tests/
Dtest2.c88 { "storeid", '\0', POPT_ARG_INT, &txStoreId, 0, in main()
94 { "txsslport", '\0', POPT_ARG_INT, &txSslPort, 0, in main()
Dtest1.c91 { "arg3", '3', POPT_ARG_INT, &arg3, 0,
104 { "int", 'i', POPT_ARG_INT | POPT_ARGFLAG_SHOW_DEFAULT, &aInt, 0,
117 { "randint", '\0', POPT_ARG_INT|POPT_ARGFLAG_RANDOM, &aInt, 0,
/third_party/popt/src/
Dpopt.h22 #define POPT_ARG_INT 2U /*!< arg ==> int */ macro
Dpopthelp.c185 case POPT_ARG_INT: return POPT_("INT"); in getArgDescrip()
225 case POPT_ARG_INT: in singleOptionDefaultValue()
400 case POPT_ARG_INT: in singleOptionHelp()
Dpopt.c1129 case POPT_ARG_INT: in poptSaveArg()
1155 case POPT_ARG_INT: in poptSaveArg()