===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hexchat-otr-0.2.2/autogen.sh-3-
hexchat-otr-0.2.2/autogen.sh:4:srcdir=`dirname $0`
hexchat-otr-0.2.2/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
hexchat-otr-0.2.2/configure.ac-29-], [
hexchat-otr-0.2.2/configure.ac:30:	GCRYPT_CFLAGS="`$GCRYPT_CONFIG --cflags`"
hexchat-otr-0.2.2/configure.ac:31:	GCRYPT_LIBS="`$GCRYPT_CONFIG --libs`"
hexchat-otr-0.2.2/configure.ac-32-	AC_SUBST([GCRYPT_CFLAGS])
##############################################
hexchat-otr-0.2.2/configure.ac-38-AS_IF([$PKG_CONFIG hexchat-plugin --exists], [
hexchat-otr-0.2.2/configure.ac:39:	hexchatlibdir="`$PKG_CONFIG --variable=hexchatlibdir hexchat-plugin`"
hexchat-otr-0.2.2/configure.ac-40-	AC_MSG_RESULT([$hexchatlibdir])
##############################################
hexchat-otr-0.2.2/src/otr_util.c-148-	const char *nick = IRCCTX_NICK (ircctx);
hexchat-otr-0.2.2/src/otr_util.c:149:	const char *address = IRCCTX_ADDR (ircctx);
hexchat-otr-0.2.2/src/otr_util.c-150-	gcry_error_t err;
##############################################
hexchat-otr-0.2.2/src/otr_util.c-343-
hexchat-otr-0.2.2/src/otr_util.c:344:	g_snprintf (accname, sizeof(accname), "%s@%s", IRCCTX_NICK (ircctx), IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-345-
##############################################
hexchat-otr-0.2.2/src/otr_util.c-360-	{
hexchat-otr-0.2.2/src/otr_util.c:361:		otr_info (ircctx, nick, TXT_CMD_FINISH, nick, IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-362-	}
##############################################
hexchat-otr-0.2.2/src/otr_util.c-364-	{
hexchat-otr-0.2.2/src/otr_util.c:365:		otr_infost (TXT_CMD_FINISH, nick, IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-366-	}
##############################################
hexchat-otr-0.2.2/src/otr_util.c-413-		otr_infost (TXT_CMD_FINISH, context->username,
hexchat-otr-0.2.2/src/otr_util.c:414:					IRCCTX_ADDR (coi->ircctx));
hexchat-otr-0.2.2/src/otr_util.c-415-		finished++;
##############################################
hexchat-otr-0.2.2/src/otr_util.c-443-
hexchat-otr-0.2.2/src/otr_util.c:444:	g_snprintf (accname, sizeof(accname), "%s@%s", IRCCTX_NICK (ircctx), IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-445-
##############################################
hexchat-otr-0.2.2/src/otr_util.c-503-
hexchat-otr-0.2.2/src/otr_util.c:504:	g_snprintf (accname, sizeof(accname), "%s@%s", IRCCTX_NICK (ircctx), IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-505-
##############################################
hexchat-otr-0.2.2/src/otr_util.c-543-
hexchat-otr-0.2.2/src/otr_util.c:544:	g_snprintf (accname, sizeof(accname), "%s@%s", IRCCTX_NICK (ircctx), IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-545-
##############################################
hexchat-otr-0.2.2/src/otr_util.c-627-
hexchat-otr-0.2.2/src/otr_util.c:628:	g_snprintf (accname, sizeof(accname), "%s@%s", IRCCTX_NICK (ircctx), IRCCTX_ADDR (ircctx));
hexchat-otr-0.2.2/src/otr_util.c-629-
##############################################
hexchat-otr-0.2.2/src/hexchat_otr.h-89-#define IRCCTX_DUP(ircctx) g_memdup (ircctx, sizeof(IRC_CTX));
hexchat-otr-0.2.2/src/hexchat_otr.h:90:#define IRCCTX_ADDR(ircctx) ircctx->address
hexchat-otr-0.2.2/src/hexchat_otr.h-91-#define IRCCTX_NICK(ircctx) ircctx->nick
##############################################
hexchat-otr-0.2.2/.pc/0010-enum-lvls.patch/src/hexchat_otr.h-81-#define IRCCTX_DUP(ircctx) g_memdup (ircctx, sizeof(IRC_CTX));
hexchat-otr-0.2.2/.pc/0010-enum-lvls.patch/src/hexchat_otr.h:82:#define IRCCTX_ADDR(ircctx) ircctx->address
hexchat-otr-0.2.2/.pc/0010-enum-lvls.patch/src/hexchat_otr.h-83-#define IRCCTX_NICK(ircctx) ircctx->nick
##############################################
hexchat-otr-0.2.2/.pc/1000-prototypes.patch/src/hexchat_otr.h-81-#define IRCCTX_DUP(ircctx) g_memdup (ircctx, sizeof(IRC_CTX));
hexchat-otr-0.2.2/.pc/1000-prototypes.patch/src/hexchat_otr.h:82:#define IRCCTX_ADDR(ircctx) ircctx->address
hexchat-otr-0.2.2/.pc/1000-prototypes.patch/src/hexchat_otr.h-83-#define IRCCTX_NICK(ircctx) ircctx->nick