Searched refs:prompt (Results 51 - 75 of 247) sorted by relevance

12345678910

/freebsd-13-stable/contrib/bc/include/
H A Dhistory.h146 #define bc_history_line(h, vec, prompt) bc_history_line(h, vec)
147 #define bc_history_raw(h, prompt) bc_history_raw(h)
148 #define bc_history_edit(h, prompt) bc_history_edit(h)
195 const char *prompt; member in struct:BcHistory
241 BcStatus bc_history_line(BcHistory *h, BcVec *vec, const char *prompt);
/freebsd-13-stable/contrib/bc/src/
H A Dread.c108 BcStatus bc_read_chars(BcVec *vec, const char *prompt) { argument
120 bc_file_puts(&vm.fout, bc_flush_none, prompt);
153 bc_file_puts(&vm.fout, bc_flush_none, prompt);
185 BcStatus bc_read_line(BcVec *vec, const char *prompt) { argument
191 s = bc_history_line(&vm.history, vec, prompt);
192 else s = bc_read_chars(vec, prompt);
194 s = bc_read_chars(vec, prompt);
/freebsd-13-stable/contrib/dialog/
H A Dyesno.c52 char *prompt; local
72 prompt = dlg_strclone(cprompt);
73 dlg_tab_correct_str(prompt);
75 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
107 last = dlg_print_scrolled(dialog, prompt, offset,
147 free(prompt);
171 free(prompt);
H A Dpause.c79 char *prompt; local
98 prompt = dlg_strclone(cprompt);
99 dlg_tab_correct_str(prompt);
102 dlg_auto_size(title, prompt, &height, &width,
107 dlg_auto_size(title, prompt, &height, &width,
135 dlg_print_autowrap(dialog, prompt, height, width);
210 free(prompt);
251 free(prompt);
/freebsd-13-stable/crypto/openssh/
H A Dreadpass.c118 read_passphrase(const char *prompt, int flags) argument
151 if ((ret = ssh_askpass(askpass, prompt)) == NULL)
157 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
172 char *p, prompt[1024]; local
176 vsnprintf(prompt, sizeof(prompt), fmt, args);
179 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
/freebsd-13-stable/usr.sbin/bsdconfig/timezone/
H A Dtimezone85 local prompt="$msg_select_region"
93 \"\$prompt\" \
108 --menu \"\$prompt\" \
289 dialog_menu_main # prompt the user to select a continent/ocean
334 prompt="$msg_select_country"
342 prompt="$msg_select_island_or_group"
352 \"\$prompt\" \
365 --menu \"\$prompt\" \
408 prompt="$msg_select_zone"
411 \"\$title\" \"\$btitle\" \"\$prompt\" \"\"
[all...]
/freebsd-13-stable/stand/common/
H A Dboot.c41 static int autoboot(int timeout, char *prompt);
132 char *cp, *prompt; local
134 prompt = NULL;
138 prompt = argv[2];
149 return(autoboot(howlong, prompt));
171 autoboot(int timeout, char *prompt) argument
212 printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or "
213 "1 2 3 sequence for command prompt." : prompt);
215 printf("%s\n", (prompt
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp133 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, argument
138 llvm::StringRef(), // No prompt
139 llvm::StringRef(), // No continuation prompt
141 false, // Don't colorize the prompt (i.e. the confirm message.)
145 prompt_stream.PutCString(prompt);
217 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
226 prompt, continuation_prompt, multi_line, color_prompts,
234 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
247 SetPrompt(prompt);
272 SetPrompt(prompt);
214 IOHandlerEditline( Debugger &debugger, IOHandler::Type type, const char *editline_name, llvm::StringRef prompt, llvm::StringRef continuation_prompt, bool multi_line, bool color_prompts, uint32_t line_number_start, IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) argument
229 IOHandlerEditline( Debugger &debugger, IOHandler::Type type, const lldb::FileSP &input_sp, const lldb::StreamFileSP &output_sp, const lldb::StreamFileSP &error_sp, uint32_t flags, const char *editline_name, llvm::StringRef prompt, llvm::StringRef continuation_prompt, bool multi_line, bool color_prompts, uint32_t line_number_start, IOHandlerDelegate &delegate, repro::DataRecorder *data_recorder) argument
333 const char *prompt = nullptr; local
455 SetPrompt(llvm::StringRef prompt) argument
470 SetContinuationPrompt(llvm::StringRef prompt) argument
600 const char *prompt = GetPrompt(); local
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dnat_cmd.c60 #include "prompt.h"
110 prompt_Printf(arg->prompt, "Alias not enabled\n");
130 prompt_Printf(arg->prompt, "port redirect: protocol must be"
138 prompt_Printf(arg->prompt, "nat port: error reading localaddr:port\n");
145 prompt_Printf(arg->prompt, "nat port: error reading alias port\n");
154 prompt_Printf(arg->prompt, "nat port: error reading "
168 prompt_Printf(arg->prompt, "nat port: local & alias port ranges "
174 prompt_Printf(arg->prompt, "nat port: local & remote port ranges "
186 prompt_Printf(arg->prompt, "nat port: %d: error %d\n", laliasport,
206 prompt_Printf(arg->prompt, "na
[all...]
H A Dsystems.c319 struct prompt *prompt, struct datalink *cx, int how)
332 struct prompt *op;
361 n = ReadSystem(bundle, name, arg, prompt, cx, how);
411 command_Run(bundle, argc, (char const *const *)argv, prompt,
429 system_IsValid(const char *name, struct prompt *prompt, int mode) argument
444 rs = ReadSystem(NULL, "default", CONFFILE, prompt, NULL, how);
454 rs = ReadSystem(NULL, name, CONFFILE, prompt, NULL, how);
480 struct prompt *promp
318 ReadSystem(struct bundle *bundle, const char *name, const char *file, struct prompt *prompt, struct datalink *cx, int how) argument
479 system_Select(struct bundle *bundle, const char *name, const char *file, struct prompt *prompt, struct datalink *cx) argument
[all...]
H A Dfilter.c66 #include "prompt.h"
453 doShowFilter(struct filterent *fp, struct prompt *prompt) argument
460 prompt_Printf(prompt, " %2d %s", n, filter_Action2Nam(fp->f_action));
461 prompt_Printf(prompt, "%c ", fp->f_invert ? '!' : ' ');
464 prompt_Printf(prompt, "%s ", addrstr(&fp->f_src, fp->f_srctype));
466 prompt_Printf(prompt, "any ");
469 prompt_Printf(prompt, "%s ", addrstr(&fp->f_dst, fp->f_dsttype));
471 prompt_Printf(prompt, "any ");
475 prompt_Printf(prompt, "
[all...]
H A Dlink.h39 struct prompt;
82 extern void link_ReportProtocolStatus(struct link *, struct prompt *);
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dttys59 local prompt="$msg_ttys_menu_text"
76 \"\$prompt\" \
87 --menu \"\$prompt\" \
/freebsd-13-stable/usr.sbin/bsdconfig/mouse/
H A Dtype52 local prompt="$msg_protocol_menu_text"
72 \"\$prompt\" \
97 --menu \"\$prompt\" \
/freebsd-13-stable/usr.sbin/bsdconfig/security/
H A Dsecurity52 local prompt="$msg_menu_text"
104 \"\$prompt\" \
116 --menu \"\$prompt\" \
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall89 local prompt="$msg_docsinstall_menu_text"
115 \"\$prompt\" \
126 --checklist \"\$prompt\" \
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dauthenc.c76 telnet_gets(char *prompt, char *result, int length, int echo) argument
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dcpw.c89 char *prompt; local
92 asprintf(&prompt, "%s's Password: ", princ_name);
94 ret = UI_UTIL_read_pw_string(pwbuf, sizeof(pwbuf), prompt, 1);
95 free (prompt);
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dauthenc.c81 telnet_gets(const char *prompt __unused, char *result __unused, int length __unused, int echo __unused)
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test.cc49 const char *prompt = "State:\t"; local
52 if (!strncmp(s, prompt, strlen(prompt))) {
54 return s[strlen(prompt)];
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dui.h47 The following functions are used to add strings to be printed and prompt
48 strings to prompt for data. The names are UI_{add,dup}_<function>_string
52 add add a text or prompt string. The pointers given to these
54 dup make a copy of the text or prompt string, then add the copy
59 input use the string as data prompt.
60 verify use the string as verification prompt. This
68 and are typically used when one wants to prompt for a yes/no response.
70 All of the functions in this group take a UI and a prompt string.
89 int UI_add_input_string(UI *ui, const char *prompt, int flags,
91 int UI_dup_input_string(UI *ui, const char *prompt, in
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c84 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) argument
108 success = WriteFile(hStdout, prompt, (DWORD)strlen(prompt),
168 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) argument
244 int r = write(output, prompt, strlen(prompt));
317 lafe_readpassphrase(const char *prompt, char *buf, size_t bufsiz) argument
321 p = readpassphrase(prompt, buf, bufsiz, RPP_ECHO_OFF);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/
H A Dsetup.ksh37 echo "testpass" | zfs create -o encryption=aes-256-gcm -o keyformat=passphrase -o keylocation=prompt "$TESTPOOL/pam/${username}"
/freebsd-13-stable/lib/libc/gen/
H A Dreadpassphrase.c46 readpassphrase(const char *prompt, char *buf, size_t bufsiz, int flags) argument
127 (void)_write(output, prompt, strlen(prompt));
190 getpass(const char *prompt) argument
194 if (readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF) == NULL)
/freebsd-13-stable/crypto/openssl/crypto/ui/
H A Dui_util.c19 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, argument
27 prompt, verify);
32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, argument
43 ok = UI_add_input_string(ui, prompt, 0, buf, 0, size - 1);
45 ok = UI_add_verify_string(ui, prompt, 0, buff, 0, size - 1, buf);

Completed in 286 milliseconds

12345678910