===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libconvert-binary-c-perl-0.84/tests/include/pdclib/auxiliary/uctype/Makefile-28-tests: testdrivers
libconvert-binary-c-perl-0.84/tests/include/pdclib/auxiliary/uctype/Makefile:29:	-@rc=0; count=0; failed=""; for file in $(TSTFILES); do echo " TST     $$file"; ./$$file; test=$$?; if [ $$test != 0 ]; then rc=`expr $$rc + $$test`; failed="$$failed $$file"; fi; count=`expr $$count + 1`; done; echo; echo "Tests executed: $$count  Tests failed: $$rc"; echo; for file in $$failed; do echo "Failed: $$file"; done; echo
libconvert-binary-c-perl-0.84/tests/include/pdclib/auxiliary/uctype/Makefile-30-
##############################################
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-464-  supplied C version. Also, the case of x86 using gcc is special-cased
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c:465:  to an asm instruction, so is already as fast as it can be, and so
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-466-  this setting has no effect. Similarly for Win32 under recent MS compilers.
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c:467:  (On most x86s, the asm version is only slightly faster than the C version.)
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-468-
##############################################
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-2896-
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c:2897:/* assign tree index for size S to variable I. Use x86 asm if possible  */
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-2898-#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
##############################################
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-2998-
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c:2999:/* index corresponding to given bit. Use x86 asm if possible */
libconvert-binary-c-perl-0.84/tests/include/pdclib/functions/_dlmalloc/malloc.c-3000-
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-83-  __asm__ ("" : "=r"(tmp), "=r"(ret));
libconvert-binary-c-perl-0.84/tests/221_asm.t:84:  asm volatile ("sleep");
libconvert-binary-c-perl-0.84/tests/221_asm.t-85-  asm("%0"::"r"(1.5));
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-93-{
libconvert-binary-c-perl-0.84/tests/221_asm.t:94:  register unsigned long long r18 asm ("r18");
libconvert-binary-c-perl-0.84/tests/221_asm.t:95:  register unsigned long long r19 asm ("r19");
libconvert-binary-c-perl-0.84/tests/221_asm.t:96:  register unsigned long long r0 asm ("r0") = 0;
libconvert-binary-c-perl-0.84/tests/221_asm.t:97:  register unsigned long long r1 asm ("r1") = 1;
libconvert-binary-c-perl-0.84/tests/221_asm.t:98:  register int r2 asm ("r2") = i >> 31;
libconvert-binary-c-perl-0.84/tests/221_asm.t:99:  register int r3 asm ("r3") = j >> 31;
libconvert-binary-c-perl-0.84/tests/221_asm.t-100-}
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-107-__asm__ ("foo");
libconvert-binary-c-perl-0.84/tests/221_asm.t:108:register unsigned long long r18 asm ("r18");
libconvert-binary-c-perl-0.84/tests/221_asm.t-109-
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-116-
libconvert-binary-c-perl-0.84/tests/221_asm.t:117:void foo (void) asm ("_bar");
libconvert-binary-c-perl-0.84/tests/221_asm.t-118-
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-122-  __asm__ ("mull %3" : "=a" (rp[0]), "=d" (rp[1]) : "%0" (7), "rm" (7));
libconvert-binary-c-perl-0.84/tests/221_asm.t:123:  asm volatile ("" : : :
libconvert-binary-c-perl-0.84/tests/221_asm.t-124-                "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
##############################################
libconvert-binary-c-perl-0.84/tests/221_asm.t-128-
libconvert-binary-c-perl-0.84/tests/221_asm.t:129:  asm volatile ("test0 X%0Y%[arg]Z" : [arg] "=g" (x));
libconvert-binary-c-perl-0.84/tests/221_asm.t:130:  asm volatile ("test1 X%[out]Y%[in]Z" : [out] "=g" (y) : [in] "0"(y));
libconvert-binary-c-perl-0.84/tests/221_asm.t:131:  asm volatile ("test2 X%a0Y%a[arg]Z" : : [arg] "p" (&z));
libconvert-binary-c-perl-0.84/tests/221_asm.t:132:  asm volatile ("test3 %[in]" : [inout] "=g"(x) : "[inout]" (x), [in] "g" (y));
libconvert-binary-c-perl-0.84/tests/221_asm.t-133-}
##############################################
libconvert-binary-c-perl-0.84/support/Test/Harness/Straps.pm-481-            local $ENV{PERL5LIB};
libconvert-binary-c-perl-0.84/support/Test/Harness/Straps.pm:482:            my @inc =`$perl -le "print join qq[\\n], \@INC"`;
libconvert-binary-c-perl-0.84/support/Test/Harness/Straps.pm-483-            chomp @inc;
##############################################
libconvert-binary-c-perl-0.84/token/t_ckeytok.c-8-            name[3] == '\0')
libconvert-binary-c-perl-0.84/token/t_ckeytok.c:9:        {                                         /* asm      */
libconvert-binary-c-perl-0.84/token/t_ckeytok.c-10-          static const CKeywordToken ckt = { ASM_TOK, "asm" };
##############################################
libconvert-binary-c-perl-0.84/token/t_keywords.c-8-            str[3] == '\0')
libconvert-binary-c-perl-0.84/token/t_keywords.c:9:        {                                         /* asm      */
libconvert-binary-c-perl-0.84/token/t_keywords.c-10-          keywords &= ~HAS_KEYWORD_ASM;
##############################################
libconvert-binary-c-perl-0.84/token/t_parser.c-8-            tokstr[3] == '\0')
libconvert-binary-c-perl-0.84/token/t_parser.c:9:        {                                         /* asm      */
libconvert-binary-c-perl-0.84/token/t_parser.c:10:          if( pState->pCPC->keywords & HAS_KEYWORD_ASM )
libconvert-binary-c-perl-0.84/token/t_parser.c-11-            return ASM_TOK;
##############################################
libconvert-binary-c-perl-0.84/token/parser.pl-36-@disable = qw(
libconvert-binary-c-perl-0.84/token/parser.pl:37:  asm auto
libconvert-binary-c-perl-0.84/token/parser.pl-38-  const
##############################################
libconvert-binary-c-perl-0.84/bin/ccconfig-260-    tower32 tower32_200 tower32_600 tower32_700 tower32_800 tower32_850
libconvert-binary-c-perl-0.84/bin/ccconfig:261:    TOWER_ASM tss tune_ tune_athlon tune_athlon_sse tune_i386 tune_i486
libconvert-binary-c-perl-0.84/bin/ccconfig-262-    tune_i586 tune_i686 tune_k6 tune_k6_2 tune_k6_3 tune_pentium
##############################################
libconvert-binary-c-perl-0.84/bin/ccconfig-1588-
libconvert-binary-c-perl-0.84/bin/ccconfig:1589:  my @remap = qw( asm break case char continue default do else for goto if int return sizeof
libconvert-binary-c-perl-0.84/bin/ccconfig-1590-                  struct switch typedef union while auto const double enum extern float
##############################################
libconvert-binary-c-perl-0.84/bin/ccconfig-1640-  my @keywords = qw( inline restrict auto const double enum extern float long
libconvert-binary-c-perl-0.84/bin/ccconfig:1641:                     register short signed static unsigned void volatile asm );
libconvert-binary-c-perl-0.84/bin/ccconfig-1642-
##############################################
libconvert-binary-c-perl-0.84/bin/ccconfig-2923-
libconvert-binary-c-perl-0.84/bin/ccconfig:2924:  ccconfig --cc=`perl -MConfig -e 'print $Config{cc}'` \
libconvert-binary-c-perl-0.84/bin/ccconfig:2925:           -- `perl -MConfig -e 'print $Config{ccflags}'`
libconvert-binary-c-perl-0.84/bin/ccconfig-2926-
##############################################
libconvert-binary-c-perl-0.84/ctlib/ctparse.h-81-#define HAS_KEYWORD_VOLATILE 0x00008000U
libconvert-binary-c-perl-0.84/ctlib/ctparse.h:82:#define HAS_KEYWORD_ASM      0x00010000U
libconvert-binary-c-perl-0.84/ctlib/ctparse.h-83-
##############################################
libconvert-binary-c-perl-0.84/test.pl-28-  else {
libconvert-binary-c-perl-0.84/test.pl:29:    eval { $thv = `$^X -MTest::Harness -leprint\$Test::Harness::VERSION` };
libconvert-binary-c-perl-0.84/test.pl-30-
##############################################
libconvert-binary-c-perl-0.84/lib/Convert/Binary/C.pm-1453-  $c = Convert::Binary::C->new(%CC, OrderMembers => 1);
libconvert-binary-c-perl-0.84/lib/Convert/Binary/C.pm:1454:  $c->Include(["$Config{archlib}/CORE", @{$c->Include}]);
libconvert-binary-c-perl-0.84/lib/Convert/Binary/C.pm-1455-  $c->parse(<<ENDC);
##############################################
libconvert-binary-c-perl-0.84/Changes-689-
libconvert-binary-c-perl-0.84/Changes:690:* added support for gcc's asm syntax
libconvert-binary-c-perl-0.84/Changes-691-