Home
last modified time | relevance | path

Searched refs:prompts (Results 1 – 25 of 70) sorted by relevance

123

/external/openssh/
Dauth-pam.c715 u_int *num, char ***prompts, u_int **echo_on) in sshpam_query() argument
729 *prompts = xmalloc(sizeof(char *)); in sshpam_query()
730 **prompts = NULL; in sshpam_query()
742 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
743 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query()
752 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query()
753 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query()
755 strlcat(**prompts + plen, "\n", len - plen); in sshpam_query()
768 if (**prompts != NULL && strlen(**prompts) != 0) { in sshpam_query()
769 *info = **prompts; in sshpam_query()
[all …]
Dauth-bsdauth.c54 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument
61 *prompts = NULL; in bsdauth_query()
90 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
92 (*prompts)[0] = xstrdup(challenge); in bsdauth_query()
Dauth-skey.c53 u_int* numprompts, char ***prompts, u_int **echo_on) in skey_query() argument
66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query()
69 xasprintf(*prompts, "%s%s", challenge, SKEY_PROMPT); in skey_query()
Dauth2-chall.c258 char *name, *instr, **prompts; in send_userauth_info_request() local
263 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) in send_userauth_info_request()
272 packet_put_cstring(prompts[i]); in send_userauth_info_request()
279 free(prompts[i]); in send_userauth_info_request()
280 free(prompts); in send_userauth_info_request()
Dmonitor_wrap.c623 u_int *num, char ***prompts, u_int **echo_on) in mm_sshpam_query() argument
643 *prompts = xcalloc((*num + 1), sizeof(char *)); in mm_sshpam_query()
646 (*prompts)[i] = buffer_get_string(&m, NULL); in mm_sshpam_query()
702 char ***prompts, u_int **echo_on) in mm_chall_setup() argument
707 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup()
714 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query() argument
738 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_query()
739 (*prompts)[0] = challenge; in mm_bsdauth_query()
772 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_skey_query() argument
798 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_skey_query()
[all …]
Dmonitor.c866 char **prompts; in mm_answer_bsdauthquery() local
872 &prompts, &echo_on) < 0 ? 0 : 1; in mm_answer_bsdauthquery()
877 buffer_put_cstring(m, prompts[0]); in mm_answer_bsdauthquery()
885 free(prompts); in mm_answer_bsdauthquery()
1035 char *name = NULL, *info = NULL, **prompts = NULL; in mm_answer_pam_query() local
1044 &num, &prompts, &echo_on); in mm_answer_pam_query()
1059 buffer_put_cstring(m, prompts[i]); in mm_answer_pam_query()
1060 free(prompts[i]); in mm_answer_pam_query()
1063 free(prompts); in mm_answer_pam_query()
Dauth.h110 u_int *numprompts, char ***prompts, u_int **echo_on);
/external/u-boot/scripts/kconfig/
Dstreamline_config.pl146 my %prompts;
243 $prompts{$config} = 1;
566 if (!defined($prompts{$config}) && defined($selects{$config})) {
/external/e2fsprogs/tests/t_dangerous/
Dname1 dangerous tune2fs operation prompts
Dexpect1 tune2fs dangerous prompts test
/external/clang/test/Analysis/
Dmethod-arg-decay.m92 - (BOOL)buffer:(char *)buf containsAnyPrompts:(char *[])prompts
94 prompts++;
/external/tensorflow/tensorflow/tools/gcs_test/
DDockerfile15 RUN ./install_google_cloud_sdk.bash --disable-prompts --install-dir=/var/gcloud
/external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
Dcontrol.manual21 interactive prompts where required.
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
Dcontrol.manual21 interactive prompts where required.
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
Dcontrol.manual21 interactive prompts where required.
/external/u-boot/tools/buildman/
Dkconfiglib.py1079 stmt.prompts.append((prompt, _make_and(cond_expr, deps)))
1511 for _, e in sym.prompts:
1528 for _, e in choice.prompts:
1643 if not sc.prompts:
2349 self.prompts = []
2488 if not self.prompts and not suppress_load_warnings:
2572 if not self.prompts:
2578 for _, cond_expr in self.prompts:
2902 self.prompts = []
3226 for _, cond_expr in sc.prompts:
/external/toolchain-utils/binary_search_tool/
DREADME.bisect25 pings the machine and prompts the user if the machine is good.
73 pings the machine and prompts the user if the machine is good.
141 pings the machine and prompts the user if the machine is good.
/external/tensorflow/tensorflow/lite/experimental/objc/
DREADME.md30 Follow the prompts and when asked to configure the Bazel rules for Apple
/external/tensorflow/tensorflow/lite/experimental/swift/
DREADME.md36 Follow the prompts and when asked to configure the Bazel rules for Apple
/external/python/cpython2/Doc/tutorial/
Dinterpreter.rst92 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/Doc/tutorial/
Dinterpreter.rst93 mode*. In this mode it prompts for the next command with the *primary prompt*,
94 usually three greater-than signs (``>>>``); for continuation lines it prompts
/external/u-boot/doc/
DREADME.menu80 This example creates a menu that always prompts, and allows the user
/external/libmtp/
DREADME.windows.txt43 …vice should appear in the prompt, click it and click "Next>" (Ignore any prompts about Driver Sign…
/external/python/cpython2/Doc/library/
Dtermios.rst88 Here's a function that prompts for a password with echoing turned off. Note the
/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc1.rst182 print false prompts. Original patch by Adnan Umer.

123