===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libnet-ldns-perl-0.75/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libnet-ldns-perl-0.75/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libnet-ldns-perl-0.75/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libnet-ldns-perl-0.75/inc/Module/Install/Makefile.pm-45-sub makemaker {
libnet-ldns-perl-0.75/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libnet-ldns-perl-0.75/inc/Module/Install/Makefile.pm-47-}
##############################################
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm-186-sub _gccversion {
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm:187:    my $res = `$Config{cc} --version`;
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm-188-    my ($version) = $res =~ /\(GCC\) ([0-9.]+)/;
##############################################
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm-597-        _verbose("extract functions from: $cppcmd") if _VERBOSE;
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm:598:        `$cppcmd`;
libnet-ldns-perl-0.75/inc/Module/Install/XSUtil.pm-599-    };
##############################################
libnet-ldns-perl-0.75/inc/Module/Install.pm-376-# Done in evals to avoid confusing Perl::MinimumVersion
libnet-ldns-perl-0.75/inc/Module/Install.pm:377:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libnet-ldns-perl-0.75/inc/Module/Install.pm-378-sub _read {
##############################################
libnet-ldns-perl-0.75/inc/Module/Install.pm-416-# Done in evals to avoid confusing Perl::MinimumVersion
libnet-ldns-perl-0.75/inc/Module/Install.pm:417:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libnet-ldns-perl-0.75/inc/Module/Install.pm-418-sub _write {
##############################################
libnet-ldns-perl-0.75/lib/Net/LDNS.pm-85-
libnet-ldns-perl-0.75/lib/Net/LDNS.pm:86:=item name2addr($name)
libnet-ldns-perl-0.75/lib/Net/LDNS.pm-87-
##############################################
libnet-ldns-perl-0.75/src/LDNS.xs-357-SV *
libnet-ldns-perl-0.75/src/LDNS.xs:358:name2addr(obj,name)
libnet-ldns-perl-0.75/src/LDNS.xs-359-    Net::LDNS obj;
##############################################
libnet-ldns-perl-0.75/src/LDNS.xs-433-
libnet-ldns-perl-0.75/src/LDNS.xs:434:        names = ldns_get_rr_list_name_by_addr(obj,addr_rdf,LDNS_RR_CLASS_IN,0);
libnet-ldns-perl-0.75/src/LDNS.xs-435-        ldns_rdf_deep_free(addr_rdf);
##############################################
libnet-ldns-perl-0.75/t/utils.t-6-
libnet-ldns-perl-0.75/t/utils.t:7:my @addrs = sort $res->name2addr( 'b.ns.se' );
libnet-ldns-perl-0.75/t/utils.t:8:my $count = $res->name2addr( 'b.ns.se' );
libnet-ldns-perl-0.75/t/utils.t-9-
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-4853-- */
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:4854:-ldns_rr_list *ldns_get_rr_list_name_by_addr(ldns_resolver *r, ldns_rdf *addr, ldns_rr_class c, uint16_t flags);
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-4855--
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-6985-- * \param[in] fr the address of the client (if applicable)
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:6986:- * \param[in] *frlen the lenght of the client's addr (if applicable)
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-6987-- * \param[out] size the number of bytes that are read
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-17107-+ */
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:17108:+ldns_rr_list *ldns_get_rr_list_name_by_addr(ldns_resolver *r, ldns_rdf *addr, ldns_rr_class c, uint16_t flags);
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-17109-+
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-19239-+ * \param[in] fr the address of the client (if applicable)
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:19240:+ * \param[in] *frlen the lenght of the client's addr (if applicable)
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-19241-+ * \param[out] size the number of bytes that are read
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-34845-+ldns_rr_list *
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:34846:+ldns_get_rr_list_name_by_addr(ldns_resolver *res, ldns_rdf *addr, ldns_rr_class c, 
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-34847-+		uint16_t flags)
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-35031-+		/* an address */
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:35032:+		*ret = ldns_get_rr_list_name_by_addr(r, node, c, 0);
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-35033-+		names_found = ldns_rr_list_rr_count(*ret);
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-65454--ldns_rr_list *
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:65455:-ldns_get_rr_list_name_by_addr(ldns_resolver *res, ldns_rdf *addr, ldns_rr_class c, 
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-65456--		uint16_t flags)
##############################################
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-65640--		/* an address */
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch:65641:-		*ret = ldns_get_rr_list_name_by_addr(r, node, c, 0);
libnet-ldns-perl-0.75/debian/patches/0001-Use-system-ldns-library-for-compilation.patch-65642--		names_found = ldns_rr_list_rr_count(*ret);
##############################################
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/higher.h-46- */
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/higher.h:47:ldns_rr_list *ldns_get_rr_list_name_by_addr(ldns_resolver *r, ldns_rdf *addr, ldns_rr_class c, uint16_t flags);
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/higher.h-48-
##############################################
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/net.h-168- * \param[in] fr the address of the client (if applicable)
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/net.h:169: * \param[in] *frlen the lenght of the client's addr (if applicable)
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/include/ldns/net.h-170- * \param[out] size the number of bytes that are read
##############################################
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c-106-ldns_rr_list *
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c:107:ldns_get_rr_list_name_by_addr(ldns_resolver *res, ldns_rdf *addr, ldns_rr_class c, 
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c-108-		uint16_t flags)
##############################################
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c-292-		/* an address */
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c:293:		*ret = ldns_get_rr_list_name_by_addr(r, node, c, 0);
libnet-ldns-perl-0.75/.pc/0001-Use-system-ldns-library-for-compilation.patch/src/ldns/higher.c-294-		names_found = ldns_rr_list_rr_count(*ret);
##############################################
libnet-ldns-perl-0.75/ldns/src/higher.c-106-ldns_rr_list *
libnet-ldns-perl-0.75/ldns/src/higher.c:107:ldns_get_rr_list_name_by_addr(ldns_resolver *res, ldns_rdf *addr, ldns_rr_class c, 
libnet-ldns-perl-0.75/ldns/src/higher.c-108-		uint16_t flags)
##############################################
libnet-ldns-perl-0.75/ldns/src/higher.c-292-		/* an address */
libnet-ldns-perl-0.75/ldns/src/higher.c:293:		*ret = ldns_get_rr_list_name_by_addr(r, node, c, 0);
libnet-ldns-perl-0.75/ldns/src/higher.c-294-		names_found = ldns_rr_list_rr_count(*ret);
##############################################
libnet-ldns-perl-0.75/ldns/include/ldns/higher.h-46- */
libnet-ldns-perl-0.75/ldns/include/ldns/higher.h:47:ldns_rr_list *ldns_get_rr_list_name_by_addr(ldns_resolver *r, ldns_rdf *addr, ldns_rr_class c, uint16_t flags);
libnet-ldns-perl-0.75/ldns/include/ldns/higher.h-48-
##############################################
libnet-ldns-perl-0.75/ldns/include/ldns/net.h-168- * \param[in] fr the address of the client (if applicable)
libnet-ldns-perl-0.75/ldns/include/ldns/net.h:169: * \param[in] *frlen the lenght of the client's addr (if applicable)
libnet-ldns-perl-0.75/ldns/include/ldns/net.h-170- * \param[out] size the number of bytes that are read