===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-triebeard-0.3.0/src/str.cpp-70-static inline void trie_str_generic(SEXP radix, std::string type_str){
r-cran-triebeard-0.3.0/src/str.cpp:71:  r_trie <T>* rt_ptr = (r_trie <T> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/str.cpp-72-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/prefix_match.cpp-6-List prefix_generic(SEXP radix, CharacterVector to_match, Z missing_val){
r-cran-triebeard-0.3.0/src/prefix_match.cpp:7:  r_trie <Y>* rt_ptr = (r_trie <Y> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/prefix_match.cpp-8-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/get.cpp-4-static inline std::vector < std::string > get_keys_generic(SEXP radix){
r-cran-triebeard-0.3.0/src/get.cpp:5:  r_trie <T>* rt_ptr = (r_trie <T> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/get.cpp-6-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/get.cpp-34-static inline std::vector < T > get_values_generic(SEXP radix){
r-cran-triebeard-0.3.0/src/get.cpp:35:  r_trie <T>* rt_ptr = (r_trie <T> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/get.cpp-36-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/longest_match.cpp-6-X longest_generic(SEXP radix, CharacterVector to_match, Z missing_val){
r-cran-triebeard-0.3.0/src/longest_match.cpp:7:  r_trie <Y>* rt_ptr = (r_trie <Y> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/longest_match.cpp-8-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/greedy_match.cpp-6-List greedy_generic(SEXP radix, CharacterVector to_match, Y non_match_val){
r-cran-triebeard-0.3.0/src/greedy_match.cpp:7:  r_trie <Q>* rt_ptr = (r_trie <Q> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/greedy_match.cpp-8-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/length.cpp-4-static inline int radix_len(SEXP radix){
r-cran-triebeard-0.3.0/src/length.cpp:5:  r_trie <T>* rt_ptr = (r_trie <T> *) R_ExternalPtrAddr(radix);
r-cran-triebeard-0.3.0/src/length.cpp-6-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-4-void add_trie_string(SEXP trie, CharacterVector keys, CharacterVector values){
r-cran-triebeard-0.3.0/src/alter.cpp:5:  r_trie <std::string>* rt_ptr = (r_trie <std::string> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-6-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-20-void add_trie_integer(SEXP trie, CharacterVector keys, IntegerVector values){
r-cran-triebeard-0.3.0/src/alter.cpp:21:  r_trie <int>* rt_ptr = (r_trie <int> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-22-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-36-void add_trie_numeric(SEXP trie, CharacterVector keys, NumericVector values){
r-cran-triebeard-0.3.0/src/alter.cpp:37:  r_trie <double>* rt_ptr = (r_trie <double> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-38-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-52-void add_trie_logical(SEXP trie, CharacterVector keys, LogicalVector values){
r-cran-triebeard-0.3.0/src/alter.cpp:53:  r_trie <bool>* rt_ptr = (r_trie <bool> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-54-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-68-void remove_trie_string(SEXP trie, CharacterVector keys){
r-cran-triebeard-0.3.0/src/alter.cpp:69:  r_trie <std::string>* rt_ptr = (r_trie <std::string> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-70-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-75-void remove_trie_integer(SEXP trie, CharacterVector keys){
r-cran-triebeard-0.3.0/src/alter.cpp:76:  r_trie <int>* rt_ptr = (r_trie <int> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-77-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-82-void remove_trie_numeric(SEXP trie, CharacterVector keys){
r-cran-triebeard-0.3.0/src/alter.cpp:83:  r_trie <double>* rt_ptr = (r_trie <double> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-84-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/src/alter.cpp-89-void remove_trie_logical(SEXP trie, CharacterVector keys){
r-cran-triebeard-0.3.0/src/alter.cpp:90:  r_trie <bool>* rt_ptr = (r_trie <bool> *) R_ExternalPtrAddr(trie);
r-cran-triebeard-0.3.0/src/alter.cpp-91-  ptr_check(rt_ptr);
##############################################
r-cran-triebeard-0.3.0/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-triebeard-0.3.0/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-triebeard-0.3.0/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM