===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
jackd2-1.9.16~dfsg/android/Shm.cpp-178-    }
jackd2-1.9.16~dfsg/android/Shm.cpp:179:    char* Shm::shm_addr (unsigned int fd) {
jackd2-1.9.16~dfsg/android/Shm.cpp-180-        if(fd >= JACK_SHM_HEAP_ENOUGH_COUNT) {
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-265-        registry_fd = shm_fd;
jackd2-1.9.16~dfsg/android/Shm.cpp:266:        ri->ptr.attached_at = shm_addr(shm_fd);
jackd2-1.9.16~dfsg/android/Shm.cpp-267-
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-362-        registry_fd = shm_fd;
jackd2-1.9.16~dfsg/android/Shm.cpp:363:        ri->ptr.attached_at = shm_addr(shm_fd);
jackd2-1.9.16~dfsg/android/Shm.cpp-364-        ri->size = JACK_SHM_REGISTRY_SIZE;
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-713-
jackd2-1.9.16~dfsg/android/Shm.cpp:714:        if((si->ptr.attached_at = shm_addr(registry->fd)) == NULL) {
jackd2-1.9.16~dfsg/android/Shm.cpp-715-            jack_error ("Cannot mmap shm segment %s", registry->id);
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-731-
jackd2-1.9.16~dfsg/android/Shm.cpp:732:        if((si->ptr.attached_at = shm_addr(registry->fd)) == NULL) {
jackd2-1.9.16~dfsg/android/Shm.cpp-733-            jack_error ("Cannot mmap shm segment %s", registry->id);
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-770-    }
jackd2-1.9.16~dfsg/android/Shm.cpp:771:    char* Shm::jack_shm_addr (jack_shm_info_t* si) {
jackd2-1.9.16~dfsg/android/Shm.cpp-772-        if(si != NULL) {
##############################################
jackd2-1.9.16~dfsg/android/Shm.cpp-834-}
jackd2-1.9.16~dfsg/android/Shm.cpp:835:char* jack_shm_addr (jack_shm_info_t* si) {
jackd2-1.9.16~dfsg/android/Shm.cpp:836:    return android::Shm::jack_shm_addr(si); 
jackd2-1.9.16~dfsg/android/Shm.cpp-837-}
##############################################
jackd2-1.9.16~dfsg/android/Shm.h-77-            static int jack_release_shm_info (jack_shm_registry_index_t);
jackd2-1.9.16~dfsg/android/Shm.h:78:            static char* jack_shm_addr (jack_shm_info_t* si);
jackd2-1.9.16~dfsg/android/Shm.h-79-            static int jack_register_server (const char *server_name, int new_registry);
##############################################
jackd2-1.9.16~dfsg/android/Shm.h-98-            int release_shm_info (jack_shm_registry_index_t);
jackd2-1.9.16~dfsg/android/Shm.h:99:            char* shm_addr (unsigned int fd);
jackd2-1.9.16~dfsg/android/Shm.h-100-            
##############################################
jackd2-1.9.16~dfsg/common/JackShmMem.cpp-72-
jackd2-1.9.16~dfsg/common/JackShmMem.cpp:73:    obj = (JackShmMem*)jack_shm_addr(&info);
jackd2-1.9.16~dfsg/common/JackShmMem.cpp-74-    // It is unsafe to set object fields directly (may be overwritten during object initialization),
##############################################
jackd2-1.9.16~dfsg/common/shm.c-426-
jackd2-1.9.16~dfsg/common/shm.c:427:char* jack_shm_addr (jack_shm_info_t* si)
jackd2-1.9.16~dfsg/common/shm.c-428-{
##############################################
jackd2-1.9.16~dfsg/common/shm.h-190-    int jack_release_shm_info (jack_shm_registry_index_t);
jackd2-1.9.16~dfsg/common/shm.h:191:    char* jack_shm_addr (jack_shm_info_t* si);
jackd2-1.9.16~dfsg/common/shm.h-192-
##############################################
jackd2-1.9.16~dfsg/dbus/sigsegv.c-136-    while(bp && ip) {
jackd2-1.9.16~dfsg/dbus/sigsegv.c:137:        if(!dladdr(ip, &dlinfo))
jackd2-1.9.16~dfsg/dbus/sigsegv.c-138-            break;
##############################################
jackd2-1.9.16~dfsg/linux/JackAtomic_os.h-30-    register UInt32 tmp;
jackd2-1.9.16~dfsg/linux/JackAtomic_os.h:31:    asm volatile (
jackd2-1.9.16~dfsg/linux/JackAtomic_os.h-32-        "# CAS					\n"
##############################################
jackd2-1.9.16~dfsg/macosx/JackAtomic_os.h-29-    register int result;
jackd2-1.9.16~dfsg/macosx/JackAtomic_os.h:30:    asm volatile (
jackd2-1.9.16~dfsg/macosx/JackAtomic_os.h-31-        "# CAS					\n"
##############################################
jackd2-1.9.16~dfsg/man/fill_template-5-for i in *.0 ; do
jackd2-1.9.16~dfsg/man/fill_template:6:   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`LC_ALL=C date --utc --date="$(dpkg-parsechangelog -l../debian/changelog -SDate)" '+%B %Y'`/g" < ${i} > ${i%%0}1
jackd2-1.9.16~dfsg/man/fill_template-7-done
##############################################
jackd2-1.9.16~dfsg/svnversion_regenerate.sh-6-then
jackd2-1.9.16~dfsg/svnversion_regenerate.sh:7:  echo "Usage: "`basename "$0"`" <file> [define_name]"
jackd2-1.9.16~dfsg/svnversion_regenerate.sh-8-  exit 1
##############################################
jackd2-1.9.16~dfsg/svnversion_regenerate.sh-20-# all version control files.
jackd2-1.9.16~dfsg/svnversion_regenerate.sh:21:cd `dirname ${0}`
jackd2-1.9.16~dfsg/svnversion_regenerate.sh-22-
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-71-tell c1 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:72:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-73-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-77-tell c2 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:78:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-79-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-82-tell c3 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:83:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-84-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-87-tell c4 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:88:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-89-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-92-tell c5 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:93:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-94-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-98-tell c6 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:99:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-100-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-104-tell c7 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:105:res="`$cmd 2>&1     |tail -1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-106-	#18446744073709551615
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-112-tell c8 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:113:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-114-	expect_not $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-124-tell p1 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:125:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-126-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-130-tell p2 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:131:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-132-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-135-tell p3 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:136:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-137-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-140-tell p4 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:141:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-142-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-145-tell p5 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:146:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-147-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-151-tell p6 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:152:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-153-	expect $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-157-tell p7 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:158:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-159-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-162-tell p8 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:163:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-164-	expect_not $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-168-tell p9 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:169:res="`$cmd 2>&1       |tail -1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-170-	#Cannot delete key port_key (BDB0073 DB_NOTFOUND: No matching key/data pair found)
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-176-tell p10 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:177:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-178-	expect_ok_empty $? "$res"
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-181-tell p11 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:182:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-183-	expect_not $? 0
##############################################
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-187-tell p12 "$cmd"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh:188:res="`$cmd 2>&1`"
jackd2-1.9.16~dfsg/tests/jack_property_test.sh-189-	expect_not $? 0
##############################################
jackd2-1.9.16~dfsg/tools/ipunload.c-38-
jackd2-1.9.16~dfsg/tools/ipunload.c:39:	/* use `basename $0` for my own client name */
jackd2-1.9.16~dfsg/tools/ipunload.c-40-	my_name = strrchr(argv[0], '/');
##############################################
jackd2-1.9.16~dfsg/tools/netsource.c-530-#ifdef WIN32
jackd2-1.9.16~dfsg/tools/netsource.c:531:        name->sin_addr.s_addr = inet_addr( hostname );
jackd2-1.9.16~dfsg/tools/netsource.c-532-#else
##############################################
jackd2-1.9.16~dfsg/waflib/TaskGen.py-833-	"""
jackd2-1.9.16~dfsg/waflib/TaskGen.py:834:	Processes *.pc.in* files to *.pc*. Installs the results to ``${PREFIX}/lib/pkgconfig/`` by default
jackd2-1.9.16~dfsg/waflib/TaskGen.py-835-
##############################################
jackd2-1.9.16~dfsg/windows/JackAtomic_os.h-41-    register char c;
jackd2-1.9.16~dfsg/windows/JackAtomic_os.h:42:    __asm {
jackd2-1.9.16~dfsg/windows/JackAtomic_os.h-43-        push	ebx
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-118-        fSendAddr.sin_port = htons(port);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:119:        fSendAddr.sin_addr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-120-        memset(&fSendAddr.sin_zero, 0, 8);
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-192-    {
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:193:        fRecvAddr.sin_addr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-194-        return Bind();
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-209-    {
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:210:        fSendAddr.sin_addr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-211-        return Connect();
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-253-    {
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:254:        fSendAddr.sin_addr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-255-        fSendAddr.sin_port = htons(port);
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-277-        struct ip_mreq multicast_req;
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:278:        multicast_req.imr_multiaddr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-279-        multicast_req.imr_interface.s_addr = htonl(INADDR_ANY);
##############################################
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-323-    {
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp:324:        fSendAddr.sin_addr.s_addr = inet_addr(ip);
jackd2-1.9.16~dfsg/windows/JackNetWinSocket.cpp-325-        fSendAddr.sin_port = htons(fPort);
##############################################
jackd2-1.9.16~dfsg/debian/bash_completion.d/jackd-80-	elif [ -n "$special" ]; then
jackd2-1.9.16~dfsg/debian/bash_completion.d/jackd:81:		COMPREPLY=( $( compgen -W '`_jackd_driver_help $special` --help' -- $cur ) )
jackd2-1.9.16~dfsg/debian/bash_completion.d/jackd-82-	# list common options
##############################################
jackd2-1.9.16~dfsg/debian/patches/reproducible-build.patch-9- for i in *.0 ; do
jackd2-1.9.16~dfsg/debian/patches/reproducible-build.patch:10:-   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`date $d '+%B %Y'`/g" < ${i} > ${i%%0}1
jackd2-1.9.16~dfsg/debian/patches/reproducible-build.patch:11:+   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`LC_ALL=C date --utc --date="$(dpkg-parsechangelog -l../debian/changelog -SDate)" '+%B %Y'`/g" < ${i} > ${i%%0}1
jackd2-1.9.16~dfsg/debian/patches/reproducible-build.patch-12- done
##############################################
jackd2-1.9.16~dfsg/.pc/reproducible-build.patch/man/fill_template-5-for i in *.0 ; do
jackd2-1.9.16~dfsg/.pc/reproducible-build.patch/man/fill_template:6:   sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`date $d '+%B %Y'`/g" < ${i} > ${i%%0}1
jackd2-1.9.16~dfsg/.pc/reproducible-build.patch/man/fill_template-7-done