Searched refs:command_string (Results 1 – 6 of 6) sorted by relevance
220 char command_string[ command_len + 1 ]; in pxenv_file_exec() local222 copy_from_user ( command_string, command, 0, in pxenv_file_exec()223 sizeof ( command_string ) ); in pxenv_file_exec()224 DBG ( " %s", command_string ); in pxenv_file_exec()226 if ( ( rc = system ( command_string ) ) != 0 ) { in pxenv_file_exec()
92 def _IssueCommand(self, command_string, timeout): argument93 logging.info('Issuing command to ts_proxy_server: %s', command_string)95 self._proc.stdin.write('%s\n' % command_string)105 (repr(command_string), '\n'.join(command_output)))
109 char *command_string; in ssh_proxy_fdpass_connect() local121 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_fdpass_connect()123 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()187 char *command_string; in ssh_proxy_connect() local200 command_string = expand_proxy_command(proxy_command, options.user, in ssh_proxy_connect()202 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()
419 char *shell, *command_string; in execute_in_shell() local431 xasprintf(&command_string, "exec %s", cmd); in execute_in_shell()457 argv[2] = command_string; in execute_in_shell()472 free(command_string); in execute_in_shell()
196 def _ParseCommandString(self, command_string): argument197 groups = re.match(r'^([^,]+),(.*),([0-9]+)$', command_string).groups()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...