===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2514-
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2515:int addr(int a, int b, int c) { int i, j, ck; ck=chkr(a,b,c);
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2516-  if (ck!=-99999) return ck;
##############################################
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2548-  for (iR=0; iR<NR; iR++) for (iN=0; iN<atomnum; iN++) {
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2549:    int tmpi; tmpi=addr(tabr4RN[iR][iN][0],tabr4RN[iR][iN][1],tabr4RN[iR][iN][2]);
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2550-    rnmap[tmpi][mapN2n[iN]][0]=iR; rnmap[tmpi][mapN2n[iN]][1]=iN;
##############################################
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2629-
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2630:int AddR(const int a,const int b,const int c) { if (MapR(a,b,c)==-1) {
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2631-    int i, j;
##############################################
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2698-      Rn = ncn[Gc_AN][h_AN];
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2699:      AddR(atv_ijk[Rn][1], atv_ijk[Rn][2], atv_ijk[Rn][3]);
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2700-      if (exitcode==1) {
##############################################
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2901-		tabr4RN[0][iN][2]=k;
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2902:		addr(i,j,k); leave=1; break;
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2903-	      }
##############################################
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2989-              tabr4RN[iR][iN][2]=k;
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c:2990:              addr(i,j,k); leave=1; break;
openmx-3.8.5+dfsg1/source/Unfolding_Bands.c-2991-            }
##############################################
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-5-UPSTREAM_VERSION=$2
openmx-3.8.5+dfsg1/debian/get-orig-source.sh:6:UPSTREAM_VERSION_RELEASE=`echo ${UPSTREAM_VERSION} | cut -d. -f 1,2`
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-7-ORIG_TARBALL=$3
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-8-
openmx-3.8.5+dfsg1/debian/get-orig-source.sh:9:WORKING_DIR=`dirname ${ORIG_TARBALL}`
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-10-
openmx-3.8.5+dfsg1/debian/get-orig-source.sh:11:REAL_TARBALL=`readlink -f ${ORIG_TARBALL}`
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-12-REAL_TARBALL_RELEASE="${WORKING_DIR}/openmx${UPSTREAM_VERSION_RELEASE}.tar.gz"
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-13-
openmx-3.8.5+dfsg1/debian/get-orig-source.sh:14:ORIG_TARBALL_DIR=`echo ${ORIG_TARBALL} | sed -e "s/-\d\+dfsg//_\(${UPSTREAM_VERSION}\)/-\1/g" -e "s/-\d\+dfsg// \.tar\.gz//g"`
openmx-3.8.5+dfsg1/debian/get-orig-source.sh:15:ORIG_TARBALL_DIR_STRIP=`basename ${ORIG_TARBALL_DIR}`
openmx-3.8.5+dfsg1/debian/get-orig-source.sh-16-