Lines Matching refs:command_string
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;
9298 my $command_string;
9311 $command_string = $target_cmd . " LANG";
9312 ($error_code, $lang_setting) = execute_system_cmd ($command_string);