===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-jpeg-0.1-8.1/src/rjcommon.h-59-static void Rjpeg_fin(SEXP dco) {
r-cran-jpeg-0.1-8.1/src/rjcommon.h:60:    struct jpeg_common_struct *cinfo = (struct jpeg_common_struct*) R_ExternalPtrAddr(dco);
r-cran-jpeg-0.1-8.1/src/rjcommon.h-61-    if (cinfo) {
##############################################
r-cran-jpeg-0.1-8.1/configure.win-7-## In the future we should be able to use
r-cran-jpeg-0.1-8.1/configure.win:8:## local=`${R_HOME}/bin/R CMD config LOCAL_SOFT`
r-cran-jpeg-0.1-8.1/configure.win-9-## but up to at least R 3.0.1 that doesn't work
r-cran-jpeg-0.1-8.1/configure.win-10-if [ -z "$MAKE" ]; then
r-cran-jpeg-0.1-8.1/configure.win:11:    MAKE=`${R_HOME}/bin/R CMD config MAKE`
r-cran-jpeg-0.1-8.1/configure.win-12-    if [ -z "$MAKE" ]; then
##############################################
r-cran-jpeg-0.1-8.1/configure.win-16-makefiles="-f ${R_HOME}/etc${R_ARCH}/Makeconf -f ${R_SHARE_DIR}/make/config.mk"
r-cran-jpeg-0.1-8.1/configure.win:17:local=`${MAKE} -s ${makefiles} print R_HOME=${R_HOME} VAR=LOCAL_SOFT`
r-cran-jpeg-0.1-8.1/configure.win-18-
##############################################
r-cran-jpeg-0.1-8.1/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-jpeg-0.1-8.1/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-jpeg-0.1-8.1/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM