Searched defs:forced_command (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dauth-options.c50 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...]

Completed in 126 milliseconds