HomeSort by: relevance | last modified time | path
    Searched defs:getinput (Results 1 - 3 of 3) sorted by relevancy

  /src/games/dab/
ttyscrn.cc 166 int TTYSCRN::getinput(void) function in class:TTYSCRN
  /src/usr.bin/base64/
base64.c 49 getinput(FILE *fin, uint8_t in[3]) function in typeref:typename:size_t
109 while ((ilen = getinput(fin, in)) > 2) {
  /src/sbin/disklabel/
interact.c 71 static int getinput(char *, const char *, ...) __printflike(2, 3);
124 int i = getinput(line, "Adjust disklabel sector from %" PRIu32
144 i = getinput(line, "Automatically adjust partitions [%s]? ",
195 i = getinput(line, "Disk type [%s]: ", dktypenames[i]);
222 i = getinput(line, "Disk name [%.*s]: ",
234 i = getinput(line, "Number of partitions [%" PRIu16 "]: ",
250 i = getinput(line, "Sector size (bytes) [%" PRIu32 "]: ",
266 i = getinput(line, "Number of sectors per track [%" PRIu32
282 i = getinput(line, "Number of tracks per cylinder [%" PRIu32
298 i = getinput(line, "Number of sectors/cylinder [%" PRIu32 "]: "
639 getinput(char *line, const char *prompt, ...) function in typeref:typename:int
    [all...]

Completed in 12 milliseconds