=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fig2ps-1.5/bin/fig2ps-350- if($pdf) { fig2ps-1.5/bin/fig2ps:351: system($viewer,$pdffile); fig2ps-1.5/bin/fig2ps-352- } fig2ps-1.5/bin/fig2ps-353- else { fig2ps-1.5/bin/fig2ps:354: system($viewer,$psfile); fig2ps-1.5/bin/fig2ps-355- } ############################################## fig2ps-1.5/bin/fig2ps-445- { fig2ps-1.5/bin/fig2ps:446: my $file = `kpsewhich $inputfile`; fig2ps-1.5/bin/fig2ps-447- chomp $file; # we need to remove the trailing \n left by kpsewhich ############################################## fig2ps-1.5/bin/fig2ps-628- my $tmpps = "$pdffile.tmpfile.ps"; fig2ps-1.5/bin/fig2ps:629: if(system("epstopdf", "--nogs", $psfile, "--outfile=$tmpps")) { fig2ps-1.5/bin/fig2ps-630- print STDERR " -> epstopdf returned $?"; ############################################## fig2ps-1.5/bin/fig2ps-632- } fig2ps-1.5/bin/fig2ps:633: if(system("ps2pdf ".($ps2pdf_options || "")." '$tmpps' '$pdffile'")) { fig2ps-1.5/bin/fig2ps-634- print STDERR " -> ps2pdf returned $?"; ############################################## fig2ps-1.5/bin/fig2ps-639- else { fig2ps-1.5/bin/fig2ps:640: if(system("epstopdf",$psfile, "--outfile=$pdffile")) { fig2ps-1.5/bin/fig2ps-641- print STDERR " -> epstopdf returned $?"; ############################################## fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch-10-@@ -351,7 +351,7 @@ my $job = 0; fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch:11: system($viewer,$pdffile); fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch-12- } fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch-13- else { fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch:14:- system($viewer,$pdffile); fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch:15:+ system($viewer,$psfile); fig2ps-1.5/debian/patches/010_fix-open-ps-with-gv.patch-16- } ############################################## fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-350- if($pdf) { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:351: system($viewer,$pdffile); fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-352- } fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-353- else { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:354: system($viewer,$pdffile); fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-355- } ############################################## fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-445- { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:446: my $file = `kpsewhich $inputfile`; fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-447- chomp $file; # we need to remove the trailing \n left by kpsewhich ############################################## fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-628- my $tmpps = "$pdffile.tmpfile.ps"; fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:629: if(system("epstopdf", "--nogs", $psfile, "--outfile=$tmpps")) { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-630- print STDERR " -> epstopdf returned $?"; ############################################## fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-632- } fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:633: if(system("ps2pdf ".($ps2pdf_options || "")." '$tmpps' '$pdffile'")) { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-634- print STDERR " -> ps2pdf returned $?"; ############################################## fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-639- else { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps:640: if(system("epstopdf",$psfile, "--outfile=$pdffile")) { fig2ps-1.5/.pc/010_fix-open-ps-with-gv.patch/bin/fig2ps-641- print STDERR " -> epstopdf returned $?";