=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gaviotatb-0.4/compression/liblzf/lzf_d.c-52-# define lzf_movsb(dst, src, len) \ gaviotatb-0.4/compression/liblzf/lzf_d.c:53: asm ("rep movsb" \ gaviotatb-0.4/compression/liblzf/lzf_d.c-54- : "=D" (dst), "=S" (src), "=c" (len) \ ############################################## gaviotatb-0.4/Rakefile.rb-117- # get version gaviotatb-0.4/Rakefile.rb:118: system ('./'+ $target +' -v > ' + tf) gaviotatb-0.4/Rakefile.rb-119- out = `cat temporary-output.txt` ############################################## gaviotatb-0.4/Rakefile.rb-161- if $sync_line != '' gaviotatb-0.4/Rakefile.rb:162: system($sync_line) gaviotatb-0.4/Rakefile.rb-163- end ############################################## gaviotatb-0.4/Rakefile.rb-264-task :test => [:pgo_begin] do gaviotatb-0.4/Rakefile.rb:265: system ('./'+$target+' < '+$benchfile) gaviotatb-0.4/Rakefile.rb-266-end ############################################## gaviotatb-0.4/Rakefile.rb-385- y = compile_line(compiler,switches,src) gaviotatb-0.4/Rakefile.rb:386: system(y + ' 2> ' + $errors_comp) gaviotatb-0.4/Rakefile.rb-387-end ############################################## gaviotatb-0.4/Rakefile.rb-390- y = link_line(compiler,switches,target,olist) gaviotatb-0.4/Rakefile.rb:391: system(y + ' 2> ' + $errors_link) gaviotatb-0.4/Rakefile.rb-392-end ############################################## gaviotatb-0.4/Rakefile.rb-426- tf = 'temporary-output.txt' gaviotatb-0.4/Rakefile.rb:427: system ('./'+ $target +' -v > ' + tf) gaviotatb-0.4/Rakefile.rb-428- out = `cat temporary-output.txt` ############################################## gaviotatb-0.4/Rakefile.rb-537-task :get_homedir do gaviotatb-0.4/Rakefile.rb:538: $home_dir = `echo $HOME`.chomp gaviotatb-0.4/Rakefile.rb-539-end