===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
texmaker-5.0.3/pdfium/third_party/pymock/mock.py-668-                # XXXX should we get the attribute without triggering code
texmaker-5.0.3/pdfium/third_party/pymock/mock.py:669:                # execution?
texmaker-5.0.3/pdfium/third_party/pymock/mock.py-670-                wraps = getattr(self._mock_wraps, name)
##############################################
texmaker-5.0.3/pdfium/third_party/freetype/include/freetype/config/ftoption.h-40-  /*  - You can put a copy of this file in your build directory, more      */
texmaker-5.0.3/pdfium/third_party/freetype/include/freetype/config/ftoption.h:41:  /*    precisely in `$BUILD/freetype/config/ftoption.h', where `$BUILD'   */
texmaker-5.0.3/pdfium/third_party/freetype/include/freetype/config/ftoption.h-42-  /*    is the name of a directory that is included _before_ the FreeType  */
##############################################
texmaker-5.0.3/pdfium/third_party/zlib_v128/crc32.c-187-/* =========================================================================
texmaker-5.0.3/pdfium/third_party/zlib_v128/crc32.c:188: * This function can be used by asm versions of crc32()
texmaker-5.0.3/pdfium/third_party/zlib_v128/crc32.c-189- */
##############################################
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-88-#ifdef ASMV
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c:89:      void match_init OF((void)); /* asm code initialization */
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-90-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-1128-#ifdef ASMV
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c:1129:    match_init(); /* initialize the asm code */
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-1130-#endif
##############################################
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-1144-#ifndef ASMV
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c:1145:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
texmaker-5.0.3/pdfium/third_party/zlib_v128/deflate.c-1146- * match.S. The code will be functionally equivalent.
##############################################
texmaker-5.0.3/pdfium/third_party/zlib_v128/zlib.h-1183-     8: DEBUG
texmaker-5.0.3/pdfium/third_party/zlib_v128/zlib.h:1184:     9: ASMV or ASMINF -- use ASM code
texmaker-5.0.3/pdfium/third_party/zlib_v128/zlib.h-1185-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
texmaker-5.0.3/pdfium/third_party/libopenjpeg20/opj_includes.h-144-
texmaker-5.0.3/pdfium/third_party/libopenjpeg20/opj_includes.h:145:	_asm {
texmaker-5.0.3/pdfium/third_party/libopenjpeg20/opj_includes.h-146-		fld f
##############################################
texmaker-5.0.3/pdfium/testing/tools/make_expected.sh-15-  for RESULT in $RESULTS ; do
texmaker-5.0.3/pdfium/testing/tools/make_expected.sh:16:      EXPECTED=`echo -n $RESULT | sed 's/[.]pdf[.]/_expected.pdf./'`
texmaker-5.0.3/pdfium/testing/tools/make_expected.sh-17-      mv $RESULT $EXPECTED
##############################################
texmaker-5.0.3/hunspell/htypes.hxx-10-#define H_OPT        (1 << 0)
texmaker-5.0.3/hunspell/htypes.hxx:11:#define H_OPT_ALIASM (1 << 1)
texmaker-5.0.3/hunspell/htypes.hxx-12-#define H_OPT_PHON   (1 << 2)
##############################################
texmaker-5.0.3/hunspell/atypes.hxx-27-#define aeALIASF        (1 << 2)
texmaker-5.0.3/hunspell/atypes.hxx:28:#define aeALIASM        (1 << 3)
texmaker-5.0.3/hunspell/atypes.hxx-29-#define aeLONGCOND      (1 << 4)
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-49-  aliasf = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx:50:  numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx:51:  aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-52-  forbiddenword = FORBIDDENWORD; // forbidden word signing flag
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-101-    free(aliasm);
texmaker-5.0.3/hunspell/hashmgr.cxx:102:    aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-103-  }  
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-138-    bool upcasehomonym = false;
texmaker-5.0.3/hunspell/hashmgr.cxx:139:    int descl = desc ? (aliasm ? sizeof(short) : strlen(desc) + 1) : 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-140-    // variable-length hash record with word and optional fields
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-836-{
texmaker-5.0.3/hunspell/hashmgr.cxx:837:   if (numaliasm != 0) {
texmaker-5.0.3/hunspell/hashmgr.cxx-838-      HUNSPELL_WARNING(stderr, "error: line %d: multiple table definitions\n", af->getlinenum());
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-850-             case 1: { 
texmaker-5.0.3/hunspell/hashmgr.cxx:851:                       numaliasm = atoi(piece);
texmaker-5.0.3/hunspell/hashmgr.cxx:852:                       if (numaliasm < 1) {
texmaker-5.0.3/hunspell/hashmgr.cxx-853-                          HUNSPELL_WARNING(stderr, "error: line %d: bad entry number\n", af->getlinenum());
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-855-                       }
texmaker-5.0.3/hunspell/hashmgr.cxx:856:                       aliasm = (char **) malloc(numaliasm * sizeof(char *));
texmaker-5.0.3/hunspell/hashmgr.cxx-857-                       if (!aliasm) {
texmaker-5.0.3/hunspell/hashmgr.cxx:858:                          numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-859-                          return 1;
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-870-   if (np != 2) {
texmaker-5.0.3/hunspell/hashmgr.cxx:871:      numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-872-      free(aliasm);
texmaker-5.0.3/hunspell/hashmgr.cxx:873:      aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-874-      HUNSPELL_WARNING(stderr, "error: line %d: missing data\n", af->getlinenum());
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-877-
texmaker-5.0.3/hunspell/hashmgr.cxx:878:   /* now parse the numaliasm lines to read in the remainder of the table */
texmaker-5.0.3/hunspell/hashmgr.cxx-879-   char * nl = line;
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-892-                                 HUNSPELL_WARNING(stderr, "error: line %d: table is corrupt\n", af->getlinenum());
texmaker-5.0.3/hunspell/hashmgr.cxx:893:                                 numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-894-                                 free(aliasm);
texmaker-5.0.3/hunspell/hashmgr.cxx:895:                                 aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-896-                                 return 1;
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-911-                            if (!aliasm[j]) {
texmaker-5.0.3/hunspell/hashmgr.cxx:912:                                 numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-913-                                 free(aliasm);
texmaker-5.0.3/hunspell/hashmgr.cxx:914:                                 aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-915-                                 return 1;
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-924-        if (!aliasm[j]) {
texmaker-5.0.3/hunspell/hashmgr.cxx:925:             numaliasm = 0;
texmaker-5.0.3/hunspell/hashmgr.cxx-926-             free(aliasm);
texmaker-5.0.3/hunspell/hashmgr.cxx:927:             aliasm = NULL;
texmaker-5.0.3/hunspell/hashmgr.cxx-928-             HUNSPELL_WARNING(stderr, "error: line %d: table is corrupt\n", af->getlinenum());
##############################################
texmaker-5.0.3/hunspell/hashmgr.cxx-935-int HashMgr::is_aliasm() {
texmaker-5.0.3/hunspell/hashmgr.cxx:936:    return (aliasm != NULL);
texmaker-5.0.3/hunspell/hashmgr.cxx-937-}
##############################################
texmaker-5.0.3/debian/patches/70-add-crossbuild-support.patch-10--LIBS += $$system(pkg-config --libs synctex)
texmaker-5.0.3/debian/patches/70-add-crossbuild-support.patch:11:+LIBS += $$system($$pkgConfigExecutable() --libs synctex)
texmaker-5.0.3/debian/patches/70-add-crossbuild-support.patch-12- 
##############################################
texmaker-5.0.3/debian/rules-25-	# Setting symlinks from doc dir to /usr/share/texmaker
texmaker-5.0.3/debian/rules:26:	for docfile in `ls $(CURDIR)/debian/$(data)/usr/share/doc/$(pkg)/html/*` ; do \
texmaker-5.0.3/debian/rules:27:	    ln -s ../doc/$(pkg)/html/`basename $${docfile}` $(CURDIR)/debian/$(data)/usr/share/$(pkg) ; \
texmaker-5.0.3/debian/rules-28-	done
##############################################
texmaker-5.0.3/texmaker.pro-1068-
texmaker-5.0.3/texmaker.pro:1069:LIBS += $$system($$pkgConfigExecutable() --libs synctex)
texmaker-5.0.3/texmaker.pro-1070-