===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rsync-3.2.3/testsuite/ssh-basic.test-20-
rsync-3.2.3/testsuite/ssh-basic.test:21:if [ "`$SSH -o'BatchMode yes' localhost echo yes`" != "yes" ]; then
rsync-3.2.3/testsuite/ssh-basic.test-22-    test_skipped "Skipping SSH tests because ssh connection to localhost not authorised"
##############################################
rsync-3.2.3/testsuite/itemize.test-157-filter_outfile
rsync-3.2.3/testsuite/itemize.test:158:case `tail -1 "$outfile"` in
rsync-3.2.3/testsuite/itemize.test-159-cLc.t*)
##############################################
rsync-3.2.3/testsuite/rsync.fns-68-	while test $# -gt 1; do
rsync-3.2.3/testsuite/rsync.fns:69:	    destname="$destdir/`basename $1`"
rsync-3.2.3/testsuite/rsync.fns-70-	    touch -r "$destname" "$1" "$destname"
##############################################
rsync-3.2.3/testsuite/rsync.fns-142-check_perms() {
rsync-3.2.3/testsuite/rsync.fns:143:    perms=`"$TOOLDIR/tls" "$1" | sed 's/^[-d]\(.........\).*/\1/'`
rsync-3.2.3/testsuite/rsync.fns-144-    if test $perms = $2; then
##############################################
rsync-3.2.3/testsuite/rsync.fns-227-	# This will break if $p contains a space.
rsync-3.2.3/testsuite/rsync.fns:228:	for c in `echo $p | tr '/' ' '`
rsync-3.2.3/testsuite/rsync.fns-229-	do 
##############################################
rsync-3.2.3/testsuite/default-acls.test-26-	*-k*) opts="-dm $2" ;;
rsync-3.2.3/testsuite/default-acls.test:27:	*) opts="-m `echo $2 | sed 's/\([ugom]:\)/d:\1/g'`"
rsync-3.2.3/testsuite/default-acls.test-28-	esac
##############################################
rsync-3.2.3/testsuite/unsafe-byname.test-14-
rsync-3.2.3/testsuite/unsafe-byname.test:15:    result=`"$TOOLDIR/t_unsafe" "$1" "$2"` || test_fail "Failed to check $1 $2"
rsync-3.2.3/testsuite/unsafe-byname.test-16-    if [ "$result" != "$3" ]
##############################################
rsync-3.2.3/testsuite/dir-sgid.test-27-# Cygwin has a persistent default dir ACL that ruins this test.
rsync-3.2.3/testsuite/dir-sgid.test:28:case `getfacl "$scratchdir/dir" 2>/dev/null || true` in
rsync-3.2.3/testsuite/dir-sgid.test-29-*default:user::*) test_skipped "The default ACL mode interferes with this test" ;;
##############################################
rsync-3.2.3/testsuite/chmod-temp-dir.test-15-
rsync-3.2.3/testsuite/chmod-temp-dir.test:16:sdev=`$TOOLDIR/getfsdev $scratchdir`
rsync-3.2.3/testsuite/chmod-temp-dir.test-17-tdev=$sdev
##############################################
rsync-3.2.3/testsuite/chmod-temp-dir.test-20-    [ -d "$tmpdir2" -a -w "$tmpdir2" ] || continue
rsync-3.2.3/testsuite/chmod-temp-dir.test:21:    tdev=`$TOOLDIR/getfsdev "$tmpdir2"`
rsync-3.2.3/testsuite/chmod-temp-dir.test-22-    [ x$sdev != x$tdev ] && break
##############################################
rsync-3.2.3/testsuite/xattrs.test-40-	    runat "$fn" "$SHELL_PATH" <<EOF
rsync-3.2.3/testsuite/xattrs.test:41:for x in *; do echo "\$x=\`cat \$x\`"; done
rsync-3.2.3/testsuite/xattrs.test-42-EOF
##############################################
rsync-3.2.3/testsuite/xattrs.test-90-
rsync-3.2.3/testsuite/xattrs.test:91:uid_gid=`"$TOOLDIR/tls" "$fromdir/foo" | sed 's/^.* \([0-9][0-9]*\)\.\([0-9][0-9]*\) .*/\1:\2/'`
rsync-3.2.3/testsuite/xattrs.test-92-
##############################################
rsync-3.2.3/testsuite/xattrs.test-154-    for fn in $files; do
rsync-3.2.3/testsuite/xattrs.test:155:	name=`basename $fn`
rsync-3.2.3/testsuite/xattrs.test-156-	ln $fn ../lnk/$name
##############################################
rsync-3.2.3/testsuite/duplicates.test-37-# Make sure each file was only copied once...
rsync-3.2.3/testsuite/duplicates.test:38:if [ `grep -c '^name1$' "$outfile"` != 1 ]
rsync-3.2.3/testsuite/duplicates.test-39-then
##############################################
rsync-3.2.3/testsuite/duplicates.test-41-fi
rsync-3.2.3/testsuite/duplicates.test:42:if [ `grep -c '^name2 -> ' "$outfile"` != 1 ]
rsync-3.2.3/testsuite/duplicates.test-43-then
##############################################
rsync-3.2.3/log.c-553-			if (am_daemon)
rsync-3.2.3/log.c:554:				n = client_addr(0);
rsync-3.2.3/log.c-555-			break;
##############################################
rsync-3.2.3/runtests.sh-156-fi
rsync-3.2.3/runtests.sh:157:srcdir=`dirname $0`
rsync-3.2.3/runtests.sh-158-if test x"$srcdir" = x -o x"$srcdir" = x.; then
##############################################
rsync-3.2.3/runtests.sh-191-else
rsync-3.2.3/runtests.sh:192:    testuser=`id -un 2>/dev/null || echo ${LOGNAME:-${USERNAME:-${USER:-'UNKNOWN'}}}`
rsync-3.2.3/runtests.sh-193-fi
##############################################
rsync-3.2.3/runtests.sh-271-do
rsync-3.2.3/runtests.sh:272:    testbase=`echo $testscript | sed -e 's!.*/!!' -e 's/.test\$//'`
rsync-3.2.3/runtests.sh-273-    scratchdir="$scratchbase/$testbase"
##############################################
rsync-3.2.3/runtests.sh-301-	echo "PASS    $testbase"
rsync-3.2.3/runtests.sh:302:	passed=`expr $passed + 1`
rsync-3.2.3/runtests.sh-303-	maybe_discard_scratch
##############################################
rsync-3.2.3/runtests.sh-306-	# backticks will fill the whole file onto one line, which is a feature
rsync-3.2.3/runtests.sh:307:	whyskipped=`cat "$scratchdir/whyskipped"`
rsync-3.2.3/runtests.sh-308-	echo "SKIP    $testbase ($whyskipped)"
rsync-3.2.3/runtests.sh:309:	skipped=`expr $skipped + 1`
rsync-3.2.3/runtests.sh-310-	maybe_discard_scratch
##############################################
rsync-3.2.3/runtests.sh-316-	echo "XFAIL   $testbase"
rsync-3.2.3/runtests.sh:317:	failed=`expr $failed + 1`
rsync-3.2.3/runtests.sh-318-	;;
##############################################
rsync-3.2.3/runtests.sh-320-	echo "FAIL    $testbase"
rsync-3.2.3/runtests.sh:321:	failed=`expr $failed + 1`
rsync-3.2.3/runtests.sh-322-	if [ "x$nopersist" = xyes ]; then
##############################################
rsync-3.2.3/runtests.sh-340-
rsync-3.2.3/runtests.sh:341:result=`expr $failed + $missing || true`
rsync-3.2.3/runtests.sh-342-if [ "$result" = 0 -a "$skipped" -gt "${RSYNC_MAX_SKIPPED:-9999}" ]; then
##############################################
rsync-3.2.3/NEWS.md-116-
rsync-3.2.3/NEWS.md:117: - Apple requires the asm function name to begin with an underscore.
rsync-3.2.3/NEWS.md-118-
##############################################
rsync-3.2.3/NEWS.md-188-
rsync-3.2.3/NEWS.md:189: - Use the preprocessor with the asm file to ensure that if the code is
rsync-3.2.3/NEWS.md-190-   unneeded, it doesn't get built.
rsync-3.2.3/NEWS.md-191-
rsync-3.2.3/NEWS.md:192: - Avoid the stack getting set to executable when including the asm code.
rsync-3.2.3/NEWS.md-193-
##############################################
rsync-3.2.3/NEWS.md-233-
rsync-3.2.3/NEWS.md:234: - The MD5 asm code is now under its own configure flag (not shared with the
rsync-3.2.3/NEWS.md-235-   SIMD setting), so if you have any issues compiling it, re-run configure with
##############################################
rsync-3.2.3/NEWS.md-1412- - Changed some commands in the testsuite's xattrs.test that called `rsync`
rsync-3.2.3/NEWS.md:1413:   instead of `$RSYNC`.
rsync-3.2.3/NEWS.md-1414-
##############################################
rsync-3.2.3/NEWS.md-3429-
rsync-3.2.3/NEWS.md:3430: - The variable `$STRIP` (that is optionally set by the install-strip target's
rsync-3.2.3/NEWS.md:3431:   rule) was changed to `$INSTALL_STRIP` because some systems have `$STRIP`
rsync-3.2.3/NEWS.md-3432-   already set in the environment.
##############################################
rsync-3.2.3/config.sub-52-
rsync-3.2.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
rsync-3.2.3/config.sub-54-
##############################################
rsync-3.2.3/config.sub-768-	i*86v32)
rsync-3.2.3/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
rsync-3.2.3/config.sub-770-		vendor=pc
##############################################
rsync-3.2.3/config.sub-773-	i*86v4*)
rsync-3.2.3/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
rsync-3.2.3/config.sub-775-		vendor=pc
##############################################
rsync-3.2.3/config.sub-778-	i*86v)
rsync-3.2.3/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
rsync-3.2.3/config.sub-780-		vendor=pc
##############################################
rsync-3.2.3/config.sub-783-	i*86sol2)
rsync-3.2.3/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
rsync-3.2.3/config.sub-785-		vendor=pc
##############################################
rsync-3.2.3/config.sub-916-		cpu=sparc
rsync-3.2.3/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
rsync-3.2.3/config.sub-918-		;;
##############################################
rsync-3.2.3/config.sub-1083-	sh5e[lb]-*)
rsync-3.2.3/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
rsync-3.2.3/config.sub-1085-		;;
##############################################
rsync-3.2.3/config.sub-1101-	xscale-* | xscalee[bl]-*)
rsync-3.2.3/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
rsync-3.2.3/config.sub-1103-		;;
##############################################
rsync-3.2.3/config.sub-1256-			*)
rsync-3.2.3/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
rsync-3.2.3/config.sub-1258-				exit 1
##############################################
rsync-3.2.3/config.sub-1290-	solaris1 | solaris1.*)
rsync-3.2.3/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
rsync-3.2.3/config.sub-1292-		;;
##############################################
rsync-3.2.3/config.sub-1299-	gnu/linux*)
rsync-3.2.3/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
rsync-3.2.3/config.sub-1301-		;;
##############################################
rsync-3.2.3/config.sub-1322-	sco3.2.[4-9]*)
rsync-3.2.3/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
rsync-3.2.3/config.sub-1324-		;;
##############################################
rsync-3.2.3/config.sub-1386-	nto*)
rsync-3.2.3/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
rsync-3.2.3/config.sub-1388-		;;
##############################################
rsync-3.2.3/config.sub-1396-	linux*)
rsync-3.2.3/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
rsync-3.2.3/config.sub-1398-		;;
##############################################
rsync-3.2.3/config.sub-1408-	mac*)
rsync-3.2.3/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
rsync-3.2.3/config.sub-1410-		;;
##############################################
rsync-3.2.3/config.sub-1417-	sunos5*)
rsync-3.2.3/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
rsync-3.2.3/config.sub-1419-		;;
rsync-3.2.3/config.sub-1420-	sunos6*)
rsync-3.2.3/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
rsync-3.2.3/config.sub-1422-		;;
##############################################
rsync-3.2.3/config.sub-1454-	sinix5.*)
rsync-3.2.3/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
rsync-3.2.3/config.sub-1456-		;;
##############################################
rsync-3.2.3/config.sub-1514-	*)
rsync-3.2.3/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
rsync-3.2.3/config.sub-1516-		exit 1
##############################################
rsync-3.2.3/configure.ac-9-
rsync-3.2.3/configure.ac:10:PACKAGE_VERSION=`sed 's/.*"\(.*\)".*/\1/' <$srcdir/version.h`
rsync-3.2.3/configure.ac-11-
##############################################
rsync-3.2.3/configure.ac-75-else
rsync-3.2.3/configure.ac:76:    md2man_out=`"$srcdir/md2man" --test "$srcdir/rsync-ssl.1.md" 2>&1`
rsync-3.2.3/configure.ac-77-    if test $? = 0; then
##############################################
rsync-3.2.3/configure.ac-209-# Clag is crashing with -g -O2, so we'll get rid of -g for now.
rsync-3.2.3/configure.ac:210:CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g //'`
rsync-3.2.3/configure.ac-211-
##############################################
rsync-3.2.3/configure.ac-259-    # Apple often has "g++" as a symlink for clang. Try to find out the truth.
rsync-3.2.3/configure.ac:260:    CXX_VERSION=`$CXX --version 2>/dev/null | head -n 2`
rsync-3.2.3/configure.ac-261-    case "$CXX_VERSION" in
##############################################
rsync-3.2.3/configure.ac-280-
rsync-3.2.3/configure.ac:281:AC_MSG_CHECKING([whether to enable ASM optimizations])
rsync-3.2.3/configure.ac-282-AC_ARG_ENABLE(asm,
rsync-3.2.3/configure.ac:283:    AS_HELP_STRING([--disable-asm],[disable ASM optimizations]))
rsync-3.2.3/configure.ac-284-
##############################################
rsync-3.2.3/configure.ac-289-        AC_MSG_RESULT(unavailable)
rsync-3.2.3/configure.ac:290:        AC_MSG_ERROR(The ASM optimizations are currently x86_64 only.
rsync-3.2.3/configure.ac:291:Omit --enable-asm to continue without it.)
rsync-3.2.3/configure.ac-292-    fi
##############################################
rsync-3.2.3/configure.ac-296-    AC_MSG_RESULT([yes ($ASM)])
rsync-3.2.3/configure.ac:297:    AC_DEFINE(HAVE_ASM, 1, [Define to 1 to enable ASM optimizations])
rsync-3.2.3/configure.ac-298-    ASM='$(ASM_'"$ASM)"
##############################################
rsync-3.2.3/configure.ac-734-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
rsync-3.2.3/configure.ac:735:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed 's/( /(/'`
rsync-3.2.3/configure.ac-736-AC_MSG_RESULT([$]{ac_t:-
##############################################
rsync-3.2.3/configure.ac-1222-else
rsync-3.2.3/configure.ac:1223:    OBJ_SAVE='	@b=`basename $@ .o`;rm -f $$b.o.sav;if test -f $$b.o; then mv $$b.o $$b.o.sav;fi;'
rsync-3.2.3/configure.ac:1224:    OBJ_RESTORE='	@b=`basename $@ .o`;if test "$$b.o" != "$@"; then mv $$b.o $@; if test -f $$b.o.sav; then mv $$b.o.sav $$b.o; fi; fi'
rsync-3.2.3/configure.ac-1225-    CC_SHOBJ_FLAG=""
##############################################
rsync-3.2.3/support/lsh.sh-14-    -l) user="$2"; shift; shift ;;
rsync-3.2.3/support/lsh.sh:15:    -l*) user=`echo "$1" | sed 's/^-l//'`; shift ;;
rsync-3.2.3/support/lsh.sh-16-    --no-cd) do_cd=n; shift ;;
##############################################
rsync-3.2.3/support/lsh.sh-26-    if [ $do_cd = y ]; then
rsync-3.2.3/support/lsh.sh:27:	home=`perl -e "print((getpwnam('$user'))[7])"`
rsync-3.2.3/support/lsh.sh-28-	prefix="cd '$home' &&"
##############################################
rsync-3.2.3/support/instant-rsyncd-81-set -e
rsync-3.2.3/support/instant-rsyncd:82:cd \`dirname \$0\`
rsync-3.2.3/support/instant-rsyncd-83-! [ -e rsyncd.pid ] || {
##############################################
rsync-3.2.3/support/instant-rsyncd-93-set -e
rsync-3.2.3/support/instant-rsyncd:94:cd `dirname $0`
rsync-3.2.3/support/instant-rsyncd-95-! [ -e rsyncd.pid ] || kill -s SIGTERM $(< rsyncd.pid)
##############################################
rsync-3.2.3/support/rrsync-232-  $host =~ s/^::ffff://;
rsync-3.2.3/support/rrsync:233:  $host = gethostbyaddr(inet_aton($host),AF_INET) || $host;
rsync-3.2.3/support/rrsync-234-  printf LOG "%02d:%02d %-13s [%s]\n", $hh, $mm, $host, "@opts @args";
##############################################
rsync-3.2.3/support/atomic-rsync-49-
rsync-3.2.3/support/atomic-rsync:50:system($RM_PROG, '-rf', $old_dir) if defined $old_dir && -d $old_dir;
rsync-3.2.3/support/atomic-rsync:51:system($RM_PROG, '-rf', $new_dir) if -d $new_dir;
rsync-3.2.3/support/atomic-rsync-52-
rsync-3.2.3/support/atomic-rsync:53:if (system($RSYNC_PROG, "--link-dest=$dest_dir", @ARGV)) {
rsync-3.2.3/support/atomic-rsync-54-    if ($? == -1) {
##############################################
rsync-3.2.3/lib/md5-asm-x86_64.S-32-#ifdef __APPLE__
rsync-3.2.3/lib/md5-asm-x86_64.S:33:#define md5_process_asm _md5_process_asm
rsync-3.2.3/lib/md5-asm-x86_64.S-34-#endif
##############################################
rsync-3.2.3/lib/getaddrinfo.c-111-
rsync-3.2.3/lib/getaddrinfo.c:112:static char *get_canon_name_from_addr(struct in_addr ip,
rsync-3.2.3/lib/getaddrinfo.c-113-				int *perr)
##############################################
rsync-3.2.3/lib/getaddrinfo.c-115-	return canon_name_from_hostent(
rsync-3.2.3/lib/getaddrinfo.c:116:			gethostbyaddr((void *)&ip, sizeof ip, AF_INET),
rsync-3.2.3/lib/getaddrinfo.c-117-			perr);
##############################################
rsync-3.2.3/lib/getaddrinfo.c-161-
rsync-3.2.3/lib/getaddrinfo.c:162:static int getaddr_info_single_addr(const char *service,
rsync-3.2.3/lib/getaddrinfo.c-163-				uint32 addr,
##############################################
rsync-3.2.3/lib/getaddrinfo.c-190-			ai->ai_canonname =
rsync-3.2.3/lib/getaddrinfo.c:191:			get_canon_name_from_addr(ip,&err);
rsync-3.2.3/lib/getaddrinfo.c-192-		}
##############################################
rsync-3.2.3/lib/getaddrinfo.c-291-		if (node[0] == '\0') {
rsync-3.2.3/lib/getaddrinfo.c:292:			return getaddr_info_single_addr(service,
rsync-3.2.3/lib/getaddrinfo.c-293-					INADDR_ANY,
##############################################
rsync-3.2.3/lib/getaddrinfo.c-299-				return EAI_FAIL;
rsync-3.2.3/lib/getaddrinfo.c:300:			return getaddr_info_single_addr(service,
rsync-3.2.3/lib/getaddrinfo.c-301-					ntohl(ip.s_addr),
##############################################
rsync-3.2.3/lib/getaddrinfo.c-310-	} else if (hints.ai_flags & AI_PASSIVE) {
rsync-3.2.3/lib/getaddrinfo.c:311:		return getaddr_info_single_addr(service,
rsync-3.2.3/lib/getaddrinfo.c-312-					INADDR_ANY,
##############################################
rsync-3.2.3/lib/getaddrinfo.c-315-	}
rsync-3.2.3/lib/getaddrinfo.c:316:	return getaddr_info_single_addr(service,
rsync-3.2.3/lib/getaddrinfo.c-317-					INADDR_LOOPBACK,
##############################################
rsync-3.2.3/lib/getaddrinfo.c-406-	if (!(flags & NI_NUMERICHOST)) {
rsync-3.2.3/lib/getaddrinfo.c:407:		struct hostent *hp = gethostbyaddr(
rsync-3.2.3/lib/getaddrinfo.c-408-				(void *)&((struct sockaddr_in *)sa)->sin_addr,
##############################################
rsync-3.2.3/lib/md5.c-150-
rsync-3.2.3/lib/md5.c:151:#if defined HAVE_ASM && CSUM_CHUNK == 64
rsync-3.2.3/lib/md5.c-152-extern void md5_process_asm(md_context *ctx, const void *data, size_t num);
##############################################
rsync-3.2.3/lib/md5.c-178-
rsync-3.2.3/lib/md5.c:179:#if defined HAVE_ASM && CSUM_CHUNK == 64
rsync-3.2.3/lib/md5.c-180-	if (length >= CSUM_CHUNK) {
##############################################
rsync-3.2.3/lib/md-defines.h:1:/* Keep this simple so both C and ASM can use it */
rsync-3.2.3/lib/md-defines.h-2-
##############################################
rsync-3.2.3/m4/have_type.m4-3-AC_REQUIRE([AC_HEADER_STDC])
rsync-3.2.3/m4/have_type.m4:4:cv=`echo "$1" | sed 'y%./+- %__p__%'`
rsync-3.2.3/m4/have_type.m4-5-AC_MSG_CHECKING(for $1)
##############################################
rsync-3.2.3/m4/have_type.m4-12-[eval "ac_cv_type_$cv=no"]))dnl
rsync-3.2.3/m4/have_type.m4:13:ac_foo=`eval echo \\$ac_cv_type_$cv`
rsync-3.2.3/m4/have_type.m4-14-AC_MSG_RESULT($ac_foo)
rsync-3.2.3/m4/have_type.m4-15-if test "$ac_foo" = yes; then
rsync-3.2.3/m4/have_type.m4:16:  ac_tr_hdr=HAVE_`echo $1 | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'`
rsync-3.2.3/m4/have_type.m4-17-if false; then
##############################################
rsync-3.2.3/cmdormsg-2-
rsync-3.2.3/cmdormsg:3:srcdir=`dirname $0`
rsync-3.2.3/cmdormsg-4-opt="$1"
##############################################
rsync-3.2.3/config.guess-34-
rsync-3.2.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
rsync-3.2.3/config.guess-36-
##############################################
rsync-3.2.3/config.guess-105-    # shellcheck disable=SC2039
rsync-3.2.3/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
rsync-3.2.3/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
rsync-3.2.3/config.guess-155-	EOF
rsync-3.2.3/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
rsync-3.2.3/config.guess-157-
##############################################
rsync-3.2.3/config.guess-192-	    earmv*)
rsync-3.2.3/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
rsync-3.2.3/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
rsync-3.2.3/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
rsync-3.2.3/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
rsync-3.2.3/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
rsync-3.2.3/config.guess-226-		;;
##############################################
rsync-3.2.3/config.guess-237-	    *)
rsync-3.2.3/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
rsync-3.2.3/config.guess-239-		;;
##############################################
rsync-3.2.3/config.guess-290-	*4.0)
rsync-3.2.3/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
rsync-3.2.3/config.guess-292-		;;
rsync-3.2.3/config.guess-293-	*5.*)
rsync-3.2.3/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
rsync-3.2.3/config.guess-295-		;;
##############################################
rsync-3.2.3/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
rsync-3.2.3/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
rsync-3.2.3/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
rsync-3.2.3/config.guess-338-	# 1.2 uses "1.2" for uname -r.
rsync-3.2.3/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
rsync-3.2.3/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
rsync-3.2.3/config.guess-389-    s390x:SunOS:*:*)
rsync-3.2.3/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-391-	exit ;;
rsync-3.2.3/config.guess-392-    sun4H:SunOS:5.*:*)
rsync-3.2.3/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-394-	exit ;;
rsync-3.2.3/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
rsync-3.2.3/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-397-	exit ;;
##############################################
rsync-3.2.3/config.guess-414-	fi
rsync-3.2.3/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-416-	exit ;;
##############################################
rsync-3.2.3/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
rsync-3.2.3/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-422-	exit ;;
##############################################
rsync-3.2.3/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
rsync-3.2.3/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
rsync-3.2.3/config.guess-431-	exit ;;
##############################################
rsync-3.2.3/config.guess-435-    sun*:*:4.2BSD:*)
rsync-3.2.3/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
rsync-3.2.3/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
rsync-3.2.3/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
rsync-3.2.3/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
rsync-3.2.3/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
rsync-3.2.3/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
rsync-3.2.3/config.guess-573-    *:IRIX*:*:*)
rsync-3.2.3/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
rsync-3.2.3/config.guess-575-	exit ;;
##############################################
rsync-3.2.3/config.guess-603-EOF
rsync-3.2.3/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
rsync-3.2.3/config.guess-605-		then
##############################################
rsync-3.2.3/config.guess-616-    *:AIX:*:[4567])
rsync-3.2.3/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
rsync-3.2.3/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
rsync-3.2.3/config.guess-652-    9000/[34678]??:HP-UX:*:*)
rsync-3.2.3/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
rsync-3.2.3/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
rsync-3.2.3/config.guess-706-EOF
rsync-3.2.3/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
rsync-3.2.3/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
rsync-3.2.3/config.guess-734-    ia64:HP-UX:*:*)
rsync-3.2.3/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
rsync-3.2.3/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
rsync-3.2.3/config.guess-764-EOF
rsync-3.2.3/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
rsync-3.2.3/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
rsync-3.2.3/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
rsync-3.2.3/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
rsync-3.2.3/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rsync-3.2.3/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
rsync-3.2.3/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
rsync-3.2.3/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
rsync-3.2.3/config.guess-858-	then
rsync-3.2.3/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
rsync-3.2.3/config.guess-860-	else
rsync-3.2.3/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
rsync-3.2.3/config.guess-862-	fi
##############################################
rsync-3.2.3/config.guess-871-	esac
rsync-3.2.3/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
rsync-3.2.3/config.guess-873-	exit ;;
##############################################
rsync-3.2.3/config.guess-907-    prep*:SunOS:5.*:*)
rsync-3.2.3/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
rsync-3.2.3/config.guess-909-	exit ;;
##############################################
rsync-3.2.3/config.guess-911-	# the GNU system
rsync-3.2.3/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
rsync-3.2.3/config.guess-913-	exit ;;
##############################################
rsync-3.2.3/config.guess-915-	# other systems with GNU libc and userland
rsync-3.2.3/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
rsync-3.2.3/config.guess-917-	exit ;;
##############################################
rsync-3.2.3/config.guess-1037-EOF
rsync-3.2.3/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
rsync-3.2.3/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
rsync-3.2.3/config.guess-1147-    i*86:*:4.*:*)
rsync-3.2.3/config.guess:1148:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
rsync-3.2.3/config.guess-1149-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
rsync-3.2.3/config.guess-1450-    *:DragonFly:*:*)
rsync-3.2.3/config.guess:1451:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
rsync-3.2.3/config.guess-1452-	exit ;;
##############################################
rsync-3.2.3/config.guess-1463-    i*86:skyos:*:*)
rsync-3.2.3/config.guess:1464:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
rsync-3.2.3/config.guess-1465-	exit ;;
##############################################
rsync-3.2.3/config.guess-1613-
rsync-3.2.3/config.guess:1614:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
rsync-3.2.3/config.guess-1615-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
rsync-3.2.3/config.guess-1643-
rsync-3.2.3/config.guess:1644:year=`echo $timestamp | sed 's,-.*,,'`
rsync-3.2.3/config.guess-1645-# shellcheck disable=SC2003
rsync-3.2.3/config.guess:1646:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
rsync-3.2.3/config.guess-1647-   cat >&2 <<EOF
##############################################
rsync-3.2.3/clientserver.c-650-	if (host == undetermined_hostname && lp_reverse_lookup(i))
rsync-3.2.3/clientserver.c:651:		host = client_name(client_addr(f_in));
rsync-3.2.3/clientserver.c-652-	set_env_str("RSYNC_HOST_NAME", host);
##############################################
rsync-3.2.3/clientserver.c-1263-
rsync-3.2.3/clientserver.c:1264:	addr = client_addr(f_in);
rsync-3.2.3/clientserver.c-1265-	host = lp_reverse_lookup(-1) ? client_name(addr) : undetermined_hostname;
##############################################
rsync-3.2.3/zlib/zlib.h-1118-     8: DEBUG
rsync-3.2.3/zlib/zlib.h:1119:     9: ASMV or ASMINF -- use ASM code
rsync-3.2.3/zlib/zlib.h-1120-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
rsync-3.2.3/zlib/crc32.c-187-/* =========================================================================
rsync-3.2.3/zlib/crc32.c:188: * This function can be used by asm versions of crc32()
rsync-3.2.3/zlib/crc32.c-189- */
##############################################
rsync-3.2.3/zlib/ChangeLog-408-- Have make fail if a test fails [Levin]
rsync-3.2.3/zlib/ChangeLog:409:- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson]
rsync-3.2.3/zlib/ChangeLog-410-- Remove assembler object files from contrib
##############################################
rsync-3.2.3/zlib/ChangeLog-588-- Update zlib www home address in win32/DLL_FAQ.txt [Truta]
rsync-3.2.3/zlib/ChangeLog:589:- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove]
rsync-3.2.3/zlib/ChangeLog:590:- Enable browse info in the "Debug" and "ASM Debug" configurations in
rsync-3.2.3/zlib/ChangeLog-591-  the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta]
##############################################
rsync-3.2.3/zlib/ChangeLog-685-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
rsync-3.2.3/zlib/ChangeLog:686:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
rsync-3.2.3/zlib/ChangeLog-687-- Use z_off_t for adler32_combine() and crc32_combine() lengths
##############################################
rsync-3.2.3/zlib/ChangeLog-821-- Add contrib/ada [Anisimkov]
rsync-3.2.3/zlib/ChangeLog:822:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
rsync-3.2.3/zlib/ChangeLog-823-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
##############################################
rsync-3.2.3/zlib/ChangeLog-845-- Fix prototype of syncsearch in inflate.c [Truta]
rsync-3.2.3/zlib/ChangeLog:846:- Introduce ASMINF macro to be enabled when using an ASM implementation
rsync-3.2.3/zlib/ChangeLog-847-  of inflate_fast [Truta]
##############################################
rsync-3.2.3/zlib/ChangeLog-1097-- added compress2 in zconf.h, zlib.def, zlib.dnt
rsync-3.2.3/zlib/ChangeLog:1098:- new asm code from Gilles Vollant in contrib/asm386
rsync-3.2.3/zlib/ChangeLog-1099-- simplify the inflate code (Mark):
##############################################
rsync-3.2.3/zlib/ChangeLog-1115-Changes in 1.0.8 (27 Jan 1998)
rsync-3.2.3/zlib/ChangeLog:1116:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
rsync-3.2.3/zlib/ChangeLog-1117-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
rsync-3.2.3/zlib/ChangeLog-1177-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
rsync-3.2.3/zlib/ChangeLog:1178:        386 asm code replacing longest_match().
rsync-3.2.3/zlib/ChangeLog-1179-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
rsync-3.2.3/zlib/deflate.c-90-#ifdef ASMV
rsync-3.2.3/zlib/deflate.c:91:      void match_init OF((void)); /* asm code initialization */
rsync-3.2.3/zlib/deflate.c-92-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
rsync-3.2.3/zlib/deflate.c-1130-#ifdef ASMV
rsync-3.2.3/zlib/deflate.c:1131:    match_init(); /* initialize the asm code */
rsync-3.2.3/zlib/deflate.c-1132-#endif
##############################################
rsync-3.2.3/zlib/deflate.c-1146-#ifndef ASMV
rsync-3.2.3/zlib/deflate.c:1147:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
rsync-3.2.3/zlib/deflate.c-1148- * match.S. The code will be functionally equivalent.
##############################################
rsync-3.2.3/rsync.1.md-1951-    > `,*`
rsync-3.2.3/rsync.1.md:1952:    > `_$*`
rsync-3.2.3/rsync.1.md-1953-    > `*$`
##############################################
rsync-3.2.3/prepare-source-13-
rsync-3.2.3/prepare-source:14:dir=`dirname $0`
rsync-3.2.3/prepare-source-15-if test x"$dir" = x; then
##############################################
rsync-3.2.3/configure-5-
rsync-3.2.3/configure:6:dir=`dirname $0`
rsync-3.2.3/configure-7-if test x"$dir" = x; then
##############################################
rsync-3.2.3/maybe-make-man-21-    else
rsync-3.2.3/maybe-make-man:22:	outname=`echo "$inname" | sed 's/\.md$//'`
rsync-3.2.3/maybe-make-man-23-	if [ -f "$outname" ]; then
##############################################
rsync-3.2.3/configure.sh-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
rsync-3.2.3/configure.sh:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rsync-3.2.3/configure.sh-47-  as_echo='print -r --'
rsync-3.2.3/configure.sh-48-  as_echo_n='print -rn --'
rsync-3.2.3/configure.sh:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rsync-3.2.3/configure.sh-50-  as_echo='printf %s\n'
##############################################
rsync-3.2.3/configure.sh-52-else
rsync-3.2.3/configure.sh:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rsync-3.2.3/configure.sh-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rsync-3.2.3/configure.sh-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
rsync-3.2.3/configure.sh:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rsync-3.2.3/configure.sh-64-      esac;
##############################################
rsync-3.2.3/configure.sh-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
rsync-3.2.3/configure.sh:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
rsync-3.2.3/configure.sh-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
rsync-3.2.3/configure.sh-327-      case $as_dir in #(
rsync-3.2.3/configure.sh:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rsync-3.2.3/configure.sh-329-      *) as_qdir=$as_dir;;
##############################################
rsync-3.2.3/configure.sh-400-  {
rsync-3.2.3/configure.sh:401:    as_val=`expr "$@" || test $? -eq 1`
rsync-3.2.3/configure.sh-402-  }
##############################################
rsync-3.2.3/configure.sh-407-# ----------------------------------------
rsync-3.2.3/configure.sh:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rsync-3.2.3/configure.sh-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rsync-3.2.3/configure.sh-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
rsync-3.2.3/configure.sh:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
rsync-3.2.3/configure.sh-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
rsync-3.2.3/configure.sh-811-  case $ac_option in
rsync-3.2.3/configure.sh:812:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
rsync-3.2.3/configure.sh-813-  *=)   ac_optarg= ;;
##############################################
rsync-3.2.3/configure.sh-855-  -disable-* | --disable-*)
rsync-3.2.3/configure.sh:856:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
rsync-3.2.3/configure.sh-857-    # Reject names that are not valid shell variable names.
##############################################
rsync-3.2.3/configure.sh-860-    ac_useropt_orig=$ac_useropt
rsync-3.2.3/configure.sh:861:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rsync-3.2.3/configure.sh-862-    case $ac_user_opts in
##############################################
rsync-3.2.3/configure.sh-881-  -enable-* | --enable-*)
rsync-3.2.3/configure.sh:882:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
rsync-3.2.3/configure.sh-883-    # Reject names that are not valid shell variable names.
##############################################
rsync-3.2.3/configure.sh-886-    ac_useropt_orig=$ac_useropt
rsync-3.2.3/configure.sh:887:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rsync-3.2.3/configure.sh-888-    case $ac_user_opts in
##############################################
rsync-3.2.3/configure.sh-1094-  -with-* | --with-*)
rsync-3.2.3/configure.sh:1095:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
rsync-3.2.3/configure.sh-1096-    # Reject names that are not valid shell variable names.
##############################################
rsync-3.2.3/configure.sh-1099-    ac_useropt_orig=$ac_useropt
rsync-3.2.3/configure.sh:1100:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rsync-3.2.3/configure.sh-1101-    case $ac_user_opts in
##############################################
rsync-3.2.3/configure.sh-1110-  -without-* | --without-*)
rsync-3.2.3/configure.sh:1111:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
rsync-3.2.3/configure.sh-1112-    # Reject names that are not valid shell variable names.
##############################################
rsync-3.2.3/configure.sh-1115-    ac_useropt_orig=$ac_useropt
rsync-3.2.3/configure.sh:1116:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
rsync-3.2.3/configure.sh-1117-    case $ac_user_opts in
##############################################
rsync-3.2.3/configure.sh-1148-  *=*)
rsync-3.2.3/configure.sh:1149:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
rsync-3.2.3/configure.sh-1150-    # Reject names that are not valid shell variable names.
##############################################
rsync-3.2.3/configure.sh-1169-if test -n "$ac_prev"; then
rsync-3.2.3/configure.sh:1170:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
rsync-3.2.3/configure.sh-1171-  as_fn_error $? "missing argument to $ac_option"
##############################################
rsync-3.2.3/configure.sh-1191-    */ )
rsync-3.2.3/configure.sh:1192:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
rsync-3.2.3/configure.sh-1193-      eval $ac_var=\$ac_val;;
##############################################
rsync-3.2.3/configure.sh-1226-ac_ls_di=`ls -di .` &&
rsync-3.2.3/configure.sh:1227:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
rsync-3.2.3/configure.sh-1228-  as_fn_error $? "working directory cannot be determined"
##############################################
rsync-3.2.3/configure.sh-1282-case $srcdir in
rsync-3.2.3/configure.sh:1283:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
rsync-3.2.3/configure.sh-1284-esac
##############################################
rsync-3.2.3/configure.sh-1325-By default, \`make install' will install all the files in
rsync-3.2.3/configure.sh:1326:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
rsync-3.2.3/configure.sh:1327:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
rsync-3.2.3/configure.sh-1328-for instance \`--prefix=\$HOME'.
##############################################
rsync-3.2.3/configure.sh-1378-  --disable-simd          disable SIMD optimizations (requires c++)
rsync-3.2.3/configure.sh:1379:  --disable-asm           disable ASM optimizations
rsync-3.2.3/configure.sh-1380-  --disable-largefile     omit support for large files
##############################################
rsync-3.2.3/configure.sh-1436-*)
rsync-3.2.3/configure.sh:1437:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rsync-3.2.3/configure.sh-1438-  # A ".." for each directory in $ac_dir_suffix.
rsync-3.2.3/configure.sh:1439:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rsync-3.2.3/configure.sh-1440-  case $ac_top_builddir_sub in
##############################################
rsync-3.2.3/configure.sh-2298-    *\'*)
rsync-3.2.3/configure.sh:2299:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
rsync-3.2.3/configure.sh-2300-    esac
##############################################
rsync-3.2.3/configure.sh-2381-      case $ac_val in
rsync-3.2.3/configure.sh:2382:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rsync-3.2.3/configure.sh-2383-      esac
##############################################
rsync-3.2.3/configure.sh-2396-	case $ac_val in
rsync-3.2.3/configure.sh:2397:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
rsync-3.2.3/configure.sh-2398-	esac
##############################################
rsync-3.2.3/configure.sh-2517-    set,)
rsync-3.2.3/configure.sh:2518:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
rsync-3.2.3/configure.sh:2519:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
rsync-3.2.3/configure.sh-2520-      ac_cache_corrupted=: ;;
##############################################
rsync-3.2.3/configure.sh-2528-	# differences in whitespace do not lead to failure.
rsync-3.2.3/configure.sh:2529:	ac_old_val_w=`echo x $ac_old_val`
rsync-3.2.3/configure.sh:2530:	ac_new_val_w=`echo x $ac_new_val`
rsync-3.2.3/configure.sh-2531-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
rsync-3.2.3/configure.sh-2548-    case $ac_new_val in
rsync-3.2.3/configure.sh:2549:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
rsync-3.2.3/configure.sh-2550-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
rsync-3.2.3/configure.sh-2582-
rsync-3.2.3/configure.sh:2583:PACKAGE_VERSION=`sed 's/.*"\(.*\)".*/\1/' <$srcdir/version.h`
rsync-3.2.3/configure.sh-2584-
##############################################
rsync-3.2.3/configure.sh-2629-test "x$ac_build_alias" = x &&
rsync-3.2.3/configure.sh:2630:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
rsync-3.2.3/configure.sh-2631-test "x$ac_build_alias" = x &&
rsync-3.2.3/configure.sh-2632-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
rsync-3.2.3/configure.sh:2633:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
rsync-3.2.3/configure.sh-2634-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
rsync-3.2.3/configure.sh-2653-IFS=$ac_save_IFS
rsync-3.2.3/configure.sh:2654:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
rsync-3.2.3/configure.sh-2655-
##############################################
rsync-3.2.3/configure.sh-2664-else
rsync-3.2.3/configure.sh:2665:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
rsync-3.2.3/configure.sh-2666-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
rsync-3.2.3/configure.sh-2686-IFS=$ac_save_IFS
rsync-3.2.3/configure.sh:2687:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
rsync-3.2.3/configure.sh-2688-
##############################################
rsync-3.2.3/configure.sh-3061-$as_echo_n "checking whether the C compiler works... " >&6; }
rsync-3.2.3/configure.sh:3062:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
rsync-3.2.3/configure.sh-3063-
##############################################
rsync-3.2.3/configure.sh-3105-	then :; else
rsync-3.2.3/configure.sh:3106:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rsync-3.2.3/configure.sh-3107-	fi
##############################################
rsync-3.2.3/configure.sh-3165-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
rsync-3.2.3/configure.sh:3166:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
rsync-3.2.3/configure.sh-3167-	  break;;
##############################################
rsync-3.2.3/configure.sh-3274-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
rsync-3.2.3/configure.sh:3275:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
rsync-3.2.3/configure.sh-3276-       break;;
##############################################
rsync-3.2.3/configure.sh-3959-  # Check for GNU $ac_path_GREP
rsync-3.2.3/configure.sh:3960:case `"$ac_path_GREP" --version 2>&1` in
rsync-3.2.3/configure.sh-3961-*GNU*)
##############################################
rsync-3.2.3/configure.sh-4025-  # Check for GNU $ac_path_EGREP
rsync-3.2.3/configure.sh:4026:case `"$ac_path_EGREP" --version 2>&1` in
rsync-3.2.3/configure.sh-4027-*GNU*)
##############################################
rsync-3.2.3/configure.sh-4177-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
rsync-3.2.3/configure.sh:4178:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
rsync-3.2.3/configure.sh-4179-	     'mkdir (GNU coreutils) '* | \
##############################################
rsync-3.2.3/configure.sh-4609-else
rsync-3.2.3/configure.sh:4610:    md2man_out=`"$srcdir/md2man" --test "$srcdir/rsync-ssl.1.md" 2>&1`
rsync-3.2.3/configure.sh-4611-    if test $? = 0; then
##############################################
rsync-3.2.3/configure.sh-4931-# Clag is crashing with -g -O2, so we'll get rid of -g for now.
rsync-3.2.3/configure.sh:4932:CXXFLAGS=`echo "$CXXFLAGS" | sed 's/-g //'`
rsync-3.2.3/configure.sh-4933-
##############################################
rsync-3.2.3/configure.sh-5022-    # Apple often has "g++" as a symlink for clang. Try to find out the truth.
rsync-3.2.3/configure.sh:5023:    CXX_VERSION=`$CXX --version 2>/dev/null | head -n 2`
rsync-3.2.3/configure.sh-5024-    case "$CXX_VERSION" in
##############################################
rsync-3.2.3/configure.sh-5062-
rsync-3.2.3/configure.sh:5063:{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable ASM optimizations" >&5
rsync-3.2.3/configure.sh:5064:$as_echo_n "checking whether to enable ASM optimizations... " >&6; }
rsync-3.2.3/configure.sh:5065:# Check whether --enable-asm was given.
rsync-3.2.3/configure.sh-5066-if test "${enable_asm+set}" = set; then :
##############################################
rsync-3.2.3/configure.sh-5076-$as_echo "unavailable" >&6; }
rsync-3.2.3/configure.sh:5077:        as_fn_error $? "The ASM optimizations are currently x86_64 only.
rsync-3.2.3/configure.sh:5078:Omit --enable-asm to continue without it." "$LINENO" 5
rsync-3.2.3/configure.sh-5079-    fi
##############################################
rsync-3.2.3/configure.sh-5085-
rsync-3.2.3/configure.sh:5086:$as_echo "#define HAVE_ASM 1" >>confdefs.h
rsync-3.2.3/configure.sh-5087-
##############################################
rsync-3.2.3/configure.sh-5776-do :
rsync-3.2.3/configure.sh:5777:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rsync-3.2.3/configure.sh-5778-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
rsync-3.2.3/configure.sh-5781-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:5782:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-5783-_ACEOF
##############################################
rsync-3.2.3/configure.sh-6015-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
rsync-3.2.3/configure.sh:6016:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
rsync-3.2.3/configure.sh-6017-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
rsync-3.2.3/configure.sh-6047-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:6048:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-6049-_ACEOF
##############################################
rsync-3.2.3/configure.sh-6256-do :
rsync-3.2.3/configure.sh:6257:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rsync-3.2.3/configure.sh-6258-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
rsync-3.2.3/configure.sh-6260-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:6261:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-6262-_ACEOF
##############################################
rsync-3.2.3/configure.sh-8003-
rsync-3.2.3/configure.sh:8004:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed 's/( /(/'`
rsync-3.2.3/configure.sh-8005-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
##############################################
rsync-3.2.3/configure.sh-8071-fi
rsync-3.2.3/configure.sh:8072:ac_foo=`eval echo \\$ac_cv_type_$cv`
rsync-3.2.3/configure.sh-8073-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_foo" >&5
##############################################
rsync-3.2.3/configure.sh-8124-fi
rsync-3.2.3/configure.sh:8125:ac_foo=`eval echo \\$ac_cv_type_$cv`
rsync-3.2.3/configure.sh-8126-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_foo" >&5
##############################################
rsync-3.2.3/configure.sh-8332-fi
rsync-3.2.3/configure.sh:8333:ac_foo=`eval echo \\$ac_cv_type_$cv`
rsync-3.2.3/configure.sh-8334-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_foo" >&5
##############################################
rsync-3.2.3/configure.sh-8483-do :
rsync-3.2.3/configure.sh:8484:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
rsync-3.2.3/configure.sh-8485-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
rsync-3.2.3/configure.sh-8488-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:8489:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-8490-_ACEOF
##############################################
rsync-3.2.3/configure.sh-8683-  for ac_func in _getb67 GETB67 getb67; do
rsync-3.2.3/configure.sh:8684:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rsync-3.2.3/configure.sh-8685-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rsync-3.2.3/configure.sh-8754-do :
rsync-3.2.3/configure.sh:8755:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rsync-3.2.3/configure.sh-8756-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rsync-3.2.3/configure.sh-8758-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:8759:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-8760-_ACEOF
##############################################
rsync-3.2.3/configure.sh-8922-do :
rsync-3.2.3/configure.sh:8923:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rsync-3.2.3/configure.sh-8924-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rsync-3.2.3/configure.sh-8926-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:8927:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-8928-_ACEOF
##############################################
rsync-3.2.3/configure.sh-9698-else
rsync-3.2.3/configure.sh:9699:    OBJ_SAVE='	@b=`basename $@ .o`;rm -f $$b.o.sav;if test -f $$b.o; then mv $$b.o $$b.o.sav;fi;'
rsync-3.2.3/configure.sh:9700:    OBJ_RESTORE='	@b=`basename $@ .o`;if test "$$b.o" != "$@"; then mv $$b.o $@; if test -f $$b.o.sav; then mv $$b.o.sav $$b.o; fi; fi'
rsync-3.2.3/configure.sh-9701-    CC_SHOBJ_FLAG=""
##############################################
rsync-3.2.3/configure.sh-9712-do :
rsync-3.2.3/configure.sh:9713:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
rsync-3.2.3/configure.sh-9714-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
rsync-3.2.3/configure.sh-9716-  cat >>confdefs.h <<_ACEOF
rsync-3.2.3/configure.sh:9717:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
rsync-3.2.3/configure.sh-9718-_ACEOF
##############################################
rsync-3.2.3/configure.sh-10196-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
rsync-3.2.3/configure.sh:10197:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
rsync-3.2.3/configure.sh-10198-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
rsync-3.2.3/configure.sh-10264-if test -z "$BASH_VERSION$ZSH_VERSION" \
rsync-3.2.3/configure.sh:10265:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
rsync-3.2.3/configure.sh-10266-  as_echo='print -r --'
rsync-3.2.3/configure.sh-10267-  as_echo_n='print -rn --'
rsync-3.2.3/configure.sh:10268:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
rsync-3.2.3/configure.sh-10269-  as_echo='printf %s\n'
##############################################
rsync-3.2.3/configure.sh-10271-else
rsync-3.2.3/configure.sh:10272:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
rsync-3.2.3/configure.sh-10273-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
rsync-3.2.3/configure.sh-10281-	expr "X$arg" : "X\\(.*\\)$as_nl";
rsync-3.2.3/configure.sh:10282:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
rsync-3.2.3/configure.sh-10283-      esac;
##############################################
rsync-3.2.3/configure.sh-10358-# ----------------------------------------
rsync-3.2.3/configure.sh:10359:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
rsync-3.2.3/configure.sh-10360-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
rsync-3.2.3/configure.sh-10430-  {
rsync-3.2.3/configure.sh:10431:    as_val=`expr "$@" || test $? -eq 1`
rsync-3.2.3/configure.sh-10432-  }
##############################################
rsync-3.2.3/configure.sh-10534-      case $as_dir in #(
rsync-3.2.3/configure.sh:10535:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
rsync-3.2.3/configure.sh-10536-      *) as_qdir=$as_dir;;
##############################################
rsync-3.2.3/configure.sh-10665-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
rsync-3.2.3/configure.sh:10666:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
rsync-3.2.3/configure.sh-10667-ac_cs_version="\\
##############################################
rsync-3.2.3/configure.sh-10690-  --*=?*)
rsync-3.2.3/configure.sh:10691:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
rsync-3.2.3/configure.sh:10692:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
rsync-3.2.3/configure.sh-10693-    ac_shift=:
##############################################
rsync-3.2.3/configure.sh-10695-  --*=)
rsync-3.2.3/configure.sh:10696:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
rsync-3.2.3/configure.sh-10697-    ac_optarg=
##############################################
rsync-3.2.3/configure.sh-10719-    case $ac_optarg in
rsync-3.2.3/configure.sh:10720:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rsync-3.2.3/configure.sh-10721-    '') as_fn_error $? "missing file argument" ;;
##############################################
rsync-3.2.3/configure.sh-10727-    case $ac_optarg in
rsync-3.2.3/configure.sh:10728:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
rsync-3.2.3/configure.sh-10729-    esac
##############################################
rsync-3.2.3/configure.sh-10852-fi
rsync-3.2.3/configure.sh:10853:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
rsync-3.2.3/configure.sh-10854-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
rsync-3.2.3/configure.sh-10869-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
rsync-3.2.3/configure.sh:10870:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
rsync-3.2.3/configure.sh-10871-ac_delim='%!_!# '
##############################################
rsync-3.2.3/configure.sh-10875-
rsync-3.2.3/configure.sh:10876:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
rsync-3.2.3/configure.sh-10877-  if test $ac_delim_n = $ac_delim_num; then
##############################################
rsync-3.2.3/configure.sh-11013-for ac_last_try in false false :; do
rsync-3.2.3/configure.sh:11014:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
rsync-3.2.3/configure.sh-11015-  if test -z "$ac_tt"; then
##############################################
rsync-3.2.3/configure.sh-11145-      esac
rsync-3.2.3/configure.sh:11146:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
rsync-3.2.3/configure.sh-11147-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
rsync-3.2.3/configure.sh-11204-*)
rsync-3.2.3/configure.sh:11205:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
rsync-3.2.3/configure.sh-11206-  # A ".." for each directory in $ac_dir_suffix.
rsync-3.2.3/configure.sh:11207:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
rsync-3.2.3/configure.sh-11208-  case $ac_top_builddir_sub in
##############################################
rsync-3.2.3/configure.sh-11265-/@mandir@/p'
rsync-3.2.3/configure.sh:11266:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
rsync-3.2.3/configure.sh-11267-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
rsync-3.2.3/configure.sh-11282-
rsync-3.2.3/configure.sh:11283:# Neutralize VPATH when `$srcdir' = `.'.
rsync-3.2.3/configure.sh-11284-# Shell code in configure.ac might set extrasub.
##############################################
rsync-3.2.3/configure.sh-11310-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
rsync-3.2.3/configure.sh:11311:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
rsync-3.2.3/configure.sh-11312-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
rsync-3.2.3/config.h.in-63-
rsync-3.2.3/config.h.in:64:/* Define to 1 to enable ASM optimizations */
rsync-3.2.3/config.h.in-65-#undef HAVE_ASM
##############################################
rsync-3.2.3/install-sh-73-
rsync-3.2.3/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
rsync-3.2.3/install-sh-75-	    shift
##############################################
rsync-3.2.3/install-sh-77-
rsync-3.2.3/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
rsync-3.2.3/install-sh-79-	    shift
##############################################
rsync-3.2.3/install-sh-138-	then
rsync-3.2.3/install-sh:139:		dst="$dst"/`basename $src`
rsync-3.2.3/install-sh-140-	else
##############################################
rsync-3.2.3/install-sh-145-## this sed command emulates the dirname command
rsync-3.2.3/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
rsync-3.2.3/install-sh-147-
##############################################
rsync-3.2.3/install-sh-159-IFS='%'
rsync-3.2.3/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
rsync-3.2.3/install-sh-161-IFS="${oIFS}"
##############################################
rsync-3.2.3/install-sh-193-	then
rsync-3.2.3/install-sh:194:		dstfile=`basename $dst`
rsync-3.2.3/install-sh-195-	else
##############################################
rsync-3.2.3/install-sh-203-	then
rsync-3.2.3/install-sh:204:		dstfile=`basename $dst`
rsync-3.2.3/install-sh-205-	else
##############################################
rsync-3.2.3/mkgitver-2-
rsync-3.2.3/mkgitver:3:srcdir=`dirname $0`
rsync-3.2.3/mkgitver-4-gitver=`git describe --abbrev=8 2>/dev/null`
##############################################
rsync-3.2.3/TODO-88-  is rewritten to use the new getaddrinfo()/getnameinfo() interface,
rsync-3.2.3/TODO:89:  rather than gethostbyname()/gethostbyaddr() as in rsync 2.4.6.
rsync-3.2.3/TODO-90-  Systems that don't have the new interface are handled by providing
##############################################
rsync-3.2.3/TODO-101-  old API.  This is probably necessary for systems that e.g. have
rsync-3.2.3/TODO:102:  IPv6, but gethostbyaddr() can't handle it.  The Linux manpage claims
rsync-3.2.3/TODO-103-  this is currently the case.
##############################################
rsync-3.2.3/clientname.c-49-
rsync-3.2.3/clientname.c:50:static void client_sockaddr(int fd, struct sockaddr_storage *ss, socklen_t *ss_len);
rsync-3.2.3/clientname.c-51-static int check_name(const char *ipaddr, const struct sockaddr_storage *ss, char *name_buf, size_t name_buf_size);
rsync-3.2.3/clientname.c:52:static int valid_ipaddr(const char *s);
rsync-3.2.3/clientname.c-53-
rsync-3.2.3/clientname.c-54-/* Return the IP addr of the client as a string. */
rsync-3.2.3/clientname.c:55:char *client_addr(int fd)
rsync-3.2.3/clientname.c-56-{
##############################################
rsync-3.2.3/clientname.c-75-		}
rsync-3.2.3/clientname.c:76:		if (valid_ipaddr(ipaddr_buf))
rsync-3.2.3/clientname.c-77-			return ipaddr_buf;
##############################################
rsync-3.2.3/clientname.c-79-
rsync-3.2.3/clientname.c:80:	client_sockaddr(fd, &ss, &length);
rsync-3.2.3/clientname.c-81-	getnameinfo((struct sockaddr *)&ss, length, ipaddr_buf, sizeof ipaddr_buf, NULL, 0, NI_NUMERICHOST);
##############################################
rsync-3.2.3/clientname.c-215-				inet_ntop(AF_INET, hdr.v2.addr.ip4.src_addr, ipaddr_buf, sizeof ipaddr_buf);
rsync-3.2.3/clientname.c:216:				return valid_ipaddr(ipaddr_buf);
rsync-3.2.3/clientname.c-217-			case PROXY_FAM_TCPv6:
##############################################
rsync-3.2.3/clientname.c-220-				inet_ntop(AF_INET6, hdr.v2.addr.ip6.src_addr, ipaddr_buf, sizeof ipaddr_buf);
rsync-3.2.3/clientname.c:221:				return valid_ipaddr(ipaddr_buf);
rsync-3.2.3/clientname.c-222-			default:
##############################################
rsync-3.2.3/clientname.c-276-		*sp = '\0';
rsync-3.2.3/clientname.c:277:		if (!valid_ipaddr(p))
rsync-3.2.3/clientname.c-278-			return 0;
##############################################
rsync-3.2.3/clientname.c-284-		*sp = '\0';
rsync-3.2.3/clientname.c:285:		if (!valid_ipaddr(p))
rsync-3.2.3/clientname.c-286-			return 0;
##############################################
rsync-3.2.3/clientname.c-316- **/
rsync-3.2.3/clientname.c:317:static void client_sockaddr(int fd, struct sockaddr_storage *ss, socklen_t *ss_len)
rsync-3.2.3/clientname.c-318-{
##############################################
rsync-3.2.3/clientname.c-362- **/
rsync-3.2.3/clientname.c:363:static int compare_addrinfo_sockaddr(const struct addrinfo *ai, const struct sockaddr_storage *ss)
rsync-3.2.3/clientname.c-364-{
##############################################
rsync-3.2.3/clientname.c-443-	for (res = res0; res; res = res->ai_next) {
rsync-3.2.3/clientname.c:444:		if (!compare_addrinfo_sockaddr(res, ss))
rsync-3.2.3/clientname.c-445-			break;	/* OK, identical */
##############################################
rsync-3.2.3/clientname.c-466-/* Returns 1 for a valid IPv4 or IPv6 addr, or 0 for a bad one. */
rsync-3.2.3/clientname.c:467:static int valid_ipaddr(const char *s)
rsync-3.2.3/clientname.c-468-{
##############################################
rsync-3.2.3/.pc/disable_reconfigure_req.diff/Makefile.in-143-lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.S config.h lib/md-defines.h
rsync-3.2.3/.pc/disable_reconfigure_req.diff/Makefile.in:144:	@$(srcdir)/cmdormsg disable-asm $(CC) -I. @NOEXECSTACK@ -c -o $@ $(srcdir)/lib/md5-asm-x86_64.S
rsync-3.2.3/.pc/disable_reconfigure_req.diff/Makefile.in-145-
##############################################
rsync-3.2.3/.pc/perl_shebang.patch/support/rrsync-232-  $host =~ s/^::ffff://;
rsync-3.2.3/.pc/perl_shebang.patch/support/rrsync:233:  $host = gethostbyaddr(inet_aton($host),AF_INET) || $host;
rsync-3.2.3/.pc/perl_shebang.patch/support/rrsync-234-  printf LOG "%02d:%02d %-13s [%s]\n", $hh, $mm, $host, "@opts @args";
##############################################
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync-49-
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync:50:system($RM_PROG, '-rf', $old_dir) if defined $old_dir && -d $old_dir;
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync:51:system($RM_PROG, '-rf', $new_dir) if -d $new_dir;
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync-52-
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync:53:if (system($RSYNC_PROG, "--link-dest=$dest_dir", @ARGV)) {
rsync-3.2.3/.pc/perl_shebang.patch/support/atomic-rsync-54-    if ($? == -1) {
##############################################
rsync-3.2.3/Makefile.in-143-lib/md5-asm-x86_64.o: lib/md5-asm-x86_64.S config.h lib/md-defines.h
rsync-3.2.3/Makefile.in:144:	@$(srcdir)/cmdormsg disable-asm $(CC) -I. @NOEXECSTACK@ -c -o $@ $(srcdir)/lib/md5-asm-x86_64.S
rsync-3.2.3/Makefile.in-145-