===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/zlib.h-973-     8: DEBUG
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/zlib.h:974:     9: ASMV or ASMINF -- use ASM code
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/zlib.h-975-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-87-#ifdef ASMV
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c:88:      void match_init OF((void)); /* asm code initialization */
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-89-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-1007-#ifdef ASMV
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c:1008:    match_init(); /* initialize the asm code */
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-1009-#endif
##############################################
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-1023-#ifndef ASMV
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c:1024:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/deflate.c-1025- * match.S. The code will be functionally equivalent.
##############################################
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/crc32.c-202-/* =========================================================================
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/crc32.c:203: * This function can be used by asm versions of crc32()
tuxcmd-modules-0.6.70+ds/zip/ZipArchive/zlib/crc32.c-204- */
##############################################
tuxcmd-modules-0.6.70+ds/Makefile-3-all install clean shared static::
tuxcmd-modules-0.6.70+ds/Makefile:4:	target=`echo $@ | sed s/-recursive//`; \
tuxcmd-modules-0.6.70+ds/Makefile-5-	list='$(SUBDIRS)'; for subdir in $$list; do \