/external/openssh/ |
D | auth-bsdauth.c | 52 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument 59 *prompts = NULL; in bsdauth_query() 88 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query() 90 (*prompts)[0] = xstrdup(challenge); in bsdauth_query()
|
D | auth-pam.c | 823 u_int *num, char ***prompts, u_int **echo_on) in sshpam_query() argument 838 *prompts = xmalloc(sizeof(char *)); in sshpam_query() 839 **prompts = NULL; in sshpam_query() 851 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 852 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query() 862 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 863 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query() 865 strlcat(**prompts + plen, "\n", len - plen); in sshpam_query() 878 if (**prompts != NULL && strlen(**prompts) != 0) { in sshpam_query() 879 *info = **prompts; in sshpam_query() [all …]
|
D | auth2-chall.c | 258 char *name, *instr, **prompts; in send_userauth_info_request() local 263 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) in send_userauth_info_request() 273 if ((r = sshpkt_put_cstring(ssh, prompts[i])) != 0 || in send_userauth_info_request() 282 free(prompts[i]); in send_userauth_info_request() 283 free(prompts); in send_userauth_info_request()
|
D | monitor_wrap.c | 712 u_int *num, char ***prompts, u_int **echo_on) in mm_sshpam_query() argument 735 *prompts = xcalloc((*num + 1), sizeof(char *)); in mm_sshpam_query() 738 if ((r = sshbuf_get_cstring(m, &((*prompts)[i]), NULL)) != 0 || in mm_sshpam_query() 805 char ***prompts, u_int **echo_on) in mm_chall_setup() argument 810 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup() 817 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query() argument 845 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_query() 846 (*prompts)[0] = challenge; in mm_bsdauth_query()
|
D | monitor.c | 932 char **prompts; in mm_answer_bsdauthquery() local 938 &prompts, &echo_on) < 0 ? 0 : 1; in mm_answer_bsdauthquery() 944 if ((r = sshbuf_put_cstring(m, prompts[0])) != 0) in mm_answer_bsdauthquery() 954 free(prompts); in mm_answer_bsdauthquery() 1061 char *name = NULL, *info = NULL, **prompts = NULL; in mm_answer_pam_query() local 1070 &num, &prompts, &echo_on); in mm_answer_pam_query() 1086 if ((r = sshbuf_put_cstring(m, prompts[i])) != 0 || in mm_answer_pam_query() 1089 free(prompts[i]); in mm_answer_pam_query() 1091 free(prompts); in mm_answer_pam_query()
|
D | auth.h | 123 u_int *numprompts, char ***prompts, u_int **echo_on);
|
/external/e2fsprogs/tests/t_dangerous/ |
D | name | 1 dangerous tune2fs operation prompts
|
D | expect | 1 tune2fs dangerous prompts test
|
/external/tensorflow/tensorflow/tools/gcs_test/ |
D | Dockerfile | 15 RUN ./install_google_cloud_sdk.bash --disable-prompts --install-dir=/var/gcloud
|
/external/clang/test/Analysis/ |
D | method-arg-decay.m | 92 - (BOOL)buffer:(char *)buf containsAnyPrompts:(char *[])prompts 94 prompts++;
|
/external/llvm-project/clang/test/Analysis/ |
D | method-arg-decay.m | 92 - (BOOL)buffer:(char *)buf containsAnyPrompts:(char *[])prompts 94 prompts++;
|
/external/python/cpython3/Doc/library/ |
D | tkinter.messagebox.rst | 1 :mod:`tkinter.messagebox` --- Tkinter message prompts
|
D | termios.rst | 88 Here's a function that prompts for a password with echoing turned off. Note the
|
/external/llvm-project/lldb/source/Interpreter/ |
D | InterpreterProperties.td | 20 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
|
/external/toolchain-utils/binary_search_tool/ |
D | README.bisect.md | 26 pings the machine and prompts the user if the machine is good. 84 pings the machine and prompts the user if the machine is good. 159 pings the machine and prompts the user if the machine is good.
|
/external/tensorflow/tensorflow/lite/swift/ |
D | README.md | 20 Follow the prompts and when asked to build TensorFlow with iOS support, enter `y`.
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-OpenSSL-1.1 | 19 …REM Next decompress the tarball using winrar. INUL disables error msgs, which are GUI prompts and …
|
/external/mesa3d/.gitlab-ci/ |
D | lava-tracie.yml.jinja2 | 55 prompts:
|
D | lava-deqp.yml.jinja2 | 55 prompts:
|
/external/tensorflow/tensorflow/lite/objc/ |
D | README.md | 20 Follow the prompts and when asked to build TensorFlow with iOS support, enter `y`.
|
/external/python/cpython2/Doc/tutorial/ |
D | interpreter.rst | 92 mode*. In this mode it prompts for the next command with the *primary prompt*, 93 usually three greater-than signs (``>>>``); for continuation lines it prompts
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0rc1.rst | 139 Fixes the description that appears in UAC prompts.
|
D | 3.5.0rc1.rst | 182 print false prompts. Original patch by Adnan Umer.
|
/external/oss-fuzz/projects/libaom/ |
D | README.md | 38 the prompts.
|
/external/python/cpython3/Doc/tutorial/ |
D | interpreter.rst | 92 mode*. In this mode it prompts for the next command with the *primary prompt*, 93 usually three greater-than signs (``>>>``); for continuation lines it prompts
|