Home | History | Annotate | Download | only in openssh

Lines Matching defs:command_string

87 	char *command_string, *tmp;
106 command_string = percent_expand(tmp, "h", host, "p", strport,
115 debug("Executing proxy command: %.500s", command_string);
141 argv[2] = command_string;
162 xfree(command_string);