Home
last modified time | relevance | path

Searched refs:command_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1252 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 …]
/freebsd-12.1/crypto/openssh/
H A Dsshconnect.c112 char *command_string; in ssh_proxy_fdpass_connect() local
124 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() local
203 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()
/freebsd-12.1/bin/sh/tests/invocation/
H A Dsh-c1.02 # Test that -c executes command_string with the given name and arg