Searched refs:command_string (Results 1 – 3 of 3) sorted by relevance
1477 end = command_string.size(); in GetCommandObjectForCommand()1512 command_string = command_string.substr(end); in GetCommandObjectForCommand()1554 StripLeadingSpaces(command_string); in ExtractCommand()1559 if (!command_string.empty()) { in ExtractCommand()1566 command_string.erase(); in ExtractCommand()1570 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1573 command_string.erase(); in ExtractCommand()1580 command_string.erase(); in ExtractCommand()1583 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1896 if (command_string.empty()) in HandleCommand()[all …]
116 char *command_string; in ssh_proxy_fdpass_connect() local128 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()130 debug("Executing proxy dialer command: %.500s", command_string); in ssh_proxy_fdpass_connect()159 argv[2] = command_string; in ssh_proxy_fdpass_connect()174 free(command_string); in ssh_proxy_fdpass_connect()198 char *command_string; in ssh_proxy_connect() local211 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()213 debug("Executing proxy command: %.500s", command_string); in ssh_proxy_connect()242 argv[2] = command_string; in ssh_proxy_connect()265 free(command_string); in ssh_proxy_connect()
1 # Test that -c executes command_string with the given name and arg