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

  /src/games/dab/
ttyscrn.cc 166 int TTYSCRN::getinput(void) function in class:TTYSCRN
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
109 while ((ilen = getinput(fin, in)) > 2) {
base64.c 49 getinput(FILE *fin, uint8_t in[3]) function
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
    [all...]
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
    [all...]
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 202 getinput(void *arg);
740 /* when called from getinput, doshutdown might be already finished */
2487 isc_async_current(getinput, NULL);
3517 getinput(void *arg) { function
3571 isc_loopmgr_setup(loopmgr, getinput, NULL);
nsupdate.c 202 getinput(void *arg);
740 /* when called from getinput, doshutdown might be already finished */
2487 isc_async_current(getinput, NULL);
3517 getinput(void *arg) { function
3571 isc_loopmgr_setup(loopmgr, getinput, NULL);

Completed in 38 milliseconds