===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
meson-0.56.0/manual tests/4 standalone binaries/linux_bundler.sh-4-mkdir -p $libdir
meson-0.56.0/manual tests/4 standalone binaries/linux_bundler.sh:5:sdlfile=`ldd ${MESON_INSTALL_PREFIX}/bin/myapp | grep libSDL | cut -d ' ' -f 3`
meson-0.56.0/manual tests/4 standalone binaries/linux_bundler.sh-6-cp $sdlfile "${libdir}"
##############################################
meson-0.56.0/meson.egg-info/SOURCES.txt-477-test cases/common/111 spaces backslash/meson.build
meson-0.56.0/meson.egg-info/SOURCES.txt:478:test cases/common/111 spaces backslash/asm output/meson.build
meson-0.56.0/meson.egg-info/SOURCES.txt-479-test cases/common/111 spaces backslash/include/comparer.h
##############################################
meson-0.56.0/mesonbuild/cmake/toolchain.py-93-            if(DEFINED MESON_PRELOAD_FILE)
meson-0.56.0/mesonbuild/cmake/toolchain.py:94:                include("${MESON_PRELOAD_FILE}")
meson-0.56.0/mesonbuild/cmake/toolchain.py-95-            endif()
##############################################
meson-0.56.0/mesonbuild/minstall.py-495-                if fname.endswith('.js'):
meson-0.56.0/mesonbuild/minstall.py:496:                    # Emscripten outputs js files and optionally a wasm file.
meson-0.56.0/mesonbuild/minstall.py-497-                    # If one was generated, install it as well.
##############################################
meson-0.56.0/run_unittests.py-2747-        self.assertNotEqual(commands['cpp-c-asm']['c'], commands['cpp-c-asm']['cpp'])
meson-0.56.0/run_unittests.py:2748:        # Check that the c-asm target is always linked with the C linker
meson-0.56.0/run_unittests.py-2749-        build_ninja = os.path.join(self.builddir, 'build.ninja')
##############################################
meson-0.56.0/run_unittests.py-4870-
meson-0.56.0/run_unittests.py:4871:        # `--$BACKEND-args`
meson-0.56.0/run_unittests.py-4872-
##############################################
meson-0.56.0/run_unittests.py-5176-    @unittest.skipUnless(is_linux() and (re.search('^i.86$|^x86$|^x64$|^x86_64$|^amd64$', platform.processor()) is not None),
meson-0.56.0/run_unittests.py:5177:        'Requires ASM compiler for x86 or x86_64 platform currently only available on Linux CI runners')
meson-0.56.0/run_unittests.py-5178-    def test_nostdlib(self):
##############################################
meson-0.56.0/test cases/common/111 spaces backslash/meson.build-10-if meson.get_compiler('c').get_argument_syntax() == 'msvc'
meson-0.56.0/test cases/common/111 spaces backslash/meson.build:11:  default_c_args += ['/Faasm output\\']
meson-0.56.0/test cases/common/111 spaces backslash/meson.build:12:  # Hack to create the 'asm output' directory in the builddir
meson-0.56.0/test cases/common/111 spaces backslash/meson.build:13:  subdir('asm output')
meson-0.56.0/test cases/common/111 spaces backslash/meson.build-14-endif
##############################################
meson-0.56.0/test cases/common/122 llvm ir and assembly/meson.build-70-        c_args : uscore_args, cpp_args : uscore_args)
meson-0.56.0/test cases/common/122 llvm ir and assembly/meson.build:71:    test('test ASM square' + lang, e)
meson-0.56.0/test cases/common/122 llvm ir and assembly/meson.build-72-  elif cc_id != 'clang'
##############################################
meson-0.56.0/test cases/common/123 cpp and asm/trivial.cc-13-#else
meson-0.56.0/test cases/common/123 cpp and asm/trivial.cc:14:  #error "Forgot to pass asm define"
meson-0.56.0/test cases/common/123 cpp and asm/trivial.cc-15-#endif
##############################################
meson-0.56.0/test cases/nasm/1 configure file/hello.asm:1:;  hello.asm  a first program for nasm for Linux, Intel, gcc
meson-0.56.0/test cases/nasm/1 configure file/hello.asm-2-;
meson-0.56.0/test cases/nasm/1 configure file/hello.asm:3:; assemble:    nasm -f elf -l hello.lst  hello.asm
meson-0.56.0/test cases/nasm/1 configure file/hello.asm-4-; link:        gcc -o hello  hello.o
##############################################
meson-0.56.0/test cases/nasm/1 configure file/meson.build:1:project('nasm config file', 'c')
meson-0.56.0/test cases/nasm/1 configure file/meson.build-2-
##############################################
meson-0.56.0/test cases/nasm/1 configure file/meson.build-14-
meson-0.56.0/test cases/nasm/1 configure file/meson.build:15:nasm = find_program('nasm', required: false)
meson-0.56.0/test cases/nasm/1 configure file/meson.build-16-
meson-0.56.0/test cases/nasm/1 configure file/meson.build-17-if not nasm.found()
meson-0.56.0/test cases/nasm/1 configure file/meson.build:18:  error('MESON_SKIP_TEST: nasm not available')
meson-0.56.0/test cases/nasm/1 configure file/meson.build-19-endif
##############################################
meson-0.56.0/debian/changelog-377-
meson-0.56.0/debian/changelog:378:  * Cherry picked asm tagging patch to fix Ubuntu CI breakage.
meson-0.56.0/debian/changelog-379-
##############################################
meson-0.56.0/debian/control-88-  doxygen <!nocheck>,
meson-0.56.0/debian/control:89:  nasm <!nocheck>,
meson-0.56.0/debian/control-90-  cmake <!nocheck>,