Searched refs:forced_command (Results 1 – 4 of 4) sorted by relevance
34 char *forced_command = NULL; variable54 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 …]
369 if (forced_command) { in auth_root_allowed()
701 if (forced_command) { in do_exec()703 command = forced_command; in do_exec()
36 extern char *forced_command;