===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-utf8-1.1.4/src/render.c-30-{
r-cran-utf8-1.1.4/src/render.c:31:        struct rutf8_render *obj = R_ExternalPtrAddr(x);
r-cran-utf8-1.1.4/src/render.c:32:        R_SetExternalPtrAddr(x, NULL);
r-cran-utf8-1.1.4/src/render.c-33-	if (obj) {
##############################################
r-cran-utf8-1.1.4/src/render.c-51-	TRY_ALLOC(obj = calloc(1, sizeof(*obj)));
r-cran-utf8-1.1.4/src/render.c:52:        R_SetExternalPtrAddr(ans, obj);
r-cran-utf8-1.1.4/src/render.c-53-
##############################################
r-cran-utf8-1.1.4/src/render.c-77-
r-cran-utf8-1.1.4/src/render.c:78:	obj = R_ExternalPtrAddr(x);
r-cran-utf8-1.1.4/src/render.c-79-	return (obj->has_render) ? &obj->render : NULL;
##############################################
r-cran-utf8-1.1.4/src/context.c-33-{
r-cran-utf8-1.1.4/src/context.c:34:        struct context *ctx = R_ExternalPtrAddr(x);
r-cran-utf8-1.1.4/src/context.c:35:        R_SetExternalPtrAddr(x, NULL);
r-cran-utf8-1.1.4/src/context.c-36-	if (ctx) {
##############################################
r-cran-utf8-1.1.4/src/context.c-60-	ctx->destroy_func = destroy_func;
r-cran-utf8-1.1.4/src/context.c:61:        R_SetExternalPtrAddr(ans, ctx);
r-cran-utf8-1.1.4/src/context.c-62-	ctx = NULL;
##############################################
r-cran-utf8-1.1.4/src/context.c-87-
r-cran-utf8-1.1.4/src/context.c:88:	ctx = R_ExternalPtrAddr(x);
r-cran-utf8-1.1.4/src/context.c-89-	return ctx->data;
##############################################
r-cran-utf8-1.1.4/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-utf8-1.1.4/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-utf8-1.1.4/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM