===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
csound-6.14.0~dfsg/BUILD.md-197-
csound-6.14.0~dfsg/BUILD.md:198:-   `export LD_LIBRARY_PATH=$HOME/lib:LD_LIBRARY_PATH `
csound-6.14.0~dfsg/BUILD.md-199-
##############################################
csound-6.14.0~dfsg/BUILD.md-217-
csound-6.14.0~dfsg/BUILD.md:218:-   `./configure --prefix=$HOME`
csound-6.14.0~dfsg/BUILD.md-219-
##############################################
csound-6.14.0~dfsg/BUILD.md-254-
csound-6.14.0~dfsg/BUILD.md:255:-   `cmake -DCMAKE_INSTALL_PREFIX=$HOME ..`
csound-6.14.0~dfsg/BUILD.md-256-
##############################################
csound-6.14.0~dfsg/Bela/crosscompile-setup.sh-19-make CC=$CC
csound-6.14.0~dfsg/Bela/crosscompile-setup.sh:20:# this step installs pasm in /usr/local
csound-6.14.0~dfsg/Bela/crosscompile-setup.sh-21-sudo make install
##############################################
csound-6.14.0~dfsg/InOut/ipmidi.c-90-
csound-6.14.0~dfsg/InOut/ipmidi.c:91:    mreq.imr_multiaddr.s_addr = inet_addr("225.0.0.37");
csound-6.14.0~dfsg/InOut/ipmidi.c-92-    mreq.imr_interface.s_addr = htonl(INADDR_ANY);
##############################################
csound-6.14.0~dfsg/OOps/pffft.c-1718-
csound-6.14.0~dfsg/OOps/pffft.c:1719:#ifdef ZCONVOLVE_USING_INLINE_ASM // inline asm version, unfortunately miscompiled by clang 3.2, at least on ubuntu.. so this will be restricted to gcc
csound-6.14.0~dfsg/OOps/pffft.c-1720-  const float *a_ = a, *b_ = b; float *ab_ = ab;
csound-6.14.0~dfsg/OOps/pffft.c-1721-  int32_t N = Ncvec;
csound-6.14.0~dfsg/OOps/pffft.c:1722:  asm volatile("mov         r8, %2                  \n"
csound-6.14.0~dfsg/OOps/pffft.c-1723-               "vdup.f32    q15, %4                 \n"
##############################################
csound-6.14.0~dfsg/OOps/remote.c-285-#if defined(WIN32) && !defined(__CYGWIN__)
csound-6.14.0~dfsg/OOps/remote.c:286:    ST(to_addr).sin_addr.S_un.S_addr = inet_addr((const char *)ipadrs);
csound-6.14.0~dfsg/OOps/remote.c-287-#else
##############################################
csound-6.14.0~dfsg/OOps/remote.c-357-#if defined(WIN32) && !defined(__CYGWIN__)
csound-6.14.0~dfsg/OOps/remote.c:358:    ST(to_addr).sin_addr.S_un.S_addr = inet_addr((const char *)ipadrs);
csound-6.14.0~dfsg/OOps/remote.c-359-#else
##############################################
csound-6.14.0~dfsg/Opcodes/CMakeLists.txt-335-                include_directories($ENV{INCLUDE})
csound-6.14.0~dfsg/Opcodes/CMakeLists.txt:336:                include(${ABLETON_LINK_HOME}\\AbletonLinkConfig.cmake)
csound-6.14.0~dfsg/Opcodes/CMakeLists.txt-337-                target_link_libraries(ableton_link_opcodes Ableton::Link)
##############################################
csound-6.14.0~dfsg/Opcodes/sockrecv.c-468-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/sockrecv.c:469:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/sockrecv.c-470-#else
##############################################
csound-6.14.0~dfsg/Opcodes/socksend.c-122-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/socksend.c:123:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/socksend.c-124-#else
##############################################
csound-6.14.0~dfsg/Opcodes/socksend.c-272-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/socksend.c:273:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/socksend.c-274-#else
##############################################
csound-6.14.0~dfsg/Opcodes/socksend.c-386-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/socksend.c:387:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/socksend.c-388-#else
##############################################
csound-6.14.0~dfsg/Opcodes/socksend.c-492-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/socksend.c:493:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/socksend.c-494-#else
##############################################
csound-6.14.0~dfsg/Opcodes/socksend.c-911-    p->server_addr.sin_addr.S_un.S_addr =
csound-6.14.0~dfsg/Opcodes/socksend.c:912:      inet_addr((const char *) p->ipaddress->data);
csound-6.14.0~dfsg/Opcodes/socksend.c-913-#else
##############################################
csound-6.14.0~dfsg/Release_Notes/Version_6.09.md-197-FileList.js separately from libcsound.js. This is to accommodate using the
csound-6.14.0~dfsg/Release_Notes/Version_6.09.md:198:same JS API with either asm.js or wasm backends.
csound-6.14.0~dfsg/Release_Notes/Version_6.09.md-199-
##############################################
csound-6.14.0~dfsg/Top/csound.c-3856-#ifndef __STRICT_ANSI__
csound-6.14.0~dfsg/Top/csound.c:3857:    asm volatile ("rdtsc" : "=a" (l), "=d" (h));
csound-6.14.0~dfsg/Top/csound.c-3858-#else
##############################################
csound-6.14.0~dfsg/Top/server.c-88-#if defined(WIN32) && !defined(__CYGWIN__)
csound-6.14.0~dfsg/Top/server.c:89:  server_addr.sin_addr.S_un.S_addr = inet_addr(addr);
csound-6.14.0~dfsg/Top/server.c-90-#else
##############################################
csound-6.14.0~dfsg/interfaces/CMakeLists.txt-93-    message(STATUS "SWIG_USE_FILE: " ${SWIG_USE_FILE})
csound-6.14.0~dfsg/interfaces/CMakeLists.txt:94:    include(${SWIG_USE_FILE})
csound-6.14.0~dfsg/interfaces/CMakeLists.txt-95-    set(CMAKE_SWIG_FLAGS ${libcsound_CFLAGS})
##############################################
csound-6.14.0~dfsg/tests/c/server_test.cpp-60-#if defined(WIN32) && !defined(__CYGWIN__)
csound-6.14.0~dfsg/tests/c/server_test.cpp:61:  server_addr.sin_addr.S_un.S_addr = inet_addr("127.0.0.1");
csound-6.14.0~dfsg/tests/c/server_test.cpp-62-#else
##############################################
csound-6.14.0~dfsg/util/perl/tabdes-118-            my $oldx=5;
csound-6.14.0~dfsg/util/perl/tabdes:119:            my $oldy=(eval($nf) - $min_y[$count])/($max_y[$count] - $min_y[$count]);
csound-6.14.0~dfsg/util/perl/tabdes-120-            $oldy = int 300-$oldy*299 +4;
##############################################
csound-6.14.0~dfsg/util/perl/tabdes-124-                $i_temp = $i/300;
csound-6.14.0~dfsg/util/perl/tabdes:125:                $y = (eval($nf) - $min_y[$count]) / ($max_y[$count] - $min_y[$count]);
csound-6.14.0~dfsg/util/perl/tabdes-126-                $y = int 300-$y*299 +4;
##############################################
csound-6.14.0~dfsg/.pc/debian-specific/lua-link.diff/interfaces/CMakeLists.txt-93-    message(STATUS "SWIG_USE_FILE: " ${SWIG_USE_FILE})
csound-6.14.0~dfsg/.pc/debian-specific/lua-link.diff/interfaces/CMakeLists.txt:94:    include(${SWIG_USE_FILE})
csound-6.14.0~dfsg/.pc/debian-specific/lua-link.diff/interfaces/CMakeLists.txt-95-    set(CMAKE_SWIG_FLAGS ${libcsound_CFLAGS})
##############################################
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt-156-    message(STATUS "Including Custom.cmake file: ${CUSTOM_CMAKE}")
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt:157:    include(${CUSTOM_CMAKE})
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt-158-else()
##############################################
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt-1386-if(UNIX)
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt:1387:  add_custom_target(tags COMMAND etags `find ${CMAKE_CURRENT_SOURCE_DIR} -name \\*.cc -or -name \\*.hh -or -name \\*.cpp -or -name \\*.h -or -name \\*.c | grep -v " " `)
csound-6.14.0~dfsg/.pc/multiarch.patch/CMakeLists.txt-1388-  add_custom_target(etags DEPENDS tags)
##############################################
csound-6.14.0~dfsg/CMakeLists.txt-156-    message(STATUS "Including Custom.cmake file: ${CUSTOM_CMAKE}")
csound-6.14.0~dfsg/CMakeLists.txt:157:    include(${CUSTOM_CMAKE})
csound-6.14.0~dfsg/CMakeLists.txt-158-else()
##############################################
csound-6.14.0~dfsg/CMakeLists.txt-1386-if(UNIX)
csound-6.14.0~dfsg/CMakeLists.txt:1387:  add_custom_target(tags COMMAND etags `find ${CMAKE_CURRENT_SOURCE_DIR} -name \\*.cc -or -name \\*.hh -or -name \\*.cpp -or -name \\*.h -or -name \\*.c | grep -v " " `)
csound-6.14.0~dfsg/CMakeLists.txt-1388-  add_custom_target(etags DEPENDS tags)