===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
whois-5.5.7/po/Makefile-29-	for cat in $(CATALOGS); do \
whois-5.5.7/po/Makefile:30:	  lang=`echo $$cat | sed 's/.mo$$//'`; \
whois-5.5.7/po/Makefile-31-	  mv $$lang.po $$lang.old.po; \
##############################################
whois-5.5.7/po/Makefile-51-	for n in $(CATALOGS); do \
whois-5.5.7/po/Makefile:52:	    l=`basename $$n .mo`; \
whois-5.5.7/po/Makefile-53-	    $(INSTALL) -m 755 -d $(INSTALLNLSDIR)/$$l; \
##############################################
whois-5.5.7/whois.c-366-	case 0x0C:
whois-5.5.7/whois.c:367:	    p = convert_inaddr(query);
whois-5.5.7/whois.c-368-	    free(server);
##############################################
whois-5.5.7/whois.c-1352-
whois-5.5.7/whois.c:1353:char *convert_inaddr(const char *s)
whois-5.5.7/whois.c-1354-{
##############################################
whois-5.5.7/whois.h-36-char *convert_teredo(const char *);
whois-5.5.7/whois.h:37:char *convert_inaddr(const char *);
whois-5.5.7/whois.h-38-char *convert_in6arpa(const char *);