===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
esnacc-1.8.1/Makefile.am-93-.asn1.c:
esnacc-1.8.1/Makefile.am:94:	compiler/esnacc -c -mo `dirname $@` $<
esnacc-1.8.1/Makefile.am-95-
esnacc-1.8.1/Makefile.am-96-.asn1.cpp:
esnacc-1.8.1/Makefile.am:97:	compiler/esnacc -C -mo `dirname $@` $<
esnacc-1.8.1/Makefile.am-98-
##############################################
esnacc-1.8.1/build-aux/cccl-59-    -D*) optarg= ;;
esnacc-1.8.1/build-aux/cccl:60:    -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
esnacc-1.8.1/build-aux/cccl-61-    *) optarg= ;;
##############################################
esnacc-1.8.1/build-aux/cccl-100-    -L*)
esnacc-1.8.1/build-aux/cccl:101:        path=`echo "$1" | sed 's/-L//'`
esnacc-1.8.1/build-aux/cccl-102-        linkopt="$linkopt ${slash}LIBPATH:$path"
##############################################
esnacc-1.8.1/build-aux/cccl-106-    -l*)
esnacc-1.8.1/build-aux/cccl:107:        lib=`echo "$1" | sed 's/-l//'`
esnacc-1.8.1/build-aux/cccl-108-        lib="$lib.lib"
##############################################
esnacc-1.8.1/cxx-examples/automake.mk-40- $(top_builddir)/compiler/esnacc
esnacc-1.8.1/cxx-examples/automake.mk:41:	$(top_builddir)/compiler/esnacc -C -mo `dirname $@` $<
esnacc-1.8.1/cxx-examples/automake.mk-42-
##############################################
esnacc-1.8.1/cxx-examples/automake.mk-45- $(top_builddir)/compiler/esnacc
esnacc-1.8.1/cxx-examples/automake.mk:46:	$(top_builddir)/compiler/esnacc -C -mo `dirname $@` \
esnacc-1.8.1/cxx-examples/automake.mk-47-	$< -I $(top_srcdir)/cxx-examples/src
##############################################
esnacc-1.8.1/cxx-examples/automake.mk-51- $(top_builddir)/compiler/esnacc
esnacc-1.8.1/cxx-examples/automake.mk:52:	$(top_builddir)/compiler/esnacc -C -mo `dirname $@` \
esnacc-1.8.1/cxx-examples/automake.mk-53-	$<
##############################################
esnacc-1.8.1/m4/ax_code_coverage.m4-70-				ax_cv_lcov_version=invalid
esnacc-1.8.1/m4/ax_code_coverage.m4:71:				lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
esnacc-1.8.1/m4/ax_code_coverage.m4-72-				for lcov_check_version in $lcov_version_list; do
##############################################
esnacc-1.8.1/m4/ax_pthread.m4-296-             ax_pthread_sed='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
esnacc-1.8.1/m4/ax_pthread.m4:297:             ax_pthread_link_step=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
esnacc-1.8.1/m4/ax_pthread.m4-298-             ax_pthread_2step_ac_link="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
##############################################
esnacc-1.8.1/scan_script.sh-26-# Verify this branch should run
esnacc-1.8.1/scan_script.sh:27:IS_COVERITY_SCAN_BRANCH=`ruby -e "puts '${TRAVIS_BRANCH}' =~ /\\A$COVERITY_SCAN_BRANCH_PATTERN\\z/ ? 1 : 0"`
esnacc-1.8.1/scan_script.sh-28-if [ "$IS_COVERITY_SCAN_BRANCH" = "1" ]; then
##############################################
esnacc-1.8.1/scan_script.sh-36-permit=true
esnacc-1.8.1/scan_script.sh:37:AUTH_RES=`curl -s --form project="$COVERITY_SCAN_PROJECT_NAME" --form token="$COVERITY_SCAN_TOKEN" $SCAN_URL/api/upload_permitted`
esnacc-1.8.1/scan_script.sh-38-if [ "$AUTH_RES" = "Access denied" ]; then
##############################################
esnacc-1.8.1/scan_script.sh-41-else
esnacc-1.8.1/scan_script.sh:42:  AUTH=`echo $AUTH_RES | ruby -e "require 'rubygems'; require 'json'; puts JSON[STDIN.read]['upload_permitted']"`
esnacc-1.8.1/scan_script.sh-43-  if [ "$AUTH" = "true" ]; then
##############################################
esnacc-1.8.1/scan_script.sh-45-  else
esnacc-1.8.1/scan_script.sh:46:    WHEN=`echo $AUTH_RES | ruby -e "require 'rubygems'; require 'json'; puts JSON[STDIN.read]['next_upload_permitted_at']"`
esnacc-1.8.1/scan_script.sh-47-    echo -e "\033[33;1mOops!Coverity Scan analysis engine NOT authorized until $WHEN.\033[0m"
##############################################
esnacc-1.8.1/scan_script.sh-67-
esnacc-1.8.1/scan_script.sh:68:TOOL_DIR=`find $TOOL_BASE -type d -name 'cov-analysis*'`
esnacc-1.8.1/scan_script.sh-69-export PATH=$TOOL_DIR/bin:$PATH