===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libbson-xs-perl-0.8.4/bson/bson-compat.h-142-          defined( __i686__ ) || defined( __x86_64__ )
libbson-xs-perl-0.8.4/bson/bson-compat.h:143:#  define bson_sync_synchronize() asm volatile("mfence":::"memory")
libbson-xs-perl-0.8.4/bson/bson-compat.h-144-# else
libbson-xs-perl-0.8.4/bson/bson-compat.h:145:#  define bson_sync_synchronize() asm volatile("sync":::"memory")
libbson-xs-perl-0.8.4/bson/bson-compat.h-146-# endif
##############################################
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-27-    my ($dir) = @_;
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:28:    try_system( 'rsync', '-a', '--delete', $bsonpm->child("corpus"), $root );
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:29:    try_system( 'rsync', '-a', '--delete', $bsonpm->child(qw/t common/),
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-30-        $root->child("t") );
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:31:    try_system( 'rsync', '-a', '--delete', $bsonpm->child(qw/t corpus/),
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-32-        $root->child("t") );
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:33:    try_system( 'rsync', '-a', '--delete', $bsonpm->child(qw/t lib/),
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-34-        $root->child("t") );
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:35:    try_system( 'rsync', '-a', '--delete', $bsonpm->child(qw/t mapping/),
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-36-        $root->child("t") );
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl:37:    try_system( 'rsync', '-a', '--delete', $bsonpm->child(qw/t regression/),
libbson-xs-perl-0.8.4/devel/sync-bson-tests.pl-38-        $root->child("t") );
##############################################
libbson-xs-perl-0.8.4/corpus/encode-dump.pl-18-    chomp $s;
libbson-xs-perl-0.8.4/corpus/encode-dump.pl:19:    $s = eval($s);
libbson-xs-perl-0.8.4/corpus/encode-dump.pl-20-    if ( $@ ) {
##############################################
libbson-xs-perl-0.8.4/testing/write-config.pl-31-
libbson-xs-perl-0.8.4/testing/write-config.pl:32:# execution
libbson-xs-perl-0.8.4/testing/write-config.pl-33-exit main();