=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sloccount-2.26/break_filelist.orig-557- sloccount-2.26/break_filelist.orig:558: my $results = `md5sum "$filename"`; sloccount-2.26/break_filelist.orig-559- chomp($results); ############################################## sloccount-2.26/compute_all-49- do sloccount-2.26/compute_all:50: language=`echo $listfile | sed -e 's/_list\.dat$//'` sloccount-2.26/compute_all-51- ############################################## sloccount-2.26/compute_all-62- sloccount-2.26/compute_all:63: numfiles=`wc -l < $listfile | tr -d " "` sloccount-2.26/compute_all-64- echo "$language $numfiles" >> all.filecount.new ############################################## sloccount-2.26/compute_all-74- *) sloccount-2.26/compute_all:75: numsloc=`compute_sloc_lang $language "." | tr -d " "` sloccount-2.26/compute_all-76- echo "$language $numsloc" >> all-physical.sloc.new ############################################## sloccount-2.26/extract-count-51- if ($sloc_definition =~ m/Physical/i) { sloccount-2.26/extract-count:52: `echo $sloc > physical.sloc` sloccount-2.26/extract-count-53- } sloccount-2.26/extract-count-54- if ($sloc_definition =~ m/Logical/i) { sloccount-2.26/extract-count:55: `echo $sloc > logical.sloc` sloccount-2.26/extract-count-56- } ############################################## sloccount-2.26/extract-count-63- # The mere existence of this file is reason to check it out: sloccount-2.26/extract-count:64: `echo $number_of_files > data.count` sloccount-2.26/extract-count-65- } ############################################## sloccount-2.26/lex_count-64- sloccount-2.26/lex_count:65: $sloc = `lexcount1 < "$file"`; sloccount-2.26/lex_count-66- chomp($sloc); ############################################## sloccount-2.26/make_filelists-104- sloccount-2.26/make_filelists:105: base=`basename "$possible_dir"` sloccount-2.26/make_filelists-106- if [ "$base" = "$skip" ] ############################################## sloccount-2.26/redo_licenses-33-do sloccount-2.26/redo_licenses:34: specfile=`cat ${builddir}/ORIGINAL_SPEC_FILE | head -1` sloccount-2.26/redo_licenses-35- specfile=${SPECS}/$specfile ############################################## sloccount-2.26/redo_licenses-37- /root/extract_license "$builddir" "$specfile" > ${builddir}/PROGRAM_LICENSE sloccount-2.26/redo_licenses:38: license=`cat ${builddir}/PROGRAM_LICENSE | head -1` sloccount-2.26/redo_licenses-39- echo " $license" ############################################## sloccount-2.26/rpm_unpacker-51- ls | sort > $BUILD_LIST sloccount-2.26/rpm_unpacker:52: CHANGES=`comm -13 $OLD_BUILD_LIST $BUILD_LIST` sloccount-2.26/rpm_unpacker-53- anychange="0" ############################################## sloccount-2.26/show_filecount-27- sloccount-2.26/show_filecount:28:echo "Dir C C++ Python Asm sh csh Java Lisp Tcl Expect Perl ML Modula3 awk sed make not auto unknown" sloccount-2.26/show_filecount-29- ############################################## sloccount-2.26/sql_count-70- sloccount-2.26/sql_count:71: $result = `sed -e "s/#.*//" -e "s/-- .*//" < "$file" | c_count`; sloccount-2.26/sql_count-72- $result =~ m/^\s*([0-9]+)/; ############################################## sloccount-2.26/debian/patches/01_restore_pristine_code.patch-4178--then sloccount-2.26/debian/patches/01_restore_pristine_code.patch:4179:- LANG=`echo "$LANG" | sed -e 's/\.UTF-8//'` sloccount-2.26/debian/patches/01_restore_pristine_code.patch-4180-- export LANG ############################################## sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-68-then sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount:69: LANG=`echo "$LANG" | sed -e 's/\.UTF-8//'` sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-70- export LANG ############################################## sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-178- echo "line four" >> $wctestfile sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount:179: testcount=`wc -l < ${wctestfile} | sed -e 's/ //g'` sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-180- if [ "$testcount" -ne 4 ] ############################################## sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-197- then sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount:198: count=`expr $count + 1` sloccount-2.26/.pc/01_restore_pristine_code.patch/sloccount-199- if [ $count -gt 1 ] ############################################## sloccount-2.26/sloccount-167- echo "line four" >> $wctestfile sloccount-2.26/sloccount:168: testcount=`wc -l < ${wctestfile} | sed -e 's/ //g'` sloccount-2.26/sloccount-169- if [ "$testcount" -ne 4 ] ############################################## sloccount-2.26/sloccount-186- then sloccount-2.26/sloccount:187: count=`expr $count + 1` sloccount-2.26/sloccount-188- if [ $count -gt 1 ]