===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
crmsh-4.2.0/autogen.sh-73-    autoconf=$command
crmsh-4.2.0/autogen.sh:74:    autoheader=`echo  "$autoconf" | sed -e 's/autoconf/autoheader/'`
crmsh-4.2.0/autogen.sh:75:    autom4te=`echo  "$autoconf" | sed -e 's/autoconf/autmo4te/'`
crmsh-4.2.0/autogen.sh:76:    autoreconf=`echo  "$autoconf" | sed -e 's/autoconf/autoreconf/'`
crmsh-4.2.0/autogen.sh:77:    autoscan=`echo  "$autoconf" | sed -e 's/autoconf/autoscan/'`
crmsh-4.2.0/autogen.sh:78:    autoupdate=`echo  "$autoconf" | sed -e 's/autoconf/autoupdate/'`
crmsh-4.2.0/autogen.sh:79:    ifnames=`echo  "$autoconf" | sed -e 's/autoconf/ifnames/'`
crmsh-4.2.0/autogen.sh-80-  fi
##############################################
crmsh-4.2.0/autogen.sh-89-    automake=$command
crmsh-4.2.0/autogen.sh:90:    aclocal=`echo  "$automake" | sed -e 's/automake/aclocal/'`
crmsh-4.2.0/autogen.sh-91-  fi
##############################################
crmsh-4.2.0/autogen.sh-109-rm -f ./autoconf ./automake ./autoheader
crmsh-4.2.0/autogen.sh:110:ln -s `which $autoconf` ./autoconf
crmsh-4.2.0/autogen.sh:111:ln -s `which $automake` ./automake
crmsh-4.2.0/autogen.sh:112:ln -s `which $autoheader` ./autoheader
crmsh-4.2.0/autogen.sh-113-
##############################################
crmsh-4.2.0/crmsh/utils.py-2051-
crmsh-4.2.0/crmsh/utils.py:2052:def valid_ip_addr(addr, version=4):
crmsh-4.2.0/crmsh/utils.py-2053-    import socket
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-811-    """
crmsh-4.2.0/crmsh/bootstrap.py:812:    bindnetaddr(IPv4) must one of the local networks or local IP addresses
crmsh-4.2.0/crmsh/bootstrap.py-813-    """
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-828-    """
crmsh-4.2.0/crmsh/bootstrap.py:829:    bindnetaddr(IPv6) must be one of the local networks
crmsh-4.2.0/crmsh/bootstrap.py-830-    """
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-889-
crmsh-4.2.0/crmsh/bootstrap.py:890:def valid_ipv4_addr(addr, prev_value=None):
crmsh-4.2.0/crmsh/bootstrap.py-891-    if prev_value and addr == prev_value[0]:
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-893-        return False
crmsh-4.2.0/crmsh/bootstrap.py:894:    return utils.valid_ip_addr(addr)
crmsh-4.2.0/crmsh/bootstrap.py-895-
crmsh-4.2.0/crmsh/bootstrap.py-896-
crmsh-4.2.0/crmsh/bootstrap.py:897:def valid_ipv6_addr(addr, prev_value=None):
crmsh-4.2.0/crmsh/bootstrap.py-898-    if prev_value and addr == prev_value[0]:
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-900-        return False
crmsh-4.2.0/crmsh/bootstrap.py:901:    return utils.valid_ip_addr(addr, 6)
crmsh-4.2.0/crmsh/bootstrap.py-902-
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-987-def init_corosync_multicast():
crmsh-4.2.0/crmsh/bootstrap.py:988:    def gen_mcastaddr():
crmsh-4.2.0/crmsh/bootstrap.py-989-        if _context.ipv6:
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-1048-                                          r'^[Ff][Ff].*',
crmsh-4.2.0/crmsh/bootstrap.py:1049:                                          gen_mcastaddr(),
crmsh-4.2.0/crmsh/bootstrap.py-1050-                                          valid_ipv6_addr,
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-1067-                                          utils.mcast_regrex,
crmsh-4.2.0/crmsh/bootstrap.py:1068:                                          gen_mcastaddr(),
crmsh-4.2.0/crmsh/bootstrap.py-1069-                                          valid_ipv4_addr,
##############################################
crmsh-4.2.0/crmsh/bootstrap.py-1677-    # Strictly, the rest of the files need only go to the new host which
crmsh-4.2.0/crmsh/bootstrap.py:1678:    # could theoretically be effected using `csync2 -xv -P $(hostname)`,
crmsh-4.2.0/crmsh/bootstrap.py-1679-    # but this still leaves all the other files in dirty state (becuase
##############################################
crmsh-4.2.0/doc/crm.8.adoc-2271-Start tracing RA for the given operation. The trace files are
crmsh-4.2.0/doc/crm.8.adoc:2272:stored in `$HA_VARLIB/trace_ra`. If the operation to be traced is
crmsh-4.2.0/doc/crm.8.adoc-2273-monitor, note that the number of trace files can grow very
##############################################
crmsh-4.2.0/doc/crmsh_hb_report.8.adoc-99-	Extra ssh options. These will be added to every ssh
crmsh-4.2.0/doc/crmsh_hb_report.8.adoc:100:	invocation. Alternatively, use `$HOME/.ssh/config` to setup
crmsh-4.2.0/doc/crmsh_hb_report.8.adoc-101-	desired ssh connection options.
##############################################
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1080-Start tracing RA for the given operation. The trace files are
crmsh-4.2.0/doc/website-v1/man-1.2.adoc:1081:stored in `$HA_VARLIB/trace_ra`. If the operation to be traced is
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1082-monitor, note that the number of trace files can grow very
##############################################
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1562-
crmsh-4.2.0/doc/website-v1/man-1.2.adoc:1563:Save current settings to the rc file (`$HOME/.config/crm/rc`). On
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1564-further `crm` runs, the rc file is automatically read and parsed.
##############################################
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1569-This command resets all user options to the defaults. If used as
crmsh-4.2.0/doc/website-v1/man-1.2.adoc:1570:a single-shot command, the rc file (`$HOME/.config/crm/rc`) is
crmsh-4.2.0/doc/website-v1/man-1.2.adoc-1571-reset to the defaults too.
##############################################
crmsh-4.2.0/doc/website-v1/man-2.0.adoc-1956-Start tracing RA for the given operation. The trace files are
crmsh-4.2.0/doc/website-v1/man-2.0.adoc:1957:stored in `$HA_VARLIB/trace_ra`. If the operation to be traced is
crmsh-4.2.0/doc/website-v1/man-2.0.adoc-1958-monitor, note that the number of trace files can grow very
##############################################
crmsh-4.2.0/doc/website-v1/man-3.adoc-2217-Start tracing RA for the given operation. The trace files are
crmsh-4.2.0/doc/website-v1/man-3.adoc:2218:stored in `$HA_VARLIB/trace_ra`. If the operation to be traced is
crmsh-4.2.0/doc/website-v1/man-3.adoc-2219-monitor, note that the number of trace files can grow very
##############################################
crmsh-4.2.0/test/docker_scripts.sh-54-usage() {
crmsh-4.2.0/test/docker_scripts.sh:55:  echo "Usage: ./test/`basename $0` <`echo ${TEST_TYPE// /|}`>"
crmsh-4.2.0/test/docker_scripts.sh-56-}
##############################################
crmsh-4.2.0/test/regression.sh-110-diff (from $difff):
crmsh-4.2.0/test/regression.sh:111:`cat $difff`
crmsh-4.2.0/test/regression.sh-112-----------
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-811-    """
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:812:    bindnetaddr(IPv4) must one of the local networks or local IP addresses
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-813-    """
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-828-    """
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:829:    bindnetaddr(IPv6) must be one of the local networks
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-830-    """
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-889-
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:890:def valid_ipv4_addr(addr, prev_value=None):
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-891-    if prev_value and addr == prev_value[0]:
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-893-        return False
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:894:    return utils.valid_ip_addr(addr)
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-895-
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-896-
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:897:def valid_ipv6_addr(addr, prev_value=None):
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-898-    if prev_value and addr == prev_value[0]:
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-900-        return False
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:901:    return utils.valid_ip_addr(addr, 6)
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-902-
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-987-def init_corosync_multicast():
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:988:    def gen_mcastaddr():
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-989-        if _context.ipv6:
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1048-                                          r'^[Ff][Ff].*',
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:1049:                                          gen_mcastaddr(),
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1050-                                          valid_ipv6_addr,
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1067-                                          utils.mcast_regrex,
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:1068:                                          gen_mcastaddr(),
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1069-                                          valid_ipv4_addr,
##############################################
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1677-    # Strictly, the rest of the files need only go to the new host which
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py:1678:    # could theoretically be effected using `csync2 -xv -P $(hostname)`,
crmsh-4.2.0/.pc/0013-Fix-cluster-bootstrap.patch/crmsh/bootstrap.py-1679-    # but this still leaves all the other files in dirty state (becuase