===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apt-cacher-ng-3.5/dbgen/checkdebmirrors.sh-12-a=0
apt-cacher-ng-3.5/dbgen/checkdebmirrors.sh:13:for x in `cat $src` ; do
apt-cacher-ng-3.5/dbgen/checkdebmirrors.sh-14-   x=$(echo $x | sed -e 's,/\+,/,g ; s,http:/,http://, ; s,/$,,')
##############################################
apt-cacher-ng-3.5/scripts/distkill.pl-52-
apt-cacher-ng-3.5/scripts/distkill.pl:53:foreach(`find $cfg{cachedir}/. | grep /dists/`)
apt-cacher-ng-3.5/scripts/distkill.pl-54-{
##############################################
apt-cacher-ng-3.5/scripts/distkill.pl-134-            $uno{$_}=1 foreach(@{$distdirs{$_}});
apt-cacher-ng-3.5/scripts/distkill.pl:135:            system(@killcmd, $_) foreach(keys %uno);
apt-cacher-ng-3.5/scripts/distkill.pl-136-         }
##############################################
apt-cacher-ng-3.5/scripts/distkill.pl-141-         {
apt-cacher-ng-3.5/scripts/distkill.pl:142:            system(@killcmd, $_) foreach(@{$archfiles{$_}});
apt-cacher-ng-3.5/scripts/distkill.pl-143-         }
##############################################
apt-cacher-ng-3.5/scripts/distkill.pl-194-##      print "Removing $_ ...\n";
apt-cacher-ng-3.5/scripts/distkill.pl:195:##      system("/bin/rm", "-r", $_);
apt-cacher-ng-3.5/scripts/distkill.pl-196-##
##############################################
apt-cacher-ng-3.5/scripts/expire-caller.pl-43-      $ENV{"TOBASE64"}=$src;
apt-cacher-ng-3.5/scripts/expire-caller.pl:44:      return `/usr/lib/apt-cacher-ng/acngtool encb64 "\$TOBASE64"`;
apt-cacher-ng-3.5/scripts/expire-caller.pl-45-   }
##############################################
apt-cacher-ng-3.5/source/mirror.cc-416-
apt-cacher-ng-3.5/source/mirror.cc:417:					if (0 == ::system("debpatch \"$delta\" \"$from\" \"$to\""))
apt-cacher-ng-3.5/source/mirror.cc-418-					{