===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tnef-1.4.18/compile-67-	mingw/*)
tnef-1.4.18/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
tnef-1.4.18/compile-69-	  ;;
tnef-1.4.18/compile-70-	cygwin/*)
tnef-1.4.18/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
tnef-1.4.18/compile-72-	  ;;
tnef-1.4.18/compile-73-	wine/*)
tnef-1.4.18/compile:74:	  file=`winepath -w "$file" || echo "$file"`
tnef-1.4.18/compile-75-	  ;;
##############################################
tnef-1.4.18/compile-309-# Name of file we expect compiler to create.
tnef-1.4.18/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
tnef-1.4.18/compile-311-
##############################################
tnef-1.4.18/compile-315-# object file name, since that is what matters with a parallel build.
tnef-1.4.18/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
tnef-1.4.18/compile-317-while true; do
##############################################
tnef-1.4.18/contrib/tnef-alpine.perl-35-chomp $tmpdir;
tnef-1.4.18/contrib/tnef-alpine.perl:36:my @attachments = `tnef -t \"$winmail\"`;                 # get a list of files included in the MS-TNEF
tnef-1.4.18/contrib/tnef-alpine.perl-37-
tnef-1.4.18/contrib/tnef-alpine.perl:38:my $ret = system("tnef -f \"$winmail\" -C $tmpdir");      # extract everything into our tmpdir
tnef-1.4.18/contrib/tnef-alpine.perl-39-exit if ($ret); # tnef failed
##############################################
tnef-1.4.18/contrib/tnef-alpine.perl-55-  next unless (stat($file));                              # skip stuff that isn't there
tnef-1.4.18/contrib/tnef-alpine.perl:56:  my $ftype = `file -i \"$file\"`;                        # .. determine its mime type
tnef-1.4.18/contrib/tnef-alpine.perl-57-  chomp $ftype;
##############################################
tnef-1.4.18/depcomp-64-  case $1 in
tnef-1.4.18/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
tnef-1.4.18/depcomp-66-      *) dir=;;
##############################################
tnef-1.4.18/depcomp-73-{
tnef-1.4.18/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
tnef-1.4.18/depcomp-75-}
##############################################
tnef-1.4.18/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tnef-1.4.18/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
tnef-1.4.18/depcomp-128-
##############################################
tnef-1.4.18/depcomp-405-        sleep 1
tnef-1.4.18/depcomp:406:        i=`expr $i - 1`
tnef-1.4.18/depcomp-407-      done
tnef-1.4.18/depcomp-408-    fi
tnef-1.4.18/depcomp:409:    i=`expr $i - 1`
tnef-1.4.18/depcomp-410-  done
##############################################
tnef-1.4.18/depcomp-425-  # Do two passes, one to just change these to
tnef-1.4.18/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
tnef-1.4.18/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
tnef-1.4.18/depcomp-659-  done
tnef-1.4.18/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
tnef-1.4.18/depcomp-661-  touch "$tmpdepfile"
##############################################
tnef-1.4.18/install-sh-234-      fi
tnef-1.4.18/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tnef-1.4.18/install-sh-236-    *)
##############################################
tnef-1.4.18/install-sh-281-      dstdir=$dst
tnef-1.4.18/install-sh:282:      dst=$dstdir/`basename "$src"`
tnef-1.4.18/install-sh-283-      dstdir_status=0
tnef-1.4.18/install-sh-284-    else
tnef-1.4.18/install-sh:285:      dstdir=`dirname "$dst"`
tnef-1.4.18/install-sh-286-      test -d "$dstdir"
##############################################
tnef-1.4.18/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tnef-1.4.18/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tnef-1.4.18/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
tnef-1.4.18/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tnef-1.4.18/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tnef-1.4.18/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tnef-1.4.18/install-sh-402-            case $prefix in
tnef-1.4.18/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tnef-1.4.18/install-sh-404-              *) qprefix=$prefix;;
##############################################
tnef-1.4.18/install-sh-451-    if $copy_on_change &&
tnef-1.4.18/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
tnef-1.4.18/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
tnef-1.4.18/install-sh-454-       set -f &&
##############################################
tnef-1.4.18/tests/files/file-util.sh-3-tnef=$srcdir/../../src/tnef
tnef-1.4.18/tests/files/file-util.sh:4:test=`echo $0 | sed -e 's/\(.*\)\..*/\1/' -e 's/^\.\///'`
tnef-1.4.18/tests/files/file-util.sh-5-
tnef-1.4.18/tests/files/file-util.sh-6-check_test_files () {
tnef-1.4.18/tests/files/file-util.sh:7:    for f in `cat datafiles/$test.list`
tnef-1.4.18/tests/files/file-util.sh-8-    do