===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wildmidi-0.4.3/CI/before_script.msvc.sh-333-	for DLL in $RUNTIME_DLLS; do
wildmidi-0.4.3/CI/before_script.msvc.sh:334:		echo "  `basename $DLL`."
wildmidi-0.4.3/CI/before_script.msvc.sh-335-		cp "$DLL" $CONFIGURATION/
##############################################
wildmidi-0.4.3/djgpp/dosdma.c-205-	dma_clear_ff(buffer->channel);
wildmidi-0.4.3/djgpp/dosdma.c:206:	dma_set_addr(buffer->channel, buffer->physical);
wildmidi-0.4.3/djgpp/dosdma.c-207-	dma_clear_ff(buffer->channel);
##############################################
wildmidi-0.4.3/djgpp/dosdma.h-130-*/
wildmidi-0.4.3/djgpp/dosdma.h:131:static inline void dma_set_addr(unsigned int channel, unsigned int address)
wildmidi-0.4.3/djgpp/dosdma.h-132-{