Lines Matching refs:ShellEscape

744   if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
750 system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
754 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
755 system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
762 system(ShellEscape(@EVINCE, $fname) . $bg);
797 system(ShellEscape(@KCACHEGRIND, $fname) . $bg);
1326 my $cmd = ShellEscape($objdump, "-C", "-d", "-l", "--no-show-raw-insn",
2034 my $escaped_dot = ShellEscape(@DOT);
2035 my $escaped_ps2pdf = ShellEscape(@PS2PDF);
2037 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "ps"));
2040 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "pdf"));
2048 my $escaped_outfile = ShellEscape(TempName($main::next_tmpfile, "svg"));
3187 my $command = ShellEscape(@URL_FETCHER, $url);
3245 my $command_line = ShellEscape(@URL_FETCHER, $url);
3262 my $command_line = ShellEscape(@URL_FETCHER, "--head", $url);
3347 $command_line = ShellEscape(@URL_FETCHER, "-d", "\@$main::tmpfile_sym",
3350 $command_line = (ShellEscape(@URL_FETCHER, "--post", $url)
3351 . " < " . ShellEscape($main::tmpfile_sym));
3354 my $escaped_cppfilt = ShellEscape($obj_tool_map{"c++filt"});
3451 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);
4357 my $cmd = ShellEscape($obj_tool_map{"objdump"}, "-h", $lib);
4396 my $command = ShellEscape($obj_tool_map{"otool"}, "-l", $lib);
4792 my $cmd = ShellEscape($addr2line, "-f", "-C", "-e", $image);
4795 $cmd = ShellEscape($addr2line, "--demangle", "-f", "-C", "-e", $image);
4800 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
4841 system("$cmd < " . ShellEscape($main::tmpfile_sym));
4845 open(SYMBOLS, "$cmd <" . ShellEscape($main::tmpfile_sym) . " |")
5006 my $escaped_prog_file = ShellEscape($prog_file);