===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fcode-utils-1.0.2/romheaders/romheaders.c-128-
fcode-utils-1.0.2/romheaders/romheaders.c:129:		/* We do a hack here - implement a jump disasm to be able
fcode-utils-1.0.2/romheaders/romheaders.c-130-		 * to output correct offset for init code. Once again x86
##############################################
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr-13-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr:14:set firstlin = `grep -n 'Start of simple pairs' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr:15:set lastlin = `grep -n 'End of simple pairs' $ExamFil | awk -F: '{print $1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr-16-
##############################################
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr-19-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr:20:set lastphrase = `grep -n 'Last phrase-item' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/ExamAllMacs.scr-21-
##############################################
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr-13-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr:14:set firstlin = `grep -n 'Start of simple pairs' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr:15:set lastlin = `grep -n 'End of simple pairs' $ExamFil | awk -F: '{print $1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr-16-
##############################################
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr-19-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr:20:set lastphrase = `grep -n 'Last phrase-item' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/ExamAllMacs.scr-21-
##############################################
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr-13-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr:14:set firstlin = `grep -n 'Start of simple pairs' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr:15:set lastlin = `grep -n 'End of simple pairs' $ExamFil | awk -F: '{print $1}'`
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr-16-
##############################################
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr-19-#    identified by a text message.
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr:20:set lastphrase = `grep -n 'Last phrase-item' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/ExamAllMacs.scr-21-
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-52-if ( $?LogFilesDiff ) then
fcode-utils-1.0.2/testsuite/AutoCompare:53:    set notallnumbers = `echo $LogFilesDiff | tr '0-9' ' '`
fcode-utils-1.0.2/testsuite/AutoCompare-54-    if ( "$notallnumbers" == "" ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-72-
fcode-utils-1.0.2/testsuite/AutoCompare:73:set TArgReslts = `find $CygTestLogs -name TestArgs -exec expr {} : $CygTestLogs/'\(.*\)' \;`
fcode-utils-1.0.2/testsuite/AutoCompare-74-if ( $#TArgReslts != $#TArgFiles ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-94-#  Find the count of actual tests; leave the max number on display:
fcode-utils-1.0.2/testsuite/AutoCompare:95:set cnt = `egrep '^[^#].*' $TArgFiles | wc -l`
fcode-utils-1.0.2/testsuite/AutoCompare-96-echo ''
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-101-
fcode-utils-1.0.2/testsuite/AutoCompare:102:   set lindxmax = `cat $TArgFil | wc -l`
fcode-utils-1.0.2/testsuite/AutoCompare-103-   set lindx = 0
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-105-      @ lindx++
fcode-utils-1.0.2/testsuite/AutoCompare:106:      set targline = `sed -n ${lindx}p $TArgFil`
fcode-utils-1.0.2/testsuite/AutoCompare-107-      if ( $#targline == 0 ) continue
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-116-
fcode-utils-1.0.2/testsuite/AutoCompare:117:      set label = `echo $targline | awk -F , '{print $2}'`
fcode-utils-1.0.2/testsuite/AutoCompare-118-      if ( "$label" != "" ) set label = .$label 
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-132-		set lim = 0
fcode-utils-1.0.2/testsuite/AutoCompare:133:		set fxext = `echo $txext | tr '.' '_'`
fcode-utils-1.0.2/testsuite/AutoCompare:134:		if ( `eval echo '$?'${fxext}FilesDiffLines` ) then
fcode-utils-1.0.2/testsuite/AutoCompare:135:		    set lim = `eval echo '$'${fxext}FilesDiffLines`
fcode-utils-1.0.2/testsuite/AutoCompare-136-		endif
fcode-utils-1.0.2/testsuite/AutoCompare:137:		set logdiff = `diff {,$CygTestLogs/}${ttarg}${label}.${txext} | wc -l`
fcode-utils-1.0.2/testsuite/AutoCompare-138-		if ( $logdiff > $lim ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-155-	  if ( -f ${ttarg}${label}.fc ) then
fcode-utils-1.0.2/testsuite/AutoCompare:156:	     set bindiff = `cmp {,$CygTestLogs/}${ttarg}${label}.fc`
fcode-utils-1.0.2/testsuite/AutoCompare-157-	     if ( "$bindiff" != "" ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoCompare-168-#      check for changes in in the DeTok form
fcode-utils-1.0.2/testsuite/AutoCompare:169:	     set detokdiff = `diff {,$CygTestLogs/}${ttarg}${label}.DeTok | wc -l`
fcode-utils-1.0.2/testsuite/AutoCompare-170-	     if ( $detokdiff > 0 ) set ShowDetokDiffs
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-64-
fcode-utils-1.0.2/testsuite/AutoExec:65:set chirren = `echo $TArgFiles | tr ' ' \\012 | sed -e 'sX/[^/]*$XXg'`
fcode-utils-1.0.2/testsuite/AutoExec-66-
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-71-#  Find the count; leave the max number on display:
fcode-utils-1.0.2/testsuite/AutoExec:72:set cnt = `egrep '^[^#].*' $TArgFiles | wc -l`
fcode-utils-1.0.2/testsuite/AutoExec-73-echo ''
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-83-      @ lindx++
fcode-utils-1.0.2/testsuite/AutoExec:84:      set targline = `sed -n ${lindx}p TestArgs`
fcode-utils-1.0.2/testsuite/AutoExec-85-      if ( $#targline == 0 ) continue
fcode-utils-1.0.2/testsuite/AutoExec-86-      if ( "$targline[1]" == "#" ) continue
fcode-utils-1.0.2/testsuite/AutoExec:87:      set ttargs = `echo $targline | awk -F , '{print $1}'`
fcode-utils-1.0.2/testsuite/AutoExec-88-#  One more error-check:
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-105-      set outfile = ''
fcode-utils-1.0.2/testsuite/AutoExec:106:      set label = `echo $targline | awk -F , '{print $2}'`
fcode-utils-1.0.2/testsuite/AutoExec-107-      if ( "$label" != "" ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-118-#  Awkward place to expect a  "+V"  option, but it'll have to serve....
fcode-utils-1.0.2/testsuite/AutoExec:119:      set scriptcmd = `echo $targline | awk -F , '{print $4}'`
fcode-utils-1.0.2/testsuite/AutoExec-120-      if ( $#scriptcmd > 0 ) then
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-135-      set doromhdr = 0
fcode-utils-1.0.2/testsuite/AutoExec:136:      echo toke $vflg `sed -n ${lindx}p TestArgs | awk -F , '{print $3}'` $outfile ${tfths} >& ${ttarg}${label}.Log
fcode-utils-1.0.2/testsuite/AutoExec-137-      echo '' >>& ${ttarg}${label}.Log
fcode-utils-1.0.2/testsuite/AutoExec:138:      eval $tokex $vflg `sed -n ${lindx}p TestArgs | awk -F , '{print $3}'` $outfile ${tfths} >>& ${ttarg}${label}.Log
fcode-utils-1.0.2/testsuite/AutoExec-139-      set vflg = '-v'
##############################################
fcode-utils-1.0.2/testsuite/AutoExec-143-	    $detokex -v -o ${fcfil} > ${fcfil:r}.DeTok
fcode-utils-1.0.2/testsuite/AutoExec:144:	    set doromhdr = `grep 'PCI Header identified' ${fcfil:r}.DeTok | wc -l`
fcode-utils-1.0.2/testsuite/AutoExec-145-	    if ( $doromhdr ) then
##############################################
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr-13-#    identified by a text message.
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr:14:set firstlin = `grep -n 'Start of simple pairs' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr:15:set lastlin = `grep -n 'End of simple pairs' $ExamFil | awk -F: '{print $1}'`
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr-16-
##############################################
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr-19-#    identified by a text message.
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr:20:set lastphrase = `grep -n 'Last phrase-item' $ExamFil | awk -F: '{print $1+1}'`
fcode-utils-1.0.2/testsuite/TokMisc/ExamAllMacs.scr-21-
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-8- " dev /pci" evaluate
fcode-utils-1.0.2/toke/examples/fcdisp.fs:9: ( asm ) new-device
fcode-utils-1.0.2/toke/examples/fcdisp.fs:10: ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-11-\ function screen_open
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-13- 24 $frame @ >r alloc-mem $frame !
fcode-utils-1.0.2/toke/examples/fcdisp.fs:14: " "(61737369676E65642D616464726573736573)" get-my-property ( asm ) if
fcode-utils-1.0.2/toke/examples/fcdisp.fs-15- " "(63616E6E6F742066696E642061737369676E65642D6164647265737365732070726F70657274790A)" type
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-17-
fcode-utils-1.0.2/toke/examples/fcdisp.fs:18: begin decode-int ( asm ) dup $frame @ 8 + ( physhi ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:19: decode-int ( asm ) dup $frame @ 16 + ( physmid ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:20: decode-int ( asm ) dup $frame @ 20 + ( physlo ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:21: decode-int ( asm ) dup $frame @ ( sizehi ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:22: decode-int ( asm ) dup $frame @ 4 + ( sizelo ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:23: dup ( top ) ( asm ) 0 > 1 and 0<> if $frame @ 8 + ( physhi ) l@ 24 >>a 7 and 2 <> 1 and then while repeat
fcode-utils-1.0.2/toke/examples/fcdisp.fs-24- 2drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:25: ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:26: 4 " "(636F6E6669672D6C40)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:27: ( pop ) ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-28- 24 $frame @ swap free-mem r> $frame ! exit dup $frame @ 12 + ( cfg ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:29: 4 $frame @ 12 + ( cfg ) l@ 65535 and 1 or 2 or " "(636F6E6669672D6C21)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:30: $frame @ 8 + ( physhi ) l@ $frame @ 16 + ( physmid ) l@ $frame @ 20 + ( physlo ) l@ 480 640 * " "(6D61702D696E)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:31: ( pop ) ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:32: 24 $frame @ swap free-mem r> $frame ! exit to frame-buffer-adr ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:33: default-font ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:34: set-font ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:35: 640 480 80 25 fb8-install ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-36- 24 $frame @ swap free-mem r> $frame !
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-41- 4 $frame @ >r alloc-mem $frame !
fcode-utils-1.0.2/toke/examples/fcdisp.fs:42: 4 " "(636F6E6669672D6C40)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:43: ( pop ) ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-44- 4 $frame @ swap free-mem r> $frame ! exit dup $frame @ ( cfg ) l! drop
fcode-utils-1.0.2/toke/examples/fcdisp.fs:45: 4 $frame @ ( cfg ) l@ 65528 and " "(636F6E6669672D6C21)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:46: frame-buffer-adr ( asm ) 480 640 * " "(6D61702D6F7574)" $call-parent ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-47- 4 $frame @ swap free-mem r> $frame !
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-57-: main recursive
fcode-utils-1.0.2/toke/examples/fcdisp.fs:58: " "(73637265656E)" device-name ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:59: " "(646973706C6179)" device-type ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-60- " "(6D616B652D70726F70657274696573)" evaluate
##############################################
fcode-utils-1.0.2/toke/examples/fcdisp.fs-62- 0 1 0 8 reg
fcode-utils-1.0.2/toke/examples/fcdisp.fs:63: ['] screen_open is-install ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:64: ['] screen_close is-remove ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs:65: ['] screen_selftest is-selftest ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-66- finish-device
fcode-utils-1.0.2/toke/examples/fcdisp.fs:67: ( asm )
fcode-utils-1.0.2/toke/examples/fcdisp.fs-68- ; \ end main