===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jack-capture-0.9.73/gen_setformat_c.sh-75-    echo "  if(setformat_base(\""$a"\")!=-1)"
jack-capture-0.9.73/gen_setformat_c.sh:76:    echo "    printf(\""`echo $a|tr '[:upper:]' '[:lower:]'`" \");"
jack-capture-0.9.73/gen_setformat_c.sh-77-done
##############################################
jack-capture-0.9.73/jack_capture_gui-29-  case "$?" in
jack-capture-0.9.73/jack_capture_gui:30:    0) `dirname $0`/jack_capture --no-stdin $OPTIONS &
jack-capture-0.9.73/jack_capture_gui-31-       some_pid=$!
##############################################
jack-capture-0.9.73/jack_capture_gui2.cpp-805-    {
jack-capture-0.9.73/jack_capture_gui2.cpp:806:        system("mkdir $HOME/.jack_capture" );
jack-capture-0.9.73/jack_capture_gui2.cpp-807-        snprintf(rcfilename, 256, "%s/.%src", home, "jack_capture/settings");