Searched refs:command_string (Results 1 – 3 of 3) sorted by relevance
1252 end = command_string.size(); in GetCommandObjectForCommand()1286 command_string = command_string.substr(end); in GetCommandObjectForCommand()1328 StripLeadingSpaces(command_string); in ExtractCommand()1333 if (!command_string.empty()) { in ExtractCommand()1340 command_string.erase(); in ExtractCommand()1344 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1347 command_string.erase(); in ExtractCommand()1354 command_string.erase(); in ExtractCommand()1357 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1636 if (command_string.empty()) in HandleCommand()[all …]
112 char *command_string; in ssh_proxy_fdpass_connect() local124 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()126 debug("Executing proxy dialer command: %.500s", command_string); in ssh_proxy_fdpass_connect()151 argv[2] = command_string; in ssh_proxy_fdpass_connect()166 free(command_string); in ssh_proxy_fdpass_connect()190 char *command_string; in ssh_proxy_connect() local203 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()205 debug("Executing proxy command: %.500s", command_string); in ssh_proxy_connect()228 argv[2] = command_string; in ssh_proxy_connect()249 free(command_string); in ssh_proxy_connect()
2 # Test that -c executes command_string with the given name and arg