===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
kst-2.0.8/old_tests/test1.sh-38-	if [ ! -s "$TMPFILE" ]; then
kst-2.0.8/old_tests/test1.sh:39:		echo "Test $1 failed.  Response was non-empty. [" `cat $TMPFILE` "]"
kst-2.0.8/old_tests/test1.sh-40-		return;
##############################################
kst-2.0.8/old_tests/test1.sh-46-checkArraySize() {
kst-2.0.8/old_tests/test1.sh:47:	LEN=`wc -l < $TMPFILE`
kst-2.0.8/old_tests/test1.sh-48-	if test ! "x$LEN" = "x$2"; then
##############################################
kst-2.0.8/old_tests/test1.sh-56-checkStringResponse() {
kst-2.0.8/old_tests/test1.sh:57:	TESTSTR=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-58-	if test ! "x$2" = "x$TESTSTR"; then
##############################################
kst-2.0.8/old_tests/test1.sh-308-
kst-2.0.8/old_tests/test1.sh:309:	LEN=`wc -l < $VTMPFILE`
kst-2.0.8/old_tests/test1.sh-310-	if test ! "x$LEN" = "x7"; then
##############################################
kst-2.0.8/old_tests/test1.sh-394-$DCOP loadVector $TESTFILE INDEX >$TMPFILE
kst-2.0.8/old_tests/test1.sh:395:VINDEX=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-396-checkEmptyResponse 600
##############################################
kst-2.0.8/old_tests/test1.sh-398-$DCOP loadVector $TESTFILE 2 >$TMPFILE
kst-2.0.8/old_tests/test1.sh:399:V2=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-400-checkEmptyResponse 601
##############################################
kst-2.0.8/old_tests/test1.sh-402-$DCOP loadVector $TESTFILE 3 >$TMPFILE
kst-2.0.8/old_tests/test1.sh:403:V3=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-404-checkEmptyResponse 602
##############################################
kst-2.0.8/old_tests/test1.sh-406-$DCOP loadVector $TESTFILE 4 >$TMPFILE
kst-2.0.8/old_tests/test1.sh:407:V4=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-408-checkEmptyResponse 603
##############################################
kst-2.0.8/old_tests/test1.sh-410-$DCOP createCurve "firstCurve" $VINDEX $V2 "" "" >$TMPFILE
kst-2.0.8/old_tests/test1.sh:411:CURVE1=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-412-checkEmptyResponse 604
##############################################
kst-2.0.8/old_tests/test1.sh-414-$DCOP createPlot "firstPlot" >$TMPFILE
kst-2.0.8/old_tests/test1.sh:415:PLOT1=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-416-checkEmptyResponse 605
##############################################
kst-2.0.8/old_tests/test1.sh-421-$DCOP createCurve "secondCurve" $VINDEX $V4 "" "" >$TMPFILE
kst-2.0.8/old_tests/test1.sh:422:CURVE2=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-423-checkEmptyResponse 607
##############################################
kst-2.0.8/old_tests/test1.sh-428-$DCOP createPlot "secondPlot" >$TMPFILE
kst-2.0.8/old_tests/test1.sh:429:PLOT2=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-430-checkEmptyResponse 609
##############################################
kst-2.0.8/old_tests/test1.sh-432-$DCOP createCurve "thirdCurve" $VINDEX $V3 "" "" >$TMPFILE
kst-2.0.8/old_tests/test1.sh:433:CURVE3=`cat $TMPFILE | tr -d '\n'`
kst-2.0.8/old_tests/test1.sh-434-checkEmptyResponse 610
##############################################
kst-2.0.8/old_tests/runregression.sh-45-	echo "Running test: $i" >> $CONSOLELOG
kst-2.0.8/old_tests/runregression.sh:46:	output=`$VALGRIND ./$i $* 2>&1`
kst-2.0.8/old_tests/runregression.sh-47-	FAILED=$?
##############################################
kst-2.0.8/old_tests/runregression.sh-55-	filenames='$'"$i"_FILES;
kst-2.0.8/old_tests/runregression.sh:56:	list=`eval echo $filenames`
kst-2.0.8/old_tests/runregression.sh-57-	for j in $list; do
##############################################
kst-2.0.8/install-kst-2-
kst-2.0.8/install-kst:3:cd `dirname $0`
kst-2.0.8/install-kst-4-
##############################################
kst-2.0.8/config.pri-39-  }
kst-2.0.8/config.pri:40:  PKGCONFIGRESULT = $$system(pkg-config --libs $$lib)
kst-2.0.8/config.pri-41-  !contains(PKGCONFIGRESULT, -l$$lib) {
##############################################
kst-2.0.8/config.pri-97-defineReplace(pkginclude) {
kst-2.0.8/config.pri:98:    PKGCONFIG_INCLUDE_DIR = $$system(pkg-config --variable includedir $$1)
kst-2.0.8/config.pri-99-    message(Using $$1 headers in $$PKGCONFIG_INCLUDE_DIR)
##############################################
kst-2.0.8/CMakeLists.txt-198-    find_package(Qt4 REQUIRED)
kst-2.0.8/CMakeLists.txt:199:    include(${QT_USE_FILE})
kst-2.0.8/CMakeLists.txt-200-    if(MINGW)
##############################################
kst-2.0.8/src/kst/kst.pro-1-TOPOUT_REL=../..
kst-2.0.8/src/kst/kst.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/kst/kst.pro-3-
##############################################
kst-2.0.8/src/kst/kst2.sh.cmake-10-            # relative, prepend $2 made absolute
kst-2.0.8/src/kst/kst2.sh.cmake:11:            echo `makeAbsolute "$2" "$PWD"`/"$1" | sed 's,/\.$,,'
kst-2.0.8/src/kst/kst2.sh.cmake-12-            ;;
##############################################
kst-2.0.8/src/kst/kst2.sh.cmake-15-
kst-2.0.8/src/kst/kst2.sh.cmake:16:me=`which "$0"` # Search $PATH if necessary
kst-2.0.8/src/kst/kst2.sh.cmake-17-if test -L "$me"; then
##############################################
kst-2.0.8/src/kst/kst2.sh.cmake-21-        # We have readlink(1), so we can use it. Assuming GNU readlink (for -f).
kst-2.0.8/src/kst/kst2.sh.cmake:22:        me=`readlink -nf "$me"`
kst-2.0.8/src/kst/kst2.sh.cmake-23-    else
kst-2.0.8/src/kst/kst2.sh.cmake-24-        # No readlink(1), so let's try ls -l
kst-2.0.8/src/kst/kst2.sh.cmake:25:        me=`ls -l "$me" | sed 's/^.*-> //'`
kst-2.0.8/src/kst/kst2.sh.cmake:26:        base=`dirname "$me"`
kst-2.0.8/src/kst/kst2.sh.cmake:27:        me=`makeAbsolute "$me" "$base"`
kst-2.0.8/src/kst/kst2.sh.cmake-28-    fi
##############################################
kst-2.0.8/src/kst/kst2.sh.cmake-30-
kst-2.0.8/src/kst/kst2.sh.cmake:31:bindir=`dirname "$me"`
kst-2.0.8/src/kst/kst2.sh.cmake:32:libpath=`cd "$bindir/../lib" ; pwd`
kst-2.0.8/src/kst/kst2.sh.cmake-33-LD_LIBRARY_PATH=$libpath${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
##############################################
kst-2.0.8/src/datasources/datasources.pro:1:include($$PWD/../../config.pri)
kst-2.0.8/src/datasources/datasources.pro-2-TEMPLATE = subdirs
##############################################
kst-2.0.8/src/datasources/fitstable/fitstable.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/fitstable/fitstable.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/fitstable/fitstable.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/fitstable/fitstable.pro-4-
##############################################
kst-2.0.8/src/datasources/dirfilesource/dirfilesource.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/dirfilesource/dirfilesource.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/dirfilesource/dirfilesource.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/dirfilesource/dirfilesource.pro-4-
##############################################
kst-2.0.8/src/datasources/sampledatasource/sampledatasource.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/sampledatasource/sampledatasource.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/sampledatasource/sampledatasource.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/sampledatasource/sampledatasource.pro-4-
##############################################
kst-2.0.8/src/datasources/matlab/matlab.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/matlab/matlab.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/matlab/matlab.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/matlab/matlab.pro-4-
##############################################
kst-2.0.8/src/datasources/ascii/ascii.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/ascii/ascii.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/ascii/ascii.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/ascii/ascii.pro-4-
##############################################
kst-2.0.8/src/datasources/netcdf/netcdf.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/netcdf/netcdf.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/netcdf/netcdf.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/netcdf/netcdf.pro-4-
##############################################
kst-2.0.8/src/datasources/fitsimage/fitsimage.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/fitsimage/fitsimage.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/fitsimage/fitsimage.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/fitsimage/fitsimage.pro-4-
##############################################
kst-2.0.8/src/datasources/sourcelist/sourcelist.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/sourcelist/sourcelist.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/sourcelist/sourcelist.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/sourcelist/sourcelist.pro-4-
##############################################
kst-2.0.8/src/datasources/qimagesource/qimagesource.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/datasources/qimagesource/qimagesource.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/datasources/qimagesource/qimagesource.pro:3:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/src/datasources/qimagesource/qimagesource.pro-4-
##############################################
kst-2.0.8/src/widgets/widgets.pro-1-TOPOUT_REL=../..
kst-2.0.8/src/widgets/widgets.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/widgets/widgets.pro-3-
##############################################
kst-2.0.8/src/plugins/sampleplugin/sampleplugin.pro-1-TOPOUT_REL=../../..
kst-2.0.8/src/plugins/sampleplugin/sampleplugin.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/plugins/sampleplugin/sampleplugin.pro:3:include($$PWD/$$TOPOUT_REL/dataobjectplugin.pri)
kst-2.0.8/src/plugins/sampleplugin/sampleplugin.pro-4-
##############################################
kst-2.0.8/src/plugins/dataobject/dataobject.pro:1:include($$PWD/../../../config.pri)
kst-2.0.8/src/plugins/dataobject/dataobject.pro-2-
##############################################
kst-2.0.8/src/plugins/plugins.pro:1:include($$PWD/../../config.pri)
kst-2.0.8/src/plugins/plugins.pro-2-
##############################################
kst-2.0.8/src/plugins/plugins.pri:1:include($$PWD/../../kst.pri)
kst-2.0.8/src/plugins/plugins.pri:2:include($$PWD/../../dataobjectplugin.pri)
kst-2.0.8/src/plugins/plugins.pri-3-
##############################################
kst-2.0.8/src/plugins/fits/fits.pro:1:include($$PWD/../../../config.pri)
kst-2.0.8/src/plugins/fits/fits.pro-2-
##############################################
kst-2.0.8/src/plugins/filters/filters.pro:1:include($$PWD/../../../config.pri)
kst-2.0.8/src/plugins/filters/filters.pro-2-
##############################################
kst-2.0.8/src/d2d/d2d.pro:1:include($$PWD/../../kst.pri)
kst-2.0.8/src/d2d/d2d.pro-2-
##############################################
kst-2.0.8/src/libkstmath/libkstmath.pro-1-TOPOUT_REL=../..
kst-2.0.8/src/libkstmath/libkstmath.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/libkstmath/libkstmath.pro-3-
##############################################
kst-2.0.8/src/libkst/libkst.pro-1-TOPOUT_REL=../..
kst-2.0.8/src/libkst/libkst.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/libkst/libkst.pro-3-
##############################################
kst-2.0.8/src/libkstapp/libkstapp.pro-1-TOPOUT_REL = ../..
kst-2.0.8/src/libkstapp/libkstapp.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/src/libkstapp/libkstapp.pro-3-QT += gui \
##############################################
kst-2.0.8/old_datasources/healpix/healpix.pro:1:include($$PWD/../../../kst.pri)
kst-2.0.8/old_datasources/healpix/healpix.pro:2:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/old_datasources/healpix/healpix.pro-3-
##############################################
kst-2.0.8/old_datasources/plankIDEF/planckIDEF.pro:1:include($$PWD/../../../kst.pri)
kst-2.0.8/old_datasources/plankIDEF/planckIDEF.pro:2:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/old_datasources/plankIDEF/planckIDEF.pro-3-
##############################################
kst-2.0.8/old_datasources/lfiio/lfiio.pro:1:include($$PWD/../../../kst.pri)
kst-2.0.8/old_datasources/lfiio/lfiio.pro:2:include($$PWD/../../../datasourceplugin.pri)
kst-2.0.8/old_datasources/lfiio/lfiio.pro-3-
##############################################
kst-2.0.8/gdb-kst-2-
kst-2.0.8/gdb-kst:3:cd `dirname $0`
kst-2.0.8/gdb-kst-4-
##############################################
kst-2.0.8/tests/tests.pro-1-TOPOUT_REL=..
kst-2.0.8/tests/tests.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/tests/tests.pro-3-
##############################################
kst-2.0.8/tests/dirfile_maker/dirfile_maker.pro-1-TOPOUT_REL=../..
kst-2.0.8/tests/dirfile_maker/dirfile_maker.pro:2:include($$PWD/$$TOPOUT_REL/kst.pri)
kst-2.0.8/tests/dirfile_maker/dirfile_maker.pro-3-
##############################################
kst-2.0.8/tests/kstcontrol/Makefile-154-	@$(CHK_DIR_EXISTS) .tmp/KstControl1.0.0 || $(MKDIR) .tmp/KstControl1.0.0 
kst-2.0.8/tests/kstcontrol/Makefile:155:	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/KstControl1.0.0/ && $(COPY_FILE) --parents cwidget.h .tmp/KstControl1.0.0/ && $(COPY_FILE) --parents main.cpp cwidget.cpp .tmp/KstControl1.0.0/ && $(COPY_FILE) --parents cwidget.ui .tmp/KstControl1.0.0/ && (cd `dirname .tmp/KstControl1.0.0` && $(TAR) KstControl1.0.0.tar KstControl1.0.0 && $(COMPRESS) KstControl1.0.0.tar) && $(MOVE) `dirname .tmp/KstControl1.0.0`/KstControl1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/KstControl1.0.0
kst-2.0.8/tests/kstcontrol/Makefile-156-
##############################################
kst-2.0.8/build-kst-2-
kst-2.0.8/build-kst:3:cd `dirname $0`
kst-2.0.8/build-kst-4-
##############################################
kst-2.0.8/run-tests-2-
kst-2.0.8/run-tests:3:cd `dirname $0`
kst-2.0.8/run-tests-4-
##############################################
kst-2.0.8/run-kst-2-
kst-2.0.8/run-kst:3:cd `dirname $0`
kst-2.0.8/run-kst-4-
##############################################
kst-2.0.8/docbook/kst/tutorial.docbook-87-class="directory">$<envar>KDEDIR</envar>/share/apps/kst/tutorial</filename>,
kst-2.0.8/docbook/kst/tutorial.docbook:88:where <filename class="directory">$<envar>KDEDIR</envar></filename> is
kst-2.0.8/docbook/kst/tutorial.docbook-89-the location in which &kde; is installed on your system (you can find