===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nageru-2.0.1/nageru/experiments/measure-x264.pl-74-	unlink("tmp.h264");
nageru-2.0.1/nageru/experiments/measure-x264.pl:75:	system("/usr/bin/x264 $flags $preset $override_flags --frames 1 -o tmp.h264 $file >/dev/null 2>&1");
nageru-2.0.1/nageru/experiments/measure-x264.pl-76-	open my $fh, "<", "tmp.h264"
##############################################
nageru-2.0.1/shared/midi_device.cpp-100-				lock_guard<recursive_mutex> lock(mu);
nageru-2.0.1/shared/midi_device.cpp:101:				subscribe_to_port_lock_held(seq, *snd_seq_port_info_get_addr(pinfo));
nageru-2.0.1/shared/midi_device.cpp-102-			}