HomeSort by relevance Sort by last modified time
    Searched defs:prompts (Results 1 - 7 of 7) sorted by null

  /external/openssh/
auth-chall.c 52 char *challenge, *name, *info, **prompts; local
67 &numprompts, &prompts, &echo_on)) {
74 challenge = xstrdup(prompts[0]);
76 free(prompts[i]);
77 free(prompts);
87 char *resp[1], *name, *info, **prompts; local
102 &numprompts, &prompts, &echo_on)) != 0)
109 free(prompts[i]);
110 free(prompts);
auth2-chall.c 253 char *name, *instr, **prompts; local
258 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
267 packet_put_cstring(prompts[i]);
274 free(prompts[i]);
275 free(prompts);
monitor.c 949 char **prompts; local
953 &prompts, &echo_on) < 0 ? 0 : 1;
958 buffer_put_cstring(m, prompts[0]);
966 free(prompts);
1111 char *name = NULL, *info = NULL, **prompts = NULL; local
1117 ret = (sshpam_device.query)(sshpam_ctxt, &name, &info, &num, &prompts, &echo_on);
1130 buffer_put_cstring(m, prompts[i]);
1131 free(prompts[i]);
1134 free(prompts);
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 14 Run the script with no arguments to start with interactive prompts:
83 # This giant section defines the prompts and defaults used in interactive mode.
116 # The 'prompts' dictionary holds all the messages shown to the user in
117 # interactive mode. The 'prompts' dictionary schema is defined as follows:
120 prompts = { variable
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 195 final int [] prompts = {R.drawable.prompt_x, R.drawable.prompt_y, R.drawable.prompt_z}; local
198 imageView.setImageResource(prompts[axis-1]);
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 265 milliseconds