===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
clsync-0.4.5/cluster.c-1090-	struct ip_mreq group;
clsync-0.4.5/cluster.c:1091:	group.imr_interface.s_addr = inet_addr ( ctx_p->cluster_iface );
clsync-0.4.5/cluster.c:1092:	group.imr_multiaddr.s_addr = inet_addr ( ctx_p->cluster_mcastipaddr );
clsync-0.4.5/cluster.c-1093-
##############################################
clsync-0.4.5/cluster.c-1112-	sa_o.sin_port 		= htons ( ctx_p->cluster_mcastipport );
clsync-0.4.5/cluster.c:1113:	sa_o.sin_addr.s_addr	= inet_addr ( ctx_p->cluster_mcastipaddr );
clsync-0.4.5/cluster.c-1114-	//		Disable looping back output datagrams
##############################################
clsync-0.4.5/cluster.c-1125-		struct in_addr addr_o;
clsync-0.4.5/cluster.c:1126:		addr_o.s_addr = inet_addr ( ctx_p->cluster_iface );
clsync-0.4.5/cluster.c-1127-
##############################################
clsync-0.4.5/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
clsync-0.4.5/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
clsync-0.4.5/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
clsync-0.4.5/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
clsync-0.4.5/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
clsync-0.4.5/m4/pkg.m4-126-        else 
clsync-0.4.5/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
clsync-0.4.5/m4/pkg.m4-128-        fi
##############################################
clsync-0.4.5/rpm/build-rpm-from-git.sh-19-val=$(echo -e "$v" | perl -pe 's/^.*'"$tdk"'.*$/$2/')
clsync-0.4.5/rpm/build-rpm-from-git.sh:20:echo "$v" | perl -pe s/$tdk.*$'/${1}'`printf %0${#val}s $(($val+1))`/
clsync-0.4.5/rpm/build-rpm-from-git.sh-21-}