Home
last modified time | relevance | path

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

/netbsd/sbin/disklabel/
H A Dinteract.c144 i = getinput(line, "Automatically adjust partitions [%s]? ", in cmd_chain()
195 i = getinput(line, "Disk type [%s]: ", dktypenames[i]); in cmd_info()
222 i = getinput(line, "Disk name [%.*s]: ", in cmd_info()
234 i = getinput(line, "Number of partitions [%" PRIu16 "]: ", in cmd_info()
250 i = getinput(line, "Sector size (bytes) [%" PRIu32 "]: ", in cmd_info()
266 i = getinput(line, "Number of sectors per track [%" PRIu32 in cmd_info()
349 i = getinput(line, "Hardware sectors interleave [%" PRIu16 in cmd_info()
435 i = getinput(line, "Label name [%.*s]: ", in cmd_name()
589 i = getinput(line, "Label disk [n]?"); in cmd_label()
639 getinput(char *line, const char *prompt, ...) in getinput() function
[all …]
/netbsd/usr.bin/base64/
H A Dbase64.c49 getinput(FILE *fin, uint8_t in[3]) in getinput() function
110 while ((ilen = getinput(fin, in)) > 2) { in b64_encode()
/netbsd/games/dab/
H A Dgamescreen.h64 virtual int getinput(void) = 0; // Get user input
H A Dttyscrn.h54 int getinput(void);
H A Dttyscrn.cc166 int TTYSCRN::getinput(void) in getinput() function in TTYSCRN
H A Dboard.cc198 return _scrn->getinput(); in getmove()
/netbsd/external/mpl/bind/dist/bin/dig/
H A Dnslookup.c139 getinput(isc_task_t *task, isc_event_t *event);
980 getinput(isc_task_t *task, isc_event_t *event) { in getinput() function
1032 result = isc_app_onrun(mctx, global_task, getinput, NULL); in main()
/netbsd/external/mpl/bind/dist/bin/nsupdate/
H A Dnsupdate.c3424 getinput(isc_task_t *task, isc_event_t *event) { in getinput() function
3477 result = isc_app_onrun(gmctx, global_task, getinput, NULL); in main()