===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gramps-5.1.3/data/grampsxml.dtd-85-<!ELEMENT resname        (#PCDATA)>
gramps-5.1.3/data/grampsxml.dtd:86:<!ELEMENT resaddr        (#PCDATA)>
gramps-5.1.3/data/grampsxml.dtd-87-<!ELEMENT reslocality    (#PCDATA)>
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-26-2 ADDR the address
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:27:3 NOTE the place created not previously used so changed to add the address; __event_addr(len==0, place is None)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-28-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-32-2 ADDR the address
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:33:3 NOTE the place created and then deleted and old data reused; __event_addr(len==0, place is not None)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-34-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-41-2 ADDR another address
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:42:3 NOTE the place already exists; but now set doesn't match ; __event_addr(len!=0, place is None)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-43-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-46-2 ADDR another address
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:47:3 NOTE the place already exists but now set matches; __event_addr(len!=0, place is not None)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-48-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-51-2 PLAC the place
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:52:3 NOTE the address created, then destroyed as we find a matching set; __event_addr(no place_handle, create place)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-53-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-59-2 PLAC the place
gramps-5.1.3/data/tests/imp_bug_8322_test.ged:60:3 NOTE address reused, then destroyed as we find a matching set; __event_addr(no place_handle, place found)
gramps-5.1.3/data/tests/imp_bug_8322_test.ged-61-1 RESI
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-402-    <note handle="_0000000300000003" change="1472500316" id="N0000" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:403:      <text>the place created not previously used so changed to add the address; __event_addr(len==0, place is None)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-404-    </note>
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-408-    <note handle="_0000000800000008" change="1472500316" id="N0002" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:409:      <text>the place created and then deleted and old data reused; __event_addr(len==0, place is not None)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-410-    </note>
##############################################
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-414-    <note handle="_0000000d0000000d" change="1472500316" id="N0004" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:415:      <text>the place already exists; but now set doesn't match ; __event_addr(len!=0, place is None)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-416-    </note>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-417-    <note handle="_0000001000000010" change="1472500316" id="N0005" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:418:      <text>the place already exists but now set matches; __event_addr(len!=0, place is not None)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-419-    </note>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-420-    <note handle="_0000001300000013" change="1472500316" id="N0006" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:421:      <text>the address created, then destroyed as we find a matching set; __event_addr(no place_handle, create place)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-422-    </note>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-423-    <note handle="_0000001800000018" change="1472500316" id="N0007" type="Place Note">
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps:424:      <text>address reused, then destroyed as we find a matching set; __event_addr(no place_handle, place found)</text>
gramps-5.1.3/data/tests/imp_bug_8322_test.gramps-425-    </note>
##############################################
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-381-        owner.set_street(owner.get_address())
gramps-5.1.3/gramps/plugins/export/exportgedcom.py:382:        self.__write_addr(1, owner)
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-383-
##############################################
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-694-            self._date(2, addr.get_date_object())
gramps-5.1.3/gramps/plugins/export/exportgedcom.py:695:            self.__write_addr(2, addr)
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-696-            if addr.get_phone():
##############################################
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-1063-            for addr in repo.get_address_list():
gramps-5.1.3/gramps/plugins/export/exportgedcom.py:1064:                self.__write_addr(1, addr)
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-1065-                if addr.get_phone():
##############################################
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-1529-
gramps-5.1.3/gramps/plugins/export/exportgedcom.py:1530:    def __write_addr(self, level, addr):
gramps-5.1.3/gramps/plugins/export/exportgedcom.py-1531-        """
##############################################
gramps-5.1.3/gramps/plugins/importer/importxml.py-3094-
gramps-5.1.3/gramps/plugins/importer/importxml.py:3095:    def stop_resaddr(self, tag):
gramps-5.1.3/gramps/plugins/importer/importxml.py-3096-        self.resaddr = tag
##############################################
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-4079-
gramps-5.1.3/gramps/plugins/lib/libgedcom.py:4080:    def __person_addr(self, line, state):
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-4081-        """
##############################################
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-5756-
gramps-5.1.3/gramps/plugins/lib/libgedcom.py:5757:    def __event_addr(self, line, state):
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-5758-        """
##############################################
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-7009-
gramps-5.1.3/gramps/plugins/lib/libgedcom.py:7010:    def __repo_addr(self, line, state):
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-7011-        """
##############################################
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-8027-
gramps-5.1.3/gramps/plugins/lib/libgedcom.py:8028:    def __subm_addr(self, line, state):
gramps-5.1.3/gramps/plugins/lib/libgedcom.py-8029-        """
##############################################
gramps-5.1.3/po/da.po-26271-msgid "ADDR element ignored '%s'"
gramps-5.1.3/po/da.po:26272:msgstr "ADDR (adresse) element ignoreret '%s'"
gramps-5.1.3/po/da.po-26273-
##############################################
gramps-5.1.3/test/dates.sh-6-
gramps-5.1.3/test/dates.sh:7:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/dates.sh-8-SRC_DIR=$TOP_DIR/src
##############################################
gramps-5.1.3/test/dates.sh-16-    # for each xx_XX language code, try all available locales
gramps-5.1.3/test/dates.sh:17:    LOC_LIST=`locale -a | grep $lang`
gramps-5.1.3/test/dates.sh-18-    false
##############################################
gramps-5.1.3/test/dates.sh-21-	# Run test
gramps-5.1.3/test/dates.sh:22:	res=`cd $SRC_DIR && $PRG`
gramps-5.1.3/test/dates.sh-23-	# Print results
##############################################
gramps-5.1.3/test/det_ancestor_report.sh-9-
gramps-5.1.3/test/det_ancestor_report.sh:10:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/det_ancestor_report.sh-11-TEST_DIR=$TOP_DIR/test
##############################################
gramps-5.1.3/test/det_descendant_report.sh-9-
gramps-5.1.3/test/det_descendant_report.sh:10:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/det_descendant_report.sh-11-TEST_DIR=$TOP_DIR/test
##############################################
gramps-5.1.3/test/impex.sh-14-
gramps-5.1.3/test/impex.sh:15:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/impex.sh-16-TEST_DIR=$TOP_DIR/test
##############################################
gramps-5.1.3/test/runtest.sh-10-
gramps-5.1.3/test/runtest.sh:11:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/runtest.sh-12-TEST_DIR=$TOP_DIR/test
##############################################
gramps-5.1.3/test/tools.sh-10-
gramps-5.1.3/test/tools.sh:11:TOP_DIR=`dirname $PWD`
gramps-5.1.3/test/tools.sh-12-TEST_DIR=$TOP_DIR/test
##############################################
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-231-
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:232:  WriteRegStr HKCR "${FILECLASS}" "" `${DESCRIPTION}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:233:  WriteRegStr HKCR "${FILECLASS}\DefaultIcon" "" `${ICON}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-234-  WriteRegStr HKCR "${FILECLASS}\shell" "" "open"
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:235:  WriteRegStr HKCR "${FILECLASS}\shell\open" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:236:  WriteRegStr HKCR "${FILECLASS}\shell\open\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-237-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-247-
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:248:  WriteRegStr HKCR "${FILECLASS}" "" `${DESCRIPTION}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:249:  WriteRegStr HKCR "${FILECLASS}\DefaultIcon" "" `${ICON}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:250:  WriteRegStr HKCR "${FILECLASS}\shell" "" `${DEFAULTVERB}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:251:  WriteRegStr HKCR "${FILECLASS}\shell\${VERB}" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:252:  WriteRegStr HKCR "${FILECLASS}\shell\${VERB}\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-253-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-255-!macro APP_ASSOCIATE_ADDVERB FILECLASS VERB COMMANDTEXT COMMAND
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:256:  WriteRegStr HKCR "${FILECLASS}\shell\${VERB}" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:257:  WriteRegStr HKCR "${FILECLASS}\shell\${VERB}\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-258-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-260-!macro APP_ASSOCIATE_REMOVEVERB FILECLASS VERB
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:261:  DeleteRegKey HKCR `${FILECLASS}\shell\${VERB}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-262-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-266-  ; Backup the previously associated file class
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:267:  ReadRegStr $R0 HKCR ".${EXT}" `${FILECLASS}_backup`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-268-  WriteRegStr HKCR ".${EXT}" "" "$R0"
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-269-
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi:270:  DeleteRegKey HKCR `${FILECLASS}`
gramps-5.1.3/windows/nonAIO/builder/gramps2.nsi-271-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-351-    WriteRegStr HKCR ".${EXT}" "" "${FILECLASS}"
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:352:    WriteRegStr HKCR "${FILECLASS}" "" `${DESCRIPTION}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:353:    WriteRegStr HKCR "${FILECLASS}\DefaultIcon" "" `${ICON}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-354-    WriteRegStr HKCR "${FILECLASS}\shell" "" "open"
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:355:    WriteRegStr HKCR "${FILECLASS}\shell\open" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:356:    WriteRegStr HKCR "${FILECLASS}\shell\open\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-357-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-367-
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:368:    WriteRegStr HKCR "${FILECLASS}" "" `${DESCRIPTION}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:369:    WriteRegStr HKCR "${FILECLASS}\DefaultIcon" "" `${ICON}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:370:    WriteRegStr HKCR "${FILECLASS}\shell" "" `${DEFAULTVERB}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:371:    WriteRegStr HKCR "${FILECLASS}\shell\${VERB}" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:372:    WriteRegStr HKCR "${FILECLASS}\shell\${VERB}\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-373-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-375-!macro APP_ASSOCIATE_ADDVERB FILECLASS VERB COMMANDTEXT COMMAND
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:376:    WriteRegStr HKCR "${FILECLASS}\shell\${VERB}" "" `${COMMANDTEXT}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:377:    WriteRegStr HKCR "${FILECLASS}\shell\${VERB}\command" "" `${COMMAND}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-378-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-380-!macro APP_ASSOCIATE_REMOVEVERB FILECLASS VERB
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:381:    DeleteRegKey HKCR `${FILECLASS}\shell\${VERB}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-382-!macroend
##############################################
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-386-    ; Backup the previously associated file class
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:387:    ReadRegStr $R0 HKCR ".${EXT}" `${FILECLASS}_backup`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-388-    WriteRegStr HKCR ".${EXT}" "" "$R0"
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-389-
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi:390:    DeleteRegKey HKCR `${FILECLASS}`
gramps-5.1.3/windows/nonAIO/nsis/gramps.nsi-391-!macroend