Searched refs:prompt (Results 101 - 125 of 247) sorted by relevance

12345678910

/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkswitch.c38 char *readline(const char *prompt);
42 readline(const char *prompt) argument
45 printf ("%s", prompt);
/freebsd-13-stable/usr.sbin/bsdconfig/console/
H A Dfont52 local prompt="$msg_font_menu_text"
76 \"\$prompt\" \
105 --menu \"\$prompt\" \
H A Dkeymap80 local prompt="$msg_keymap_menu_text"
117 \"\$prompt\" \
205 --menu \"\$prompt\" \
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
H A Drcdelete149 local prompt=
206 \"\$prompt\" \
225 --menu \"\$prompt\" \
248 local prompt="$msg_are_you_sure_you_want_delete_the_following"
287 \"\$prompt\" \
301 --menu \"\$prompt\" \
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dauto77 local prompt="${1:+$1\n\n}$msg_an_installation_step_has_been_aborted"
85 "$title" "$btitle" "$prompt" "$hline"
93 --yesno "$prompt" $height $width
110 local prompt # Calculated below
131 prompt=$( printf "$format" )
132 f_dprintf "%s: Workaround prompt" "$0"
140 --yesno "$prompt" $height $width
/freebsd-13-stable/usr.sbin/ppp/
H A Dmp.c89 #include "prompt.h"
831 prompt_Printf(arg->prompt, "Multilink is %sactive\n", mp->active ? "" : "in");
837 prompt_Printf(arg->prompt, "Socket: %s\n",
843 prompt_Printf(arg->prompt, "Pending frags: %d", bufs);
850 prompt_Printf(arg->prompt, " (Have %lu - %lu, want %lu, lowest %lu)\n",
853 prompt_Printf(arg->prompt, " First has %sbegin bit and "
856 prompt_Printf(arg->prompt, "\n");
859 prompt_Printf(arg->prompt, "\nMy Side:\n");
861 prompt_Printf(arg->prompt, " Output SEQ: %u\n", mp->out.seq);
862 prompt_Printf(arg->prompt, " MRR
[all...]
H A Dbundle.c93 #include "prompt.h"
1032 prompt_Printf(arg->prompt, "Name: %s [%s, %s]",
1035 prompt_Printf(arg->prompt, " bandwidth %d, %llu bps (%llu bytes/sec)",
1039 prompt_Printf(arg->prompt, "\n");
1048 prompt_Printf(arg->prompt, "Currently averaging %llu bps (%llu bytes/sec)"
1065 prompt_Printf(arg->prompt, "Phase %s\n", bundle_PhaseName(arg->bundle));
1066 prompt_Printf(arg->prompt, " Device: %s\n", arg->bundle->dev.Name);
1067 prompt_Printf(arg->prompt, " Interface: %s @ %lubps",
1073 prompt_Printf(arg->prompt, ", up time %d:%02d:%02d", secs / 3600,
1076 prompt_Printf(arg->prompt, "\
[all...]
H A Dradius.h112 extern void radius_Show(struct radius *, struct prompt *);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py73 def readfunc_stdio(prompt):
74 sys.stdout.write(prompt)
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in126 prompt=no
164 prompt=no
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dutil.c43 get_response(const char *prompt, const char *def, char *buf, size_t len);
125 * allow the user to edit the attributes in `attr', prompting with `prompt'
129 edit_attributes (const char *prompt, krb5_flags *attr, int *mask, int bit) argument
258 edit_timet (const char *prompt, krb5_timestamp *value, int *mask, int bit) argument
268 if(get_response(prompt, buf, resp, sizeof(resp)) != 0)
345 edit_deltat (const char *prompt, krb5_deltat *value, int *mask, int bit) argument
354 if(get_response(prompt, buf, resp, sizeof(resp)) != 0)
565 * prompt with `prompt' and default value `def', and store the reply
580 get_response(const char *prompt, cons argument
[all...]
H A Dank.c126 char *prompt; local
129 asprintf (&prompt, "%s's Password: ", princ_name);
131 ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), prompt, 1);
132 free (prompt);
/freebsd-13-stable/contrib/dialog/
H A Dmixedgauge.c41 char *prompt; member in struct:__anon541
276 dlg->prompt = clean_copy(aPrompt);
298 if (dlg->prompt != 0 && *(dlg->prompt) != 0)
312 dlg_auto_size(dlg->title, dlg->prompt,
336 if ((dlg->prompt != 0 && *(dlg->prompt) != 0)
344 dlg_print_autowrap(dlg->caption, dlg->prompt, dlg->height, dlg->width);
H A Dprogressbox.c46 char *prompt; member in struct:__anon542
60 free(obj->prompt);
75 free(obj->prompt);
88 obj->prompt = dlg_strclone(cprompt);
89 dlg_tab_correct_str(obj->prompt);
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
110 if (obj->prompt[0] != '\0') {
114 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, obj->wide);
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in71 --prompt "Encrypted ZFS password for ${ENCRYPTIONROOT}: " \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_keylocation.ksh27 # roots should only allow keylocation of 'prompt' and file URI, and encrypted
35 # an invalid location, its current location, and 'prompt'
52 log_assert "Key location can only be 'prompt' or a file path for encryption" \
80 log_must zfs set keylocation=prompt $TESTPOOL/$TESTFS1
81 log_must verify_keylocation $TESTPOOL/$TESTFS1 "prompt"
94 log_mustnot zfs set keylocation=prompt $TESTPOOL/$TESTFS1/child
100 log_pass "Key location can only be 'prompt' or a file path for encryption" \
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c70 static char *prompt; /* Tell libedit what the current prompt is */ variable
104 * A callback routine for libedit to find out what the current prompt is.
110 if (prompt == NULL)
111 prompt = "";
112 return prompt;
118 * and buffer what our prompt looks like (via the `prompt' global).
136 prompt = Buffer;
147 prompt
[all...]
/freebsd-13-stable/usr.bin/tip/tip/
H A Dcmds.c88 if (prompt("Local file name? ", copyname, sizeof(copyname)))
99 if (prompt("List command for remote system? ", buf, sizeof(buf))) {
115 if (prompt("[take] ", copyname, sizeof(copyname)))
222 if (prompt("Local command? ", buf, sizeof(buf)))
234 if (prompt("List command for remote system? ", buf, sizeof(buf))) {
284 if (prompt("Local file name? ", fname, sizeof(fname)))
365 do { /* wait for prompt */
409 if (prompt("[put] ", copyname, sizeof(copyname)))
485 if (prompt("Local command? ", buf, sizeof(buf)))
538 if (prompt("Loca
[all...]
/freebsd-13-stable/bin/ed/
H A Dmain.c94 static const char *prompt; /* command-line prompt */ variable
95 static const char *dps = "*"; /* default command-line prompt */
112 case 'p': /* set prompt */
113 prompt = optarg;
174 if (prompt) {
175 printf("%s", prompt);
638 prompt = prompt ? NULL : optarg ? optarg : dps;
/freebsd-13-stable/contrib/apr/helpers/
H A Dapr_rename.pl3 use ExtUtils::MakeMaker qw(prompt);
53 # my $ans = prompt("replace?", 'y');
/freebsd-13-stable/contrib/apr/include/
H A Dapr_lib.h179 * Display a prompt and read in the password from stdin.
180 * @param prompt The prompt to display
189 APR_DECLARE(apr_status_t) apr_password_get(const char *prompt, char *pwbuf,
/freebsd-13-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh63 prompt="Choose a host controller to set up: [${ng_nodes%% *}]"
64 read -p "${prompt}" node
149 prompt="Select device to pair with [1"
150 [ ${#count} -gt 1 ] && prompt="${prompt}-${#count}"
151 read -p "${prompt}, or 0 to rescan]: " topair
197 # need to prompt the user to manually do it and restart this script
/freebsd-13-stable/usr.bin/chpass/
H A Dedit.c232 if (!ep->prompt) {
239 if (strncasecmp(buf, ep->prompt, ep->len) != 0)
243 tfn, ep->prompt);
260 tfn, ep->prompt, val);
/freebsd-13-stable/usr.bin/less/
H A DMakefile7 opttbl.c os.c output.c pattern.c position.c prompt.c search.c \
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h105 virtual bool SetPrompt(llvm::StringRef prompt) { argument
331 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
344 llvm::StringRef prompt, llvm::StringRef continuation_prompt,
391 bool SetPrompt(llvm::StringRef prompt) override;
392 bool SetPrompt(const char *prompt) = delete;
396 void SetContinuationPrompt(llvm::StringRef prompt);
434 uint32_t m_base_line_number; // If non-zero, then show line numbers in prompt
448 IOHandlerConfirm(Debugger &debugger, llvm::StringRef prompt,

Completed in 212 milliseconds

12345678910