=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libmath-planepath-perl-128/tools/gallery.pl-1027- libmath-planepath-perl-128/tools/gallery.pl:1028: system ("optipng -quiet -o2 $tempfile"); libmath-planepath-perl-128/tools/gallery.pl-1029- ############################################## libmath-planepath-perl-128/tools/gallery.pl-1072- my ($filename, $keyword, $value) = @_; libmath-planepath-perl-128/tools/gallery.pl:1073: system('pngtextadd', "--keyword=$keyword", "--text=$value", $tempfile) == 0 libmath-planepath-perl-128/tools/gallery.pl-1074- or die "system(pngtextadd)"; ############################################## libmath-planepath-perl-128/xtools/my-diff-prev.sh-40- 1.*) PREV_VERSION=1.16 ;; libmath-planepath-perl-128/xtools/my-diff-prev.sh:41: *) PREV_VERSION="`expr $VERSION - 1`" ;; libmath-planepath-perl-128/xtools/my-diff-prev.sh-42-esac ############################################## libmath-planepath-perl-128/xtools/my-pc.sh-56- libmath-planepath-perl-128/xtools/my-pc.sh:57:podlinkcheck -I lib `ls $LINT_FILES | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'` libmath-planepath-perl-128/xtools/my-pc.sh-58- libmath-planepath-perl-128/xtools/my-pc.sh:59:podchecker -nowarnings `ls $LINT_FILES | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'` libmath-planepath-perl-128/xtools/my-pc.sh-60-perlcritic $LINT_FILES ############################################## libmath-planepath-perl-128/xtools/my-deb.sh-46-fi libmath-planepath-perl-128/xtools/my-deb.sh:47:DISTVNAME=`echo "$DISTVNAME" | sed "s/[$][(]VERSION[)]/$VERSION/"` libmath-planepath-perl-128/xtools/my-deb.sh:48:DISTVNAME=`echo "$DISTVNAME" | sed "s/[$][(]DISTNAME[)]/$DISTNAME/"` libmath-planepath-perl-128/xtools/my-deb.sh-49-echo "DISTVNAME $DISTVNAME" ############################################## libmath-planepath-perl-128/xtools/my-deb.sh-63-# gtk2-ex-splash and wx-perl-podbrowser programs are lib too though libmath-planepath-perl-128/xtools/my-deb.sh:64:DEBNAME=`echo $DISTNAME | tr A-Z a-z` libmath-planepath-perl-128/xtools/my-deb.sh:65:DEBNAME=`echo $DEBNAME | sed 's/app-//'` libmath-planepath-perl-128/xtools/my-deb.sh-66-IS_PERL_LIB=0 ############################################## libmath-planepath-perl-128/xtools/my-deb.sh-104-test -f $DISTVNAME.tar.gz || make $DISTVNAME.tar.gz libmath-planepath-perl-128/xtools/my-deb.sh:105:debver="`dpkg-parsechangelog -c1 | sed -n -r -e 's/^Version: (.*)-[0-9.]+$/\1/p'`" libmath-planepath-perl-128/xtools/my-deb.sh-106-echo "debver $debver", want $VERSION ############################################## libmath-planepath-perl-128/examples/other/sierpinski-triangle.m4-30-# "end" inclusive. "start" to "end" can go either increasing or decreasing. libmath-planepath-perl-128/examples/other/sierpinski-triangle.m4:31:define(`forloop', `define(`$1',$2)$4`'dnl libmath-planepath-perl-128/examples/other/sierpinski-triangle.m4:32:ifelse($2,$3,,`forloop(`$1',eval($2 + 2*($2 < $3) - 1), $3, `$4')')') libmath-planepath-perl-128/examples/other/sierpinski-triangle.m4-33- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-46-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:47:define(`vertex_to_seg_east', `eval($1 + $2), eval($2 - $1)') libmath-planepath-perl-128/examples/other/dragon-curve.m4:48:define(`vertex_to_seg_west', `eval($1 + $2 - 1), eval($2 - $1 + 1)') libmath-planepath-perl-128/examples/other/dragon-curve.m4:49:define(`vertex_to_seg_south', `eval($1 + $2 - 1), eval($2 - $1)') libmath-planepath-perl-128/examples/other/dragon-curve.m4-50- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-53-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:54:define(`mod2', `ifelse(eval($1 % 2),0,0,1)') libmath-planepath-perl-128/examples/other/dragon-curve.m4-55- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-78-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:79:define(`seg_offset_y', `mod2(eval(($1 >> 1) + ($2 >> 1)))') libmath-planepath-perl-128/examples/other/dragon-curve.m4:80:define(`seg_offset_x', `seg_offset_y(eval($1+1), eval($2+1))') libmath-planepath-perl-128/examples/other/dragon-curve.m4:81:define(`seg_to_even', `eval($1 - seg_offset_x($1,$2)), libmath-planepath-perl-128/examples/other/dragon-curve.m4:82: eval($2 - seg_offset_y($1,$2))'); libmath-planepath-perl-128/examples/other/dragon-curve.m4-83- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-87-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:88:define(`xy_div_iplus1', `eval(($1 + $2)/2), eval(($2 - $1)/2)') libmath-planepath-perl-128/examples/other/dragon-curve.m4-89- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-100-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:101:define(`seg_is_final', `eval(($1==-1 || $1==0) && ($2==1 || $2==0))') libmath-planepath-perl-128/examples/other/dragon-curve.m4-102- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-108-define(`seg_pred', `ifelse(seg_is_final($1,$2), 1, libmath-planepath-perl-128/examples/other/dragon-curve.m4:109: `eval($1==0 && $2==0)', libmath-planepath-perl-128/examples/other/dragon-curve.m4-110- `seg_pred(xy_div_iplus1(seg_to_even($1,$2)))')') ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-124-# libmath-planepath-perl-128/examples/other/dragon-curve.m4:125:define(`forloop', `define(`$1',$2)$4`'dnl libmath-planepath-perl-128/examples/other/dragon-curve.m4:126:ifelse($2,$3,,`forloop(`$1',eval($2 + 2*($2 < $3) - 1), $3, `$4')')') libmath-planepath-perl-128/examples/other/dragon-curve.m4-127- ############################################## libmath-planepath-perl-128/examples/other/dragon-curve.m4-134-define(`dragon01', libmath-planepath-perl-128/examples/other/dragon-curve.m4:135:`forloop(`y',$4,$3, `forloop(`x',$1,$2, `vertex_pred(x,y)') libmath-planepath-perl-128/examples/other/dragon-curve.m4-136-')') ############################################## libmath-planepath-perl-128/devel/grep-various-values.pl-1653-# my ($str) = @_; libmath-planepath-perl-128/devel/grep-various-values.pl:1654:# my $find = `fgrep -e $str $ENV{HOME}/OEIS/stripped`; libmath-planepath-perl-128/devel/grep-various-values.pl-1655-# my $ret = ''; ############################################## libmath-planepath-perl-128/devel/grep-various-values.pl-1658-# my ($anum) = ($line =~ /^(A\d+)/) or die; libmath-planepath-perl-128/devel/grep-various-values.pl:1659:# $ret .= `zgrep -e ^$anum $ENV{HOME}/OEIS/names.gz`; libmath-planepath-perl-128/devel/grep-various-values.pl-1660-# } ############################################## libmath-planepath-perl-128/devel/grep-various-values.pl-1683- $anum || die "$anum not found"; libmath-planepath-perl-128/devel/grep-various-values.pl:1684: $ret .= `zgrep -e ^$anum $ENV{HOME}/OEIS/names.gz`; libmath-planepath-perl-128/devel/grep-various-values.pl-1685- $pos = $end; ############################################## libmath-planepath-perl-128/lib/Math/PlanePath/VogelFloret.pm-308- # libmath-planepath-perl-128/lib/Math/PlanePath/VogelFloret.pm:309: # # seeking integer k where (k+theta)*PHIPHI == $r*$r == $n or nearby libmath-planepath-perl-128/lib/Math/PlanePath/VogelFloret.pm-310- # my $k = $r*$r / (PHI*PHI) - $theta;