Home | History | Annotate | Download | only in gptfdisk

Lines Matching full:pretend

65    int partNum = 0, newPartNum = -1, saveNonGPT = 1, retval = 0, pretend = 0;
97 {"pretend", 'P', POPT_ARG_NONE, NULL, 'P', "make changes in memory, but don't write them", ""},
125 // (o, z, or Z) options, and to flag presence of a --pretend/-P option
137 pretend = 1;
276 if (!pretend) {
283 pretend = 1; // Not really, but works around problem if -g is used with this...
330 pretend = 1;
408 if (!pretend) {
415 if (!pretend) {
450 if (!pretend) {
457 if (!pretend) {
468 if ((saveData) && (!neverSaveData) && (saveNonGPT) && (!pretend)) {