===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
transcriber-1.5.1.1/tcl/Waveform.tcl-379-   if {[OkCancelModal $f $e] == "OK"} {
transcriber-1.5.1.1/tcl/Waveform.tcl:380:      if {[regexp {^((([0-9]+):)?([0-5]?[0-9]):)?([0-9]+(\.[0-9]+)?)$} $dial(newpos) all hasm hash h m s]} {
transcriber-1.5.1.1/tcl/Waveform.tcl-381-	 if {$h == ""} {set h 0}
##############################################
transcriber-1.5.1.1/src/configure-73-  case "$ac_option" in
transcriber-1.5.1.1/src/configure:74:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
transcriber-1.5.1.1/src/configure-75-  *) ac_optarg= ;;
##############################################
transcriber-1.5.1.1/src/configure-105-  -disable-* | --disable-*)
transcriber-1.5.1.1/src/configure:106:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
transcriber-1.5.1.1/src/configure-107-    # Reject names that are not valid shell variable names.
transcriber-1.5.1.1/src/configure:108:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
transcriber-1.5.1.1/src/configure-109-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
transcriber-1.5.1.1/src/configure-110-    fi
transcriber-1.5.1.1/src/configure:111:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
transcriber-1.5.1.1/src/configure-112-    eval "enable_${ac_feature}=no" ;;
##############################################
transcriber-1.5.1.1/src/configure-114-  -enable-* | --enable-*)
transcriber-1.5.1.1/src/configure:115:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
transcriber-1.5.1.1/src/configure-116-    # Reject names that are not valid shell variable names.
transcriber-1.5.1.1/src/configure:117:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
transcriber-1.5.1.1/src/configure-118-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
transcriber-1.5.1.1/src/configure-119-    fi
transcriber-1.5.1.1/src/configure:120:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
transcriber-1.5.1.1/src/configure-121-    case "$ac_option" in
##############################################
transcriber-1.5.1.1/src/configure-345-  -with-* | --with-*)
transcriber-1.5.1.1/src/configure:346:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
transcriber-1.5.1.1/src/configure-347-    # Reject names that are not valid shell variable names.
transcriber-1.5.1.1/src/configure:348:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
transcriber-1.5.1.1/src/configure-349-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
transcriber-1.5.1.1/src/configure-350-    fi
transcriber-1.5.1.1/src/configure:351:    ac_package=`echo $ac_package| sed 's/-/_/g'`
transcriber-1.5.1.1/src/configure-352-    case "$ac_option" in
##############################################
transcriber-1.5.1.1/src/configure-358-  -without-* | --without-*)
transcriber-1.5.1.1/src/configure:359:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
transcriber-1.5.1.1/src/configure-360-    # Reject names that are not valid shell variable names.
transcriber-1.5.1.1/src/configure:361:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
transcriber-1.5.1.1/src/configure-362-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
transcriber-1.5.1.1/src/configure-363-    fi
transcriber-1.5.1.1/src/configure:364:    ac_package=`echo $ac_package| sed 's/-/_/g'`
transcriber-1.5.1.1/src/configure-365-    eval "with_${ac_package}=no" ;;
##############################################
transcriber-1.5.1.1/src/configure-388-  *)
transcriber-1.5.1.1/src/configure:389:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
transcriber-1.5.1.1/src/configure-390-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
transcriber-1.5.1.1/src/configure-401-if test -n "$ac_prev"; then
transcriber-1.5.1.1/src/configure:402:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
transcriber-1.5.1.1/src/configure-403-fi
##############################################
transcriber-1.5.1.1/src/configure-466-  ac_prog=$0
transcriber-1.5.1.1/src/configure:467:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
transcriber-1.5.1.1/src/configure-468-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
transcriber-1.5.1.1/src/configure-482-fi
transcriber-1.5.1.1/src/configure:483:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
transcriber-1.5.1.1/src/configure-484-
##############################################
transcriber-1.5.1.1/src/configure-885-
transcriber-1.5.1.1/src/configure:886:trap 'rm -fr `echo ""$OUTPUT_FILES"" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
transcriber-1.5.1.1/src/configure-887-EOF
##############################################
transcriber-1.5.1.1/src/configure-974-    fi
transcriber-1.5.1.1/src/configure:975:    ac_file=`expr $ac_file + 1`
transcriber-1.5.1.1/src/configure-976-    ac_beg=$ac_end
transcriber-1.5.1.1/src/configure:977:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
transcriber-1.5.1.1/src/configure-978-  fi
##############################################
transcriber-1.5.1.1/src/configure-992-  case "$ac_file" in
transcriber-1.5.1.1/src/configure:993:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
transcriber-1.5.1.1/src/configure:994:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
transcriber-1.5.1.1/src/configure-995-  *) ac_file_in="${ac_file}.in" ;;
##############################################
transcriber-1.5.1.1/src/configure-1000-  # Remove last slash and all that follows it.  Not all systems have dirname.
transcriber-1.5.1.1/src/configure:1001:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
transcriber-1.5.1.1/src/configure-1002-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
transcriber-1.5.1.1/src/configure-1004-    test ! -d "$ac_dir" && mkdir "$ac_dir"
transcriber-1.5.1.1/src/configure:1005:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
transcriber-1.5.1.1/src/configure-1006-    # A "../" for each directory in $ac_dir_suffix.
transcriber-1.5.1.1/src/configure:1007:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
transcriber-1.5.1.1/src/configure-1008-  else
##############################################
transcriber-1.5.1.1/src/configure-1014-      if test -z "$ac_dots"; then top_srcdir=.
transcriber-1.5.1.1/src/configure:1015:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
transcriber-1.5.1.1/src/configure-1016-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
transcriber-1.5.1.1/src/configure-1024-  rm -f "$ac_file"
transcriber-1.5.1.1/src/configure:1025:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
transcriber-1.5.1.1/src/configure-1026-  case "$ac_file" in
##############################################
transcriber-1.5.1.1/src/configure-1031-
transcriber-1.5.1.1/src/configure:1032:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
transcriber-1.5.1.1/src/configure-1033-  sed -e "$ac_comsub
##############################################
transcriber-1.5.1.1/src/trans.in-3-
transcriber-1.5.1.1/src/trans.in:4:TRANSPATH=`dirname $0`/../lib
transcriber-1.5.1.1/src/trans.in-5-TCLLIBPATH=$TRANSPATH; export TCLLIBPATH
##############################################
transcriber-1.5.1.1/.pc/2001_package_building_fix.patch/src/trans.in-3-
transcriber-1.5.1.1/.pc/2001_package_building_fix.patch/src/trans.in:4:TRANSPATH=`dirname $0`/../lib
transcriber-1.5.1.1/.pc/2001_package_building_fix.patch/src/trans.in-5-TCLLIBPATH=$TRANSPATH; export TCLLIBPATH
##############################################
transcriber-1.5.1.1/.pc/1003_make_alt_click_expand_signal.patch/tcl/Waveform.tcl-376-   if {[OkCancelModal $f $e] == "OK"} {
transcriber-1.5.1.1/.pc/1003_make_alt_click_expand_signal.patch/tcl/Waveform.tcl:377:      if {[regexp {^((([0-9]+):)?([0-5]?[0-9]):)?([0-9]+(\.[0-9]+)?)$} $dial(newpos) all hasm hash h m s]} {
transcriber-1.5.1.1/.pc/1003_make_alt_click_expand_signal.patch/tcl/Waveform.tcl-378-	 if {$h == ""} {set h 0}
##############################################
transcriber-1.5.1.1/.pc/1005_avoid_to_put_transcriber_in_background.patch/src/trans.in-3-
transcriber-1.5.1.1/.pc/1005_avoid_to_put_transcriber_in_background.patch/src/trans.in:4:TRANSPATH=`dirname $0`/../lib
transcriber-1.5.1.1/.pc/1005_avoid_to_put_transcriber_in_background.patch/src/trans.in-5-TCLLIBPATH=$TRANSPATH; export TCLLIBPATH
##############################################
transcriber-1.5.1.1/.pc/1013_fix_arguments_escaping_in_launcher.patch/src/trans.in-3-
transcriber-1.5.1.1/.pc/1013_fix_arguments_escaping_in_launcher.patch/src/trans.in:4:TRANSPATH=`dirname $0`/../lib
transcriber-1.5.1.1/.pc/1013_fix_arguments_escaping_in_launcher.patch/src/trans.in-5-TCLLIBPATH=$TRANSPATH; export TCLLIBPATH