===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
trace-cmd-2.9.1/Documentation/Makefile-12-  Q = @
trace-cmd-2.9.1/Documentation/Makefile:13:  print_asciidoc =		echo '      ASCIIDOC            '`basename $@`;
trace-cmd-2.9.1/Documentation/Makefile:14:  print_xsltproc =		echo '      XSLTPROC            '`basename $@`;
trace-cmd-2.9.1/Documentation/Makefile:15:  print_install =		echo '      INSTALL             '`basename $1`'	to	$(DESTDIR_SQ)'$2;
trace-cmd-2.9.1/Documentation/Makefile-16-  hide_xsltproc_output = 2> /dev/null
##############################################
trace-cmd-2.9.1/kernel-shark/CMakeLists.txt-23-
trace-cmd-2.9.1/kernel-shark/CMakeLists.txt:24:include(${KS_DIR}/build/FindTraceCmd.cmake)
trace-cmd-2.9.1/kernel-shark/CMakeLists.txt:25:include(${KS_DIR}/build/FindJSONC.cmake)
trace-cmd-2.9.1/kernel-shark/CMakeLists.txt-26-
##############################################
trace-cmd-2.9.1/kernel-shark/Documentation/Makefile-12-  Q = @
trace-cmd-2.9.1/kernel-shark/Documentation/Makefile:13:  print_asciidoc =		echo '      ASCIIDOC            '`basename $@`;
trace-cmd-2.9.1/kernel-shark/Documentation/Makefile:14:  print_xsltproc =		echo '      XSLTPROC            '`basename $@`;
trace-cmd-2.9.1/kernel-shark/Documentation/Makefile:15:  print_install =		echo '      INSTALL             '`basename $1`'	to	$(DESTDIR_SQ)'$2;
trace-cmd-2.9.1/kernel-shark/Documentation/Makefile-16-  hide_xsltproc_output = 2> /dev/null
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4699-
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4700:static void print_ip4_addr(struct trace_seq *s, char i, bool reverse, unsigned char *buf)
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4701-{
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4726-
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4727:static void print_ip6c_addr(struct trace_seq *s, unsigned char *addr)
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4728-{
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4795-			trace_seq_printf(s, ":");
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4796:		print_ip4_addr(s, 'I', false, &in6.s6_addr[12]);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4797-	}
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4801-
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4802:static void print_ip6_addr(struct trace_seq *s, char i, unsigned char *buf)
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4803-{
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4857-
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4858:	print_ip4_addr(s, i, reverse, buf);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4859-	return ret;
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4905-	if (have_c)
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4906:		print_ip6c_addr(s, buf);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4907-	else
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4908:		print_ip6_addr(s, i, buf);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4909-
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4970-
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4971:		print_ip4_addr(s, i, reverse, (unsigned char *) &sa4->sin_addr);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4972-		if (have_p)
##############################################
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4988-		if (have_c)
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4989:			print_ip6c_addr(s, buf);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4990-		else
trace-cmd-2.9.1/lib/traceevent/event-parse.c:4991:			print_ip6_addr(s, i, buf);
trace-cmd-2.9.1/lib/traceevent/event-parse.c-4992-
##############################################
trace-cmd-2.9.1/lib/traceevent/plugins/plugin_kvm.c-324-
trace-cmd-2.9.1/lib/traceevent/plugins/plugin_kvm.c:325:	disasm = disassemble(insn, len, rip,
trace-cmd-2.9.1/lib/traceevent/plugins/plugin_kvm.c-326-			     flags & KVM_EMUL_INSN_F_CR0_PE,
##############################################
trace-cmd-2.9.1/.pc/plugin_path.patch/Makefile-469-ifndef NO_PYTHON
trace-cmd-2.9.1/.pc/plugin_path.patch/Makefile:470:PYTHON_INCLUDES = `pkg-config --cflags $(PYTHON_PKGCONFIG_VERS)`
trace-cmd-2.9.1/.pc/plugin_path.patch/Makefile:471:PYTHON_LDFLAGS = `pkg-config --libs $(PYTHON_PKGCONFIG_VERS)` \
trace-cmd-2.9.1/.pc/plugin_path.patch/Makefile-472-		$(shell $(PYTHON_VERS)-config --ldflags)
##############################################
trace-cmd-2.9.1/Makefile-469-ifndef NO_PYTHON
trace-cmd-2.9.1/Makefile:470:PYTHON_INCLUDES = `pkg-config --cflags $(PYTHON_PKGCONFIG_VERS)`
trace-cmd-2.9.1/Makefile:471:PYTHON_LDFLAGS = `pkg-config --libs $(PYTHON_PKGCONFIG_VERS)` \
trace-cmd-2.9.1/Makefile-472-		$(shell $(PYTHON_VERS)-config --ldflags)