HomeSort by relevance Sort by last modified time
    Searched refs:forced_command (Results 1 - 6 of 6) sorted by null

  /external/openssh/
auth-options.h 30 extern char *forced_command;
auth-options.c 50 char *forced_command = NULL; variable
78 if (forced_command) {
79 xfree(forced_command);
80 forced_command = NULL;
151 if (forced_command != NULL)
152 xfree(forced_command);
153 forced_command = xmalloc(strlen(opts) + 1);
160 forced_command[i++] = '"';
163 forced_command[i++] = *opts++;
170 xfree(forced_command);
    [all...]
auth.c 316 if (forced_command) {
monitor_wrap.c 422 forced_command = have_forced ? xstrdup("true") : NULL;
1104 forced_command = have_forced ? xstrdup("true") : NULL;
    [all...]
session.c 804 } else if (forced_command) {
806 command = forced_command;
    [all...]
monitor.c 1197 buffer_put_int(m, forced_command != NULL);
    [all...]

Completed in 78 milliseconds