===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
redis-6.0.9/deps/hiredis/net.c-105-
redis-6.0.9/deps/hiredis/net.c:106:static int redisSetReuseAddr(redisContext *c) {
redis-6.0.9/deps/hiredis/net.c-107-    int on = 1;
##############################################
redis-6.0.9/deps/hiredis/net.c-123-    if (type == AF_INET) {
redis-6.0.9/deps/hiredis/net.c:124:        if (redisSetReuseAddr(c) == REDIS_ERR) {
redis-6.0.9/deps/hiredis/net.c-125-            return REDIS_ERR;
##############################################
redis-6.0.9/deps/jemalloc/Makefile.in-369-%.h: %.gen.h
redis-6.0.9/deps/jemalloc/Makefile.in:370:	@if ! `cmp -s $< $@` ; then echo "cp $< $<"; cp $< $@ ; fi
redis-6.0.9/deps/jemalloc/Makefile.in-371-
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-323-  $main::opt_list = "";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:324:  $main::opt_disasm = "";
redis-6.0.9/deps/jemalloc/bin/jeprof.in-325-  $main::opt_symbols = 0;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-447-  # Disassembly/listing/symbols mode requires address-level info
redis-6.0.9/deps/jemalloc/bin/jeprof.in:448:  if ($main::opt_disasm || $main::opt_list || $main::opt_symbols) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-449-    $main::opt_functions = 0;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-481-      ($main::opt_list eq '' ? 0 : 1) +
redis-6.0.9/deps/jemalloc/bin/jeprof.in:482:      ($main::opt_disasm eq '' ? 0 : 1) +
redis-6.0.9/deps/jemalloc/bin/jeprof.in-483-      ($main::opt_symbols == 0 ? 0 : 1) +
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-750-  my $bg = shift;       # "" or " &" if we should run in background
redis-6.0.9/deps/jemalloc/bin/jeprof.in:751:  if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-752-    # Options using double dash are supported by this gv version.
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-756-    # if the gv version is known to work properly without the flag.
redis-6.0.9/deps/jemalloc/bin/jeprof.in:757:    system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
redis-6.0.9/deps/jemalloc/bin/jeprof.in-758-           . $bg);
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-761-    print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:762:    system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
redis-6.0.9/deps/jemalloc/bin/jeprof.in-763-  }
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-768-  my $bg = shift;       # "" or " &" if we should run in background
redis-6.0.9/deps/jemalloc/bin/jeprof.in:769:  system(ShellEscape(@EVINCE, $fname) . $bg);
redis-6.0.9/deps/jemalloc/bin/jeprof.in-770-}
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-777-    # OS X: open will use standard preference for SVG files.
redis-6.0.9/deps/jemalloc/bin/jeprof.in:778:    system("/usr/bin/open", $fname);
redis-6.0.9/deps/jemalloc/bin/jeprof.in-779-    return;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-791-  foreach my $b (@alt) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in:792:    if (system($b, $fname) == 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-793-      return;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-803-  print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:804:  system(ShellEscape(@KCACHEGRIND, $fname) . $bg);
redis-6.0.9/deps/jemalloc/bin/jeprof.in-805-}
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-865-  $main::opt_callgrind = 0;
redis-6.0.9/deps/jemalloc/bin/jeprof.in:866:  $main::opt_disasm = 0;
redis-6.0.9/deps/jemalloc/bin/jeprof.in-867-  $main::opt_list = 0;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-926-  if (m/^\s*disasm\s*(.+)/) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in:927:    $main::opt_disasm = 1;
redis-6.0.9/deps/jemalloc/bin/jeprof.in-928-
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1055-
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1056:  disasm [routine_regexp] [-ignore1] [-ignore2]
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1057-      Show disassembly of routines whose names match "routine_regexp",
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1127-
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1128:      foreach my $full_addr (@addrs) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1129-        my $addr = $full_addr;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1522-}
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1523:.asm {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1524-  color: #008800;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1535-  if (target) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1536:    var asm = target.nextSibling;
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1537:    if (asm && asm.className == "asm") {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1538-      asm.style.display = (asm.style.display == "block" ? "" : "block");
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1708-  my $total2 = 0;           # Total cumulative counts
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1709:  my %disasm = ();          # Map from line number to disassembly
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1710:  my $running_disasm = "";  # Unassigned disassembly
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1711-  my $skip_marker = "---\n";
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1756-      $last_dis_linenum = $l;
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1757:      $running_disasm .= $dis;
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1758:      $running_disasm .= "\n";
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1759-    }
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1779-        $disasm{$line} .= $running_disasm;
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1780:        $running_disasm = '';
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1781-        $last_touched_line = $line;
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1836-        my $dis = $disasm{$l};
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1837:        my $asm = "";
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1838-        if (defined($dis) && $dis ne '') {
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1839:          $asm = "<span class=\"asm\">" . $dis . "</span>";
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1840-        }
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1842-                            ? "livesrc"
redis-6.0.9/deps/jemalloc/bin/jeprof.in:1843:                            : (($asm ne "") ? "deadsrc" : "nop"));
redis-6.0.9/deps/jemalloc/bin/jeprof.in-1844-        printf $output (
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-2619-
redis-6.0.9/deps/jemalloc/bin/jeprof.in:2620:    if ($main::opt_disasm || $main::opt_list) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-2621-      # We want just the address for the key
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-3561-
redis-6.0.9/deps/jemalloc/bin/jeprof.in:3562:    (system($cmd) == 0) || error("Failed to get profile: $cmd: $!\n");
redis-6.0.9/deps/jemalloc/bin/jeprof.in:3563:    (system("mv", $tmp_profile, $real_profile) == 0) || error("Unable to rename profile\n");
redis-6.0.9/deps/jemalloc/bin/jeprof.in-3564-    print STDERR "Wrote profile to $real_profile\n";
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4913-  # nm to get what info we can (function names, but not line numbers).
redis-6.0.9/deps/jemalloc/bin/jeprof.in:4914:  if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4915-    MapSymbolsWithNM($image, $offset, $pclist, $symbols);
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4930-    # addr2line --help returns 0, but not if it sees an unknown flag first.
redis-6.0.9/deps/jemalloc/bin/jeprof.in:4931:    if (system("$cmd -i --help >$dev_null 2>&1") == 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4932-      $cmd .= " -i";
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4952-    print("----\n");
redis-6.0.9/deps/jemalloc/bin/jeprof.in:4953:    system("cat", $main::tmpfile_sym);
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4954-    print("----\n");
redis-6.0.9/deps/jemalloc/bin/jeprof.in:4955:    system("$cmd < " . ShellEscape($main::tmpfile_sym));
redis-6.0.9/deps/jemalloc/bin/jeprof.in-4956-    print("----\n");
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5368-  my $to_devnull = ">$dev_null 2>&1";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:5369:  if (system(ShellEscape($nm, "--demangle", "image") . $to_devnull) == 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5370-    # In this mode, we do "nm --demangle <foo>"
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5372-    $cppfilt_flag = "";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:5373:  } elsif (system(ShellEscape($cppfilt, $image) . $to_devnull) == 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5374-    # In this mode, we do "nm <foo> | c++filt"
##############################################
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5377-  my $flatten_flag = "";
redis-6.0.9/deps/jemalloc/bin/jeprof.in:5378:  if (system(ShellEscape($nm, "-f", $image) . $to_devnull) == 0) {
redis-6.0.9/deps/jemalloc/bin/jeprof.in-5379-    $flatten_flag = "-f";
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-34-
redis-6.0.9/deps/jemalloc/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-36-
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
redis-6.0.9/deps/jemalloc/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
redis-6.0.9/deps/jemalloc/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-151-	EOF
redis-6.0.9/deps/jemalloc/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-153-	;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-181-	    earmv*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
redis-6.0.9/deps/jemalloc/build-aux/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-215-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-226-	    *)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-228-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-264-	*4.0)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-266-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.guess-267-	*5.*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-269-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
redis-6.0.9/deps/jemalloc/build-aux/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-312-	# 1.2 uses "1.2" for uname -r.
redis-6.0.9/deps/jemalloc/build-aux/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-372-    s390x:SunOS:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-374-	exit ;;
redis-6.0.9/deps/jemalloc/build-aux/config.guess-375-    sun4H:SunOS:5.*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-377-	exit ;;
redis-6.0.9/deps/jemalloc/build-aux/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-380-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-397-	fi
redis-6.0.9/deps/jemalloc/build-aux/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-399-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
redis-6.0.9/deps/jemalloc/build-aux/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-405-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
redis-6.0.9/deps/jemalloc/build-aux/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-414-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-418-    sun*:*:4.2BSD:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
redis-6.0.9/deps/jemalloc/build-aux/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
redis-6.0.9/deps/jemalloc/build-aux/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
redis-6.0.9/deps/jemalloc/build-aux/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-556-    *:IRIX*:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-558-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-586-EOF
redis-6.0.9/deps/jemalloc/build-aux/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-588-		then
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-599-    *:AIX:*:[4567])
redis-6.0.9/deps/jemalloc/build-aux/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-635-    9000/[34678]??:HP-UX:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-689-EOF
redis-6.0.9/deps/jemalloc/build-aux/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-717-    ia64:HP-UX:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-747-EOF
redis-6.0.9/deps/jemalloc/build-aux/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
redis-6.0.9/deps/jemalloc/build-aux/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-839-	    amd64)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:840:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
redis-6.0.9/deps/jemalloc/build-aux/config.guess-841-	    *)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:842:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
redis-6.0.9/deps/jemalloc/build-aux/config.guess-843-	esac
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-897-    prep*:SunOS:5.*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:898:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-899-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-901-	# the GNU system
redis-6.0.9/deps/jemalloc/build-aux/config.guess:902:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-903-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-905-	# other systems with GNU libc and userland
redis-6.0.9/deps/jemalloc/build-aux/config.guess:906:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
redis-6.0.9/deps/jemalloc/build-aux/config.guess-907-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-999-EOF
redis-6.0.9/deps/jemalloc/build-aux/config.guess:1000:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1001-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1099-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:1100:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1101-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1302-	fi
redis-6.0.9/deps/jemalloc/build-aux/config.guess:1303:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1304-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1387-    *:DragonFly:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:1388:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1389-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1400-    i*86:skyos:*:*)
redis-6.0.9/deps/jemalloc/build-aux/config.guess:1401:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
redis-6.0.9/deps/jemalloc/build-aux/config.guess-1402-	exit ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-52-
redis-6.0.9/deps/jemalloc/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-54-
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
redis-6.0.9/deps/jemalloc/build-aux/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-116-case $maybe_os in
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-122-    os=-$maybe_os
redis-6.0.9/deps/jemalloc/build-aux/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-124-    ;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-126-    os=-linux-android
redis-6.0.9/deps/jemalloc/build-aux/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
redis-6.0.9/deps/jemalloc/build-aux/config.sub-128-    ;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-129-  *)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-131-    if [ $basic_machine != $1 ]
redis-6.0.9/deps/jemalloc/build-aux/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-133-    else os=; fi
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-180-		os=-sco5v6
redis-6.0.9/deps/jemalloc/build-aux/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-182-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-184-		os=-sco3.2v5
redis-6.0.9/deps/jemalloc/build-aux/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-186-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-188-		os=-sco3.2v4
redis-6.0.9/deps/jemalloc/build-aux/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-190-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-191-	-sco3.2.[4-9]*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-194-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
redis-6.0.9/deps/jemalloc/build-aux/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-198-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
redis-6.0.9/deps/jemalloc/build-aux/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-202-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-204-		os=-sco3.2v2
redis-6.0.9/deps/jemalloc/build-aux/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-206-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-207-	-udk*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-209-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-211-		os=-isc2.2
redis-6.0.9/deps/jemalloc/build-aux/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-213-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-217-	-isc*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-219-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-229-	-ptx*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-231-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-232-	-windowsnt*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-234-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-367-	*-*-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
redis-6.0.9/deps/jemalloc/build-aux/config.sub-369-		exit 1
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-495-	amd64-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:496:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-497-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-540-	blackfin-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:541:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-542-		os=-linux
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-548-	c54x-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:549:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-550-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-551-	c55x-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:552:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-553-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-554-	c6x-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:555:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-556-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-652-	e500v[12]-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:653:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-654-		os=$os"spe"
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-759-	i*86v32)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-761-		os=-sysv32
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-763-	i*86v4*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:764:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-765-		os=-sysv4
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-767-	i*86v)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:768:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-769-		os=-sysv
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-771-	i*86sol2)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:772:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-773-		os=-solaris2
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-797-	leon-*|leon[3-9]-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:798:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-799-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-804-	m68knommu-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:805:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-806-		os=-linux
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-841-	mips3*-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:842:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-843-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-844-	mips3*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
redis-6.0.9/deps/jemalloc/build-aux/config.sub-846-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-863-	ms1-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:864:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-865-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-982-	parisc-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:983:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-984-		os=-linux
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-998-	pc98-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:999:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1000-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1013-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1014:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1015-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1016-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1017:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1018-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1019-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1020:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1021-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1022-	pentium4-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1023:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1024-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1032-	ppc-* | ppcbe-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1033:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1034-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1038-	ppcle-* | powerpclittle-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1039:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1040-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1042-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1043:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1044-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1048-	ppc64le-* | powerpc64little-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1049:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1050-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1131-	strongarm-* | thumb-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1132:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1133-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1261-	xscale-* | xscalee[bl]-*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1262:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1263-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1338-	*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1339:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1340-		exit 1
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1346-	*-digital*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1347:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1348-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1349-	*-commodore*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1350:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1351-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1367-	-solaris1 | -solaris1.*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1368:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1369-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1379-	-gnu/linux*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1380:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1381-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1426-	-nto*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1427:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1428-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1433-	-mac*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1434:		os=`echo $os | sed -e 's|mac|macos|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1435-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1439-	-linux*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1440:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1441-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1442-	-sunos5*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1443:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1444-		;;
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1445-	-sunos6*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1446:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1447-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1494-	-sinix5.*)
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1495:		os=`echo $os | sed -e 's|sinix|sysv|'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1496-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1549-		# Get rid of the `-' at the beginning of $os.
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1550:		os=`echo $os | sed 's/[^-]*-//'`
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1551:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1552-		exit 1
##############################################
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1812-		esac
redis-6.0.9/deps/jemalloc/build-aux/config.sub:1813:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
redis-6.0.9/deps/jemalloc/build-aux/config.sub-1814-		;;
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-85-
redis-6.0.9/deps/jemalloc/build-aux/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-87-	    shift
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-89-
redis-6.0.9/deps/jemalloc/build-aux/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-91-	    shift
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-150-	then
redis-6.0.9/deps/jemalloc/build-aux/install-sh:151:		dst="$dst"/`basename $src`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-152-	else
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-157-## this sed command emulates the dirname command
redis-6.0.9/deps/jemalloc/build-aux/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-159-
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-171-IFS='%'
redis-6.0.9/deps/jemalloc/build-aux/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-173-IFS="${oIFS}"
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-205-	then
redis-6.0.9/deps/jemalloc/build-aux/install-sh:206:		dstfile=`basename $dst`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-207-	else
##############################################
redis-6.0.9/deps/jemalloc/build-aux/install-sh-215-	then
redis-6.0.9/deps/jemalloc/build-aux/install-sh:216:		dstfile=`basename $dst`
redis-6.0.9/deps/jemalloc/build-aux/install-sh-217-	else
##############################################
redis-6.0.9/deps/jemalloc/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
redis-6.0.9/deps/jemalloc/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
redis-6.0.9/deps/jemalloc/configure-45-  as_echo='print -r --'
redis-6.0.9/deps/jemalloc/configure-46-  as_echo_n='print -rn --'
redis-6.0.9/deps/jemalloc/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
redis-6.0.9/deps/jemalloc/configure-48-  as_echo='printf %s\n'
##############################################
redis-6.0.9/deps/jemalloc/configure-50-else
redis-6.0.9/deps/jemalloc/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
redis-6.0.9/deps/jemalloc/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
redis-6.0.9/deps/jemalloc/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
redis-6.0.9/deps/jemalloc/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
redis-6.0.9/deps/jemalloc/configure-62-      esac;
##############################################
redis-6.0.9/deps/jemalloc/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
redis-6.0.9/deps/jemalloc/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
redis-6.0.9/deps/jemalloc/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
redis-6.0.9/deps/jemalloc/configure-324-      case $as_dir in #(
redis-6.0.9/deps/jemalloc/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
redis-6.0.9/deps/jemalloc/configure-326-      *) as_qdir=$as_dir;;
##############################################
redis-6.0.9/deps/jemalloc/configure-397-  {
redis-6.0.9/deps/jemalloc/configure:398:    as_val=`expr "$@" || test $? -eq 1`
redis-6.0.9/deps/jemalloc/configure-399-  }
##############################################
redis-6.0.9/deps/jemalloc/configure-404-# ----------------------------------------
redis-6.0.9/deps/jemalloc/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
redis-6.0.9/deps/jemalloc/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
redis-6.0.9/deps/jemalloc/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
redis-6.0.9/deps/jemalloc/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
redis-6.0.9/deps/jemalloc/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
redis-6.0.9/deps/jemalloc/configure-875-  case $ac_option in
redis-6.0.9/deps/jemalloc/configure:876:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
redis-6.0.9/deps/jemalloc/configure-877-  *=)   ac_optarg= ;;
##############################################
redis-6.0.9/deps/jemalloc/configure-919-  -disable-* | --disable-*)
redis-6.0.9/deps/jemalloc/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
redis-6.0.9/deps/jemalloc/configure-921-    # Reject names that are not valid shell variable names.
##############################################
redis-6.0.9/deps/jemalloc/configure-924-    ac_useropt_orig=$ac_useropt
redis-6.0.9/deps/jemalloc/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
redis-6.0.9/deps/jemalloc/configure-926-    case $ac_user_opts in
##############################################
redis-6.0.9/deps/jemalloc/configure-945-  -enable-* | --enable-*)
redis-6.0.9/deps/jemalloc/configure:946:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
redis-6.0.9/deps/jemalloc/configure-947-    # Reject names that are not valid shell variable names.
##############################################
redis-6.0.9/deps/jemalloc/configure-950-    ac_useropt_orig=$ac_useropt
redis-6.0.9/deps/jemalloc/configure:951:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
redis-6.0.9/deps/jemalloc/configure-952-    case $ac_user_opts in
##############################################
redis-6.0.9/deps/jemalloc/configure-1149-  -with-* | --with-*)
redis-6.0.9/deps/jemalloc/configure:1150:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
redis-6.0.9/deps/jemalloc/configure-1151-    # Reject names that are not valid shell variable names.
##############################################
redis-6.0.9/deps/jemalloc/configure-1154-    ac_useropt_orig=$ac_useropt
redis-6.0.9/deps/jemalloc/configure:1155:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
redis-6.0.9/deps/jemalloc/configure-1156-    case $ac_user_opts in
##############################################
redis-6.0.9/deps/jemalloc/configure-1165-  -without-* | --without-*)
redis-6.0.9/deps/jemalloc/configure:1166:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
redis-6.0.9/deps/jemalloc/configure-1167-    # Reject names that are not valid shell variable names.
##############################################
redis-6.0.9/deps/jemalloc/configure-1170-    ac_useropt_orig=$ac_useropt
redis-6.0.9/deps/jemalloc/configure:1171:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
redis-6.0.9/deps/jemalloc/configure-1172-    case $ac_user_opts in
##############################################
redis-6.0.9/deps/jemalloc/configure-1203-  *=*)
redis-6.0.9/deps/jemalloc/configure:1204:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
redis-6.0.9/deps/jemalloc/configure-1205-    # Reject names that are not valid shell variable names.
##############################################
redis-6.0.9/deps/jemalloc/configure-1224-if test -n "$ac_prev"; then
redis-6.0.9/deps/jemalloc/configure:1225:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
redis-6.0.9/deps/jemalloc/configure-1226-  as_fn_error $? "missing argument to $ac_option"
##############################################
redis-6.0.9/deps/jemalloc/configure-1246-    */ )
redis-6.0.9/deps/jemalloc/configure:1247:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
redis-6.0.9/deps/jemalloc/configure-1248-      eval $ac_var=\$ac_val;;
##############################################
redis-6.0.9/deps/jemalloc/configure-1281-ac_ls_di=`ls -di .` &&
redis-6.0.9/deps/jemalloc/configure:1282:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
redis-6.0.9/deps/jemalloc/configure-1283-  as_fn_error $? "working directory cannot be determined"
##############################################
redis-6.0.9/deps/jemalloc/configure-1337-case $srcdir in
redis-6.0.9/deps/jemalloc/configure:1338:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
redis-6.0.9/deps/jemalloc/configure-1339-esac
##############################################
redis-6.0.9/deps/jemalloc/configure-1380-By default, \`make install' will install all the files in
redis-6.0.9/deps/jemalloc/configure:1381:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
redis-6.0.9/deps/jemalloc/configure:1382:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
redis-6.0.9/deps/jemalloc/configure-1383-for instance \`--prefix=\$HOME'.
##############################################
redis-6.0.9/deps/jemalloc/configure-1508-*)
redis-6.0.9/deps/jemalloc/configure:1509:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
redis-6.0.9/deps/jemalloc/configure-1510-  # A ".." for each directory in $ac_dir_suffix.
redis-6.0.9/deps/jemalloc/configure:1511:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
redis-6.0.9/deps/jemalloc/configure-1512-  case $ac_top_builddir_sub in
##############################################
redis-6.0.9/deps/jemalloc/configure-2267-    *\'*)
redis-6.0.9/deps/jemalloc/configure:2268:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
redis-6.0.9/deps/jemalloc/configure-2269-    esac
##############################################
redis-6.0.9/deps/jemalloc/configure-2350-      case $ac_val in
redis-6.0.9/deps/jemalloc/configure:2351:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
redis-6.0.9/deps/jemalloc/configure-2352-      esac
##############################################
redis-6.0.9/deps/jemalloc/configure-2365-	case $ac_val in
redis-6.0.9/deps/jemalloc/configure:2366:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
redis-6.0.9/deps/jemalloc/configure-2367-	esac
##############################################
redis-6.0.9/deps/jemalloc/configure-2485-    set,)
redis-6.0.9/deps/jemalloc/configure:2486:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
redis-6.0.9/deps/jemalloc/configure:2487:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
redis-6.0.9/deps/jemalloc/configure-2488-      ac_cache_corrupted=: ;;
##############################################
redis-6.0.9/deps/jemalloc/configure-2496-	# differences in whitespace do not lead to failure.
redis-6.0.9/deps/jemalloc/configure:2497:	ac_old_val_w=`echo x $ac_old_val`
redis-6.0.9/deps/jemalloc/configure:2498:	ac_new_val_w=`echo x $ac_new_val`
redis-6.0.9/deps/jemalloc/configure-2499-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
redis-6.0.9/deps/jemalloc/configure-2516-    case $ac_new_val in
redis-6.0.9/deps/jemalloc/configure:2517:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
redis-6.0.9/deps/jemalloc/configure-2518-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
redis-6.0.9/deps/jemalloc/configure-2593-
redis-6.0.9/deps/jemalloc/configure:2594:CONFIG=`echo ${ac_configure_args} | sed -e 's#'"'"'\([^ ]*\)'"'"'#\1#g'`
redis-6.0.9/deps/jemalloc/configure-2595-
##############################################
redis-6.0.9/deps/jemalloc/configure-2606-
redis-6.0.9/deps/jemalloc/configure:2607:abs_srcroot="`cd \"${srcdir}\"; pwd`/"
redis-6.0.9/deps/jemalloc/configure-2608-
##############################################
redis-6.0.9/deps/jemalloc/configure-2622-
redis-6.0.9/deps/jemalloc/configure:2623:BINDIR=`eval echo $bindir`
redis-6.0.9/deps/jemalloc/configure:2624:BINDIR=`eval echo $BINDIR`
redis-6.0.9/deps/jemalloc/configure-2625-
redis-6.0.9/deps/jemalloc/configure:2626:INCLUDEDIR=`eval echo $includedir`
redis-6.0.9/deps/jemalloc/configure:2627:INCLUDEDIR=`eval echo $INCLUDEDIR`
redis-6.0.9/deps/jemalloc/configure-2628-
redis-6.0.9/deps/jemalloc/configure:2629:LIBDIR=`eval echo $libdir`
redis-6.0.9/deps/jemalloc/configure:2630:LIBDIR=`eval echo $LIBDIR`
redis-6.0.9/deps/jemalloc/configure-2631-
redis-6.0.9/deps/jemalloc/configure:2632:DATADIR=`eval echo $datadir`
redis-6.0.9/deps/jemalloc/configure:2633:DATADIR=`eval echo $DATADIR`
redis-6.0.9/deps/jemalloc/configure-2634-
redis-6.0.9/deps/jemalloc/configure:2635:MANDIR=`eval echo $mandir`
redis-6.0.9/deps/jemalloc/configure:2636:MANDIR=`eval echo $MANDIR`
redis-6.0.9/deps/jemalloc/configure-2637-
##############################################
redis-6.0.9/deps/jemalloc/configure-3050-$as_echo_n "checking whether the C compiler works... " >&6; }
redis-6.0.9/deps/jemalloc/configure:3051:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
redis-6.0.9/deps/jemalloc/configure-3052-
##############################################
redis-6.0.9/deps/jemalloc/configure-3094-	then :; else
redis-6.0.9/deps/jemalloc/configure:3095:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
redis-6.0.9/deps/jemalloc/configure-3096-	fi
##############################################
redis-6.0.9/deps/jemalloc/configure-3154-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
redis-6.0.9/deps/jemalloc/configure:3155:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
redis-6.0.9/deps/jemalloc/configure-3156-	  break;;
##############################################
redis-6.0.9/deps/jemalloc/configure-3263-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
redis-6.0.9/deps/jemalloc/configure:3264:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
redis-6.0.9/deps/jemalloc/configure-3265-       break;;
##############################################
redis-6.0.9/deps/jemalloc/configure-5409-                for switch in -std=c++14 -std=c++0x +std=c++14 "-h std=c++14"; do
redis-6.0.9/deps/jemalloc/configure:5410:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx14_$switch" | $as_tr_sh`
redis-6.0.9/deps/jemalloc/configure-5411-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++14 features with $switch" >&5
##############################################
redis-6.0.9/deps/jemalloc/configure-6073-  # Check for GNU $ac_path_GREP
redis-6.0.9/deps/jemalloc/configure:6074:case `"$ac_path_GREP" --version 2>&1` in
redis-6.0.9/deps/jemalloc/configure-6075-*GNU*)
##############################################
redis-6.0.9/deps/jemalloc/configure-6139-  # Check for GNU $ac_path_EGREP
redis-6.0.9/deps/jemalloc/configure:6140:case `"$ac_path_EGREP" --version 2>&1` in
redis-6.0.9/deps/jemalloc/configure-6141-*GNU*)
##############################################
redis-6.0.9/deps/jemalloc/configure-6300-do :
redis-6.0.9/deps/jemalloc/configure:6301:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
redis-6.0.9/deps/jemalloc/configure-6302-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
redis-6.0.9/deps/jemalloc/configure-6305-  cat >>confdefs.h <<_ACEOF
redis-6.0.9/deps/jemalloc/configure:6306:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
redis-6.0.9/deps/jemalloc/configure-6307-_ACEOF
##############################################
redis-6.0.9/deps/jemalloc/configure-6798-test "x$ac_build_alias" = x &&
redis-6.0.9/deps/jemalloc/configure:6799:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
redis-6.0.9/deps/jemalloc/configure-6800-test "x$ac_build_alias" = x &&
redis-6.0.9/deps/jemalloc/configure-6801-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
redis-6.0.9/deps/jemalloc/configure:6802:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
redis-6.0.9/deps/jemalloc/configure-6803-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
redis-6.0.9/deps/jemalloc/configure-6822-IFS=$ac_save_IFS
redis-6.0.9/deps/jemalloc/configure:6823:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
redis-6.0.9/deps/jemalloc/configure-6824-
##############################################
redis-6.0.9/deps/jemalloc/configure-6833-else
redis-6.0.9/deps/jemalloc/configure:6834:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
redis-6.0.9/deps/jemalloc/configure-6835-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
redis-6.0.9/deps/jemalloc/configure-6855-IFS=$ac_save_IFS
redis-6.0.9/deps/jemalloc/configure:6856:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
redis-6.0.9/deps/jemalloc/configure-6857-
##############################################
redis-6.0.9/deps/jemalloc/configure-7007-#else
redis-6.0.9/deps/jemalloc/configure:7008:	asm volatile ("cpuid"
redis-6.0.9/deps/jemalloc/configure-7009-	    : "=a" (r[0]), "=b" (r[1]), "=c" (r[2]), "=d" (r[3])
##############################################
redis-6.0.9/deps/jemalloc/configure-8402-else
redis-6.0.9/deps/jemalloc/configure:8403:  RPATH_EXTRA="`echo $with_rpath | tr \":\" \" \"`"
redis-6.0.9/deps/jemalloc/configure-8404-fi
##############################################
redis-6.0.9/deps/jemalloc/configure-8720-else
redis-6.0.9/deps/jemalloc/configure:8721:  JEMALLOC_CPREFIX=`echo ${JEMALLOC_PREFIX} | tr "a-z" "A-Z"`
redis-6.0.9/deps/jemalloc/configure-8722-  cat >>confdefs.h <<_ACEOF
##############################################
redis-6.0.9/deps/jemalloc/configure-10158-
redis-6.0.9/deps/jemalloc/configure:10159:        if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/null`" = "xtrue" ; then
redis-6.0.9/deps/jemalloc/configure-10160-                        for pattern in '[0-9].[0-9].[0-9]' '[0-9].[0-9].[0-9][0-9]' \
##############################################
redis-6.0.9/deps/jemalloc/configure-10185-fi
redis-6.0.9/deps/jemalloc/configure:10186:jemalloc_version=`cat "${objroot}VERSION"`
redis-6.0.9/deps/jemalloc/configure:10187:jemalloc_version_major=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $1}'`
redis-6.0.9/deps/jemalloc/configure:10188:jemalloc_version_minor=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $2}'`
redis-6.0.9/deps/jemalloc/configure:10189:jemalloc_version_bugfix=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $3}'`
redis-6.0.9/deps/jemalloc/configure:10190:jemalloc_version_nrev=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $4}'`
redis-6.0.9/deps/jemalloc/configure:10191:jemalloc_version_gid=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print $5}'`
redis-6.0.9/deps/jemalloc/configure-10192-
##############################################
redis-6.0.9/deps/jemalloc/configure-12279-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
redis-6.0.9/deps/jemalloc/configure:12280:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
redis-6.0.9/deps/jemalloc/configure-12281-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
redis-6.0.9/deps/jemalloc/configure-12347-if test -z "$BASH_VERSION$ZSH_VERSION" \
redis-6.0.9/deps/jemalloc/configure:12348:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
redis-6.0.9/deps/jemalloc/configure-12349-  as_echo='print -r --'
redis-6.0.9/deps/jemalloc/configure-12350-  as_echo_n='print -rn --'
redis-6.0.9/deps/jemalloc/configure:12351:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
redis-6.0.9/deps/jemalloc/configure-12352-  as_echo='printf %s\n'
##############################################
redis-6.0.9/deps/jemalloc/configure-12354-else
redis-6.0.9/deps/jemalloc/configure:12355:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
redis-6.0.9/deps/jemalloc/configure-12356-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
redis-6.0.9/deps/jemalloc/configure-12364-	expr "X$arg" : "X\\(.*\\)$as_nl";
redis-6.0.9/deps/jemalloc/configure:12365:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
redis-6.0.9/deps/jemalloc/configure-12366-      esac;
##############################################
redis-6.0.9/deps/jemalloc/configure-12441-# ----------------------------------------
redis-6.0.9/deps/jemalloc/configure:12442:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
redis-6.0.9/deps/jemalloc/configure-12443-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
redis-6.0.9/deps/jemalloc/configure-12513-  {
redis-6.0.9/deps/jemalloc/configure:12514:    as_val=`expr "$@" || test $? -eq 1`
redis-6.0.9/deps/jemalloc/configure-12515-  }
##############################################
redis-6.0.9/deps/jemalloc/configure-12617-      case $as_dir in #(
redis-6.0.9/deps/jemalloc/configure:12618:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
redis-6.0.9/deps/jemalloc/configure-12619-      *) as_qdir=$as_dir;;
##############################################
redis-6.0.9/deps/jemalloc/configure-12752-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
redis-6.0.9/deps/jemalloc/configure:12753:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
redis-6.0.9/deps/jemalloc/configure-12754-ac_cs_version="\\
##############################################
redis-6.0.9/deps/jemalloc/configure-12776-  --*=?*)
redis-6.0.9/deps/jemalloc/configure:12777:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
redis-6.0.9/deps/jemalloc/configure:12778:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
redis-6.0.9/deps/jemalloc/configure-12779-    ac_shift=:
##############################################
redis-6.0.9/deps/jemalloc/configure-12781-  --*=)
redis-6.0.9/deps/jemalloc/configure:12782:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
redis-6.0.9/deps/jemalloc/configure-12783-    ac_optarg=
##############################################
redis-6.0.9/deps/jemalloc/configure-12805-    case $ac_optarg in
redis-6.0.9/deps/jemalloc/configure:12806:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
redis-6.0.9/deps/jemalloc/configure-12807-    '') as_fn_error $? "missing file argument" ;;
##############################################
redis-6.0.9/deps/jemalloc/configure-12813-    case $ac_optarg in
redis-6.0.9/deps/jemalloc/configure:12814:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
redis-6.0.9/deps/jemalloc/configure-12815-    esac
##############################################
redis-6.0.9/deps/jemalloc/configure-13012-fi
redis-6.0.9/deps/jemalloc/configure:13013:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
redis-6.0.9/deps/jemalloc/configure-13014-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
redis-6.0.9/deps/jemalloc/configure-13029-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
redis-6.0.9/deps/jemalloc/configure:13030:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
redis-6.0.9/deps/jemalloc/configure-13031-ac_delim='%!_!# '
##############################################
redis-6.0.9/deps/jemalloc/configure-13035-
redis-6.0.9/deps/jemalloc/configure:13036:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
redis-6.0.9/deps/jemalloc/configure-13037-  if test $ac_delim_n = $ac_delim_num; then
##############################################
redis-6.0.9/deps/jemalloc/configure-13173-for ac_last_try in false false :; do
redis-6.0.9/deps/jemalloc/configure:13174:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
redis-6.0.9/deps/jemalloc/configure-13175-  if test -z "$ac_tt"; then
##############################################
redis-6.0.9/deps/jemalloc/configure-13305-      esac
redis-6.0.9/deps/jemalloc/configure:13306:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
redis-6.0.9/deps/jemalloc/configure-13307-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
redis-6.0.9/deps/jemalloc/configure-13364-*)
redis-6.0.9/deps/jemalloc/configure:13365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
redis-6.0.9/deps/jemalloc/configure-13366-  # A ".." for each directory in $ac_dir_suffix.
redis-6.0.9/deps/jemalloc/configure:13367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
redis-6.0.9/deps/jemalloc/configure-13368-  case $ac_top_builddir_sub in
##############################################
redis-6.0.9/deps/jemalloc/configure-13420-/@mandir@/p'
redis-6.0.9/deps/jemalloc/configure:13421:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
redis-6.0.9/deps/jemalloc/configure-13422-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
redis-6.0.9/deps/jemalloc/configure-13437-
redis-6.0.9/deps/jemalloc/configure:13438:# Neutralize VPATH when `$srcdir' = `.'.
redis-6.0.9/deps/jemalloc/configure-13439-# Shell code in configure.ac might set extrasub.
##############################################
redis-6.0.9/deps/jemalloc/configure-13464-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
redis-6.0.9/deps/jemalloc/configure:13465:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
redis-6.0.9/deps/jemalloc/configure-13466-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
redis-6.0.9/deps/jemalloc/configure-13515-  cp /dev/null "${f}"
redis-6.0.9/deps/jemalloc/configure:13516:  for nm in `echo ${mangling_map} |tr ',' ' '` ; do
redis-6.0.9/deps/jemalloc/configure:13517:    n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/configure:13518:    m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
redis-6.0.9/deps/jemalloc/configure-13519-    echo "${n}:${m}" >> "${f}"
redis-6.0.9/deps/jemalloc/configure:13520:        public_syms=`for sym in ${public_syms}; do echo "${sym}"; done |grep -v "^${n}\$" |tr '\n' ' '`
redis-6.0.9/deps/jemalloc/configure-13521-  done
##############################################
redis-6.0.9/deps/jemalloc/configure-13530-  mkdir -p "${objroot}include/jemalloc/internal"
redis-6.0.9/deps/jemalloc/configure:13531:  export_syms=`for sym in ${public_syms}; do echo "${JEMALLOC_PREFIX}${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
redis-6.0.9/deps/jemalloc/configure-13532-  "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols.awk"
##############################################
redis-6.0.9/deps/jemalloc/configure-13536-  mkdir -p "${objroot}include/jemalloc/internal"
redis-6.0.9/deps/jemalloc/configure:13537:  export_syms=`for sym in ${public_syms}; do echo "jet_${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
redis-6.0.9/deps/jemalloc/configure-13538-  "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols_jet.awk"
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-110-
redis-6.0.9/deps/jemalloc/configure.ac:111:CONFIG=`echo ${ac_configure_args} | sed -e 's#'"'"'\([^ ]*\)'"'"'#\1#g'`
redis-6.0.9/deps/jemalloc/configure.ac-112-AC_SUBST([CONFIG])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-124-AC_SUBST([srcroot])
redis-6.0.9/deps/jemalloc/configure.ac:125:abs_srcroot="`cd \"${srcdir}\"; pwd`/"
redis-6.0.9/deps/jemalloc/configure.ac-126-AC_SUBST([abs_srcroot])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-141-AC_SUBST([PREFIX])
redis-6.0.9/deps/jemalloc/configure.ac:142:BINDIR=`eval echo $bindir`
redis-6.0.9/deps/jemalloc/configure.ac:143:BINDIR=`eval echo $BINDIR`
redis-6.0.9/deps/jemalloc/configure.ac-144-AC_SUBST([BINDIR])
redis-6.0.9/deps/jemalloc/configure.ac:145:INCLUDEDIR=`eval echo $includedir`
redis-6.0.9/deps/jemalloc/configure.ac:146:INCLUDEDIR=`eval echo $INCLUDEDIR`
redis-6.0.9/deps/jemalloc/configure.ac-147-AC_SUBST([INCLUDEDIR])
redis-6.0.9/deps/jemalloc/configure.ac:148:LIBDIR=`eval echo $libdir`
redis-6.0.9/deps/jemalloc/configure.ac:149:LIBDIR=`eval echo $LIBDIR`
redis-6.0.9/deps/jemalloc/configure.ac-150-AC_SUBST([LIBDIR])
redis-6.0.9/deps/jemalloc/configure.ac:151:DATADIR=`eval echo $datadir`
redis-6.0.9/deps/jemalloc/configure.ac:152:DATADIR=`eval echo $DATADIR`
redis-6.0.9/deps/jemalloc/configure.ac-153-AC_SUBST([DATADIR])
redis-6.0.9/deps/jemalloc/configure.ac:154:MANDIR=`eval echo $mandir`
redis-6.0.9/deps/jemalloc/configure.ac:155:MANDIR=`eval echo $MANDIR`
redis-6.0.9/deps/jemalloc/configure.ac-156-AC_SUBST([MANDIR])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-449-#else
redis-6.0.9/deps/jemalloc/configure.ac:450:	asm volatile ("cpuid"
redis-6.0.9/deps/jemalloc/configure.ac-451-	    : "=a" (r[[0]]), "=b" (r[[1]]), "=c" (r[[2]]), "=d" (r[[3]])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-794-else
redis-6.0.9/deps/jemalloc/configure.ac:795:  RPATH_EXTRA="`echo $with_rpath | tr \":\" \" \"`"
redis-6.0.9/deps/jemalloc/configure.ac-796-fi,
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-836-else
redis-6.0.9/deps/jemalloc/configure.ac:837:  JEMALLOC_CPREFIX=`echo ${JEMALLOC_PREFIX} | tr "a-z" "A-Z"`
redis-6.0.9/deps/jemalloc/configure.ac-838-  AC_DEFINE_UNQUOTED([JEMALLOC_PREFIX], ["$JEMALLOC_PREFIX"])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-1456-    dnl Set VERSION if source directory is inside a git repository.
redis-6.0.9/deps/jemalloc/configure.ac:1457:    if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/null`" = "xtrue" ; then
redis-6.0.9/deps/jemalloc/configure.ac-1458-      dnl Pattern globs aren't powerful enough to match both single- and
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-1484-fi
redis-6.0.9/deps/jemalloc/configure.ac:1485:jemalloc_version=`cat "${objroot}VERSION"`
redis-6.0.9/deps/jemalloc/configure.ac:1486:jemalloc_version_major=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print [$]1}'`
redis-6.0.9/deps/jemalloc/configure.ac:1487:jemalloc_version_minor=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print [$]2}'`
redis-6.0.9/deps/jemalloc/configure.ac:1488:jemalloc_version_bugfix=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print [$]3}'`
redis-6.0.9/deps/jemalloc/configure.ac:1489:jemalloc_version_nrev=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print [$]4}'`
redis-6.0.9/deps/jemalloc/configure.ac:1490:jemalloc_version_gid=`echo ${jemalloc_version} | tr ".g-" " " | awk '{print [$]5}'`
redis-6.0.9/deps/jemalloc/configure.ac-1491-AC_SUBST([jemalloc_version])
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-2119-  cp /dev/null "${f}"
redis-6.0.9/deps/jemalloc/configure.ac:2120:  for nm in `echo ${mangling_map} |tr ',' ' '` ; do
redis-6.0.9/deps/jemalloc/configure.ac:2121:    n=`echo ${nm} |tr ':' ' ' |awk '{print $[]1}'`
redis-6.0.9/deps/jemalloc/configure.ac:2122:    m=`echo ${nm} |tr ':' ' ' |awk '{print $[]2}'`
redis-6.0.9/deps/jemalloc/configure.ac-2123-    echo "${n}:${m}" >> "${f}"
redis-6.0.9/deps/jemalloc/configure.ac-2124-    dnl Remove name from public_syms so that it isn't redefined later.
redis-6.0.9/deps/jemalloc/configure.ac:2125:    public_syms=`for sym in ${public_syms}; do echo "${sym}"; done |grep -v "^${n}\$" |tr '\n' ' '`
redis-6.0.9/deps/jemalloc/configure.ac-2126-  done
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-2141-  mkdir -p "${objroot}include/jemalloc/internal"
redis-6.0.9/deps/jemalloc/configure.ac:2142:  export_syms=`for sym in ${public_syms}; do echo "${JEMALLOC_PREFIX}${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
redis-6.0.9/deps/jemalloc/configure.ac-2143-  "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols.awk"
##############################################
redis-6.0.9/deps/jemalloc/configure.ac-2154-  mkdir -p "${objroot}include/jemalloc/internal"
redis-6.0.9/deps/jemalloc/configure.ac:2155:  export_syms=`for sym in ${public_syms}; do echo "jet_${sym}"; done; for sym in ${wrap_syms}; do echo "${sym}"; done;`
redis-6.0.9/deps/jemalloc/configure.ac-2156-  "${srcdir}/include/jemalloc/internal/private_symbols.sh" "${SYM_PREFIX}" ${export_syms} > "${objroot}include/jemalloc/internal/private_symbols_jet.awk"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-17-	if (mo == atomic_memory_order_relaxed) {
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:18:		asm volatile("" ::: "memory");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-19-		return;
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-21-	if (mo == atomic_memory_order_seq_cst) {
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:22:		asm volatile("" ::: "memory");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-23-		__sync_synchronize();
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:24:		asm volatile("" ::: "memory");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-25-		return;
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-26-	}
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:27:	asm volatile("" ::: "memory");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-28-#  if defined(__i386__) || defined(__x86_64__)
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-30-#  elif defined(__ppc__)
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:31:	asm volatile("lwsync");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-32-#  elif defined(__sparc__) && defined(__arch64__)
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-33-	if (mo == atomic_memory_order_acquire) {
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:34:		asm volatile("membar #LoadLoad | #LoadStore");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-35-	} else if (mo == atomic_memory_order_release) {
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:36:		asm volatile("membar #LoadStore | #StoreStore");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-37-	} else {
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:38:		asm volatile("membar #LoadLoad | #LoadStore | #StoreStore");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-39-	}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-42-#  endif
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h:43:	asm volatile("" ::: "memory");
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h-44-}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/bit_util.h-104-
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/bit_util.h:105:	asm ("bsr %1, %0"
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/bit_util.h-106-	    : "=r"(ret) // Outputs.
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/private_namespace.sh-2-
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/private_namespace.sh:3:for symbol in `cat "$@"` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/private_namespace.sh-4-  echo "#define ${symbol} JEMALLOC_N(${symbol})"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_namespace.sh-2-
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_namespace.sh:3:for nm in `cat $1` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_namespace.sh:4:  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_namespace.sh-5-  echo "#define je_${n} JEMALLOC_N(${n})"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh-2-
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh:3:for nm in `cat $1` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh:4:  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh-5-  echo "#undef je_${n}"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/size_classes.sh-19-# Page sizes.
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/size_classes.sh:20:lg_parr=`echo $3 | tr ',' ' '`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/size_classes.sh-21-
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-39-  step=$1
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:40:  y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:41:  h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' | awk '{print $1}' `
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-42-}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-45-  step=$1
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:46:  y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:47:  h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' | awk '{print $1}' `
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-48-}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-51-  step=$1
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:52:  y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:53:  h=`echo ${yprec} k 2 ${bfp} ^ ${y} '*' p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g' | tr '.' ' ' | awk '{print $1}' `
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-54-}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-91-  $variant ${s}
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh:92:  x=`echo ${xprec} k ${s} ${nsteps} / p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
redis-6.0.9/deps/jemalloc/include/jemalloc/internal/smoothstep.sh-93-  printf '    STEP(%4d, UINT64_C(0x%016x), %s, %s) \\\n' ${s} ${h} ${x} ${y}
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh-19-
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh:20:for nm in `cat ${public_symbols_txt}` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh:21:  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh-22-  echo "#  define ${n} ${symbol_prefix}${n}"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh-37-
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh:38:for nm in `cat ${public_symbols_txt}` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh:39:  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh-40-  echo "#  undef ${symbol_prefix}${n}"
##############################################
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_rename.sh-13-
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_rename.sh:14:for nm in `cat ${public_symbols_txt}` ; do
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_rename.sh:15:  n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_rename.sh:16:  m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
redis-6.0.9/deps/jemalloc/include/jemalloc/jemalloc_rename.sh-17-  echo "#  define je_${n} ${m}"
##############################################
redis-6.0.9/deps/jemalloc/src/extent.c-161-static extent_t *
redis-6.0.9/deps/jemalloc/src/extent.c:162:extent_lock_from_addr(tsdn_t *tsdn, rtree_ctx_t *rtree_ctx, void *addr) {
redis-6.0.9/deps/jemalloc/src/extent.c-163-	extent_t *ret = NULL;
##############################################
redis-6.0.9/deps/jemalloc/src/extent.c-876-	if (new_addr != NULL) {
redis-6.0.9/deps/jemalloc/src/extent.c:877:		extent = extent_lock_from_addr(tsdn, rtree_ctx, new_addr);
redis-6.0.9/deps/jemalloc/src/extent.c-878-		if (extent != NULL) {
##############################################
redis-6.0.9/deps/jemalloc/src/extent.c-1047-			    to_leak, growing_retained);
redis-6.0.9/deps/jemalloc/src/extent.c:1048:			assert(extent_lock_from_addr(tsdn, rtree_ctx, leak)
redis-6.0.9/deps/jemalloc/src/extent.c-1049-			    == NULL);
##############################################
redis-6.0.9/deps/jemalloc/src/extent.c-1538-		/* Try to coalesce forward. */
redis-6.0.9/deps/jemalloc/src/extent.c:1539:		extent_t *next = extent_lock_from_addr(tsdn, rtree_ctx,
redis-6.0.9/deps/jemalloc/src/extent.c-1540-		    extent_past_get(extent));
##############################################
redis-6.0.9/deps/jemalloc/src/extent.c-1564-		/* Try to coalesce backward. */
redis-6.0.9/deps/jemalloc/src/extent.c:1565:		extent_t *prev = extent_lock_from_addr(tsdn, rtree_ctx,
redis-6.0.9/deps/jemalloc/src/extent.c-1566-		    extent_before_get(extent));
##############################################
redis-6.0.9/deps/jemalloc/test/test.sh.in-71-
redis-6.0.9/deps/jemalloc/test/test.sh.in:72:total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
redis-6.0.9/deps/jemalloc/test/test.sh.in-73-echo
##############################################
redis-6.0.9/deps/lua/src/luaconf.h-562-
redis-6.0.9/deps/lua/src/luaconf.h:563:#define lua_number2int(i,d)   __asm fld d   __asm fistp i
redis-6.0.9/deps/lua/src/luaconf.h-564-#define lua_number2integer(i,n)		lua_number2int(i, n)
##############################################
redis-6.0.9/runtest-5-for VERSION in $TCL_VERSIONS; do
redis-6.0.9/runtest:6:	TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
redis-6.0.9/runtest-7-done
##############################################
redis-6.0.9/runtest-cluster-5-for VERSION in $TCL_VERSIONS; do
redis-6.0.9/runtest-cluster:6:	TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
redis-6.0.9/runtest-cluster-7-done
##############################################
redis-6.0.9/runtest-moduleapi-5-for VERSION in $TCL_VERSIONS; do
redis-6.0.9/runtest-moduleapi:6:	TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
redis-6.0.9/runtest-moduleapi-7-done
##############################################
redis-6.0.9/runtest-sentinel-5-for VERSION in $TCL_VERSIONS; do
redis-6.0.9/runtest-sentinel:6:	TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
redis-6.0.9/runtest-sentinel-7-done
##############################################
redis-6.0.9/src/anet.c-251-
redis-6.0.9/src/anet.c:252:static int anetSetReuseAddr(char *err, int fd) {
redis-6.0.9/src/anet.c-253-    int yes = 1;
##############################################
redis-6.0.9/src/anet.c-271-     * will be able to close/open sockets a zillion of times */
redis-6.0.9/src/anet.c:272:    if (anetSetReuseAddr(err,s) == ANET_ERR) {
redis-6.0.9/src/anet.c-273-        close(s);
##############################################
redis-6.0.9/src/anet.c-303-            continue;
redis-6.0.9/src/anet.c:304:        if (anetSetReuseAddr(err,s) == ANET_ERR) goto error;
redis-6.0.9/src/anet.c-305-        if (flags & ANET_CONNECT_NONBLOCK && anetNonBlock(err,s) != ANET_OK)
##############################################
redis-6.0.9/src/anet.c-499-        if (af == AF_INET6 && anetV6Only(err,s) == ANET_ERR) goto error;
redis-6.0.9/src/anet.c:500:        if (anetSetReuseAddr(err,s) == ANET_ERR) goto error;
redis-6.0.9/src/anet.c-501-        if (anetListen(err,s,p->ai_addr,p->ai_addrlen,backlog) == ANET_ERR) s = ANET_ERR;
##############################################
redis-6.0.9/src/anet.c-629- * separated by colons. This the standard to display addresses within Redis. */
redis-6.0.9/src/anet.c:630:int anetFormatAddr(char *buf, size_t buf_len, char *ip, int port) {
redis-6.0.9/src/anet.c-631-    return snprintf(buf,buf_len, strchr(ip,':') ?
##############################################
redis-6.0.9/src/anet.c-634-
redis-6.0.9/src/anet.c:635:/* Like anetFormatAddr() but extract ip and port from the socket's peer. */
redis-6.0.9/src/anet.c-636-int anetFormatPeer(int fd, char *buf, size_t buf_len) {
##############################################
redis-6.0.9/src/anet.c-640-    anetPeerToString(fd,ip,sizeof(ip),&port);
redis-6.0.9/src/anet.c:641:    return anetFormatAddr(buf, buf_len, ip, port);
redis-6.0.9/src/anet.c-642-}
##############################################
redis-6.0.9/src/anet.c-670-    anetSockName(fd,ip,sizeof(ip),&port);
redis-6.0.9/src/anet.c:671:    return anetFormatAddr(fmt, fmt_len, ip, port);
redis-6.0.9/src/anet.c-672-}
##############################################
redis-6.0.9/src/anet.h-76-int anetSockName(int fd, char *ip, size_t ip_len, int *port);
redis-6.0.9/src/anet.h:77:int anetFormatAddr(char *fmt, size_t fmt_len, char *ip, int port);
redis-6.0.9/src/anet.h-78-int anetFormatPeer(int fd, char *fmt, size_t fmt_len);
##############################################
redis-6.0.9/src/cluster.c-3680-        myself->slaveof &&
redis-6.0.9/src/cluster.c:3681:        nodeHasAddr(myself->slaveof))
redis-6.0.9/src/cluster.c-3682-    {
##############################################
redis-6.0.9/src/cluster.c-4275-            if (start != -1 && (!bit || j == CLUSTER_SLOTS-1)) {
redis-6.0.9/src/cluster.c:4276:                addReplyArrayLen(c, nested_elements + 3); /* slots (2) + master addr (1). */
redis-6.0.9/src/cluster.c-4277-
##############################################
redis-6.0.9/src/cluster.h-60-#define nodeInHandshake(n) ((n)->flags & CLUSTER_NODE_HANDSHAKE)
redis-6.0.9/src/cluster.h:61:#define nodeHasAddr(n) (!((n)->flags & CLUSTER_NODE_NOADDR))
redis-6.0.9/src/cluster.h:62:#define nodeWithoutAddr(n) ((n)->flags & CLUSTER_NODE_NOADDR)
redis-6.0.9/src/cluster.h-63-#define nodeTimedOut(n) ((n)->flags & CLUSTER_NODE_PFAIL)
##############################################
redis-6.0.9/src/lzf_d.c-48-# define lzf_movsb(dst, src, len)                \
redis-6.0.9/src/lzf_d.c:49:   asm ("rep movsb"                              \
redis-6.0.9/src/lzf_d.c-50-        : "=D" (dst), "=S" (src), "=c" (len)     \
##############################################
redis-6.0.9/src/redis-cli.c-296-        char addr[256];
redis-6.0.9/src/redis-cli.c:297:        anetFormatAddr(addr, sizeof(addr), config.hostip, config.hostport);
redis-6.0.9/src/redis-cli.c-298-        prompt = sdscatlen(prompt,addr,strlen(addr));
##############################################
redis-6.0.9/src/replication.c-71-        if (c->slave_listening_port)
redis-6.0.9/src/replication.c:72:            anetFormatAddr(buf,sizeof(buf),ip,c->slave_listening_port);
redis-6.0.9/src/replication.c-73-        else
##############################################
redis-6.0.9/src/sentinel.c-553- */
redis-6.0.9/src/sentinel.c:554:sentinelAddr *createSentinelAddr(char *hostname, int port) {
redis-6.0.9/src/sentinel.c-555-    char ip[NET_IP_STR_LEN];
##############################################
redis-6.0.9/src/sentinel.c-572-/* Return a duplicate of the source address. */
redis-6.0.9/src/sentinel.c:573:sentinelAddr *dupSentinelAddr(sentinelAddr *src) {
redis-6.0.9/src/sentinel.c-574-    sentinelAddr *sa;
##############################################
redis-6.0.9/src/sentinel.c-582-/* Free a Sentinel address. Can't fail. */
redis-6.0.9/src/sentinel.c:583:void releaseSentinelAddr(sentinelAddr *sa) {
redis-6.0.9/src/sentinel.c-584-    sdsfree(sa->ip);
##############################################
redis-6.0.9/src/sentinel.c-1116-         * of the Sentinel object that received the address update. */
redis-6.0.9/src/sentinel.c:1117:        releaseSentinelAddr(match->addr);
redis-6.0.9/src/sentinel.c:1118:        match->addr = dupSentinelAddr(ri->addr);
redis-6.0.9/src/sentinel.c-1119-        reconfigured++;
##############################################
redis-6.0.9/src/sentinel.c-1176- * When this happens NULL is returned and errno is set accordingly to the
redis-6.0.9/src/sentinel.c:1177: * createSentinelAddr() function.
redis-6.0.9/src/sentinel.c-1178- *
##############################################
redis-6.0.9/src/sentinel.c-1192-    /* Check address validity. */
redis-6.0.9/src/sentinel.c:1193:    addr = createSentinelAddr(hostname,port);
redis-6.0.9/src/sentinel.c-1194-    if (addr == NULL) return NULL;
##############################################
redis-6.0.9/src/sentinel.c-1197-    if (flags & SRI_SLAVE) {
redis-6.0.9/src/sentinel.c:1198:        anetFormatAddr(slavename, sizeof(slavename), hostname, port);
redis-6.0.9/src/sentinel.c-1199-        name = slavename;
##############################################
redis-6.0.9/src/sentinel.c-1210-    if (dictFind(table,sdsname)) {
redis-6.0.9/src/sentinel.c:1211:        releaseSentinelAddr(addr);
redis-6.0.9/src/sentinel.c-1212-        sdsfree(sdsname);
##############################################
redis-6.0.9/src/sentinel.c-1296-    sdsfree(ri->info);
redis-6.0.9/src/sentinel.c:1297:    releaseSentinelAddr(ri->addr);
redis-6.0.9/src/sentinel.c-1298-    dictRelease(ri->renamed_commands);
##############################################
redis-6.0.9/src/sentinel.c-1315-    serverAssert(ri->flags & SRI_MASTER);
redis-6.0.9/src/sentinel.c:1316:    anetFormatAddr(buf,sizeof(buf),ip,port);
redis-6.0.9/src/sentinel.c-1317-    key = sdsnew(buf);
##############################################
redis-6.0.9/src/sentinel.c-1508-
redis-6.0.9/src/sentinel.c:1509:    newaddr = createSentinelAddr(ip,port);
redis-6.0.9/src/sentinel.c-1510-    if (newaddr == NULL) return C_ERR;
##############################################
redis-6.0.9/src/sentinel.c-1519-        slaves = zrealloc(slaves,sizeof(sentinelAddr*)*(numslaves+1));
redis-6.0.9/src/sentinel.c:1520:        slaves[numslaves++] = createSentinelAddr(slave->addr->ip,
redis-6.0.9/src/sentinel.c-1521-                                                 slave->addr->port);
##############################################
redis-6.0.9/src/sentinel.c-1529-        slaves = zrealloc(slaves,sizeof(sentinelAddr*)*(numslaves+1));
redis-6.0.9/src/sentinel.c:1530:        slaves[numslaves++] = createSentinelAddr(master->addr->ip,
redis-6.0.9/src/sentinel.c-1531-                                                 master->addr->port);
##############################################
redis-6.0.9/src/sentinel.c-1546-                    slaves[j]->port, master->quorum, master);
redis-6.0.9/src/sentinel.c:1547:        releaseSentinelAddr(slaves[j]);
redis-6.0.9/src/sentinel.c-1548-        if (slave) sentinelEvent(LL_NOTICE,"+slave",slave,"%@");
##############################################
redis-6.0.9/src/sentinel.c-1553-     * gets the master->addr->ip and master->addr->port as arguments. */
redis-6.0.9/src/sentinel.c:1554:    releaseSentinelAddr(oldaddr);
redis-6.0.9/src/sentinel.c-1555-    sentinelFlushConfig();
##############################################
redis-6.0.9/src/sentinel.c-1882-
redis-6.0.9/src/sentinel.c:1883:            /* If master_addr (obtained using sentinelGetCurrentMasterAddress()
redis-6.0.9/src/sentinel.c-1884-             * so it may be the address of the promoted slave) is equal to this
##############################################
redis-6.0.9/src/sentinel.c-2561-
redis-6.0.9/src/sentinel.c:2562:                old_addr = dupSentinelAddr(master->addr);
redis-6.0.9/src/sentinel.c-2563-                sentinelResetMasterAndChangeAddress(master, token[5], master_port);
##############################################
redis-6.0.9/src/sentinel.c-2566-                    old_addr,master->addr);
redis-6.0.9/src/sentinel.c:2567:                releaseSentinelAddr(old_addr);
redis-6.0.9/src/sentinel.c-2568-            }
##############################################
redis-6.0.9/src/server.h-447-/* Get the first bind addr or NULL */
redis-6.0.9/src/server.h:448:#define NET_FIRST_BIND_ADDR (server.bindaddr_count ? server.bindaddr[0] : NULL)
redis-6.0.9/src/server.h-449-
##############################################
redis-6.0.9/src/debug.c-1614-        target += *((int32_t*)(p+j+1));
redis-6.0.9/src/debug.c:1615:        if (dladdr((void*)target, &info) != 0 && info.dli_sname != NULL) {
redis-6.0.9/src/debug.c-1616-            if (ht[target&0xff] != target) {
##############################################
redis-6.0.9/src/debug.c-1690-        Dl_info info;
redis-6.0.9/src/debug.c:1691:        if (dladdr(eip, &info) != 0) {
redis-6.0.9/src/debug.c-1692-            serverLog(LL_WARNING|LL_RAW,
##############################################
redis-6.0.9/tests/support/redis.tcl-56-    set ::redis::fd($id) $fd
redis-6.0.9/tests/support/redis.tcl:57:    set ::redis::addr($id) [list $server $port]
redis-6.0.9/tests/support/redis.tcl-58-    set ::redis::blocking($id) 1
##############################################
redis-6.0.9/tests/support/redis.tcl-84-    if {$fd eq {}} {
redis-6.0.9/tests/support/redis.tcl:85:        lassign $::redis::addr($id) host port
redis-6.0.9/tests/support/redis.tcl-86-        if {$::redis::tls} {
##############################################
redis-6.0.9/tests/support/redis.tcl-155-    catch {unset ::redis::fd($id)}
redis-6.0.9/tests/support/redis.tcl:156:    catch {unset ::redis::addr($id)}
redis-6.0.9/tests/support/redis.tcl-157-    catch {unset ::redis::blocking($id)}
##############################################
redis-6.0.9/utils/install_server.sh-146-if [ -z "$CLI_EXEC" ] ; then
redis-6.0.9/utils/install_server.sh:147:	CLI_EXEC=`dirname $REDIS_EXECUTABLE`"/redis-cli"
redis-6.0.9/utils/install_server.sh-148-fi
##############################################
redis-6.0.9/utils/install_server.sh-162-
redis-6.0.9/utils/install_server.sh:163:mkdir -p `dirname "$REDIS_CONFIG_FILE"` || die "Could not create redis config directory"
redis-6.0.9/utils/install_server.sh:164:mkdir -p `dirname "$REDIS_LOG_FILE"` || die "Could not create redis log dir"
redis-6.0.9/utils/install_server.sh-165-mkdir -p "$REDIS_DATA_DIR" || die "Could not create redis data directory"
##############################################
redis-6.0.9/debian/changelog-846-  * Sync debian/sentinel.conf.
redis-6.0.9/debian/changelog:847:  * Add missing -ldl for dladdr(3).
redis-6.0.9/debian/changelog-848-  * Add missing Depends on lsb-base for /lib/lsb/init-functions usage in
##############################################
redis-6.0.9/debian/rules-36-	set -e; for X in $(LUA_LIBS_DEBIAN_NAMES); do \
redis-6.0.9/debian/rules:37:		echo "if (luaL_dostring(lua, \"$$X = require('$$X');\"))" >>$@; \
redis-6.0.9/debian/rules-38-		echo "    serverLog(LL_NOTICE, \"Error loading $$X library\");" >>$@; \
##############################################
redis-6.0.9/.pc/debian-packaging/0007-Set-Debian-configuration-defaults.patch/redis.conf-1379-# The Redis Slow Log is a system to log queries that exceeded a specified
redis-6.0.9/.pc/debian-packaging/0007-Set-Debian-configuration-defaults.patch/redis.conf:1380:# execution time. The execution time does not include the I/O operations
redis-6.0.9/.pc/debian-packaging/0007-Set-Debian-configuration-defaults.patch/redis.conf-1381-# like talking with the client, sending the reply and so forth,
##############################################
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c-1610-        target += *((int32_t*)(p+j+1));
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c:1611:        if (dladdr((void*)target, &info) != 0 && info.dli_sname != NULL) {
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c-1612-            if (ht[target&0xff] != target) {
##############################################
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c-1686-        Dl_info info;
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c:1687:        if (dladdr(eip, &info) != 0) {
redis-6.0.9/.pc/0010-Add-support-for-USE_SYSTEM_JEMALLOC-flag.patch/src/debug.c-1688-            serverLog(LL_WARNING|LL_RAW,
##############################################
redis-6.0.9/redis.conf-1379-# The Redis Slow Log is a system to log queries that exceeded a specified
redis-6.0.9/redis.conf:1380:# execution time. The execution time does not include the I/O operations
redis-6.0.9/redis.conf-1381-# like talking with the client, sending the reply and so forth,
##############################################
redis-py-cluster-2.0.0/rediscluster/utils.py-115-    if ':' not in node_ip:
redis-py-cluster-2.0.0/rediscluster/utils.py:116:        return gethostbyaddr(node_ip)[0]
redis-py-cluster-2.0.0/rediscluster/utils.py-117-
##############################################
redis-py-cluster-2.0.0/rediscluster/utils.py-119-
redis-py-cluster-2.0.0/rediscluster/utils.py:120:    return '{0}:{1}'.format(gethostbyaddr(ip)[0], port)
redis-py-cluster-2.0.0/rediscluster/utils.py-121-