===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jbig2dec-0.19/memento.c-812-        DWORD dwDisplacement;
jbig2dec-0.19/memento.c:813:        Memento_SymFromAddr(Memento_process, (DWORD64)(stack[i]), &dwDisplacement64, symbol);
jbig2dec-0.19/memento.c:814:        Memento_SymGetLineFromAddr(Memento_process, (DWORD_NATIVESIZED)(stack[i]), &dwDisplacement, &line);
jbig2dec-0.19/memento.c-815-        fprintf(stderr, "    %s in %s:%d\n", symbol->Name, line.FileName, line.LineNumber);
##############################################
jbig2dec-0.19/memento.c-879-        Dl_info info;
jbig2dec-0.19/memento.c:880:        if (dladdr(stack[i], &info))
jbig2dec-0.19/memento.c-881-        {
##############################################
jbig2dec-0.19/memento.c-979-#ifdef _MSC_VER
jbig2dec-0.19/memento.c:980:    __asm int 3;
jbig2dec-0.19/memento.c-981-#endif
##############################################
jbig2dec-0.19/memento.c-1674-
jbig2dec-0.19/memento.c:1675:static int Memento_containsAddr(Memento_BlkHeader *b,
jbig2dec-0.19/memento.c-1676-                                void *arg)
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-6-
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:7:srcdir=`dirname $0`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-8-test -z "$srcdir" && srcdir=.
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-33-    AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:34:    AM_NEEDED=`echo $AM_OPTIONS | $VERSIONGREP`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-35-    if test "x$AM_NEEDED" = "x$AM_OPTIONS"; then
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-49-      echo -n "checking for automake $AM_NEEDED or later... "
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:50:      majneeded=`echo $AM_NEEDED | $VERSIONMKMAJ`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:51:      minneeded=`echo $AM_NEEDED | $VERSIONMKMIN`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-52-      for am in automake-$AM_NEEDED automake$AM_NEEDED automake \
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-54-        ($am --version < /dev/null > /dev/null 2>&1) || continue
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:55:        ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:56:        maj=`echo $ver | $VERSIONMKMAJ`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:57:        min=`echo $ver | $VERSIONMKMIN`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-58-        if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-68-        ($ac --version < /dev/null > /dev/null 2>&1) || continue
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:69:        ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:70:        maj=`echo $ver | $VERSIONMKMAJ`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:71:        min=`echo $ver | $VERSIONMKMIN`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-72-        if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-90-  ACLOCAL=aclocal
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:91:  AM_VER=`$AUTOMAKE --version | grep "automake (GNU automake)" | sed 's/[^0-9\.]*//g'`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:92:  AM_MAJ=`echo $AM_VER |cut -d. -f1`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:93:  AM_MIN=`echo $AM_VER |cut -d. -f2`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:94:  AM_PAT=`echo $AM_VER |cut -d. -f3`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-95-
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:96:  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:97:  AM_MAJOR_REQ=`echo $AM_NEEDED |cut -d. -f1`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh:98:  AM_MINOR_REQ=`echo $AM_NEEDED |cut -d. -f2`
jbig2dec-0.19/.pc/1004_extract_infile_from_autogen-sh.patch/autogen.sh-99-
##############################################
jbig2dec-0.19/autogen.sh-6-
jbig2dec-0.19/autogen.sh:7:srcdir=`dirname $0`
jbig2dec-0.19/autogen.sh-8-test -z "$srcdir" && srcdir=.
##############################################
jbig2dec-0.19/autogen.sh-33-    AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`
jbig2dec-0.19/autogen.sh:34:    AM_NEEDED=`echo $AM_OPTIONS | $VERSIONGREP`
jbig2dec-0.19/autogen.sh-35-    if test "x$AM_NEEDED" = "x$AM_OPTIONS"; then
##############################################
jbig2dec-0.19/autogen.sh-49-      echo -n "checking for automake $AM_NEEDED or later... "
jbig2dec-0.19/autogen.sh:50:      majneeded=`echo $AM_NEEDED | $VERSIONMKMAJ`
jbig2dec-0.19/autogen.sh:51:      minneeded=`echo $AM_NEEDED | $VERSIONMKMIN`
jbig2dec-0.19/autogen.sh-52-      for am in automake-$AM_NEEDED automake$AM_NEEDED automake \
##############################################
jbig2dec-0.19/autogen.sh-54-        ($am --version < /dev/null > /dev/null 2>&1) || continue
jbig2dec-0.19/autogen.sh:55:        ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
jbig2dec-0.19/autogen.sh:56:        maj=`echo $ver | $VERSIONMKMAJ`
jbig2dec-0.19/autogen.sh:57:        min=`echo $ver | $VERSIONMKMIN`
jbig2dec-0.19/autogen.sh-58-        if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
jbig2dec-0.19/autogen.sh-68-        ($ac --version < /dev/null > /dev/null 2>&1) || continue
jbig2dec-0.19/autogen.sh:69:        ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
jbig2dec-0.19/autogen.sh:70:        maj=`echo $ver | $VERSIONMKMAJ`
jbig2dec-0.19/autogen.sh:71:        min=`echo $ver | $VERSIONMKMIN`
jbig2dec-0.19/autogen.sh-72-        if test $maj -eq $majneeded -a $min -ge $minneeded; then
##############################################
jbig2dec-0.19/autogen.sh-90-  ACLOCAL=aclocal
jbig2dec-0.19/autogen.sh:91:  AM_VER=`$AUTOMAKE --version | grep "automake (GNU automake)" | sed 's/[^0-9\.]*//g'`
jbig2dec-0.19/autogen.sh:92:  AM_MAJ=`echo $AM_VER |cut -d. -f1`
jbig2dec-0.19/autogen.sh:93:  AM_MIN=`echo $AM_VER |cut -d. -f2`
jbig2dec-0.19/autogen.sh:94:  AM_PAT=`echo $AM_VER |cut -d. -f3`
jbig2dec-0.19/autogen.sh-95-
jbig2dec-0.19/autogen.sh:96:  AM_NEEDED=`fgrep AUTOMAKE_OPTIONS Makefile.am | $VERSIONGREP`
jbig2dec-0.19/autogen.sh:97:  AM_MAJOR_REQ=`echo $AM_NEEDED |cut -d. -f1`
jbig2dec-0.19/autogen.sh:98:  AM_MINOR_REQ=`echo $AM_NEEDED |cut -d. -f2`
jbig2dec-0.19/autogen.sh-99-