===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ucspi-tcp-0.88/find-systype.sh-101-  nextstep)
ucspi-tcp-0.88/find-systype.sh:102:    oper="nextstep-`hostinfo | sed -n 's/^[ 	]*NeXT Mach \([^:]*\):.*$/\1/p'`"
ucspi-tcp-0.88/find-systype.sh:103:    arch="`hostinfo | sed -n 's/^Processor type: \(.*\) (.*)$/\1/p' | tr /: ..`"
ucspi-tcp-0.88/find-systype.sh-104-    syst=""
ucspi-tcp-0.88/find-systype.sh:105:    chip="`hostinfo | sed -n 's/^Processor type: .* (\(.*\))$/\1/p' | tr ' /:' '...'`"
ucspi-tcp-0.88/find-systype.sh-106-    kern=""
##############################################
ucspi-tcp-0.88/x86cpuid.c-22-
ucspi-tcp-0.88/x86cpuid.c:23:  asm volatile(".byte 15;.byte 162" : "=a"(x[0]),"=b"(x[1]),"=c"(x[3]),"=d"(x[2]) : "0"(0) );
ucspi-tcp-0.88/x86cpuid.c-24-  if (!x[0]) return 0;
ucspi-tcp-0.88/x86cpuid.c:25:  asm volatile(".byte 15;.byte 162" : "=a"(y[0]),"=b"(y[1]),"=c"(y[2]),"=d"(y[3]) : "0"(1) );
ucspi-tcp-0.88/x86cpuid.c-26-