Home
last modified time | relevance | path

Searched refs:prompt (Results 101 – 125 of 410) sorted by relevance

12345678910>>...17

/freebsd/crypto/openssh/
H A Dsshconnect2.c1036 char *password, *prompt = NULL; in userauth_passwd() local
1059 free(prompt); in userauth_passwd()
1077 char prompt[256]; in input_userauth_passwd_changereq() local
1100 snprintf(prompt, sizeof(prompt), in input_userauth_passwd_changereq()
1110 snprintf(prompt, sizeof(prompt), in input_userauth_passwd_changereq()
1119 snprintf(prompt, sizeof(prompt), in input_userauth_passwd_changereq()
1263 pin = read_passphrase(prompt, 0); in identity_sign()
1281 free(prompt); in identity_sign()
1533 snprintf(prompt, sizeof prompt, in load_identity_file()
1991 free(prompt); in input_userauth_info_req()
[all …]
/freebsd/sbin/nvmecontrol/
H A Dfirmware.c232 char prompt[64]; in firmware() local
330 fgets(prompt, sizeof(prompt), stdin); in firmware()
331 if (strncasecmp(prompt, "yes", 3) == 0) in firmware()
333 if (strncasecmp(prompt, "no", 2) == 0) in firmware()
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup_input.subr77 local prompt=
98 \"\$prompt\" \
110 --menu \"\$prompt\" \
255 continue # back to password prompt
422 local prompt="$msg_save_exit_or_cancel"
447 \"\$prompt\" \
459 --menu \"\$prompt\" \
481 local prompt="$msg_delete_exit_or_cancel"
521 --menu \"\$prompt\" \
543 local prompt="$msg_save_exit_or_cancel"
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c56 prompts[i].prompt, in krb5_prompter_posix()
62 fputs (prompts[i].prompt, stdout); in krb5_prompter_posix()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp25 llvm::StringRef prompt) { in DefaultAssertCallback() argument
28 llvm::errs() << prompt << '\n'; in DefaultAssertCallback()
/freebsd/contrib/libfido2/tools/
H A Dassert_get.c217 char prompt[1024]; in assert_get() local
289 r = snprintf(prompt, sizeof(prompt), "Enter PIN for %s: ", in assert_get()
291 if (r < 0 || (size_t)r >= sizeof(prompt)) in assert_get()
293 if (!readpassphrase(prompt, pin, sizeof(pin), RPP_ECHO_OFF)) in assert_get()
/freebsd/crypto/heimdal/kuser/
H A Dkswitch.c38 char *readline(const char *prompt);
42 readline(const char *prompt) in readline() argument
45 printf ("%s", prompt); in readline()
/freebsd/stand/forth/
H A Dcheck-password.4th94 : read ( c-addr/u -- ) \ Expects string prompt as stack input
97 dup 1+ read-start ! \ Store X offset after the prompt
99 type \ Print the prompt
140 s" Boot Password: " read ( prompt -- )
151 s" GELI Passphrase: " read ( prompt -- )
161 \ interactive loader(8) prompt, but still allow the machine to boot...
171 s" Password: " read ( prompt -- )
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr70 # If not running as root, prompt for sudo(8) credentials to become root.
81 local prompt hline height width rows msg
94 f_sprintf prompt "$msg_you_are_not_root_but" bsdconfig
106 \"\$prompt\" \
117 --menu \"\$prompt\" \
149 prompt="$msg_please_enter_password"
154 "$prompt" \
170 --password --inputbox "$prompt" \
191 --passwordbox "$prompt" \
/freebsd/usr.sbin/ppp/
H A Dlink.h37 struct prompt;
80 extern void link_ReportProtocolStatus(struct link *, struct prompt *);
H A Dipcp.c374 prompt_Printf(arg->prompt, "\nDefaults:\n"); in ipcp_Show()
379 prompt_Printf(arg->prompt, " My Address: %s\n", in ipcp_Show()
382 prompt_Printf(arg->prompt, " Trigger address: %s\n", in ipcp_Show()
390 prompt_Printf(arg->prompt, " His Address: %s\n", in ipcp_Show()
396 prompt_Printf(arg->prompt, " DNS: %s", in ipcp_Show()
400 prompt_Printf(arg->prompt, ", %s", in ipcp_Show()
402 prompt_Printf(arg->prompt, ", %s\n", in ipcp_Show()
404 prompt_Printf(arg->prompt, " Resolver DNS: %s", in ipcp_Show()
409 prompt_Printf(arg->prompt, ", %s", in ipcp_Show()
413 prompt_Printf(arg->prompt, "%s\n\n", in ipcp_Show()
[all …]
/freebsd/contrib/dialog/
H A Dchecklist.c204 char *prompt; in dlg_checklist() local
253 prompt = dlg_strclone(cprompt); in dlg_checklist()
254 dlg_tab_correct_str(prompt); in dlg_checklist()
261 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_checklist()
264 dlg_auto_size(title, prompt, in dlg_checklist()
295 dlg_print_autowrap(dialog, prompt, height, width); in dlg_checklist()
585 free(prompt); in dlg_checklist()
606 free(prompt); in dlg_checklist()
H A Dmenubox.c362 char *prompt = 0; in dlg_menu() local
388 prompt = dlg_strclone(cprompt); in dlg_menu()
389 dlg_tab_correct_str(prompt); in dlg_menu()
396 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width); in dlg_menu()
399 dlg_auto_size(title, prompt, in dlg_menu()
423 dlg_print_autowrap(dialog, prompt, height, width); in dlg_menu()
745 free(prompt); in dlg_menu()
760 free(prompt); in dlg_menu()
/freebsd/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh62 prompt="Choose a host controller to set up: [${ng_nodes%% *}]"
63 read -p "${prompt}" node
148 prompt="Select device to pair with [1"
150 read -p "${prompt}, or 0 to rescan]: " topair
/freebsd/usr.bin/chpass/
H A Dedit.c223 if (!ep->prompt) { in verify()
230 if (strncasecmp(buf, ep->prompt, ep->len) != 0) in verify()
234 tfn, ep->prompt); in verify()
251 tfn, ep->prompt, val); in verify()
/freebsd/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase_win32.c71 readpassphrase(const char *prompt, char *outBuf, size_t outBufLen, int flags) in readpassphrase() argument
84 wtmp = utf8_to_utf16(prompt); in readpassphrase()
/freebsd/bin/sh/
H A Dmiscbltin.c156 char *prompt; in readcmd() local
173 prompt = NULL; in readcmd()
179 prompt = shoptarg; in readcmd()
206 if (prompt && isatty(0)) { in readcmd()
207 out2str(prompt); in readcmd()
/freebsd/stand/common/
H A Dcommands.c405 char *prompt; in command_read() local
414 prompt = NULL; in command_read()
420 prompt = optarg; in command_read()
440 if (prompt != NULL) in command_read()
441 printf("%s", prompt); in command_read()
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc22 if ($?prompt) then
24 set prompt = "`/bin/hostname -s`# "
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c78 const char *progname, *prompt; in main() local
104 prompt = "Please review the disk setup. When complete, press " in main()
114 prompt = NULL; in main()
120 prompt = "Create partitions for " OSNAME ", F1 for help.\n" in main()
125 while (prompt != NULL) { in main()
145 op = diskmenu_show("Partition Editor", prompt, items, nitems, in main()
216 if (prompt == NULL) { in main()
/freebsd/contrib/netcat/
H A Dsocks.c115 char prompt[512]; in getproxypass() local
118 snprintf(prompt, sizeof(prompt), "Proxy password for %s@%s: ", in getproxypass()
120 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c645 char prompt[128]; in main() local
674 snprintf (prompt, sizeof(prompt), "%s's %s Password: ", in main()
678 strncpy(prompt, "Password: ", sizeof(prompt)); in main()
681 ret = read_string(prompt, password, sizeof(password), 0); in main()
H A Dread_string.c51 read_string(const char *prompt, char *buf, size_t len, int echo) in read_string() argument
79 fprintf(stderr, "%s", prompt); in read_string()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td8 def PromptOnQuit: Property<"prompt-on-quit", "Boolean">,
11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
42 … the interpreter. If false, LLDB won't repeat the previous command but only return a new prompt.">;
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc27 if ($?prompt) then
29 set prompt = "`hostname -s`# "

12345678910>>...17