===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-50-		IFS=$'\n'
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:51:		potential_java_dirs=(`ls -1 "$JAVADIR" | sort | tac 2>/dev/null`)
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-52-		IFS=
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-70-{
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:71:	JAVA_ISGCJ=`"${JAVA_PROGRAM_DIR}java" -version 2>&1 | grep "gcj"`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-72-	if [ ! "$JAVA_ISGCJ x" = " x" ] ; then
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-76-
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:77:	JAVA_HEADER=`"${JAVA_PROGRAM_DIR}java" -version 2>&1 | head -n 1`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:78:	JAVA_IMPL=`echo ${JAVA_HEADER} | cut -f1 -d' '`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-79-  if [ "$JAVA_IMPL" = "#" ] ; then
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-83-	else
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:84:		VERSION=`echo ${JAVA_HEADER} | sed "s/^.* version \"\(.*\)\"/\1/"`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-85-		if echo $VERSION | grep "^1.[0-7]" ; then
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-128-	else
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:129:		if [ "`${JAVA_PROGRAM_DIR}java -cp \"${CLASSPATH}\" com.biglybt.platform.JavaBitMode`" = "64" ]; then
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-130-			SWTFILE="swt/swt-x86_64.jar"
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-137-		if [ -f "${PROGRAM_DIR}/swt/swt.jar" ]; then
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:138:			SWTVER=`unzip -cq "${PROGRAM_DIR}/swt/swt.jar" version.txt | sed "s/^version \(.*\)/\1/"`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-139-		fi
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:140:		SWTVERNEW=`unzip -cq "${PROGRAM_DIR}/${SWTFILE}" version.txt | sed "s/^version \(.*\)/\1/"`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-141-	else
##############################################
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-169-if [ -z "$PROGRAM_DIR" ]; then
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:170:		PROGRAM_DIR=`dirname "$0"`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript:171:		PROGRAM_DIR=`cd "$PROGRAM_DIR"; pwd`
biglybt-2.5.0.0/core/src/com/biglybt/platform/unix/startupScript-172-else
##############################################
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Config.java-134-				for (Parameter result : results) {
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Config.java:135:					PrintUtils.printParam(out, section, false, result, true);
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Config.java-136-				}
##############################################
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Set.java-98-					if (paramInfo != null) {
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Set.java:99:						PrintUtils.printParam(ci.out, paramInfo.configSection, true, paramInfo.parameter, false);
biglybt-2.5.0.0/uis/src/com/biglybt/ui/console/commands/Set.java-100-						break;
##############################################
biglybt-2.5.0.0/debian/patches/03-disable-name-service-descriptor.patch-317--
biglybt-2.5.0.0/debian/patches/03-disable-name-service-descriptor.patch:318:-				return delegate_ns.getHostByAddr( address_bytes );
biglybt-2.5.0.0/debian/patches/03-disable-name-service-descriptor.patch-319--
##############################################
biglybt-2.5.0.0/.pc/03-disable-name-service-descriptor.patch/core/src/com/biglybt/core/util/spi/AENameServiceDescriptor.java-307-
biglybt-2.5.0.0/.pc/03-disable-name-service-descriptor.patch/core/src/com/biglybt/core/util/spi/AENameServiceDescriptor.java:308:				return delegate_ns.getHostByAddr( address_bytes );
biglybt-2.5.0.0/.pc/03-disable-name-service-descriptor.patch/core/src/com/biglybt/core/util/spi/AENameServiceDescriptor.java-309-