Lines Matching refs:command_string
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");
3595 $command_string = $target_cmd . "-p " . $loadobj . " 2>/dev/null";
3596 ($error_code, $cmd_output) = execute_system_cmd ($command_string);
3599 gp_message ("debug", $subr_name,"call failure for $command_string");
8638 my $command_string;
8651 $command_string = $target_cmd . " LANG";
8652 ($error_code, $lang_setting) = execute_system_cmd ($command_string);