Searched refs:command_string (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshconnect.c | 115 char *command_string; in ssh_proxy_fdpass_connect() local 128 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() local 211 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()
|
/netbsd-src/sys/kern/ |
H A D | kern_drvctl.c | 542 prop_string_t command_string; in drvctl_command() local 556 command_string = prop_dictionary_get(command_dict, "drvctl-command"); in drvctl_command() 557 if (command_string == NULL) { in drvctl_command() 563 if (prop_string_equals_string(command_string, in drvctl_command()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 3308 my $command_string; 3393 my $command_string; 3430 $command_string = $target_cmd . " -l " . $loadobj . " 2>/dev/null"; 3432 ($error_code1, $cmd_output) = execute_system_cmd ($command_string); 3434 gp_message ("debug", $subr_name, "executed command_string = $command_string"); 3439 gp_message ("debug", $subr_name, "call failure for $command_string"); 3450 $command_string = $target_cmd . "-l " . $elfoid . " 2>/dev/null"; 3451 ($error_code2, $cmd_output) = execute_system_cmd ($command_string); 3455 gp_message ("abort", $subr_name, "call failure for $command_string"); 3459 gp_message ("debug", $subr_name, "executed command_string = $command_string"); [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 3639 my $command_string; 3733 my $command_string; 3777 $command_string = $target_cmd . " -l " . $loadobj . " 2>/dev/null"; 3779 ($error_code1, $cmd_output) = execute_system_cmd ($command_string); 3781 $msg = "executed command_string = " . $command_string; 3788 gp_message ("debug", $subr_name, "call failure for $command_string"); 3801 $command_string = $target_cmd . "-l " . $elfoid . " 2>/dev/null"; 3803 execute_system_cmd ($command_string); 3807 $msg = "call failure for " . $command_string; 3814 $msg = "executed command_string = " . $command_string; [all …]
|