===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libident-0.22/Makefile-90-version:
libident-0.22/Makefile:91:	(PACKNAME=`basename \`pwd\`` ; echo 'char id_version[] = "'`echo $$PACKNAME | cut -d- -f2`'";' >version.c)
libident-0.22/Makefile-92-
##############################################
libident-0.22/ident-tester.c-42-#ifdef linux
libident-0.22/ident-tester.c:43:  hp = gethostbyaddr((char *) addr, sizeof(struct in6_addr), AF_INET6);
libident-0.22/ident-tester.c-44-#else
libident-0.22/ident-tester.c:45:  hp = getipnodebyaddr((char *) addr, sizeof(struct in6_addr), AF_INET6,
libident-0.22/ident-tester.c-46-		       &h_error);
##############################################
libident-0.22/ident-tester.c-57-  
libident-0.22/ident-tester.c:58:  hp = gethostbyaddr((char *) addr, sizeof(struct in_addr), AF_INET);
libident-0.22/ident-tester.c-59-  if (hp)