Searched refs:command_string (Results 1 – 3 of 3) sorted by relevance
1297 end = command_string.size(); in GetCommandObjectForCommand()1332 command_string = command_string.substr(end); in GetCommandObjectForCommand()1374 StripLeadingSpaces(command_string); in ExtractCommand()1379 if (!command_string.empty()) { in ExtractCommand()1386 command_string.erase(); in ExtractCommand()1390 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1393 command_string.erase(); in ExtractCommand()1400 command_string.erase(); in ExtractCommand()1403 command_string.erase(0, command_string.find_first_not_of( in ExtractCommand()1683 if (command_string.empty()) in HandleCommand()[all …]
118 char *command_string; in ssh_proxy_fdpass_connect() local130 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()132 debug("Executing proxy dialer command: %.500s", command_string); in ssh_proxy_fdpass_connect()161 argv[2] = command_string; in ssh_proxy_fdpass_connect()176 free(command_string); in ssh_proxy_fdpass_connect()200 char *command_string; in ssh_proxy_connect() local213 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()215 debug("Executing proxy command: %.500s", command_string); in ssh_proxy_connect()244 argv[2] = command_string; in ssh_proxy_connect()267 free(command_string); in ssh_proxy_connect()
2 # Test that -c executes command_string with the given name and arg