===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qpxtool-0.8.1/lib/qpxtransport/common_functions.cpp-218-{
qpxtool-0.8.1/lib/qpxtransport/common_functions.cpp:219:	addr->s_addr = inet_addr(cp);
qpxtool-0.8.1/lib/qpxtransport/common_functions.cpp-220-	return 1;
##############################################
qpxtool-0.8.1/configure-47-{
qpxtool-0.8.1/configure:48:	__src_dir=`dirname $0`
qpxtool-0.8.1/configure:49:	__src_path=`realpath $__src_dir`
qpxtool-0.8.1/configure-50-	cp -a "$__src_path"/* `pwd`/
##############################################
qpxtool-0.8.1/configure-72-	if test "$OSL" = "mingw32" ; then
qpxtool-0.8.1/configure:73:	    make_t0=`$MAKE -v | tr '[A-Z]' '[a-z]' | grep make | grep ver | cut -d ' ' -f 1`
qpxtool-0.8.1/configure-74-	else
qpxtool-0.8.1/configure:75:	    make_t0=`$MAKE -v | tr '[A-Z]' '[a-z]' | grep make | cut -d ' ' -f 1`
qpxtool-0.8.1/configure-76-	fi
##############################################
qpxtool-0.8.1/configure-89-	echo -n "Checking C compiler... "
qpxtool-0.8.1/configure:90:	cc_name=`$__cc -v 2>&1 | tail -n 1 | cut -d ' ' -f 1`
qpxtool-0.8.1/configure:91:	cc_ver=`$__cc -dumpversion 2>&1`
qpxtool-0.8.1/configure-92-	if test "$?" -gt 0; then
##############################################
qpxtool-0.8.1/configure-113-	echo -n "Checking C++ compiler... "
qpxtool-0.8.1/configure:114:	cxx_name=`$__cxx -v 2>&1 | tail -n 1 | cut -d ' ' -f 1`
qpxtool-0.8.1/configure:115:	cxx_ver=`$__cxx -dumpversion 2>&1`
qpxtool-0.8.1/configure-116-	if test "$?" -gt 0; then
##############################################
qpxtool-0.8.1/configure-202-		if test "$?" -eq 0; then
qpxtool-0.8.1/configure:203:			OFFT_SIZE=`./$TMPB`
qpxtool-0.8.1/configure-204-			echo $OFFT_SIZE
##############################################
qpxtool-0.8.1/configure-272-{
qpxtool-0.8.1/configure:273:    qt_ver=`$1 -v 2>/dev/null`
qpxtool-0.8.1/configure-274-    if test "$?" -gt 0; then
##############################################
qpxtool-0.8.1/configure-277-    else
qpxtool-0.8.1/configure:278:	qt_ver=`$1 -v 2>/dev/null | tail -n 1 | cut -d' ' -f 4 `
qpxtool-0.8.1/configure:279:	qt_dir=`$1 -v 2>/dev/null | tail -n 1 | cut -d' ' -f 6 `
qpxtool-0.8.1/configure-280-    fi
##############################################
qpxtool-0.8.1/configure-482-	rm -f $mf
qpxtool-0.8.1/configure:483:	mkdir -p `dirname $mf`
qpxtool-0.8.1/configure-484-
##############################################
qpxtool-0.8.1/configure-584-	rm -f $mf
qpxtool-0.8.1/configure:585:	mkdir -p `dirname $mf`
qpxtool-0.8.1/configure-586-
##############################################
qpxtool-0.8.1/configure-701-	rm -f $mf
qpxtool-0.8.1/configure:702:	mkdir -p `dirname $mf`
qpxtool-0.8.1/configure-703-
##############################################
qpxtool-0.8.1/configure-778-		--help|-h) show_help ;;
qpxtool-0.8.1/configure:779:		--prefix=*)  __prefix=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure:780:		--bindir=*)  bindir=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure:781:		--sbindir=*) sbindir=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure:782:		--libdir=*)  libdir=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure:783:		--mandir=*)  mandir=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure:784:		--target=*)  target=`echo $arg | cut -d '=' -f 2-`
qpxtool-0.8.1/configure-785-			echo target: $target
##############################################
qpxtool-0.8.1/configure-789-			;;
qpxtool-0.8.1/configure:790:		--host=*)  echo host: `echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure-791-
qpxtool-0.8.1/configure:792:		--qmake=*) __qmake=`echo $arg | cut -d '=' -f 2-` ;;
qpxtool-0.8.1/configure-793-		--disable-png) __enable_png="no" ;;
##############################################
qpxtool-0.8.1/configure-977-echo "  man      : "$__mandir
qpxtool-0.8.1/configure:978:echo "** Configuration finished! run \`$MAKE\` now"
qpxtool-0.8.1/configure-979-