getinput
return _scrn->getinput();
virtual int getinput(void) = 0; // Get user input
int getinput(void);
int i = getinput(line, "Adjust disklabel sector from %" PRIu32
i = getinput(line, "Automatically adjust partitions [%s]? ",
i = getinput(line, "Disk type [%s]: ", dktypenames[i]);
i = getinput(line, "Disk name [%.*s]: ",
i = getinput(line, "Number of partitions [%" PRIu16 "]: ",
i = getinput(line, "Sector size (bytes) [%" PRIu32 "]: ",
i = getinput(line, "Number of sectors per track [%" PRIu32
i = getinput(line, "Number of tracks per cylinder [%" PRIu32
i = getinput(line, "Number of sectors/cylinder [%" PRIu32 "]: ",
i = getinput(line, "Total number of cylinders [%" PRIu32 "]: ",
i = getinput(line, "Total number of sectors [%" PRIu32 "]: ",
i = getinput(line, "Hardware sectors interleave [%" PRIu16
i = getinput(line, "Sector 0 skew, per track [%" PRIu16 "]: ",
i = getinput(line, "Sector 0 skew, per cylinder [%" PRIu16
i = getinput(line, "Head switch time (usec) [%" PRIu32 "]: ",
i = getinput(line, "Track seek time (usec) [%" PRIu32 "]:",
i = getinput(line, "Label name [%.*s]: ",
i = getinput(line, "Rounding [%s]: ", rounding ? "cylinders" :
i = getinput(line, "Filesystem type [%s]: ", fstypenames[i]);
i = getinput(line, "Start offset ('x' to start after partition"
i = getinput(line, "Partition size ('$' for all remaining) "
i = getinput(line, "Label disk [n]?");
static int getinput(char *, const char *, ...) __printflike(2, 3);
int i = getinput(line, "partition>");
while ((ilen = getinput(fin, in)) > 2) {