===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
osm2pgrouting-2.3.6/cmake/FindOsmium.cmake-255-        else()
osm2pgrouting-2.3.6/cmake/FindOsmium.cmake:256:            message(WARNING "Osmium: Disabled Google SparseHash library on 32bit system (size_type=${SPARSETABLE_SIZE_TYPE}).")
osm2pgrouting-2.3.6/cmake/FindOsmium.cmake-257-        endif()
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-472-# These constants define the current inline assembly state
osm2pgrouting-2.3.6/tools/cpplint.py:473:_NO_ASM = 0       # Outside of inline assembly block
osm2pgrouting-2.3.6/tools/cpplint.py:474:_INSIDE_ASM = 1   # Inside inline assembly block
osm2pgrouting-2.3.6/tools/cpplint.py:475:_END_ASM = 2      # Last line of inline assembly block
osm2pgrouting-2.3.6/tools/cpplint.py:476:_BLOCK_ASM = 3    # The whole block is an inline assembly block
osm2pgrouting-2.3.6/tools/cpplint.py-477-
osm2pgrouting-2.3.6/tools/cpplint.py-478-# Match start of assembly blocks
osm2pgrouting-2.3.6/tools/cpplint.py:479:_MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)'
osm2pgrouting-2.3.6/tools/cpplint.py-480-                        r'(?:\s+(volatile|__volatile__))?'
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2000-    self.open_parentheses = 0
osm2pgrouting-2.3.6/tools/cpplint.py:2001:    self.inline_asm = _NO_ASM
osm2pgrouting-2.3.6/tools/cpplint.py-2002-    self.check_namespace_indentation = False
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2256-  def InAsmBlock(self):
osm2pgrouting-2.3.6/tools/cpplint.py:2257:    """Check if we are currently one level inside an inline ASM block.
osm2pgrouting-2.3.6/tools/cpplint.py-2258-
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2261-    """
osm2pgrouting-2.3.6/tools/cpplint.py:2262:    return self.stack and self.stack[-1].inline_asm != _NO_ASM
osm2pgrouting-2.3.6/tools/cpplint.py-2263-
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2404-      # Also check if we are starting or ending an inline assembly block.
osm2pgrouting-2.3.6/tools/cpplint.py:2405:      if inner_block.inline_asm in (_NO_ASM, _END_ASM):
osm2pgrouting-2.3.6/tools/cpplint.py-2406-        if (depth_change != 0 and
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2409-          # Enter assembly block
osm2pgrouting-2.3.6/tools/cpplint.py:2410:          inner_block.inline_asm = _INSIDE_ASM
osm2pgrouting-2.3.6/tools/cpplint.py-2411-        else:
osm2pgrouting-2.3.6/tools/cpplint.py-2412-          # Not entering assembly block.  If previous line was _END_ASM,
osm2pgrouting-2.3.6/tools/cpplint.py:2413:          # we will now shift to _NO_ASM state.
osm2pgrouting-2.3.6/tools/cpplint.py:2414:          inner_block.inline_asm = _NO_ASM
osm2pgrouting-2.3.6/tools/cpplint.py:2415:      elif (inner_block.inline_asm == _INSIDE_ASM and
osm2pgrouting-2.3.6/tools/cpplint.py-2416-            inner_block.open_parentheses == 0):
osm2pgrouting-2.3.6/tools/cpplint.py-2417-        # Exit assembly block
osm2pgrouting-2.3.6/tools/cpplint.py:2418:        inner_block.inline_asm = _END_ASM
osm2pgrouting-2.3.6/tools/cpplint.py-2419-
##############################################
osm2pgrouting-2.3.6/tools/cpplint.py-2516-          if _MATCH_ASM.match(line):
osm2pgrouting-2.3.6/tools/cpplint.py:2517:            self.stack[-1].inline_asm = _BLOCK_ASM
osm2pgrouting-2.3.6/tools/cpplint.py-2518-
##############################################
osm2pgrouting-2.3.6/tools/osmium/cmake/FindOsmium.cmake-255-        else()
osm2pgrouting-2.3.6/tools/osmium/cmake/FindOsmium.cmake:256:            message(WARNING "Osmium: Disabled Google SparseHash library on 32bit system (size_type=${SPARSETABLE_SIZE_TYPE}).")
osm2pgrouting-2.3.6/tools/osmium/cmake/FindOsmium.cmake-257-        endif()
##############################################
osm2pgrouting-2.3.6/debian/rules-25-	    docbook2x-man --string-param header-3="$(BUILD_DATE)" $$x ; \
osm2pgrouting-2.3.6/debian/rules:26:	    mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
osm2pgrouting-2.3.6/debian/rules-27-	done