Lines Matching refs:g_mapped_cmds
133 my %g_mapped_cmds = ();
601 # associative array called "g_mapped_cmds". The command is the key and the
1456 # The commands and their respective paths are stored in hash "g_mapped_cmds".
1492 # can be found, the entry in $g_mapped_cmds is assigned a special value that
1558 $g_mapped_cmds{$cmd} = $full_path_cmd;
1580 $g_mapped_cmds{$cmd} = $target_cmd;
1592 $g_mapped_cmds{$cmd} = "road to nowhere";
1600 # Scan the results stored in $g_mapped_cmds and flag errors.
1615 while ( ($cmd, $mapped) = each %g_mapped_cmds)
1625 $g_mapped_cmds{$cmd} = $cmd;
1984 $target_cmd = $g_mapped_cmds{"which"} . " $GP_DISPLAY_TEXT 2>&1";
3231 my $target_cmd = $g_mapped_cmds{"rm"};
3384 $target_cmd = $g_mapped_cmds{locale} . " -k LC_NUMERIC";
3787 $target_cmd = $g_mapped_cmds{"readelf"};
3811 $target_cmd = $g_mapped_cmds{"readelf"};
9103 $target_cmd = $g_mapped_cmds{"printenv"} . " HOME";
9346 $target_cmd = $g_mapped_cmds{"printenv"};
9425 $target_cmd = $g_mapped_cmds{"cat"} . " $error_file";
9512 $target_cmd = $g_mapped_cmds{uname};
9572 $target_cmd = $g_mapped_cmds{hostname};
15889 $read_elf_cmd = $g_mapped_cmds{"readelf"};
16164 $target_cmd = $g_mapped_cmds{"rm"} . " -rf " . $outputdir;
16191 $target_cmd = $g_mapped_cmds{"mkdir"} . " -p " . $outputdir;