===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
simutrans-121.0/simhalt.cc-857-				// allow for names without direction
simutrans-121.0/simhalt.cc:858:				uint8 count_s = count_printf_param( base_name );
simutrans-121.0/simhalt.cc-859-				if(count_s==3) {
##############################################
simutrans-121.0/buildOSXbundle.sh-133-# save the version number
simutrans-121.0/buildOSXbundle.sh:134:simversion=`grep -a "Version " sim-macintel | awk 'BEGIN { RS = "\000" } {print $0 "\n"}' | grep "Version " `
simutrans-121.0/buildOSXbundle.sh-135-# builds a bundle for MAC OS
##############################################
simutrans-121.0/distribute.sh-95-# fetch language files
simutrans-121.0/distribute.sh:96:if [ `expr match "$*" ".*-rev="` != "0" ]; then
simutrans-121.0/distribute.sh-97-  REV_NR=$(echo $* | sed "s/.*-rev=[ ]*//" | sed "s/[^0-9]*//")
simutrans-121.0/distribute.sh-98-  simarchiv=$simarchivbase-$REV_NR
simutrans-121.0/distribute.sh:99:elif [ "$#" = "0"  ]  ||  [ `expr match "$*" ".*-no-rev"` = "0" ]; then
simutrans-121.0/distribute.sh-100-  REV_NR=`svnversion | sed "s/[0-9]*://" | sed "s/M.*//"`
##############################################
simutrans-121.0/distribute.sh-128-# fetch language files
simutrans-121.0/distribute.sh:129:if [ "$#" = "0"  ]  ||  [ `expr match "$*" "-no-lang"` = "0" ]; then
simutrans-121.0/distribute.sh-130-  sh ./get_lang_files.sh
##############################################
simutrans-121.0/network/network.cc-128-	bool ok = true;
simutrans-121.0/network/network.cc:129:	server_name.sin_addr.s_addr = inet_addr(cp);	// for windows we must first try to resolve the number
simutrans-121.0/network/network.cc-130-	if((int)server_name.sin_addr.s_addr==-1) {// Bad address
##############################################
simutrans-121.0/network/network.cc-850-		sin.sin_family      = AF_INET;
simutrans-121.0/network/network.cc:851:		sin.sin_addr.s_addr = inet_addr(myIPaddr);
simutrans-121.0/network/network.cc-852-		sin.sin_port        = 0; // If 0, port is chosen by system
##############################################
simutrans-121.0/network/network.cc-961-	sin.sin_family      = AF_INET;
simutrans-121.0/network/network.cc:962:	sin.sin_addr.s_addr = inet_addr(externalIPAddress);
simutrans-121.0/network/network.cc-963-	sin.sin_port        = 0; // If 0, port is chosen by system
##############################################
simutrans-121.0/display/simgraph16.cc-3996-			unsigned int count = w;
simutrans-121.0/display/simgraph16.cc:3997:			asm volatile (
simutrans-121.0/display/simgraph16.cc-3998-				// uneven words to copy?
##############################################
simutrans-121.0/display/text_pixel.c-2-// helper for display_text_len_clip
simutrans-121.0/display/text_pixel.c:3:asm volatile (
simutrans-121.0/display/text_pixel.c-4-	"jmp *JumpDC(,%2,4)\n\t"