===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fluidsynth-2.1.5/.circleci/config.yml-25-          command: sudo apt-get update && sudo apt-get install autotools-dev automake autoconf libtool g++ autopoint make cmake
fluidsynth-2.1.5/.circleci/config.yml:26:            bison flex yasm pkg-config gtk-doc-tools libxv-dev libx11-dev libpulse-dev
fluidsynth-2.1.5/.circleci/config.yml-27-            python3-dev texinfo gettext build-essential pkg-config doxygen curl libxext-dev
##############################################
fluidsynth-2.1.5/src/drivers/fluid_alsa.c-891-    const unsigned int needed_cap = SND_SEQ_PORT_CAP_READ | SND_SEQ_PORT_CAP_SUBS_READ;
fluidsynth-2.1.5/src/drivers/fluid_alsa.c:892:    const snd_seq_addr_t *sender = snd_seq_port_info_get_addr(pinfo);
fluidsynth-2.1.5/src/drivers/fluid_alsa.c-893-    const char *pname = snd_seq_port_info_get_name(pinfo);
##############################################
fluidsynth-2.1.5/src/drivers/fluid_alsa.c-959-
fluidsynth-2.1.5/src/drivers/fluid_alsa.c:960:    dev->autoconn_dest = *snd_seq_port_info_get_addr(dest_pinfo);
fluidsynth-2.1.5/src/drivers/fluid_alsa.c-961-
##############################################
fluidsynth-2.1.5/src/drivers/fluid_dart.c-119-
fluidsynth-2.1.5/src/drivers/fluid_dart.c:120:        rc = DosQueryProcAddr(m_hmodMDM, 1, NULL, (PFN *)&m_pfnmciSendCommand);
fluidsynth-2.1.5/src/drivers/fluid_dart.c-121-