Searched refs:echo_on (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-chall.c | 44 u_int *echo_on; in get_challenge() local 52 &numprompts, &prompts, &echo_on)) { in get_challenge() 64 xfree(echo_on); in get_challenge()
|
H A D | auth-skey.c | 44 u_int* numprompts, char ***prompts, u_int **echo_on) in skey_query() argument 58 *echo_on = xmalloc(*numprompts * sizeof(u_int)); in skey_query() 59 (*echo_on)[0] = 0; in skey_query()
|
H A D | auth-bsdauth.c | 42 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument 74 *echo_on = xmalloc(*numprompts * sizeof(u_int)); in bsdauth_query() 75 (*echo_on)[0] = 0; in bsdauth_query()
|
H A D | auth2-chall.c | 234 u_int *echo_on; in send_userauth_info_request() local 238 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) in send_userauth_info_request() 248 packet_put_char(echo_on[i]); in send_userauth_info_request() 256 xfree(echo_on); in send_userauth_info_request()
|
/titanic_41/usr/src/cmd/format/ |
H A D | misc.h | 150 void echo_on(void);
|
H A D | misc.c | 347 echo_on(); in cleanup() 475 echo_on() in echo_on() function
|
H A D | menu_analyze.c | 240 echo_on(); in a_print()
|
H A D | menu_defect.c | 528 echo_on(); in d_print()
|
H A D | menu_command.c | 238 echo_on(); in c_disk()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | auth.h | 209 u_int *numprompts, char ***prompts, u_int **echo_on);
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n5.c | 945 echo_on(); in rdtty() 1352 echo_on() /*restore ECHO after .rd in "-q" mode*/ in echo_on() function
|