===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
astrometry.net-0.80+dfsg/blind/whynot.py-76-        #print qidx, starind
astrometry.net-0.80+dfsg/blind/whynot.py:77:        quads = qidxfile_get_quad_list(qidxfile_addr(qidx), starind)
astrometry.net-0.80+dfsg/blind/whynot.py-78-        #print 'quads:', quads.shape
##############################################
astrometry.net-0.80+dfsg/blind/whynot.py-94-
astrometry.net-0.80+dfsg/blind/whynot.py:95:    qstars = quadfile_get_stars_for_quads(quadfile_addr(index), quads.quad)
astrometry.net-0.80+dfsg/blind/whynot.py-96-    print('stars in quads:', qstars.shape)
##############################################
astrometry.net-0.80+dfsg/blind/whynot.py-193-
astrometry.net-0.80+dfsg/blind/whynot.py:194:    #skdt = starkd_addr(index)
astrometry.net-0.80+dfsg/blind/whynot.py-195-    istars.sweep = array([startree_get_sweep(index.starkd, si) for si in istars.starind])
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-2792-
astrometry.net-0.80+dfsg/util/util_wrap.c:2793:long codekd_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util_wrap.c-2794-	 return (long)ind->codekd;
astrometry.net-0.80+dfsg/util/util_wrap.c-2795-}
astrometry.net-0.80+dfsg/util/util_wrap.c:2796:long starkd_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util_wrap.c-2797-	 return (long)ind->starkd;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-2799-
astrometry.net-0.80+dfsg/util/util_wrap.c:2800:long quadfile_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util_wrap.c-2801-	 return (long)ind->quads;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-2803-/*
astrometry.net-0.80+dfsg/util/util_wrap.c:2804:long qidxfile_addr(qidxfile* qf) {
astrometry.net-0.80+dfsg/util/util_wrap.c-2805-	 return (long)qf;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12615-
astrometry.net-0.80+dfsg/util/util_wrap.c:12616:SWIGINTERN PyObject *_wrap_codekd_addr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
astrometry.net-0.80+dfsg/util/util_wrap.c-12617-  PyObject *resultobj = 0;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12630-  arg1 = (index_t *)(argp1);
astrometry.net-0.80+dfsg/util/util_wrap.c:12631:  result = (long)codekd_addr(arg1);
astrometry.net-0.80+dfsg/util/util_wrap.c-12632-  resultobj = SWIG_From_long((long)(result));
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12638-
astrometry.net-0.80+dfsg/util/util_wrap.c:12639:SWIGINTERN PyObject *_wrap_starkd_addr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
astrometry.net-0.80+dfsg/util/util_wrap.c-12640-  PyObject *resultobj = 0;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12653-  arg1 = (index_t *)(argp1);
astrometry.net-0.80+dfsg/util/util_wrap.c:12654:  result = (long)starkd_addr(arg1);
astrometry.net-0.80+dfsg/util/util_wrap.c-12655-  resultobj = SWIG_From_long((long)(result));
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12661-
astrometry.net-0.80+dfsg/util/util_wrap.c:12662:SWIGINTERN PyObject *_wrap_quadfile_addr(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
astrometry.net-0.80+dfsg/util/util_wrap.c-12663-  PyObject *resultobj = 0;
##############################################
astrometry.net-0.80+dfsg/util/util_wrap.c-12676-  arg1 = (index_t *)(argp1);
astrometry.net-0.80+dfsg/util/util_wrap.c:12677:  result = (long)quadfile_addr(arg1);
astrometry.net-0.80+dfsg/util/util_wrap.c-12678-  resultobj = SWIG_From_long((long)(result));
##############################################
astrometry.net-0.80+dfsg/util/index.py-7-def index_get_codes(I):
astrometry.net-0.80+dfsg/util/index.py:8:    addr = codekd_addr(I)
astrometry.net-0.80+dfsg/util/index.py-9-    return codekd_get_codes_numpy(addr)
##############################################
astrometry.net-0.80+dfsg/util/index.py-11-def index_get_stars(I):
astrometry.net-0.80+dfsg/util/index.py:12:    addr = starkd_addr(I)
astrometry.net-0.80+dfsg/util/index.py-13-    return starkd_get_stars_numpy(addr)
##############################################
astrometry.net-0.80+dfsg/util/index.py-18-def index_search_stars(I, ra, dec, radius, tagalong=False, numpy=True):
astrometry.net-0.80+dfsg/util/index.py:19:    addr = starkd_addr(I)
astrometry.net-0.80+dfsg/util/index.py-20-    if numpy:
##############################################
astrometry.net-0.80+dfsg/util/index.py-41-#    #skdt = index.starkd
astrometry.net-0.80+dfsg/util/index.py:42:#    #addr = starkd_addr(I)
astrometry.net-0.80+dfsg/util/index.py-43-#    #tagalong = {}
##############################################
astrometry.net-0.80+dfsg/util/index.py-46-#    #return tagalong
astrometry.net-0.80+dfsg/util/index.py:47:#    return starkd_get_tagalong_python(starkd_addr(index), inds)
astrometry.net-0.80+dfsg/util/index.py-48-
##############################################
astrometry.net-0.80+dfsg/util/util.py-598-
astrometry.net-0.80+dfsg/util/util.py:599:def codekd_addr(ind):
astrometry.net-0.80+dfsg/util/util.py:600:    return _util.codekd_addr(ind)
astrometry.net-0.80+dfsg/util/util.py-601-
astrometry.net-0.80+dfsg/util/util.py:602:def starkd_addr(ind):
astrometry.net-0.80+dfsg/util/util.py:603:    return _util.starkd_addr(ind)
astrometry.net-0.80+dfsg/util/util.py-604-
astrometry.net-0.80+dfsg/util/util.py:605:def quadfile_addr(ind):
astrometry.net-0.80+dfsg/util/util.py:606:    return _util.quadfile_addr(ind)
astrometry.net-0.80+dfsg/util/util.py-607-HP_MAX_INT_NSIDE = _util.HP_MAX_INT_NSIDE
##############################################
astrometry.net-0.80+dfsg/util/c.py-598-
astrometry.net-0.80+dfsg/util/c.py:599:def codekd_addr(ind):
astrometry.net-0.80+dfsg/util/c.py:600:    return _util.codekd_addr(ind)
astrometry.net-0.80+dfsg/util/c.py-601-
astrometry.net-0.80+dfsg/util/c.py:602:def starkd_addr(ind):
astrometry.net-0.80+dfsg/util/c.py:603:    return _util.starkd_addr(ind)
astrometry.net-0.80+dfsg/util/c.py-604-
astrometry.net-0.80+dfsg/util/c.py:605:def quadfile_addr(ind):
astrometry.net-0.80+dfsg/util/c.py:606:    return _util.quadfile_addr(ind)
astrometry.net-0.80+dfsg/util/c.py-607-HP_MAX_INT_NSIDE = _util.HP_MAX_INT_NSIDE
##############################################
astrometry.net-0.80+dfsg/util/util.i-84-
astrometry.net-0.80+dfsg/util/util.i:85:long codekd_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util.i-86-	 return (long)ind->codekd;
astrometry.net-0.80+dfsg/util/util.i-87-}
astrometry.net-0.80+dfsg/util/util.i:88:long starkd_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util.i-89-	 return (long)ind->starkd;
##############################################
astrometry.net-0.80+dfsg/util/util.i-91-
astrometry.net-0.80+dfsg/util/util.i:92:long quadfile_addr(index_t* ind) {
astrometry.net-0.80+dfsg/util/util.i-93-	 return (long)ind->quads;
##############################################
astrometry.net-0.80+dfsg/util/util.i-95-/*
astrometry.net-0.80+dfsg/util/util.i:96:long qidxfile_addr(qidxfile* qf) {
astrometry.net-0.80+dfsg/util/util.i-97-	 return (long)qf;
##############################################
astrometry.net-0.80+dfsg/util/util.i-935-double code_get(double* code, int i);
astrometry.net-0.80+dfsg/util/util.i:936:long codekd_addr(index_t* ind);
astrometry.net-0.80+dfsg/util/util.i:937:long starkd_addr(index_t* ind);
astrometry.net-0.80+dfsg/util/util.i:938:long quadfile_addr(index_t* ind);
astrometry.net-0.80+dfsg/util/util.i:939://long qidxfile_addr(qidxfile* qf);
astrometry.net-0.80+dfsg/util/util.i-940-
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-270-	test -n "$(EXEEXT)" || exit 0; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:271:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-272-	echo " rm -f" $$list; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-309-.c.obj:
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:310:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-311-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-313-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:314:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-315-
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-373-GTAGS:
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:374:	here=`$(am__cd) $(top_builddir) && pwd` \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-375-	  && $(am__cd) $(top_srcdir) \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-391-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:392:	      all=`expr $$all + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-393-	      case " $(XFAIL_TESTS) " in \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-394-	      *[\ \	]$$tst[\ \	]*) \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:395:		xpass=`expr $$xpass + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:396:		failed=`expr $$failed + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-397-		col=$$red; res=XPASS; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-403-	    elif test $$? -ne 77; then \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:404:	      all=`expr $$all + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-405-	      case " $(XFAIL_TESTS) " in \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-406-	      *[\ \	]$$tst[\ \	]*) \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:407:		xfail=`expr $$xfail + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-408-		col=$$lgn; res=XFAIL; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-410-	      *) \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:411:		failed=`expr $$failed + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-412-		col=$$red; res=FAIL; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-415-	    else \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:416:	      skip=`expr $$skip + 1`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-417-	      col=$$blu; res=SKIP; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-450-	    fi; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:451:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-452-	      dashes="$$skipped"; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-456-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:457:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-458-	      dashes="$$report"; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-459-	  fi; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:460:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-461-	  if test "$$failed" -eq 0; then \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-473-distdir: $(DISTFILES)
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:474:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:475:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-476-	list='$(DISTFILES)'; \
##############################################
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-487-	  if test -d $$d/$$file; then \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in:488:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
astrometry.net-0.80+dfsg/qfits-an/test/Makefile.in-489-	    if test -d "$(distdir)/$$file"; then \