===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
abicheck-1.2/test/run_tests-14-	echo "$0: failed: $name" 1>&2
abicheck-1.2/test/run_tests:15:	errs=`expr $errs + 1`
abicheck-1.2/test/run_tests-16-}
##############################################
abicheck-1.2/abicheck.pl-466-	#
abicheck-1.2/abicheck.pl:467:	my $file_output = `file '$file' 2>&1`;
abicheck-1.2/abicheck.pl-468-	if ( $file_output =~ /statically linked/i ) {
##############################################
abicheck-1.2/abicheck.pl-474-		my $line;
abicheck-1.2/abicheck.pl:475:		my $ldd_output = `ldd '$file' 2>&1`;
abicheck-1.2/abicheck.pl-476-		foreach $line (split(/\n/, $ldd_output)) {
##############################################
abicheck-1.2/abicheck.pl-1012-	if ( $OS eq 'solaris' ) {
abicheck-1.2/abicheck.pl:1013:		my $dump = `dump -Lv '$filter' 2>/dev/null`;
abicheck-1.2/abicheck.pl-1014-		my $base = basename($filtee);
##############################################
abicheck-1.2/abicheck.pl-1052-
abicheck-1.2/abicheck.pl:1053:	my $filetype = `file '$db'`;
abicheck-1.2/abicheck.pl-1054-	my $is_archive = 0;
##############################################
abicheck-1.2/abicheck.pl-1749-	if ( $OS eq 'solaris' ) {
abicheck-1.2/abicheck.pl:1750:		my $file_output = `file '$file'`;
abicheck-1.2/abicheck.pl-1751-		$file_output =~ s/^.*?:\s//;
##############################################
abicheck-1.2/abicheck.pl-1755-	} elsif ( $OS eq 'linux' ) {
abicheck-1.2/abicheck.pl:1756:		my $file_output = `file - < '$file'`; # for symlinks
abicheck-1.2/abicheck.pl-1757-		$file_output =~ s/^.*?:\s//;
##############################################
abicheck-1.2/abicheck.pl-1994-		$psrinfo = "psrinfo" if ! -x $psrinfo;
abicheck-1.2/abicheck.pl:1995:		$output = `$psrinfo 2>/dev/null`;
abicheck-1.2/abicheck.pl-1996-	} elsif ( $OS eq 'linux' ) {
##############################################
abicheck-1.2/abicheck.pl-2031-		if ( $ENV{PAGER} ) {
abicheck-1.2/abicheck.pl:2032:			system("$0 -h | $ENV{PAGER}");
abicheck-1.2/abicheck.pl-2033-			return;
##############################################
abicheck-1.2/abicheck.pl-2036-			if ( $? == 0 ) {
abicheck-1.2/abicheck.pl:2037:				system("$0 -h | more");
abicheck-1.2/abicheck.pl-2038-				return
##############################################
abicheck-1.2/Makefile-22-	rm -f $(DIR); ln -s . $(DIR)
abicheck-1.2/Makefile:23:	tar -cvf abicheck.tar `find $(DIR)/* -type f | egrep -v 'SCCS|CKPT|abicheck.tar'`
abicheck-1.2/Makefile-24-	rm -f $(DIR)