===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xfaces-3.3/Imakefile-229-	if [ -z "$(XFACES_VERSION)" ]; then \
xfaces-3.3/Imakefile:230:	    XFV=`grep XFACES_VERSION patchlevel.h|awk '{print $$3}'`; \
xfaces-3.3/Imakefile-231-	else \
##############################################
xfaces-3.3/Imakefile-233-	fi; \
xfaces-3.3/Imakefile:234:	XFT=XFACES_`echo $$XFV | sed 's/\./_/'`; \
xfaces-3.3/Imakefile-235-	export XFT; \
##############################################
xfaces-3.3/Imakefile-259-	    for i in $(HDRS) $(SRCS) $(OTHER_FILES);do \
xfaces-3.3/Imakefile:260:		head=`rlog -h $$i | grep '^head' | awk '{print $$2}'`; \
xfaces-3.3/Imakefile-261-		rcs -N$(XFACES_VERSION_TAG):$$head $$i; \
##############################################
xfaces-3.3/Makefile-1175-	   cd `dirname xfaces` && \
xfaces-3.3/Makefile:1176:	   $(LN) `basename xfaces.$(MANSRCSUFFIX)` `basename $@`; \
xfaces-3.3/Makefile-1177-	else \
##############################################
xfaces-3.3/Makefile-1223-	   cd `dirname xfaces` && \
xfaces-3.3/Makefile:1224:	   $(LN) `basename xfaces.$(MANSRCSUFFIX)` `basename $@`; \
xfaces-3.3/Makefile-1225-	else \
##############################################
xfaces-3.3/Makefile-1248-distribution:
xfaces-3.3/Makefile:1249:	(set -x;THIS_PLACE=`pwd`; 	export THIS_PLACE; 	if [ -z "$(XFACES_VERSION)" ]; then 	    XFV=`grep XFACES_VERSION patchlevel.h|awk '{print $$3}'`; 	else 	    XFV=$(XFACES_VERSION);	fi; 	XFT=XFACES_`echo $$XFV | sed 's/\./_/'`; 	export XFT; 	mkdir -p Distribution/xfaces-$$XFV; 	cd Distribution/xfaces-$$XFV; 	ln -s $$THIS_PLACE/RCS; 	co -r$$XFT Imakefile; 	xmkmf; 	make XFACES_VERSION_TAG=$$XFT current; 	rm RCS; 	mkdir -p $(IMAGEDIR); 	(cd $(IMAGEDIR); 	ln -s $$THIS_PLACE/$(IMAGEDIR)/RCS; 	co -r$$XFT Imakefile; 	xmkmf; 	make XFACES_VERSION_TAG=$$XFT current; 	rm -f Makefile Makefile.bak Imakefile RCS); 	cd ..; 	tar cvf xfaces-$$XFV.tar xfaces-$$XFV; 	compress xfaces-$$XFV.tar)
xfaces-3.3/Makefile-1250-
##############################################
xfaces-3.3/Makefile-1254-tag:
xfaces-3.3/Makefile:1255:	if [ ! -z "$(XFACES_VERSION_TAG)" ]; then 	    for i in $(HDRS) $(SRCS) $(OTHER_FILES);do 		head=`rlog -h $$i | grep '^head' | awk '{print $$2}'`; 		rcs -N$(XFACES_VERSION_TAG):$$head $$i; 	    done; 	    (cd $(IMAGEDIR); 	    make XFACES_VERSION_TAG=$(XFACES_VERSION_TAG) tag); 	fi
xfaces-3.3/Makefile-1256-
##############################################
xfaces-3.3/pop_check.c-142-    
xfaces-3.3/pop_check.c:143:    if ((addr = inet_addr(hostname)) != -1)
xfaces-3.3/pop_check.c-144-    {