HomeSort by: relevance | last modified time | path
    Searched refs:prompt (Results 1 - 25 of 433) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ntp/dist/include/
ntp_lineedit.h 8 int ntp_readline_init(const char *prompt);
  /src/external/bsd/libarchive/dist/libarchive_fe/
passphrase.h 29 char *lafe_readpassphrase(const char *prompt, char *buf, size_t bufsiz);
  /src/external/bsd/pdisk/dist/
io.h 59 int get_command(const char *prompt, int promptBeforeGet, int *command);
61 int get_number_argument(const char *prompt, long *number, long default_value);
62 int get_okay(const char *prompt, int default_value);
64 int get_string_argument(const char *prompt, char **string, int reprompt);
  /src/external/gpl2/xcvs/dist/lib/
getpass.h 27 char *getpass (const char *prompt);
  /src/external/bsd/libfido2/dist/tools/
pin.c 24 char prompt[1024]; local
32 r = snprintf(prompt, sizeof(prompt), "Enter new PIN for %s: ", path);
33 if (r < 0 || (size_t)r >= sizeof(prompt)) {
38 if (!readpassphrase(prompt, pin1, sizeof(pin1), RPP_ECHO_OFF)) {
43 r = snprintf(prompt, sizeof(prompt), "Enter the same PIN again: ");
44 if (r < 0 || (size_t)r >= sizeof(prompt)) {
49 if (!readpassphrase(prompt, pin2, sizeof(pin2), RPP_ECHO_OFF)) {
84 char prompt[1024] local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
ia64-sigill.exp 60 set prompt "$gdb_prompt \\\[infrun\\\] fetch_inferior_event: exit\r\n$"
61 gdb_test_multiple "continue" "continue" -prompt $prompt {
62 -re "Breakpoint \[0-9\]+,( .* in)? thread_func .*$prompt$" {
69 gdb_test_multiple "continue" "continue for the pending signal" -prompt $prompt {
70 -re "Breakpoint \[0-9\]+, .*break-at-exit.*\r\n$prompt$" {
  /src/external/bsd/openpam/dist/lib/libpam/
pam_get_user.c 66 const char *prompt)
80 prompt = promptp;
81 /* no prompt provided, see if there is one tucked away somewhere */
82 if (prompt == NULL) {
85 prompt = promptp;
88 if (prompt == NULL)
89 prompt = user_prompt;
92 r = openpam_subst(pamh, prompt_buf, &prompt_size, prompt);
94 prompt = prompt_buf;
95 r = pam_prompt(pamh, PAM_PROMPT_ECHO_ON, &resp, "%s", prompt);
    [all...]
  /src/sys/lib/libsa/
getfile.c 38 getfile(char *prompt, int mode)
44 printf("%s: ", prompt);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bg-execution-repeat.exp 45 # prompt, so no prompt anchor.
46 gdb_test -no-prompt-anchor $continue_cmd [string_to_regexp "Continuing."]
48 # Wait for the stop. Don't expect a prompt, as we had resumed the
68 gdb_test -no-prompt-anchor "interrupt"
71 gdb_test -no-prompt-anchor "set var do_wait=0"
73 gdb_test -no-prompt-anchor "continue&"
76 # expect a prompt, as we had resumed the inferior in the background.
annota3.exp 19 # This testcase cannot use runto_main because of the different prompt
47 # NOTE: this prompt is OK only when the annotation level is > 1
49 # NOTE: When this prompt is in use the gdb_test procedure must be
50 # called with '-prompt "$gdb_prompt$"' otherwise it assumes the
52 # true with this annotated prompt.
55 set gdb_prompt "\r\n\032\032pre-prompt\r\n$gdb_prompt \r\n\032\032prompt\r\n"
63 # annotate-pre-prompt
64 # annotate-prompt
65 # annotate-post-prompt (in the next block
    [all...]
  /src/external/mit/libcbor/dist/
release.sh 8 function prompt() { function
25 prompt "Is the changelog correct and complete?"
29 prompt "Is the Doxyfile version correct?"
33 prompt "Is the CMake version correct?"
37 prompt "Are the versions correct?"
67 prompt "Will proceed to tag the release with $TAG_NAME."
75 prompt "Have you added the release to https://github.com/PJK/libcbor/releases/tag/$TAG_NAME?"
88 prompt "Have you updated the tap?
  /src/usr.bin/telnet/
main.c 93 prompt,
132 if ((prompt = strrchr(argv[0], '/')) != NULL)
133 ++prompt;
135 prompt = argv[0];
139 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE;
178 prompt);
203 prompt);
210 prompt);
218 prompt);
226 prompt);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
ia64-sigill.exp 60 set prompt "$gdb_prompt \\\[infrun\\\] fetch_inferior_event: exit\r\n$"
62 gdb_test_multiple "continue" "continue" -prompt $prompt {
78 gdb_test_multiple "continue" "continue for the pending signal" -prompt $prompt {
watchthreads-reorder.exp 92 set prompt "$gdb_prompt \\\[infrun\\\] fetch_inferior_event: exit\r\n$"
93 gdb_test_multiple "continue" "continue to breakpoint: break-at-exit" -prompt $prompt {
94 -re ".*break-at-exit.*$prompt$" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.gdb/
python-helper.exp 84 # Adjust the prompt on the outer gdb, this just makes things a
86 gdb_test_no_output -prompt $outer_prompt_re "set prompt (outer-gdb) " "set outer gdb prompt"
125 # prompt of the outer GDB.
127 gdb_test -prompt $outer_prompt_re "" "" "interrupted the inner"
130 gdb_test_no_output -prompt $outer_prompt_re "enable breakpoints"
134 # prompt in this case, so we have nothing that we can detect in
143 gdb_test -prompt $outer_prompt_re "" \
157 gdb_test -prompt $outer_prompt_re "print *val->m_type" $answer "pretty print type
    [all...]
  /src/games/backgammon/teachgammon/
ttext1.c 45 const char *const prompt = "-->"; variable
  /src/sys/arch/luna68k/stand/boot/
getline.c 82 getline(const char *prompt, char *buff)
87 printf("%s", prompt);
111 printf("%s", prompt);
119 printf("\n%s", prompt);
  /src/crypto/external/apache2/openssl/lib/libdes/
oread2pwd.c 61 int des_read_password(des_cblock *key, const char *prompt, int verify)
66 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
73 int des_read_2passwords(des_cblock *key1, des_cblock *key2, const char *prompt,
79 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
  /src/crypto/external/bsd/openssl/lib/libdes/
oread2pwd.c 61 int des_read_password(des_cblock *key, const char *prompt, int verify)
66 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
73 int des_read_2passwords(des_cblock *key1, des_cblock *key2, const char *prompt,
79 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread2pwd.c 61 int des_read_password(des_cblock *key, const char *prompt, int verify)
66 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
73 int des_read_2passwords(des_cblock *key1, des_cblock *key2, const char *prompt,
79 if ((ok=des_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
  /src/games/robots/
query.c 49 query(const char *prompt)
56 addstr(prompt);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
long-prompt.exp 16 # Test a prompt one less than, equal to, and one more than screen width in
23 with_test_prefix "prompt size == width + 1" {
31 set prompt "123456789A123456789B123456789C123456789D>"
33 # Set new prompt, and set old prompt back.
34 send_gdb "set prompt $prompt\n"
35 send_gdb "set prompt (gdb) \n"
39 # 16 (gdb) set prompt 123456789A123456789B123
42 # 19 >set prompt (gdb
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
long-prompt.exp 16 # Test a prompt one less than, equal to, and one more than screen width in
23 with_test_prefix "prompt size == width + 1" {
31 set prompt "123456789A123456789B123456789C123456789D>"
33 # Set new prompt, and set old prompt back.
34 send_gdb "set prompt $prompt\n"
35 send_gdb "set prompt (gdb) \n"
39 # 16 (gdb) set prompt 123456789A123456789B123
42 # 19 >set prompt (gdb
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
gdb-test.exp 52 # Change the prompt.
53 set prompt "(GDB) "
55 gdb_test -prompt $prompt_re "set prompt $prompt"
57 gdb_test_multiple "print 1" "" -prompt $prompt_re {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
python-helper.exp 84 # Adjust the prompt on the outer gdb, this just makes things a
86 gdb_test_no_output -prompt $outer_prompt_re "set prompt (outer-gdb) " "set outer gdb prompt"
115 # prompt of the outer GDB.
117 gdb_test -prompt $outer_prompt_re "" "" "interrupted the inner"
120 gdb_test_no_output -prompt $outer_prompt_re "enable breakpoints"
124 # prompt in this case, so we have nothing that we can detect in
133 gdb_test -prompt $outer_prompt_re "" \
147 gdb_test -prompt $outer_prompt_re "print *val->m_type" $answer "pretty print type
    [all...]

Completed in 81 milliseconds

1 2 3 4 5 6 7 8 91011>>