=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cloc-1.86/Unix/NEWS-5-New Languages and File Types: cloc-1.86/Unix/NEWS:6: o ASP.NET Core Blazor WASM (*.razor) cloc-1.86/Unix/NEWS-7- o Bazel ############################################## cloc-1.86/Unix/t/00_C.t-904- print $Run . $t->{'args'} if $Verbose; cloc-1.86/Unix/t/00_C.t:905: system($Run . $t->{'args'}); cloc-1.86/Unix/t/00_C.t-906- ok(-e $results, $t->{'name'} . " created output"); ############################################## cloc-1.86/Unix/t/01_opts.t-454- print $Run . $t->{'args'} if $Verbose; cloc-1.86/Unix/t/01_opts.t:455: system($Run . $t->{'args'}); cloc-1.86/Unix/t/01_opts.t-456- ok(-e $results, $t->{'name'} . " created output"); ############################################## cloc-1.86/Unix/t/02_git.t-100- print $Run . $t->{'args'} if $Verbose; cloc-1.86/Unix/t/02_git.t:101: system($Run . $t->{'args'}); cloc-1.86/Unix/t/02_git.t-102- my %this = (); ############################################## cloc-1.86/Unix/cloc-2174- if ($opt_use_sloccount and $Language{$file} =~ /^(C|C\+\+|XML|PHP|Pascal|Java)$/) { cloc-1.86/Unix/cloc:2175: chomp ($blank_count = `grep -cv \"[^[:space:]]\" '$file'`); cloc-1.86/Unix/cloc:2176: chomp ($all_line_count = `cat '$file' | wc -l`); cloc-1.86/Unix/cloc-2177- if ($Language{$file} =~ /^(C|C\+\+)$/) { cloc-1.86/Unix/cloc:2178: $code_count = `cat '$file' | c_count | head -n 1`; cloc-1.86/Unix/cloc-2179- } elsif ($Language{$file} eq "XML") { cloc-1.86/Unix/cloc:2180: $code_count = `cat '$file' | xml_count | head -n 1`; cloc-1.86/Unix/cloc-2181- } elsif ($Language{$file} eq "PHP") { cloc-1.86/Unix/cloc:2182: $code_count = `cat '$file' | php_count | head -n 1`; cloc-1.86/Unix/cloc-2183- } elsif ($Language{$file} eq "Pascal") { cloc-1.86/Unix/cloc:2184: $code_count = `cat '$file' | pascal_count | head -n 1`; cloc-1.86/Unix/cloc-2185- } elsif ($Language{$file} eq "Java") { cloc-1.86/Unix/cloc:2186: $code_count = `cat '$file' | java_count | head -n 1`; cloc-1.86/Unix/cloc-2187- } else { ############################################## cloc-1.86/Unix/cloc-4733- print "$git_list_cmd\n" if $opt_v; cloc-1.86/Unix/cloc:4734: foreach my $file (`$git_list_cmd`) { cloc-1.86/Unix/cloc-4735- $file =~ s/\s+$//; ############################################## cloc-1.86/Unix/cloc-4764- # print "$git_list_cmd\n" if $opt_v; cloc-1.86/Unix/cloc:4765: foreach my $file (`$git_list_cmd`) { cloc-1.86/Unix/cloc-4766- chomp($file); ############################################## cloc-1.86/tests/inputs/Assembly-sysv.S-34- cloc-1.86/tests/inputs/Assembly-sysv.S:35:#define LIBFFI_ASM cloc-1.86/tests/inputs/Assembly-sysv.S-36-#include <fficonfig.h> ############################################## cloc-1.86/tests/inputs/C.g4-897- cloc-1.86/tests/inputs/C.g4:898:// ignore the following asm blocks: cloc-1.86/tests/inputs/C.g4-899-/* ############################################## cloc-1.86/tests/inputs/issues/386/make_386_repo.sh-52- cloc-1.86/tests/inputs/issues/386/make_386_repo.sh:53:HASH4=`git log --oneline -n 1 --skip 0 | perl -p -e 's/\s+$/\n/g'` cloc-1.86/tests/inputs/issues/386/make_386_repo.sh:54:HASH3=`git log --oneline -n 1 --skip 1 | perl -p -e 's/\s+$/\n/g'` cloc-1.86/tests/inputs/issues/386/make_386_repo.sh:55:HASH2=`git log --oneline -n 1 --skip 2 | perl -p -e 's/\s+$/\n/g'` cloc-1.86/tests/inputs/issues/386/make_386_repo.sh:56:HASH1=`git log --oneline -n 1 --skip 3 | perl -p -e 's/\s+$/\n/g'` cloc-1.86/tests/inputs/issues/386/make_386_repo.sh-57- ############################################## cloc-1.86/tests/inputs/utilities.R-231- ## allow trivial objects, e.g. for simulation cloc-1.86/tests/inputs/utilities.R:232: if (length(y)>0) eval(family$initialize, rho) cloc-1.86/tests/inputs/utilities.R-233- family$initialize <- NULL # remove clutter from str output ############################################## cloc-1.86/tests/inputs/utilities.R-508-nlformula <- function(mc) { cloc-1.86/tests/inputs/utilities.R:509: start <- eval(mc$start, parent.frame(2L)) cloc-1.86/tests/inputs/utilities.R-510- if (is.numeric(start)) start <- list(nlpars = start) ############################################## cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/01_opts.t-454- print $Run . $t->{'args'} if $Verbose; cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/01_opts.t:455: system($Run . $t->{'args'}); cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/01_opts.t-456- ok(-e $results, $t->{'name'} . " created output"); ############################################## cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/02_git.t-100- print $Run . $t->{'args'} if $Verbose; cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/02_git.t:101: system($Run . $t->{'args'}); cloc-1.86/.pc/disable-tests-that-require-git-repo.patch/Unix/t/02_git.t-102- my %this = (); ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2174- if ($opt_use_sloccount and $Language{$file} =~ /^(C|C\+\+|XML|PHP|Pascal|Java)$/) { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2175: chomp ($blank_count = `grep -cv \"[^[:space:]]\" '$file'`); cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2176: chomp ($all_line_count = `cat '$file' | wc -l`); cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2177- if ($Language{$file} =~ /^(C|C\+\+)$/) { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2178: $code_count = `cat '$file' | c_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2179- } elsif ($Language{$file} eq "XML") { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2180: $code_count = `cat '$file' | xml_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2181- } elsif ($Language{$file} eq "PHP") { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2182: $code_count = `cat '$file' | php_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2183- } elsif ($Language{$file} eq "Pascal") { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2184: $code_count = `cat '$file' | pascal_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2185- } elsif ($Language{$file} eq "Java") { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:2186: $code_count = `cat '$file' | java_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-2187- } else { ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-4733- print "$git_list_cmd\n" if $opt_v; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:4734: foreach my $file (`$git_list_cmd`) { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-4735- $file =~ s/\s+$//; ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-4764- # print "$git_list_cmd\n" if $opt_v; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc:4765: foreach my $file (`$git_list_cmd`) { cloc-1.86/.pc/fix-perl-shebang.patch/Unix/cloc-4766- chomp($file); ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/00_C.t-904- print $Run . $t->{'args'} if $Verbose; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/00_C.t:905: system($Run . $t->{'args'}); cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/00_C.t-906- ok(-e $results, $t->{'name'} . " created output"); ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/01_opts.t-454- print $Run . $t->{'args'} if $Verbose; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/01_opts.t:455: system($Run . $t->{'args'}); cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/01_opts.t-456- ok(-e $results, $t->{'name'} . " created output"); ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/02_git.t-100- print $Run . $t->{'args'} if $Verbose; cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/02_git.t:101: system($Run . $t->{'args'}); cloc-1.86/.pc/fix-perl-shebang.patch/Unix/t/02_git.t-102- my %this = (); ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2164- if ($opt_use_sloccount and $Language{$file} =~ /^(C|C\+\+|XML|PHP|Pascal|Java)$/) { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2165: chomp ($blank_count = `grep -cv \"[^[:space:]]\" '$file'`); cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2166: chomp ($all_line_count = `cat '$file' | wc -l`); cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2167- if ($Language{$file} =~ /^(C|C\+\+)$/) { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2168: $code_count = `cat '$file' | c_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2169- } elsif ($Language{$file} eq "XML") { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2170: $code_count = `cat '$file' | xml_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2171- } elsif ($Language{$file} eq "PHP") { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2172: $code_count = `cat '$file' | php_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2173- } elsif ($Language{$file} eq "Pascal") { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2174: $code_count = `cat '$file' | pascal_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2175- } elsif ($Language{$file} eq "Java") { cloc-1.86/.pc/fix-perl-shebang.patch/cloc:2176: $code_count = `cat '$file' | java_count | head -n 1`; cloc-1.86/.pc/fix-perl-shebang.patch/cloc-2177- } else { ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/cloc-4723- print "$git_list_cmd\n" if $opt_v; cloc-1.86/.pc/fix-perl-shebang.patch/cloc:4724: foreach my $file (`$git_list_cmd`) { cloc-1.86/.pc/fix-perl-shebang.patch/cloc-4725- $file =~ s/\s+$//; ############################################## cloc-1.86/.pc/fix-perl-shebang.patch/cloc-4754- # print "$git_list_cmd\n" if $opt_v; cloc-1.86/.pc/fix-perl-shebang.patch/cloc:4755: foreach my $file (`$git_list_cmd`) { cloc-1.86/.pc/fix-perl-shebang.patch/cloc-4756- chomp($file); ############################################## cloc-1.86/cloc-2164- if ($opt_use_sloccount and $Language{$file} =~ /^(C|C\+\+|XML|PHP|Pascal|Java)$/) { cloc-1.86/cloc:2165: chomp ($blank_count = `grep -cv \"[^[:space:]]\" '$file'`); cloc-1.86/cloc:2166: chomp ($all_line_count = `cat '$file' | wc -l`); cloc-1.86/cloc-2167- if ($Language{$file} =~ /^(C|C\+\+)$/) { cloc-1.86/cloc:2168: $code_count = `cat '$file' | c_count | head -n 1`; cloc-1.86/cloc-2169- } elsif ($Language{$file} eq "XML") { cloc-1.86/cloc:2170: $code_count = `cat '$file' | xml_count | head -n 1`; cloc-1.86/cloc-2171- } elsif ($Language{$file} eq "PHP") { cloc-1.86/cloc:2172: $code_count = `cat '$file' | php_count | head -n 1`; cloc-1.86/cloc-2173- } elsif ($Language{$file} eq "Pascal") { cloc-1.86/cloc:2174: $code_count = `cat '$file' | pascal_count | head -n 1`; cloc-1.86/cloc-2175- } elsif ($Language{$file} eq "Java") { cloc-1.86/cloc:2176: $code_count = `cat '$file' | java_count | head -n 1`; cloc-1.86/cloc-2177- } else { ############################################## cloc-1.86/cloc-4723- print "$git_list_cmd\n" if $opt_v; cloc-1.86/cloc:4724: foreach my $file (`$git_list_cmd`) { cloc-1.86/cloc-4725- $file =~ s/\s+$//; ############################################## cloc-1.86/cloc-4754- # print "$git_list_cmd\n" if $opt_v; cloc-1.86/cloc:4755: foreach my $file (`$git_list_cmd`) { cloc-1.86/cloc-4756- chomp($file);