OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPartInfo
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
gptcl.h
34
char *
newPartInfo
, *mbrParts, *twoParts, *outDevice, *typeCode;
gptcl.cc
29
attributeOperation = backupFile = partName = hybrids =
newPartInfo
= NULL;
92
{"new", 'n', POPT_ARG_STRING, &
newPartInfo
, 'n', "create new partition", "partnum:start:end"},
285
newPartNum = (int) GetInt(
newPartInfo
, 1) - 1;
291
startSector = IeeeToInt(GetString(
newPartInfo
, 2), sSize, low, high, low);
292
endSector = IeeeToInt(GetString(
newPartInfo
, 3), sSize, startSector, high, high);
300
free(
newPartInfo
);
Completed in 547 milliseconds