===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-bibtex-0.4.2.3/src/bibparse.c-3622-	
r-cran-bibtex-0.4.2.3/src/bibparse.c:3623:	const char* encoding = CHAR(STRING_ELT( CADDR(args), 0 ) ); 
r-cran-bibtex-0.4.2.3/src/bibparse.c-3624-	known_to_be_latin1 = known_to_be_utf8 = FALSE;
##############################################
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-259-		| entry 							{ $$ = xx_atobject_entry($1, @$);}
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y:260:		| include 							{ $$ = xx_atobject_include($1);}
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-261-		| preamble 							{ $$ = xx_atobject_preamble($1);}
##############################################
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-281-
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y:282:include:	  TOKEN_INCLUDE opt_space TOKEN_LITERAL { $$ = xx_include( $3 ) ; junk2($1,$2) ; }
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-283-		;
##############################################
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-374-	
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y:375:	const char* encoding = CHAR(STRING_ELT( CADDR(args), 0 ) ); 
r-cran-bibtex-0.4.2.3/inst/grammar/bibparse.y-376-	known_to_be_latin1 = known_to_be_utf8 = FALSE;
##############################################
r-cran-bibtex-0.4.2.3/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-bibtex-0.4.2.3/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-bibtex-0.4.2.3/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM