===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
kstars-3.4.3/CMakeLists.txt-59-if("${CMAKE_TOOLCHAIN_FILE}" MATCHES "android.toolchain.cmake$")
kstars-3.4.3/CMakeLists.txt:60:    include(${CMAKE_BINARY_DIR}/kf5/kde/install/share/ECM/cmake/ECMConfig.cmake)
kstars-3.4.3/CMakeLists.txt-61-endif()
##############################################
kstars-3.4.3/CMakeLists.txt-76-        set(Qt5Widgets_DIR "${QT_ANDROID}/lib/cmake/Qt5Widgets")
kstars-3.4.3/CMakeLists.txt:77:        include(${QT_ANDROID}/lib/cmake/Qt5/Qt5Config.cmake)
kstars-3.4.3/CMakeLists.txt:78:        include(${QT_ANDROID}/lib/cmake/Qt5Core/Qt5CoreConfig.cmake)
kstars-3.4.3/CMakeLists.txt:79:        include(${QT_ANDROID}/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake)
kstars-3.4.3/CMakeLists.txt:80:        include(${QT_ANDROID}/lib/cmake/Qt5Qml/Qt5QmlConfig.cmake)
kstars-3.4.3/CMakeLists.txt:81:        include(${QT_ANDROID}/lib/cmake/Qt5Quick/Qt5QuickConfig.cmake)
kstars-3.4.3/CMakeLists.txt:82:        include(${QT_ANDROID}/lib/cmake/Qt5QuickControls2/Qt5QuickControls2Config.cmake)
kstars-3.4.3/CMakeLists.txt:83:        include(${QT_ANDROID}/lib/cmake/Qt5Xml/Qt5XmlConfig.cmake)
kstars-3.4.3/CMakeLists.txt:84:        include(${QT_ANDROID}/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake)
kstars-3.4.3/CMakeLists.txt:85:        include(${QT_ANDROID}/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake)
kstars-3.4.3/CMakeLists.txt:86:        include(${QT_ANDROID}/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake)
kstars-3.4.3/CMakeLists.txt:87:        include(${QT_ANDROID}/lib/cmake/Qt5Positioning/Qt5PositioningConfig.cmake)
kstars-3.4.3/CMakeLists.txt:88:        include(${QT_ANDROID}/lib/cmake/Qt5PositioningQuick/Qt5PositioningQuickConfig.cmake)
kstars-3.4.3/CMakeLists.txt:89:        include(${QT_ANDROID}/lib/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake)
kstars-3.4.3/CMakeLists.txt:90:        include(${QT_ANDROID}/lib/cmake/Qt5AndroidExtras/Qt5AndroidExtrasConfig.cmake)
kstars-3.4.3/CMakeLists.txt-91-    else()
##############################################
kstars-3.4.3/CMakeLists.txt-117-        set(KF5_HOST_TOOLING /usr/lib/x86_64-linux-gnu/cmake/)
kstars-3.4.3/CMakeLists.txt:118:        include(${CMAKE_BINARY_DIR}/kf5/kde/install/lib/cmake/KF5Config/KF5ConfigConfig.cmake)
kstars-3.4.3/CMakeLists.txt:119:        include(${CMAKE_BINARY_DIR}/kf5/kde/install/lib/cmake/KF5I18n/KF5I18nConfig.cmake)
kstars-3.4.3/CMakeLists.txt:120:        include(${CMAKE_BINARY_DIR}/kf5/kde/install/lib/cmake/KF5Plotting/KF5PlottingConfig.cmake)
kstars-3.4.3/CMakeLists.txt-121-    else()
##############################################
kstars-3.4.3/CMakeLists.txt-307-
kstars-3.4.3/CMakeLists.txt:308:    include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/CheckNodump.cmake")
kstars-3.4.3/CMakeLists.txt-309-    check_nodump(NODUMP_FLAGS)
##############################################
kstars-3.4.3/kstars/CMakeLists.txt-14-if (ANDROID AND CMAKE_TOOLCHAIN_FILE)
kstars-3.4.3/kstars/CMakeLists.txt:15:    include(${CMAKE_TOOLCHAIN_FILE})
kstars-3.4.3/kstars/CMakeLists.txt-16-endif ()
##############################################
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1254-
kstars-3.4.3/kstars/fitsviewer/fpackutil.c:1255:            fits_get_hduaddr(inputfptr, &headstart, &datastart, &dataend, &stat);
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1256-            origdata = (float) ((dataend - datastart)/1000000.);
##############################################
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1450-
kstars-3.4.3/kstars/fitsviewer/fpackutil.c:1451:        fits_get_hduaddr(infptr, &headstart, &datastart, &dataend, status);
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1452-        datasize = dataend - datastart;
##############################################
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1869-
kstars-3.4.3/kstars/fitsviewer/fpackutil.c:1870:        fits_get_hduaddr(infptr, &headstart, &datastart, &dataend, &stat);
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1871-        origdata = (float) ((dataend - datastart)/1000000.);
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1872-
kstars-3.4.3/kstars/fitsviewer/fpackutil.c:1873:        fits_get_hduaddr(outfptr, &headstart, &datastart, &dataend, &stat);
kstars-3.4.3/kstars/fitsviewer/fpackutil.c-1874-        compressdata = (float) ((dataend - datastart)/1000000.);
##############################################
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-27-
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl:28:my $db_query = qq/CREATE DATABASE IF NOT EXISTS `$db_db`;/;
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl:29:my $db_select_query = qq/USE `$db_db`/;
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-30-
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-31-my $tbl_query = qq/
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl:32:CREATE TABLE IF NOT EXISTS `$db_tbl` (
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-33-  `trixel` varchar(14) NOT NULL,
##############################################
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-89- 
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl:90:    my $query ||= qq/INSERT INTO `$db_tbl` (/ .
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl:91:	join(", ", map {"`$_`"} @fields) .
kstars-3.4.3/kstars/data/tools/hipdatatomysql.pl-92-	qq/) VALUES (/ .
##############################################
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-35-
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:36:my $db_query = qq/CREATE DATABASE IF NOT EXISTS `$db_db`;/;
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:37:my $db_select_query = qq/USE `$db_db`/;
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-38-
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-39-my $tbl_query = qq/
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:40:CREATE TABLE IF NOT EXISTS `$db_tbl` (
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-41-  `Trixel` int NOT NULL COMMENT 'Trixel Name',
##############################################
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-62-
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:63:my $tbl_trunc_query = qq/TRUNCATE TABLE `$db_tbl`/;
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-64-
##############################################
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-183-        $verbose and print "Trixel = " . $star->{Trixel} . "\n";
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:184:        my $query ||= qq/INSERT INTO `$db_tbl` (/ .
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl:185:            join(", ", map {"`$_`"} @fields) .
kstars-3.4.3/kstars/data/tools/tycdatatomysql.pl-186-            qq/) VALUES (/ .
##############################################
kstars-3.4.3/kstars/data/tools/generate-nomad-data-dumps.sh-20-
kstars-3.4.3/kstars/data/tools/generate-nomad-data-dumps.sh:21:for trixel in `seq 0 $MAX_TRIXEL`; do
kstars-3.4.3/kstars/data/tools/generate-nomad-data-dumps.sh-22-    CMD="$NOMADMYSQL2BIN_SPLIT $DB_USER $DB_PASS $FILE_PREFIX$trixel $trixel $DB_NAME $TBL_NAME >> $LOGFILE"
##############################################
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-23-
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:24:my $db_query = qq/CREATE DATABASE IF NOT EXISTS `$db_db`;/;
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:25:my $db_select_query = qq/USE `$db_db`/;
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-26-
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-27-my $tbl_query = qq/
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:28:CREATE TABLE IF NOT EXISTS `$db_tbl` (
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-29-  `primary` varchar(30) NOT NULL COMMENT 'Primary Designation',
##############################################
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-48-
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:49:my $tbl_trunc_query = qq/TRUNCATE TABLE `$db_tbl`/;
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-50-
##############################################
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-72-
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:73:    my $query ||= qq/INSERT INTO `$db_tbl` (/ .
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl:74:	join(", ", map {"`$_`"} @fields) .
kstars-3.4.3/kstars/data/tools/parse-sac-to-mysql.pl-75-	qq/) VALUES (/ .
##############################################
kstars-3.4.3/kstars/data/tools/HTMesh-0.01/test-draw.pl-50-    #print "dcop $kstars @_\n";
kstars-3.4.3/kstars/data/tools/HTMesh-0.01/test-draw.pl:51:    return `dcop $kstars @_`;
kstars-3.4.3/kstars/data/tools/HTMesh-0.01/test-draw.pl-52-}
##############################################
kstars-3.4.3/kstars/data/tools/Makefile-48-mysql2bin: mysql2bin.c
kstars-3.4.3/kstars/data/tools/Makefile:49:	$(CC) $(CFLAGS) `$(MYSQL_CONFIG) --cflags` $@.c $(LDFLAGS) `$(MYSQL_CONFIG) --libs` -o $@
kstars-3.4.3/kstars/data/tools/Makefile-50-
kstars-3.4.3/kstars/data/tools/Makefile-51-nomadmysql2bin: nomadmysql2bin.c
kstars-3.4.3/kstars/data/tools/Makefile:52:	$(CC) $(CFLAGS) `$(MYSQL_CONFIG) --cflags` $@.c $(LDFLAGS) `$(MYSQL_CONFIG) --libs` -o $@
kstars-3.4.3/kstars/data/tools/Makefile-53-
kstars-3.4.3/kstars/data/tools/Makefile-54-nomadbinfile2mysql: nomadbinfile2mysql.cpp
kstars-3.4.3/kstars/data/tools/Makefile:55:	$(CXX) -D_FILE_OFFSET_BITS=64 $(CXXFLAGS) -I../../htmesh -I../.. `$(MYSQL_CONFIG) --cflags` $@.cpp $(LDFLAGS) `$(MYSQL_CONFIG) --libs` $(KDEINSTALLDIR)/lib/libhtmesh.a -o $@
kstars-3.4.3/kstars/data/tools/Makefile-56-
kstars-3.4.3/kstars/data/tools/Makefile-57-nomadmysql2bin-split: nomadmysql2bin-split.c
kstars-3.4.3/kstars/data/tools/Makefile:58:	$(CC) -D_FILE_OFFSET_BITS=64 $(CFLAGS) `$(MYSQL_CONFIG) --cflags` $@.c $(LDFLAGS) `$(MYSQL_CONFIG) --libs` -o $@
kstars-3.4.3/kstars/data/tools/Makefile-59-
##############################################
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-35-
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:36:my $db_query = qq/CREATE DATABASE IF NOT EXISTS `$db_db`;/;
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:37:my $db_select_query = qq/USE `$db_db`/;
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-38-
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-39-my $tbl_query = qq/
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:40:CREATE TABLE IF NOT EXISTS `$db_tbl` (
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-41-  `Trixel` int(11) NOT NULL COMMENT 'Trixel Number',
##############################################
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-56-
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:57:my $tbl_trunc_query = qq/TRUNCATE TABLE `$db_tbl`/;
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-58-
##############################################
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-180-        $verbose and print "Trixel = " . $star->{Trixel} . "\n";
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:181:        my $query ||= qq/INSERT INTO `$db_tbl` (/ .
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl:182:            join(", ", map {"`$_`"} @fields) .
kstars-3.4.3/kstars/data/tools/nomaddatatomysql.pl-183-            qq/) VALUES (/ .
##############################################
kstars-3.4.3/packaging/android/3rdparty/libraw.patch-9-+IF("${CMAKE_TOOLCHAIN_FILE}" MATCHES "android.toolchain.cmake$")
kstars-3.4.3/packaging/android/3rdparty/libraw.patch:10:+    include(${CMAKE_TOOLCHAIN_FILE})
kstars-3.4.3/packaging/android/3rdparty/libraw.patch-11-+ENDIF()
##############################################
kstars-3.4.3/packaging/android/3rdparty/cfitsio.patch-9-+IF("${CMAKE_TOOLCHAIN_FILE}" MATCHES "android.toolchain.cmake$")
kstars-3.4.3/packaging/android/3rdparty/cfitsio.patch:10:+    include(${CMAKE_TOOLCHAIN_FILE})
kstars-3.4.3/packaging/android/3rdparty/cfitsio.patch-11-+ENDIF()