===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xca-2.3.0/m4/ax_check_gnu_make.m4-71-        if test  "x$_cv_gnu_make_command" != "x"  ; then
xca-2.3.0/m4/ax_check_gnu_make.m4:72:            mak="`which ${_cv_gnu_make_command}`"
xca-2.3.0/m4/ax_check_gnu_make.m4-73-            AC_MSG_NOTICE([A usable 'make' executable was found in ${mak}])
##############################################
xca-2.3.0/misc/build-w64.sh-3-
xca-2.3.0/misc/build-w64.sh:4:XCA_DIR="`dirname $0`"
xca-2.3.0/misc/build-w64.sh:5:XCA_DIR="`cd $XCA_DIR/.. && pwd`"
xca-2.3.0/misc/build-w64.sh-6-
##############################################
xca-2.3.0/misc/build-w64.sh-9-TARGET=mingw64
xca-2.3.0/misc/build-w64.sh:10:read LIBTOOL_DIR < "`dirname $0`/../Libtool.version"
xca-2.3.0/misc/build-w64.sh-11-LIBTOOL_GZ="${LIBTOOL_DIR}".tar.gz
##############################################
xca-2.3.0/misc/build-w64.sh-13-
xca-2.3.0/misc/build-w64.sh:14:read OPENSSL_DIR < "`dirname $0`/../OpenSSL.version"
xca-2.3.0/misc/build-w64.sh-15-OPENSSL_GZ="${OPENSSL_DIR}".tar.gz
##############################################
xca-2.3.0/misc/openssl-1.0.0-mingw32-cross.patch-85-+if ($gaswin and !$no_asm)
xca-2.3.0/misc/openssl-1.0.0-mingw32-cross.patch:86:+	{ $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS"; }
xca-2.3.0/misc/openssl-1.0.0-mingw32-cross.patch-87-+
##############################################
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch-42-+  for name in `find -name "*586.pl"` ./crypto/x86cpuid.pl; do
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch:43:+    n=`basename $name`
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch:44:+    t=`echo $n | sed 's/\.pl/-win32.s/'`
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch-45-+    echo Creating $t from $n
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch:46:+    (cd `dirname $name` && perl $n gaswin > $t )
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch-47-+  done
##############################################
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch-142-+	$cpuid_asm_src='crypto/x86cpuid-win32.s';
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch:143:+	$cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM";
xca-2.3.0/misc/openssl-0.9.8-mingw32-cross.patch-144-+	}
##############################################
xca-2.3.0/misc/build-mac.sh-2-
xca-2.3.0/misc/build-mac.sh:3:XCA_DIR="`dirname $0`"
xca-2.3.0/misc/build-mac.sh:4:XCA_DIR="`cd $XCA_DIR/.. && pwd`"
xca-2.3.0/misc/build-mac.sh-5-
##############################################
xca-2.3.0/doc/code2html-158-	  if ( -r $_){
xca-2.3.0/doc/code2html:159:	      # if I use `do $_` instead of scalar eval... %LANGUAGE is not exported and imported correctly (read: at all) (PP)
xca-2.3.0/doc/code2html:160:	      unless (scalar eval `cat $_`) {     
xca-2.3.0/doc/code2html-161-		  warn "couldn't parse $_: $@" if $@;
##############################################
xca-2.3.0/test/opendb.pl-25-
xca-2.3.0/test/opendb.pl:26:exec("lib/db_dump", $db);
##############################################
xca-2.3.0/test/create_key.pl-39-
xca-2.3.0/test/create_key.pl:40:exec("lib/db_dump", $db);
##############################################
xca-2.3.0/test/im_export_key.pl-35-
xca-2.3.0/test/im_export_key.pl:36:system("xev -id $xcaId &");
xca-2.3.0/test/im_export_key.pl-37-
##############################################
xca-2.3.0/test/im_export_key.pl-47-
xca-2.3.0/test/im_export_key.pl:48:#exec("lib/db_dump", $db);
##############################################
xca-2.3.0/gen_commithash.h.sh-3-(
xca-2.3.0/gen_commithash.h.sh:4:  cd `dirname $0`
xca-2.3.0/gen_commithash.h.sh-5-  echo '#define COMMITHASH "'
##############################################
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-14--    _QT_HOST_BINS="`pkg-config --variable=host_bins Qt5Core`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:15:+    _QT_HOST_BINS="`$PKG_CONFIG --variable=host_bins Qt5Core`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-16-     QT_MOC="${_QT_HOST_BINS}/moc"
##############################################
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-19--      FRAMEDIR=`pkg-config --variable=libdir Qt5Core`
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:20:+      FRAMEDIR=`$PKG_CONFIG --variable=libdir Qt5Core`
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-21-       Qt5_CFLAGS="$Qt5_CFLAGS -std=c++11 -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtWdgets.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-29--    QT_UIC="`pkg-config --variable=uic_location QtCore`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:30:+    QT_MOC="`$PKG_CONFIG --variable=moc_location QtCore`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:31:+    QT_UIC="`$PKG_CONFIG --variable=uic_location QtCore`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-32-     if test -n "${QT_MOC}"; then
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:33:       _QT_HOST_BINS="`dirname ${QT_MOC}`"
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-34-     fi
##############################################
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-36--      FRAMEDIR=`pkg-config --variable=libdir QtCore`
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch:37:+      FRAMEDIR=`$PKG_CONFIG --variable=libdir QtCore`
xca-2.3.0/debian/patches/0002-pkg-config-remove-hardcoding.patch-38-       Qt4_CFLAGS="$Qt4_CFLAGS -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile-112-	git archive --format=tar --prefix=$(TARGET)/ $(TAG) > _$@
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile:113:	V=`tar xf _$@ -O $(TARGET)/VERSION` && \
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile-114-		test "$(TVERSION)" = "$$V" && echo "$$V" > VERSION
##############################################
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile-189-	# Check for "Users" or "chris" in the resulting DMG image
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile:190:	rpath="`cd $(DMGSTAGE) && otool -l xca.app/Contents/MacOS/xca | grep -e "chris\|Users" ||:`" && \
xca-2.3.0/.pc/0001-Remove-misc-Info.plist-in-clean-target.patch/Makefile-191-	if test -n "$$rpath"; then echo "  ERROR $$rpath"; false; fi
##############################################
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-85-if test -n "${_OPENSSLDIR}" && test -d "${_OPENSSLDIR}"; then
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac:86:  _OPENSSLDIR=`cd ${_OPENSSLDIR} && pwd`
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-87-  PKG_CONFIG_PATH="${_OPENSSLDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-114-if test -n "${_QTDIR}" && test -d "${_QTDIR}"; then
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac:115:  _QTDIR=`cd ${_QTDIR} && pwd`
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-116-  PKG_CONFIG_PATH="${_QTDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-147-    if test -n "${QT_MOC}"; then
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac:148:      _QT_HOST_BINS="`dirname ${QT_MOC}`"
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-149-    fi
##############################################
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-185-if test ! -x "${QT_MOC}"; then
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac:186:  QT_MOC="`which moc-qt${QT_VERSION} || which moc`"
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-187-fi
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-188-if test ! -x "${QT_UIC}"; then
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac:189:  QT_UIC="`which uic-qt${QT_VERSION} || which uic`"
xca-2.3.0/.pc/0002-pkg-config-remove-hardcoding.patch/configure.ac-190-fi
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-85-if test -n "${_OPENSSLDIR}" && test -d "${_OPENSSLDIR}"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:86:  _OPENSSLDIR=`cd ${_OPENSSLDIR} && pwd`
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-87-  PKG_CONFIG_PATH="${_OPENSSLDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-114-if test -n "${_QTDIR}" && test -d "${_QTDIR}"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:115:  _QTDIR=`cd ${_QTDIR} && pwd`
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-116-  PKG_CONFIG_PATH="${_QTDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-127-  PKG_CHECK_MODULES(Qt5, [Qt5Core >= 5.0 Qt5Widgets >= 5.0 Qt5Sql >= 5.0], [
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:128:    _QT_HOST_BINS="`$PKG_CONFIG --variable=host_bins Qt5Core`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-129-    QT_MOC="${_QT_HOST_BINS}/moc"
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-131-    if test "$HOST" = "DARWIN"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:132:      FRAMEDIR=`$PKG_CONFIG --variable=libdir Qt5Core`
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-133-      Qt5_CFLAGS="$Qt5_CFLAGS -std=c++11 -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtWdgets.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-144-  PKG_CHECK_MODULES(Qt4, [QtCore >= 4.7 QtCore < 5.0 QtGui >= 4.7 QtGui < 5.0 QtSql >= 4.7 QtSql < 5.0], [
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:145:    QT_MOC="`$PKG_CONFIG --variable=moc_location QtCore`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:146:    QT_UIC="`$PKG_CONFIG --variable=uic_location QtCore`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-147-    if test -n "${QT_MOC}"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:148:      _QT_HOST_BINS="`dirname ${QT_MOC}`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-149-    fi
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-150-    if test "$HOST" = "DARWIN"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:151:      FRAMEDIR=`$PKG_CONFIG --variable=libdir QtCore`
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-152-      Qt4_CFLAGS="$Qt4_CFLAGS -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-185-if test ! -x "${QT_MOC}"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:186:  QT_MOC="`which moc-qt${QT_VERSION} || which moc`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-187-fi
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-188-if test ! -x "${QT_UIC}"; then
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac:189:  QT_UIC="`which uic-qt${QT_VERSION} || which uic`"
xca-2.3.0/.pc/0003-fix-autoheader.patch/configure.ac-190-fi
##############################################
xca-2.3.0/Makefile-113-	git archive --format=tar --prefix=$(TARGET)/ $(TAG) > _$@
xca-2.3.0/Makefile:114:	V=`tar xf _$@ -O $(TARGET)/VERSION` && \
xca-2.3.0/Makefile-115-		test "$(TVERSION)" = "$$V" && echo "$$V" > VERSION
##############################################
xca-2.3.0/Makefile-190-	# Check for "Users" or "chris" in the resulting DMG image
xca-2.3.0/Makefile:191:	rpath="`cd $(DMGSTAGE) && otool -l xca.app/Contents/MacOS/xca | grep -e "chris\|Users" ||:`" && \
xca-2.3.0/Makefile-192-	if test -n "$$rpath"; then echo "  ERROR $$rpath"; false; fi
##############################################
xca-2.3.0/configure.ac-85-if test -n "${_OPENSSLDIR}" && test -d "${_OPENSSLDIR}"; then
xca-2.3.0/configure.ac:86:  _OPENSSLDIR=`cd ${_OPENSSLDIR} && pwd`
xca-2.3.0/configure.ac-87-  PKG_CONFIG_PATH="${_OPENSSLDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/configure.ac-114-if test -n "${_QTDIR}" && test -d "${_QTDIR}"; then
xca-2.3.0/configure.ac:115:  _QTDIR=`cd ${_QTDIR} && pwd`
xca-2.3.0/configure.ac-116-  PKG_CONFIG_PATH="${_QTDIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"
##############################################
xca-2.3.0/configure.ac-127-  PKG_CHECK_MODULES(Qt5, [Qt5Core >= 5.0 Qt5Widgets >= 5.0 Qt5Sql >= 5.0], [
xca-2.3.0/configure.ac:128:    _QT_HOST_BINS="`$PKG_CONFIG --variable=host_bins Qt5Core`"
xca-2.3.0/configure.ac-129-    QT_MOC="${_QT_HOST_BINS}/moc"
##############################################
xca-2.3.0/configure.ac-131-    if test "$HOST" = "DARWIN"; then
xca-2.3.0/configure.ac:132:      FRAMEDIR=`$PKG_CONFIG --variable=libdir Qt5Core`
xca-2.3.0/configure.ac-133-      Qt5_CFLAGS="$Qt5_CFLAGS -std=c++11 -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtWdgets.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/configure.ac-144-  PKG_CHECK_MODULES(Qt4, [QtCore >= 4.7 QtCore < 5.0 QtGui >= 4.7 QtGui < 5.0 QtSql >= 4.7 QtSql < 5.0], [
xca-2.3.0/configure.ac:145:    QT_MOC="`$PKG_CONFIG --variable=moc_location QtCore`"
xca-2.3.0/configure.ac:146:    QT_UIC="`$PKG_CONFIG --variable=uic_location QtCore`"
xca-2.3.0/configure.ac-147-    if test -n "${QT_MOC}"; then
xca-2.3.0/configure.ac:148:      _QT_HOST_BINS="`dirname ${QT_MOC}`"
xca-2.3.0/configure.ac-149-    fi
xca-2.3.0/configure.ac-150-    if test "$HOST" = "DARWIN"; then
xca-2.3.0/configure.ac:151:      FRAMEDIR=`$PKG_CONFIG --variable=libdir QtCore`
xca-2.3.0/configure.ac-152-      Qt4_CFLAGS="$Qt4_CFLAGS -F${FRAMEDIR} -I${FRAMEDIR}/QtCore.framework/Headers -I${FRAMEDIR}/QtGui.framework/Headers -I${FRAMEDIR}/QtSql.framework/Headers"
##############################################
xca-2.3.0/configure.ac-185-if test ! -x "${QT_MOC}"; then
xca-2.3.0/configure.ac:186:  QT_MOC="`which moc-qt${QT_VERSION} || which moc`"
xca-2.3.0/configure.ac-187-fi
xca-2.3.0/configure.ac-188-if test ! -x "${QT_UIC}"; then
xca-2.3.0/configure.ac:189:  QT_UIC="`which uic-qt${QT_VERSION} || which uic`"
xca-2.3.0/configure.ac-190-fi