Home
last modified time | relevance | path

Searched refs:forced_command (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-options.c34 char *forced_command = NULL; variable
54 if (forced_command) { in auth_clear_options()
55 xfree(forced_command); in auth_clear_options()
56 forced_command = NULL; in auth_clear_options()
110 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
117 forced_command[i++] = '"'; in auth_parse_options()
120 forced_command[i++] = *opts++; in auth_parse_options()
127 xfree(forced_command); in auth_parse_options()
128 forced_command = NULL; in auth_parse_options()
131 forced_command[i] = 0; in auth_parse_options()
[all …]
H A Dauth.c369 if (forced_command) { in auth_root_allowed()
H A Dsession.c701 if (forced_command) { in do_exec()
703 command = forced_command; in do_exec()
/titanic_44/usr/src/cmd/ssh/include/
H A Dauth-options.h36 extern char *forced_command;