Searched refs:getinput (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sbin/disklabel/
H A Dinteract.c71 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(lin
639 getinput(char *line, const char *prompt, ...) function
[all...]
/netbsd-current/games/dab/
H A Dgamescreen.h64 virtual int getinput(void) = 0; // Get user input
H A Dttyscrn.h54 int getinput(void);
H A Dboard.cc198 return _scrn->getinput();
H A Dttyscrn.cc166 int TTYSCRN::getinput(void) function in class:TTYSCRN
/netbsd-current/usr.bin/base64/
H A Dbase64.c49 getinput(FILE *fin, uint8_t in[3]) function
109 while ((ilen = getinput(fin, in)) > 2) {
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Dnslookup.c118 getinput(isc_task_t *task, isc_event_t *event);
910 getinput(isc_task_t *task, isc_event_t *event) { function
962 result = isc_app_onrun(mctx, global_task, getinput, NULL);
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c740 /* when called from getinput, doshutdown might be already finished */
3392 getinput(isc_task_t *task, isc_event_t *event) { function
3451 result = isc_app_onrun(gmctx, global_task, getinput, NULL);

Completed in 296 milliseconds