===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apngasm-2.91/apngasm.cpp-982-  {
apngasm-2.91/apngasm.cpp:983:    printf("\n\nUsage   : apngasm output.png frame001.png [options]\n"
apngasm-2.91/apngasm.cpp:984:               "          apngasm output.png frame*.png   [options]\n\n"
apngasm-2.91/apngasm.cpp-985-               "Options :\n"
##############################################
apngasm-2.91/readme.txt-53-
apngasm-2.91/readme.txt:54:apngasm output.png frame001.png [options]
apngasm-2.91/readme.txt:55:apngasm output.png frame*.png   [options]
apngasm-2.91/readme.txt-56-
##############################################
apngasm-2.91/readme.txt-80-
apngasm-2.91/readme.txt:81:apngasm output.png frame01.png 3 4
apngasm-2.91/readme.txt-82-
##############################################
apngasm-2.91/readme.txt-99-
apngasm-2.91/readme.txt:100:apngasm output.png frame00.png 3 4 /f
apngasm-2.91/readme.txt-101-
##############################################
apngasm-2.91/readme.txt-108-
apngasm-2.91/readme.txt:109:apngasm output.png frame01.png
apngasm-2.91/readme.txt-110-
##############################################
apngasm-2.91/readme.txt-118-
apngasm-2.91/readme.txt:119:apngasm output.png web_heart_animation.png -hs29
apngasm-2.91/readme.txt-120-
##############################################
apngasm-2.91/zlib/crc32.c-187-/* =========================================================================
apngasm-2.91/zlib/crc32.c:188: * This function can be used by asm versions of crc32()
apngasm-2.91/zlib/crc32.c-189- */
##############################################
apngasm-2.91/zlib/deflate1.c-88-#ifdef ASMV
apngasm-2.91/zlib/deflate1.c:89:      void match_init OF((void)); /* asm code initialization */
apngasm-2.91/zlib/deflate1.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
apngasm-2.91/zlib/deflate1.c-1128-#ifdef ASMV
apngasm-2.91/zlib/deflate1.c:1129:    match_init(); /* initialize the asm code */
apngasm-2.91/zlib/deflate1.c-1130-#endif
##############################################
apngasm-2.91/zlib/deflate1.c-1144-#ifndef ASMV
apngasm-2.91/zlib/deflate1.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
apngasm-2.91/zlib/deflate1.c-1146- * match.S. The code will be functionally equivalent.
##############################################
apngasm-2.91/zlib/zlib.h-1117-     8: DEBUG
apngasm-2.91/zlib/zlib.h:1118:     9: ASMV or ASMINF -- use ASM code
apngasm-2.91/zlib/zlib.h-1119-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-72-/* Begin PBXFileReference section */
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj:73:		EE4F466617DB1C0D0073DDBC /* apngasm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = apngasm; sourceTree = BUILT_PRODUCTS_DIR; };
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-74-		EE4F466917DB1C0D0073DDBC /* apngasm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = apngasm.cpp; sourceTree = "<group>"; };
##############################################
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-205-			children = (
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj:206:				EE4F466617DB1C0D0073DDBC /* apngasm */,
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-207-			);
##############################################
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-352-/* Begin PBXNativeTarget section */
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj:353:		EE4F466517DB1C0D0073DDBC /* apngasm */ = {
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-354-			isa = PBXNativeTarget;
##############################################
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-366-			productName = apngasm;
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj:367:			productReference = EE4F466617DB1C0D0073DDBC /* apngasm */;
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-368-			productType = "com.apple.product-type.tool";
##############################################
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-396-			targets = (
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj:397:				EE4F466517DB1C0D0073DDBC /* apngasm */,
apngasm-2.91/projects/xcode/apngasm.xcodeproj/project.pbxproj-398-			);
##############################################
apngasm-2.91/debian/apngasm.1.pod-42-
apngasm-2.91/debian/apngasm.1.pod:43:apngasm - assemble individual PNG files int to animated PNG file.
apngasm-2.91/debian/apngasm.1.pod-44-
##############################################
apngasm-2.91/debian/apngasm.1.pod-87-
apngasm-2.91/debian/apngasm.1.pod:88:    apngasm output.png frame01.png 3 4
apngasm-2.91/debian/apngasm.1.pod-89-
##############################################
apngasm-2.91/debian/apngasm.1.pod-102-
apngasm-2.91/debian/apngasm.1.pod:103:    apngasm output.png frame00.png 3 4 /f
apngasm-2.91/debian/apngasm.1.pod-104-
##############################################
apngasm-2.91/debian/apngasm.1.pod-110-
apngasm-2.91/debian/apngasm.1.pod:111:    apngasm output.png frame01.png
apngasm-2.91/debian/apngasm.1.pod-112-
##############################################
apngasm-2.91/debian/changelog:1:apngasm (2.91-3) unstable; urgency=medium
apngasm-2.91/debian/changelog-2-
##############################################
apngasm-2.91/debian/changelog-8-
apngasm-2.91/debian/changelog:9:apngasm (2.91-2) unstable; urgency=medium
apngasm-2.91/debian/changelog-10-
##############################################
apngasm-2.91/debian/changelog-24-
apngasm-2.91/debian/changelog:25:apngasm (2.91-1) unstable; urgency=medium
apngasm-2.91/debian/changelog-26-
##############################################
apngasm-2.91/debian/changelog-46-
apngasm-2.91/debian/changelog:47:apngasm (2.7-2) unstable; urgency=medium
apngasm-2.91/debian/changelog-48-
##############################################
apngasm-2.91/debian/changelog-58-
apngasm-2.91/debian/changelog:59:apngasm (2.7-1) unstable; urgency=low
apngasm-2.91/debian/changelog-60-
##############################################
apngasm-2.91/debian/install:1:apngasm /usr/bin
##############################################
apngasm-2.91/debian/tests/control:1:Test-Command: apngasm | grep APNG
apngasm-2.91/debian/tests/control-2-Restrictions: superficial
##############################################
apngasm-2.91/debian/upstream/metadata-2-  Author: Max Stepin
apngasm-2.91/debian/upstream/metadata:3:  Name: Apngasm assemble APNG animation from PNG/TGA image sequence.
apngasm-2.91/debian/upstream/metadata-4-  Year: 2010