===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pax-utils-1.2.6/autogen.sh-54-	if [[ ${#lm4s[@]} -gt 0 ]] ; then
pax-utils-1.2.6/autogen.sh:55:		cp -v `printf '%s\n' ${lm4s[@]} | sort -u` autotools/m4/
pax-utils-1.2.6/autogen.sh-56-		m4s+=( "${lm4s[@]}" )
##############################################
pax-utils-1.2.6/elf.h-1234-#define R_386_TLS_GD_CALL  26		/* Relocation for call to
pax-utils-1.2.6/elf.h:1235:					   __tls_get_addr() */
pax-utils-1.2.6/elf.h-1236-#define R_386_TLS_GD_POP   27		/* Tag for popl in GD TLS code */
##############################################
pax-utils-1.2.6/elf.h-1240-#define R_386_TLS_LDM_CALL 30		/* Relocation for call to
pax-utils-1.2.6/elf.h:1241:					   __tls_get_addr() in LDM code */
pax-utils-1.2.6/elf.h-1242-#define R_386_TLS_LDM_POP  31		/* Tag for popl in LDM TLS code */
##############################################
pax-utils-1.2.6/pspax.c-252-
pax-utils-1.2.6/pspax.c:253:static const char *get_pid_addr(int pfd)
pax-utils-1.2.6/pspax.c-254-{
##############################################
pax-utils-1.2.6/pspax.c-401-		attr = (have_attr ? get_pid_attr(pfd) : NULL);
pax-utils-1.2.6/pspax.c:402:		addr = (have_addr ? get_pid_addr(pfd) : NULL);
pax-utils-1.2.6/pspax.c-403-
##############################################
pax-utils-1.2.6/symtree.sh-41-
pax-utils-1.2.6/symtree.sh:42:		d=$(scanelf -qF'%s#F' -s`sym_list d "${u}"` "${rlib}")
pax-utils-1.2.6/symtree.sh-43-		if [[ -n ${d} ]] ; then
##############################################
pax-utils-1.2.6/symtree.sh-51-	uu=
pax-utils-1.2.6/symtree.sh:52:	for u in `echo "${u}" | sed 's:,: :g'` ; do
pax-utils-1.2.6/symtree.sh-53-		[[ ,${dd}, != *,${u},* ]] && uu=${uu:+${uu},}${u}
##############################################
pax-utils-1.2.6/symtree.sh-56-		u=${uu}
pax-utils-1.2.6/symtree.sh:57:		dd=$(scanelf -qF'%s#F' -s`sym_list w "${u}"` "${resolved}")
pax-utils-1.2.6/symtree.sh-58-		if [[ -n ${dd} ]] ; then
##############################################
pax-utils-1.2.6/symtree.sh-60-			uu=
pax-utils-1.2.6/symtree.sh:61:			for u in `echo "${u}" | sed 's:,: :g'` ; do
pax-utils-1.2.6/symtree.sh-62-				[[ ,${dd}, != *,${u},* ]] && uu=${uu:+${uu},}${u}
##############################################
pax-utils-1.2.6/tests/Makefile-5-all:
pax-utils-1.2.6/tests/Makefile:6:%:; $(MAKE) `printf '%s_$@_ ' $(SUBDIRS)`
pax-utils-1.2.6/tests/Makefile-7-_words = $(subst _, ,$1)