=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-ragg-0.4.0/src/agg/include/agg_basics.h-133- int t; r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:134: __asm fld qword ptr [v] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:135: __asm fistp dword ptr [t] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:136: __asm mov eax, dword ptr [t] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h-137- } ############################################## r-cran-ragg-0.4.0/src/agg/include/agg_basics.h-140- unsigned t; r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:141: __asm fld qword ptr [v] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:142: __asm fistp dword ptr [t] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h:143: __asm mov eax, dword ptr [t] r-cran-ragg-0.4.0/src/agg/include/agg_basics.h-144- } ############################################## r-cran-ragg-0.4.0/configure-19-# Find compiler r-cran-ragg-0.4.0/configure:20:CC=`${R_HOME}/bin/R CMD config CC` r-cran-ragg-0.4.0/configure:21:CFLAGS=`${R_HOME}/bin/R CMD config CFLAGS` r-cran-ragg-0.4.0/configure:22:CPPFLAGS=`${R_HOME}/bin/R CMD config CPPFLAGS` r-cran-ragg-0.4.0/configure-23- ############################################## r-cran-ragg-0.4.0/configure-43- echo "Found pkg-config cflags and libs!" r-cran-ragg-0.4.0/configure:44: PKG_CFLAGS=`pkg-config --cflags ${PKG_CONFIG_NAME}` r-cran-ragg-0.4.0/configure:45: PKG_LIBS=`pkg-config --libs ${PKG_CONFIG_NAME}` r-cran-ragg-0.4.0/configure-46- PKG_LIBS="$PKG_LIBS -ljpeg" ############################################## r-cran-ragg-0.4.0/configure-51- if [ $R_CONFIG_ERROR ]; then r-cran-ragg-0.4.0/configure:52: PKG_LIBS=`pkg-config --libs --static ${PKG_CONFIG_NAME}` r-cran-ragg-0.4.0/configure-53- fi ############################################## r-cran-ragg-0.4.0/debian/tests/run-unit-test-5-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-ragg-0.4.0/debian/tests/run-unit-test:6: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-ragg-0.4.0/debian/tests/run-unit-test-7- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM