Home | History | Annotate | Download | only in openssh

Lines Matching refs:command_string

419 	char *shell, *command_string;
431 xasprintf(&command_string, "exec %s", cmd);
457 argv[2] = command_string;
472 free(command_string);