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 free(forced_command);
80 forced_command = NULL;
151 if (forced_command != NULL)
152 free(forced_command);
153 forced_command = xmalloc(strlen(opts) + 1);
160 forced_command[i++] = '"';
163 forced_command[i++] = *opts++;
170 free(forced_command);
    [all...]
monitor_wrap.c 432 forced_command = have_forced ? xstrdup("true") : NULL;
899 forced_command = have_forced ? xstrdup("true") : NULL;
auth.c 361 if (forced_command) {
monitor.c     [all...]
session.c 788 } else if (forced_command) {
790 command = forced_command;
    [all...]

Completed in 70 milliseconds