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

1234567891011>>

/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcadd60 local prompt=
71 \"\$prompt\" \
82 --menu \"\$prompt\" \
H A Drcvar67 local prompt=
134 \"\$prompt\" \
151 --menu \"\$prompt\" \
H A Dstartup51 local prompt=
65 \"\$prompt\" \
80 --menu \"\$prompt\" \
/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dusermgmt54 local prompt=
72 \"\$prompt\" \
93 --menu \"\$prompt\" \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp43 simple_readline(FILE *stdin, FILE *stdout, const char *prompt) argument
45 simple_readline(FILE *stdin, FILE *stdout, char *prompt)
50 char *line = readline(prompt);
/freebsd-11-stable/contrib/dialog/
H A Dguage.c43 char *prompt; member in struct:_my_obj
133 dlg_print_autowrap(dialog, obj->prompt, obj->height, obj->width);
215 if (obj->prompt != obj->prompt_buf)
216 free(obj->prompt);
217 obj->prompt = obj->prompt_buf;
264 if (obj->prompt != obj->prompt_buf) {
265 free(obj->prompt);
266 obj->prompt = obj->prompt_buf;
296 char *prompt = dlg_strclone(cprompt); local
301 dlg_tab_correct_str(prompt);
[all...]
H A Dyesno.c52 char *prompt = dlg_strclone(cprompt); local
64 dlg_tab_correct_str(prompt);
66 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
98 last = dlg_print_scrolled(dialog, prompt, offset,
159 free(prompt);
H A Dmsgbox.c53 char *prompt = dlg_strclone(cprompt); local
76 dlg_tab_correct_str(prompt);
77 dlg_auto_size(title, prompt, &height, &width,
113 last = dlg_print_scrolled(dialog, prompt, offset,
178 dlg_print_scrolled(dialog, prompt, offset, page, width, pauseopt);
187 free(prompt);
H A Dpause.c79 char *prompt = dlg_strclone(cprompt); local
84 dlg_tab_correct_str(prompt);
96 dlg_auto_size(title, prompt, &height, &width,
101 dlg_auto_size(title, prompt, &height, &width,
129 dlg_print_autowrap(dialog, prompt, height, width);
241 free(prompt);
/freebsd-11-stable/usr.sbin/ppp/
H A Dncp.c74 #include "prompt.h"
450 prompt_Printf(arg->prompt, "Next queued AF: %s\n",
455 prompt_Printf(arg->prompt, "\n");
456 route_ShowSticky(arg->prompt, ncp->route, "Sticky routes", 1);
459 prompt_Printf(arg->prompt, "\nDefaults:\n");
460 prompt_Printf(arg->prompt, " sendpipe: ");
462 prompt_Printf(arg->prompt, "%-20ld\n", ncp->cfg.sendpipe);
464 prompt_Printf(arg->prompt, "unspecified\n");
465 prompt_Printf(arg->prompt, " recvpipe: ");
467 prompt_Printf(arg->prompt, "
[all...]
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...]
/freebsd-11-stable/crypto/openssh/
H A Dreadpass.c119 read_passphrase(const char *prompt, int flags) argument
152 if ((ret = ssh_askpass(askpass, prompt)) == NULL)
158 if (readpassphrase(prompt, buf, sizeof buf, rppflags) == NULL) {
173 char *p, prompt[1024]; local
177 vsnprintf(prompt, sizeof(prompt), fmt, args);
180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
/freebsd-11-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-11-stable/stand/common/
H A Dboot.c41 static int autoboot(int timeout, char *prompt);
125 char *cp, *prompt; local
127 prompt = NULL;
131 prompt = argv[2];
142 return(autoboot(howlong, prompt));
164 autoboot(int timeout, char *prompt) argument
204 printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or "
205 "1 2 3 sequence for command prompt." : prompt);
207 printf("%s\n", (prompt
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp131 IOHandlerConfirm::IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt, argument
136 llvm::StringRef(), // No prompt
137 llvm::StringRef(), // No continuation prompt
139 false, // Don't colorize the prompt (i.e. the confirm message.)
143 prompt_stream.PutCString(prompt);
215 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
224 prompt, continuation_prompt, multi_line, color_prompts,
232 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
245 SetPrompt(prompt);
270 SetPrompt(prompt);
212 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
227 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
323 const char *prompt = nullptr; local
445 SetPrompt(llvm::StringRef prompt) argument
460 SetContinuationPrompt(llvm::StringRef prompt) argument
590 const char *prompt = GetPrompt(); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-utils.h77 char *prompt; member in struct:gr_settings
85 /* get and set prompt. */
86 #define gr_get_prompt() (gr_settings->prompt)
87 #define gr_set_prompt(newval) (gr_settings->prompt = (newval))
96 /* Keep discarding input until we see the prompt.
98 The convention for dealing with the prompt is that you
100 o *then* wait for the prompt.
104 wait for the prompt, because the terminal is being handed over
106 is a bug_wait which does wait for the prompt.
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dttys59 local prompt="$msg_ttys_menu_text"
76 \"\$prompt\" \
87 --menu \"\$prompt\" \
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Dtype52 local prompt="$msg_protocol_menu_text"
72 \"\$prompt\" \
97 --menu \"\$prompt\" \
/freebsd-11-stable/usr.sbin/bsdconfig/security/
H A Dsecurity52 local prompt="$msg_menu_text"
104 \"\$prompt\" \
116 --menu \"\$prompt\" \
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall89 local prompt="$msg_docsinstall_menu_text"
115 \"\$prompt\" \
126 --checklist \"\$prompt\" \
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dauthenc.c76 telnet_gets(char *prompt, char *result, int length, int echo) argument
/freebsd-11-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-11-stable/contrib/telnet/telnetd/
H A Dauthenc.c81 telnet_gets(const char *prompt __unused, char *result __unused, int length __unused, int echo __unused)

Completed in 132 milliseconds

1234567891011>>