===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
snoopy-2.4.9/build/get-random-configure-flags.sh-8-set -u
snoopy-2.4.9/build/get-random-configure-flags.sh:9:MYDIR=`dirname $0`
snoopy-2.4.9/build/get-random-configure-flags.sh-10-
##############################################
snoopy-2.4.9/build/get-random-configure-flags.sh-30-"
snoopy-2.4.9/build/get-random-configure-flags.sh:31:DATASOURCES=`cat $MYDIR/../configure.ac | grep SNOOPY_CONFIGURE_DATASOURCE_ | cut -d'[' -f2 | cut -d']' -f1 | sed -e 's/^/datasource-/'`
snoopy-2.4.9/build/get-random-configure-flags.sh:32:FILTERS=`cat     $MYDIR/../configure.ac | grep SNOOPY_CONFIGURE_FILTER_     | cut -d'[' -f2 | cut -d']' -f1 | sed -e 's/^/filter-/'`
snoopy-2.4.9/build/get-random-configure-flags.sh:33:OUTPUTS=`cat     $MYDIR/../configure.ac | grep SNOOPY_CONFIGURE_OUTPUT_     | cut -d'[' -f2 | cut -d']' -f1 | sed -e 's/^/output-/' | grep -Ev '^output-(file|socket)$'`
snoopy-2.4.9/build/get-random-configure-flags.sh-34-ALL_CONFIGURE_OPTS="$OTHERS $DATASOURCES $FILTERS $OUTPUTS"
##############################################
snoopy-2.4.9/build/get-version.sh-55-#if git show-ref --tags | grep "^$CURRENT_COMMIT_HASH refs/tags" > /dev/null; then
snoopy-2.4.9/build/get-version.sh:56:#    CURRENT_TAG=`git show-ref --tags | grep "^$CURRENT_COMMIT_HASH refs/tags" | awk '{print $2}' | sed -e 's#^refs/tags##'`
snoopy-2.4.9/build/get-version.sh:57:#    CURRENT_PACKAGE_VERSION=`echo "$CURRENT_TAG" | sed -e 's/snoopy-//'`
snoopy-2.4.9/build/get-version.sh-58-#
##############################################
snoopy-2.4.9/build/get-version.sh-90-    if [ -f ChangeLog ]; then
snoopy-2.4.9/build/get-version.sh:91:        CURRENT_PACKAGE_VERSION=`cat ChangeLog | grep -E '^[-0-9]+ - Version [.0-9]+$' | head -n1 | awk '{print $4}'`
snoopy-2.4.9/build/get-version.sh-92-        echo $CURRENT_PACKAGE_VERSION
##############################################
snoopy-2.4.9/build/travis.sh-31-    'build')
snoopy-2.4.9/build/travis.sh:32:        CONFIGURE_FLAGS=`echo "$ALL_ARGS" | sed -e 's/^build//'`
snoopy-2.4.9/build/travis.sh-33-        ;;
##############################################
snoopy-2.4.9/build/travis.sh-36-        MODE="build"   # Switch mode to normal build
snoopy-2.4.9/build/travis.sh:37:        MYDIR=`dirname $0`
snoopy-2.4.9/build/travis.sh:38:        CONFIGURE_FLAGS=`$MYDIR/get-random-configure-flags.sh`
snoopy-2.4.9/build/travis.sh-39-        echo "Build will use the following random configure flags:"
##############################################
snoopy-2.4.9/configure.ac-191-dnl ${exec_prefix} contains 'NONE'           if not specified as ./configure --exec-prefix=...
snoopy-2.4.9/configure.ac:192:SNOOPY_LIBDIR="`eval echo ${libdir} | sed -e s@^NONE@$prefix@ | sed -e s@^NONE@/usr/local@`"
snoopy-2.4.9/configure.ac-193-AC_SUBST([SNOOPY_LIBDIR])
##############################################
snoopy-2.4.9/configure.ac-611-            if echo "$default_output_val" | grep ':' > /dev/null ; then
snoopy-2.4.9/configure.ac:612:                default_output=`echo "$default_output_val" | cut -d: -f1`
snoopy-2.4.9/configure.ac:613:                default_output_arg=`echo "$default_output_val" | cut -d: -f2-`
snoopy-2.4.9/configure.ac-614-            else
##############################################
snoopy-2.4.9/configure.ac-620-            if ! echo "$default_output" | grep 'output$' > /dev/null ; then
snoopy-2.4.9/configure.ac:621:                default_output=`echo "$default_output" | sed -e 's/output$//'`
snoopy-2.4.9/configure.ac-622-            fi
##############################################
snoopy-2.4.9/configure.ac-683-            # Check for value correctness
snoopy-2.4.9/configure.ac:684:            syslog_facility_short=`echo "$with_syslog_facility_val" | awk '{print toupper($0)}' | sed -e 's/^LOG_//' | grep -E '^(AUTH|AUTHPRIV|CRON|DAEMON|FTP|KERN|LOCAL(0|1|2|3|4|5|6|7)|LPR|MAIL|NEWS|SYSLOG|USER|UUCP)$'`
snoopy-2.4.9/configure.ac-685-            if test "x$syslog_facility_short" = "x"; then
##############################################
snoopy-2.4.9/configure.ac-718-            # Check for value correctness
snoopy-2.4.9/configure.ac:719:            syslog_level_short=`echo "$with_syslog_level_val" | awk '{print toupper($0)}' | sed -e 's/^LOG_//' | grep -E '^(EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO|DEBUG)$'`
snoopy-2.4.9/configure.ac-720-            if test "x$syslog_level_short" = "x"; then
##############################################
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-47-        SNOOPY_DOWNLOAD_MODE="git-clone"
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:48:        SNOOPY_GIT_REF_TO_INSTALL=`echo "$ARG_INSTALL_MODE" | sed -e 's/^git-//'`
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-49-        ;;
##############################################
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-90-            SNOOPY_PACKAGE_PATH="$ARG_INSTALL_MODE"
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:91:            SNOOPY_VERSION_TO_INSTALL=`basename $SNOOPY_PACKAGE_PATH | sed -e 's/^snoopy-//' | sed -e 's/.tar.gz$//'`
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-92-
##############################################
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-157-    # Check again
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:158:    for PROGRAM in `echo "which $REQUIRED_PROGRAMS"`; do
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-159-        if ! which $PROGRAM &> /dev/null; then
##############################################
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-250-    if [ "$SNOOPY_PACKAGE_DOWNLOAD" == "false" ]; then
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:251:        SNOOPY_PACKAGE_FILENAME=`basename $SNOOPY_PACKAGE_PATH`
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-252-    else
##############################################
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-254-    fi
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:255:    SNOOPY_PACKAGE_DIRNAME=`echo "$SNOOPY_PACKAGE_FILENAME" | sed -e 's/\.tar.gz$//'`
snoopy-2.4.9/doc/install/bin/snoopy-install.sh:256:    SNOOPY_PACKAGE_VERSION=`echo $SNOOPY_PACKAGE_FILENAME | sed -e 's/^snoopy-//' | sed -e 's/.tar.gz$//'`
snoopy-2.4.9/doc/install/bin/snoopy-install.sh-257-
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-32-fi
snoopy-2.4.9/doc/releasing/bin/create-release.sh:33:RELEASE_VERSION=`echo "$RELEASE_TAG" | sed -e 's/snoopy-//'`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-34-
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-37-### Check if release tag exists
snoopy-2.4.9/doc/releasing/bin/create-release.sh:38:RES=`git tag | grep "^$RELEASE_TAG\$"`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-39-if [ "$RES" != "$RELEASE_TAG" ]; then
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-46-### Check if first line of tagged commit contains "Release X.Y.Z"
snoopy-2.4.9/doc/releasing/bin/create-release.sh:47:RES=`git log -1 --pretty="%B" $RELEASE_TAG | head -n1 | grep "^Release $RELEASE_VERSION\$" -c`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-48-if [ "$RES" -ne "1" ]; then
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-55-### Check if git remote with required name exists
snoopy-2.4.9/doc/releasing/bin/create-release.sh:56:RES=`git remote | grep "^$PUBLIC_GIT_REMOTE_NAME\$" -c`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-57-if [ "$RES" -ne "1" ]; then
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-67-#
snoopy-2.4.9/doc/releasing/bin/create-release.sh:68:RES=`git describe --always --dirty | grep -- '-dirty$' | grep -c .`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-69-if [ "$RES" -ne "0" ]; then
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-152-### Check for release in ChangeLog
snoopy-2.4.9/doc/releasing/bin/create-release.sh:153:RES=`cat ChangeLog | grep "$RELEASE_VERSION\$" | cat`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-154-if [ "x$RES" == "x" ]; then
##############################################
snoopy-2.4.9/doc/releasing/bin/create-release.sh-159-### Check for release in README.md
snoopy-2.4.9/doc/releasing/bin/create-release.sh:160:RES=`cat README.md | grep snoopy-$RELEASE_VERSION\.t | cat`
snoopy-2.4.9/doc/releasing/bin/create-release.sh-161-if [ "x$RES" == "x" ]; then
##############################################
snoopy-2.4.9/lib/inih/dev-update.sh-48-#
snoopy-2.4.9/lib/inih/dev-update.sh:49:INIH_VERSION=`cd $TMPGITDIR && git describe --all --long`
snoopy-2.4.9/lib/inih/dev-update.sh-50-cat << EOF > $DESTDIR/SOURCE.txt
##############################################
snoopy-2.4.9/src/eventsource/Makefile.am-30-#
snoopy-2.4.9/src/eventsource/Makefile.am:31:libsnoopy_eventsource_execve_wrapper_la_CFLAGS = `echo $(AM_CFLAGS) | sed -e 's/-pedantic//'`
##############################################
snoopy-2.4.9/tests/_bootstrap.sh-14-#
snoopy-2.4.9/tests/_bootstrap.sh:15:SNOOPY_CUR_TEST_PATH=`readlink -e $0`
snoopy-2.4.9/tests/_bootstrap.sh:16:SNOOPY_CUR_TEST_DIR=`dirname $SNOOPY_CUR_TEST_PATH`
snoopy-2.4.9/tests/_bootstrap.sh:17:SNOOPY_CUR_TEST_FILENAME=`basename $SNOOPY_CUR_TEST_PATH`
snoopy-2.4.9/tests/_bootstrap.sh:18:SNOOPY_CUR_TEST_NAME=`echo $SNOOPY_CUR_TEST_FILENAME | sed -e 's/\.sh$//'`
snoopy-2.4.9/tests/_bootstrap.sh:19:SNOOPY_CUR_TEST_GROUP_PATH=`dirname $SNOOPY_CUR_TEST_PATH`
snoopy-2.4.9/tests/_bootstrap.sh:20:SNOOPY_CUR_TEST_GROUP_NAME=`basename $SNOOPY_CUR_TEST_GROUP_PATH`
snoopy-2.4.9/tests/_bootstrap.sh-21-
##############################################
snoopy-2.4.9/tests/_bootstrap.sh-26-#
snoopy-2.4.9/tests/_bootstrap.sh:27:SNOOPY_TESTS_ROOTDIR=`dirname $SNOOPY_CUR_TEST_GROUP_PATH`
snoopy-2.4.9/tests/_bootstrap.sh-28-#
##############################################
snoopy-2.4.9/tests/_bootstrap.sh-123-
snoopy-2.4.9/tests/_bootstrap.sh:124:    COUNT=`ps -eo pid,$FIELD | grep -E "^[ ]*$PID[ ]+" -c`
snoopy-2.4.9/tests/_bootstrap.sh-125-    if [ "$COUNT" != "1" ]; then
##############################################
snoopy-2.4.9/tests/_bootstrap.sh-129-
snoopy-2.4.9/tests/_bootstrap.sh:130:    VALUE=`ps -eo pid,$FIELD | grep -E "^[ ]*$PID[ ]+" | head -n1 | awk '{print $2}'`
snoopy-2.4.9/tests/_bootstrap.sh-131-    echo "$VALUE"
##############################################
snoopy-2.4.9/tests/bin/Makefile.am-59-libsnoopy_test_la_SOURCES = libsnoopy-test.c
snoopy-2.4.9/tests/bin/Makefile.am:60:libsnoopy_test_la_CFLAGS  = `echo $(AM_CFLAGS) | sed -e 's/-pedantic//'`
snoopy-2.4.9/tests/bin/Makefile.am-61-libsnoopy_test_la_LIBADD  = $(top_builddir)/src/libsnoopy_no_execve.la
##############################################
snoopy-2.4.9/tests/combined/_bootstrap.sh-13-#
snoopy-2.4.9/tests/combined/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-drop.sh-24-#
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-drop.sh:25:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-pass.sh-15-MY_UID=`id -a | grep -Eo 'uid=[0-9]+' | grep -Eo '[0-9]+'`
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-pass.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-pass.sh-17-ARG_1="ls -la /"
##############################################
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-pass.sh-26-#
snoopy-2.4.9/tests/combined/combined-filter-exclude_uid-pass.sh:27:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/combined/combined-filter-only_uid-drop.sh-14-MY_UID=`id -a | grep -Eo 'uid=[0-9]+' | grep -Eo '[0-9]+'`
snoopy-2.4.9/tests/combined/combined-filter-only_uid-drop.sh:15:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/combined/combined-filter-only_uid-drop.sh-16-ARG_1="ls -la /"
##############################################
snoopy-2.4.9/tests/combined/combined-filter-only_uid-drop.sh-25-#
snoopy-2.4.9/tests/combined/combined-filter-only_uid-drop.sh:26:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/combined/combined-filter-only_uid-pass.sh-25-#
snoopy-2.4.9/tests/combined/combined-filter-only_uid-pass.sh:26:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/combined/combined-generic.sh-8-set -u
snoopy-2.4.9/tests/combined/combined-generic.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/combined/combined-generic.sh-10-
##############################################
snoopy-2.4.9/tests/combined/combined-generic.sh-40-# Make paths absolute
snoopy-2.4.9/tests/combined/combined-generic.sh:41:TMP_INI=`readlink -e $TMP_INI`
snoopy-2.4.9/tests/combined/combined-generic.sh:42:TMP_OUT=`readlink -e $TMP_OUT`
snoopy-2.4.9/tests/combined/combined-generic.sh-43-
##############################################
snoopy-2.4.9/tests/combined/combined-generic.sh-56-#
snoopy-2.4.9/tests/combined/combined-generic.sh:57:export SNOOPY_INI=`readlink -e $TMP_INI`
snoopy-2.4.9/tests/combined/combined-generic.sh-58-export LD_PRELOAD=$SNOOPY_LIBSNOOPY_TEST_SO_PATH
##############################################
snoopy-2.4.9/tests/combined/combined-generic.sh-68-#
snoopy-2.4.9/tests/combined/combined-generic.sh:69:OUTPUT_LINECOUNT=`cat $TMP_OUT | wc -l`
snoopy-2.4.9/tests/combined/combined-generic.sh-70-if [ "$OUTPUT_LINECOUNT" != "$EXPECTED_OUTPUT_LINECOUNT" ]; then
##############################################
snoopy-2.4.9/tests/combined/combined-generic.sh-84-#
snoopy-2.4.9/tests/combined/combined-generic.sh:85:OUTPUT_CONTENT=`cat $TMP_OUT`
snoopy-2.4.9/tests/combined/combined-generic.sh-86-
##############################################
snoopy-2.4.9/tests/combined/combined-nofilter-1.sh-23-#
snoopy-2.4.9/tests/combined/combined-nofilter-1.sh:24:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/combined/combined-nofilter-2.sh-23-#
snoopy-2.4.9/tests/combined/combined-nofilter-2.sh:24:. `dirname $BASH_SOURCE`/combined-generic.sh
##############################################
snoopy-2.4.9/tests/configfile/_bootstrap.sh-13-#
snoopy-2.4.9/tests/configfile/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh-24-
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "filter_chain"`
snoopy-2.4.9/tests/configfile/configfile-filter_chain-1.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-generic.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-generic.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-generic.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-generic.sh-25-
snoopy-2.4.9/tests/configfile/configfile-generic.sh:26:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "$CONFIG_VARIABLE"`
snoopy-2.4.9/tests/configfile/configfile-generic.sh-27-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh-30-
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh:31:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-line-length-1023.sh-32-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh-32-
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh:33:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-line-length-1024.sh-34-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh-24-
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-message_format-1.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh-24-
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-message_format-double-quoted.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh-24-
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-message_format-single-quoted.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh-24-
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "message_format"`
snoopy-2.4.9/tests/configfile/configfile-message_format-unquoted.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh-24-
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "output"`
snoopy-2.4.9/tests/configfile/configfile-output-devlog.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-file.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-output-file.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-output-file.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-file.sh-24-
snoopy-2.4.9/tests/configfile/configfile-output-file.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "output"`
snoopy-2.4.9/tests/configfile/configfile-output-file.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh-24-
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "output"`
snoopy-2.4.9/tests/configfile/configfile-output-invalid.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh-24-
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh:25:VAL_SNOOPY=`$SNOOPY_TEST_CONFIGFILE "$TMP_INI" "output"`
snoopy-2.4.9/tests/configfile/configfile-output-socket.sh-26-rm -f $TMP_INI
##############################################
snoopy-2.4.9/tests/configfile/configfile-syslog_facility.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-syslog_facility.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-syslog_facility.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-syslog_ident.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-syslog_ident.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-syslog_ident.sh-10-
##############################################
snoopy-2.4.9/tests/configfile/configfile-syslog_level.sh-8-set -u
snoopy-2.4.9/tests/configfile/configfile-syslog_level.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/configfile/configfile-syslog_level.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/_bootstrap.sh-13-#
snoopy-2.4.9/tests/datasource/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh-15-COMMAND="$SNOOPY_TEST_DATASOURCE cmdline"
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh:16:VAL_SNOOPY=`$COMMAND`
snoopy-2.4.9/tests/datasource/datasource_cmdline.sh-17-VAL_REAL="$COMMAND"
##############################################
snoopy-2.4.9/tests/datasource/datasource_cwd.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_cwd.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_cwd.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_cwd.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_cwd.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE cwd`
snoopy-2.4.9/tests/datasource/datasource_cwd.sh-16-VAL_REAL="$PWD"
##############################################
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_datetime.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_datetime.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE datetime`
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-16-snoopy_testRun_info "Snoopy value: $VAL_SNOOPY"
##############################################
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-18-snoopy_testRun_info "Real value:   $VAL_REAL"
snoopy-2.4.9/tests/datasource/datasource_datetime.sh:19:VAL_SNOOPY_TS=`date --date="$VAL_SNOOPY"  "+%s"`
snoopy-2.4.9/tests/datasource/datasource_datetime.sh:20:VAL_REAL_TS=`  date --date="$VAL_REAL"    "+%s"`
snoopy-2.4.9/tests/datasource/datasource_datetime.sh:21:VAL_DIFF=`expr $VAL_SNOOPY_TS - $VAL_REAL_TS | sed -e 's/^-//'`
snoopy-2.4.9/tests/datasource/datasource_datetime.sh-22-snoopy_testRun_info "Difference:   $VAL_DIFF"
##############################################
snoopy-2.4.9/tests/datasource/datasource_domain.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_domain.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_domain.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_domain.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_domain.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE domain`
snoopy-2.4.9/tests/datasource/datasource_domain.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_domain.sh-21-    SNOOPY_HOSTNAME=`hostname`
snoopy-2.4.9/tests/datasource/datasource_domain.sh:22:    VAL_REAL=`cat /etc/hosts | sed -e 's/#.*//' | grep -Eo "$SNOOPY_HOSTNAME\.[-_.a-z0-9]+" | sed -e "s/$SNOOPY_HOSTNAME\.//" | head -n1`
snoopy-2.4.9/tests/datasource/datasource_domain.sh-23-fi
##############################################
snoopy-2.4.9/tests/datasource/datasource_egid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_egid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_egid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_egid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_egid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE egid`
snoopy-2.4.9/tests/datasource/datasource_egid.sh-16-MY_PID=$$
snoopy-2.4.9/tests/datasource/datasource_egid.sh:17:VAL_REAL=`snoopy_test_getValue_fromPs "$MY_PID" "egid"`
snoopy-2.4.9/tests/datasource/datasource_egid.sh-18-
##############################################
snoopy-2.4.9/tests/datasource/datasource_egroup.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_egroup.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_egroup.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_egroup.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_egroup.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE egroup`
snoopy-2.4.9/tests/datasource/datasource_egroup.sh-16-MY_PID=$$
snoopy-2.4.9/tests/datasource/datasource_egroup.sh:17:MY_EGID=`snoopy_test_getValue_fromPs "$MY_PID" "egid"`
snoopy-2.4.9/tests/datasource/datasource_egroup.sh:18:VAL_REAL=`getent group "$MY_EGID" | cut -d: -f1`
snoopy-2.4.9/tests/datasource/datasource_egroup.sh-19-
##############################################
snoopy-2.4.9/tests/datasource/datasource_env-set.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_env-set.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_env-set.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_env-set.sh-15-export SNOOPY_TEST_DATASOURCE_ENV_SET="asdf"
snoopy-2.4.9/tests/datasource/datasource_env-set.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE env "SNOOPY_TEST_DATASOURCE_ENV_SET"`
snoopy-2.4.9/tests/datasource/datasource_env-set.sh-17-VAL_REAL="$SNOOPY_TEST_DATASOURCE_ENV_SET"
##############################################
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh-15-unset SNOOPY_TEST_DATASOURCE_ENV_UNSET
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE env "SNOOPY_TEST_DATASOURCE_ENV_UNSET"`
snoopy-2.4.9/tests/datasource/datasource_env-unset.sh-17-VAL_REAL="(undefined)"
##############################################
snoopy-2.4.9/tests/datasource/datasource_env_all.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_env_all.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_env_all.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_env_all.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_env_all.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE env_all`
snoopy-2.4.9/tests/datasource/datasource_env_all.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_euid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_euid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_euid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_euid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_euid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE euid`
snoopy-2.4.9/tests/datasource/datasource_euid.sh-16-VAL_REAL="$EUID"
##############################################
snoopy-2.4.9/tests/datasource/datasource_eusername.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_eusername.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_eusername.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_eusername.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_eusername.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE eusername`
snoopy-2.4.9/tests/datasource/datasource_eusername.sh-16-MY_EUID="$EUID"
snoopy-2.4.9/tests/datasource/datasource_eusername.sh:17:VAL_REAL=`getent passwd "$MY_EUID" | cut -d: -f1`
snoopy-2.4.9/tests/datasource/datasource_eusername.sh-18-
##############################################
snoopy-2.4.9/tests/datasource/datasource_filename.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_filename.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_filename.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_filename.sh-15-COMMAND_NO_ARGS="$SNOOPY_TEST_DATASOURCE"
snoopy-2.4.9/tests/datasource/datasource_filename.sh:16:VAL_SNOOPY=`$COMMAND_NO_ARGS filename`
snoopy-2.4.9/tests/datasource/datasource_filename.sh-17-VAL_REAL="$COMMAND_NO_ARGS"
##############################################
snoopy-2.4.9/tests/datasource/datasource_gid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_gid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_gid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_gid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_gid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE gid`
snoopy-2.4.9/tests/datasource/datasource_gid.sh-16-VAL_REAL=`id -a | grep -Eo 'gid=[0-9]+' | grep -Eo '[0-9]+'`
##############################################
snoopy-2.4.9/tests/datasource/datasource_group.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_group.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_group.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_group.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_group.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE group`
snoopy-2.4.9/tests/datasource/datasource_group.sh-16-VAL_REAL=`id -a | grep -Eo 'gid=[0-9]+[(][^)]+[)]' | grep -Eo '[(][^)]+[)]' | grep -Eo '[^()]+'`
##############################################
snoopy-2.4.9/tests/datasource/datasource_hostname.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_hostname.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_hostname.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_hostname.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_hostname.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE hostname`
snoopy-2.4.9/tests/datasource/datasource_hostname.sh-16-VAL_REAL=`hostname`
##############################################
snoopy-2.4.9/tests/datasource/datasource_login.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_login.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_login.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_login.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_login.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE login`
snoopy-2.4.9/tests/datasource/datasource_login.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_pid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_pid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_pid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_ppid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_ppid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_ppid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_ppid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_ppid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE ppid`
snoopy-2.4.9/tests/datasource/datasource_ppid.sh-16-VAL_REAL=$$
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE rpname`
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-18-CUR_PID=$$
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:19:NEW_PPID=`snoopy_test_getValue_fromPs "$CUR_PID" "ppid"`
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-20-I=0
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-24-while [[ "$NEW_PPID" != "1" ]] && [[ "$NEW_PPID" != "0" ]]; do
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:25:    I=`expr $I + 1`
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-26-    if [ "$I" -gt "100" ]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-30-    CUR_PID="$NEW_PPID"
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:31:    NEW_PPID=`snoopy_test_getValue_fromPs "$NEW_PPID" "ppid"`
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-32-done
##############################################
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-34-# Get root parent process name
snoopy-2.4.9/tests/datasource/datasource_rpname.sh:35:VAL_REAL=`cat /proc/$CUR_PID/status | grep '^Name:' | sed 's/^Name:\t//'`
snoopy-2.4.9/tests/datasource/datasource_rpname.sh-36-
##############################################
snoopy-2.4.9/tests/datasource/datasource_sid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_sid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_sid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_sid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_sid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE sid`
snoopy-2.4.9/tests/datasource/datasource_sid.sh-16-MY_PID=$$
snoopy-2.4.9/tests/datasource/datasource_sid.sh:17:VAL_REAL=`snoopy_test_getValue_fromPs "$MY_PID" "sid"`
snoopy-2.4.9/tests/datasource/datasource_sid.sh-18-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh-15-VAL_REAL="test-string-`date +%s`"
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE snoopy_literal "$VAL_REAL"`
snoopy-2.4.9/tests/datasource/datasource_snoopy_literal.sh-17-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh-15-VAL_REAL="1"
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE snoopy_threads ""`
snoopy-2.4.9/tests/datasource/datasource_snoopy_threads.sh-17-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE snoopy_version`
snoopy-2.4.9/tests/datasource/datasource_snoopy_version.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_tid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_tid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_tid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE tid`
snoopy-2.4.9/tests/datasource/datasource_tid.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE tid_kernel`
snoopy-2.4.9/tests/datasource/datasource_tid_kernel.sh-16-
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE timestamp`
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-16-snoopy_testRun_info "Snoopy value: $VAL_SNOOPY"
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-18-snoopy_testRun_info "Real value:   $VAL_REAL"
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh:19:VAL_DIFF=`expr $VAL_SNOOPY - $VAL_REAL | sed -e 's/^-//'`
snoopy-2.4.9/tests/datasource/datasource_timestamp.sh-20-snoopy_testRun_info "Difference:   $VAL_DIFF"
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:15:VAL_SNOOPY_1=`$SNOOPY_TEST_DATASOURCE timestamp_ms`
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-16-sleep 0.005
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:17:VAL_SNOOPY_2=`$SNOOPY_TEST_DATASOURCE timestamp_ms`
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-18-if [ "$VAL_SNOOPY_1" -gt "$VAL_SNOOPY_2" ]; then
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:19:    VAL_SNOOPY_1=`$SNOOPY_TEST_DATASOURCE timestamp_ms`
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-20-    sleep 0.005
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:21:    VAL_SNOOPY_2=`$SNOOPY_TEST_DATASOURCE timestamp_ms`
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-22-fi
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-27-#
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh:28:VAL_DIFF=`expr $VAL_SNOOPY_2 - $VAL_SNOOPY_1`
snoopy-2.4.9/tests/datasource/datasource_timestamp_ms.sh-29-if [[ "$VAL_DIFF" -ge "5" ]] && [[ "$VAL_DIFF" -lt "500" ]]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:15:VAL_SNOOPY_1=`$SNOOPY_TEST_DATASOURCE timestamp_us`
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-16-sleep 0.005
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:17:VAL_SNOOPY_2=`$SNOOPY_TEST_DATASOURCE timestamp_us`
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-18-if [ "$VAL_SNOOPY_1" -gt "$VAL_SNOOPY_2" ]; then
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:19:    VAL_SNOOPY_1=`$SNOOPY_TEST_DATASOURCE timestamp_us`
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-20-    sleep 0.005
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:21:    VAL_SNOOPY_2=`$SNOOPY_TEST_DATASOURCE timestamp_us`
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-22-fi
##############################################
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-27-#
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh:28:VAL_DIFF=`expr $VAL_SNOOPY_2 - $VAL_SNOOPY_1`
snoopy-2.4.9/tests/datasource/datasource_timestamp_us.sh-29-if [[ "$VAL_DIFF" -ge "5000" ]] && [[ "$VAL_DIFF" -lt "50000" ]]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_tty.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_tty.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_tty.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE tty`
snoopy-2.4.9/tests/datasource/datasource_tty.sh-16-if [ "(unknown)" == "$VAL_SNOOPY" ]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE tty_uid`
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-16-if [ "(unknown)" == "$VAL_SNOOPY" ]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-26-    else
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh:27:        VAL_REAL=`echo "$VAL_REAL" | xargs ls -lan | awk '{print $3}'`
snoopy-2.4.9/tests/datasource/datasource_tty_uid.sh-28-    fi
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE tty_username`
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-16-if [ "(unknown)" == "$VAL_SNOOPY" ]; then
##############################################
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-26-    else
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh:27:        VAL_REAL=`echo "$VAL_REAL" | xargs ls -la | awk '{print $3}'`
snoopy-2.4.9/tests/datasource/datasource_tty_username.sh-28-    fi
##############################################
snoopy-2.4.9/tests/datasource/datasource_uid.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_uid.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_uid.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_uid.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_uid.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/datasource/datasource_uid.sh-16-VAL_REAL=`id -a | grep -Eo 'uid=[0-9]+' | grep -Eo '[0-9]+'`
##############################################
snoopy-2.4.9/tests/datasource/datasource_username.sh-8-set -u
snoopy-2.4.9/tests/datasource/datasource_username.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/datasource/datasource_username.sh-10-
##############################################
snoopy-2.4.9/tests/datasource/datasource_username.sh-14-#
snoopy-2.4.9/tests/datasource/datasource_username.sh:15:VAL_SNOOPY=`$SNOOPY_TEST_DATASOURCE username`
snoopy-2.4.9/tests/datasource/datasource_username.sh-16-VAL_REAL=`id -a | grep -Eo 'uid=[0-9]+[(][^)]+[)]' | grep -Eo '[(][^)]+[)]' | grep -Eo '[^()]+'`
##############################################
snoopy-2.4.9/tests/filter/_bootstrap.sh-13-#
snoopy-2.4.9/tests/filter/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh-14-#
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh:17:MY_UID_PLUS_2=`expr $MY_UID + 2`
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop-multi.sh-18-if ! $SNOOPY_TEST_FILTER   "msg"   "exclude_uid"   "$MY_UID_PLUS_1,$MY_UID,$MY_UID_PLUS_2" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh-14-#
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_exclude_uid-drop.sh-16-if ! $SNOOPY_TEST_FILTER   "msg"   "exclude_uid"   "$MY_UID" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh-14-#
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh:17:MY_UID_PLUS_2=`expr $MY_UID + 2`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh:18:MY_UID_PLUS_3=`expr $MY_UID + 3`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass-multi.sh-19-if ! $SNOOPY_TEST_FILTER   "msg"   "exclude_uid"   "$MY_UID_PLUS_1,$MY_UID_PLUS_2,$MY_UID_PLUS_3" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh-14-#
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_exclude_uid-pass.sh-17-if ! $SNOOPY_TEST_FILTER   "msg"   "exclude_uid"   "$MY_UID_PLUS_1" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_only_tty.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_only_tty.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_only_tty.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh-14-#
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh:17:MY_UID_PLUS_2=`expr $MY_UID + 2`
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh:18:MY_UID_PLUS_3=`expr $MY_UID + 3`
snoopy-2.4.9/tests/filter/filter_only_uid-drop-multi.sh-19-if ! $SNOOPY_TEST_FILTER   "msg"   "only_uid"   "$MY_UID_PLUS_1,$MY_UID_PLUS_2,$MY_UID_PLUS_3" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh-14-#
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_only_uid-drop.sh-17-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh-14-#
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh:16:MY_UID_PLUS_1=`expr $MY_UID + 1`
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh:17:MY_UID_PLUS_2=`expr $MY_UID + 2`
snoopy-2.4.9/tests/filter/filter_only_uid-pass-multi.sh-18-if ! $SNOOPY_TEST_FILTER   "msg"   "only_uid"   "$MY_UID_PLUS_1,$MY_UID,$MY_UID_PLUS_2" > /dev/null; then
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh-8-set -u
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh-10-
##############################################
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh-14-#
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh:15:MY_UID=`$SNOOPY_TEST_DATASOURCE uid`
snoopy-2.4.9/tests/filter/filter_only_uid-pass.sh-16-if ! $SNOOPY_TEST_FILTER   "msg"   "only_uid"   "$MY_UID" > /dev/null; then
##############################################
snoopy-2.4.9/tests/message/_bootstrap.sh-13-#
snoopy-2.4.9/tests/message/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-8-set -u
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-10-
##############################################
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-14-#
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh:15:RES=`$SNOOPY_TEST_DATASOURCE --list | grep -E '^(snoopy_version|env)$' -c`
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-16-if [ "$RES" -eq "1" ]; then
##############################################
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-26-export $VAR_NAME="$VAR_VALUE"
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh:27:VAL_SNOOPY=`$SNOOPY_TEST_MESSAGE_FORMAT "%{env:$VAR_NAME}"`
snoopy-2.4.9/tests/message/message_format-datasource-arg.sh-28-VAL_REAL="$VAR_VALUE"
##############################################
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh-8-set -u
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh-10-
##############################################
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh-15-DATASOURCE="snoopy_version"
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_MESSAGE_FORMAT "%{$DATASOURCE}"`
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh:17:VAL_REAL=`$SNOOPY_TEST_DATASOURCE "$DATASOURCE"`
snoopy-2.4.9/tests/message/message_format-datasource-noarg.sh-18-
##############################################
snoopy-2.4.9/tests/message/message_format-empty.sh-8-set -u
snoopy-2.4.9/tests/message/message_format-empty.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/message/message_format-empty.sh-10-
##############################################
snoopy-2.4.9/tests/message/message_format-empty.sh-15-STR=""
snoopy-2.4.9/tests/message/message_format-empty.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_MESSAGE_FORMAT "$STR"`
snoopy-2.4.9/tests/message/message_format-empty.sh-17-VAL_REAL="$STR"
##############################################
snoopy-2.4.9/tests/message/message_format-static.sh-8-set -u
snoopy-2.4.9/tests/message/message_format-static.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/message/message_format-static.sh-10-
##############################################
snoopy-2.4.9/tests/message/message_format-static.sh-15-STR="staticUselessText-`date +%s`"
snoopy-2.4.9/tests/message/message_format-static.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_MESSAGE_FORMAT "$STR"`
snoopy-2.4.9/tests/message/message_format-static.sh-17-VAL_REAL="$STR"
##############################################
snoopy-2.4.9/tests/output/_bootstrap.sh-13-#
snoopy-2.4.9/tests/output/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/output/output_devnull.sh-8-set -u
snoopy-2.4.9/tests/output/output_devnull.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/output/output_devnull.sh-10-
##############################################
snoopy-2.4.9/tests/output/output_devnull.sh-15-VAL_REAL=""
snoopy-2.4.9/tests/output/output_devnull.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_OUTPUT   "$VAL_REAL"   "devnull"`
snoopy-2.4.9/tests/output/output_devnull.sh-17-
##############################################
snoopy-2.4.9/tests/output/output_file.sh-8-set -u
snoopy-2.4.9/tests/output/output_file.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/output/output_file.sh-10-
##############################################
snoopy-2.4.9/tests/output/output_file.sh-23-# Read
snoopy-2.4.9/tests/output/output_file.sh:24:VAL_SNOOPY=`cat $FILE`
snoopy-2.4.9/tests/output/output_file.sh-25-rm -f $FILE
##############################################
snoopy-2.4.9/tests/output/output_socket.sh-8-set -u
snoopy-2.4.9/tests/output/output_socket.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/output/output_socket.sh-10-
##############################################
snoopy-2.4.9/tests/output/output_socket.sh-30-while [ ! -e $FILE_SOCKET ]; do
snoopy-2.4.9/tests/output/output_socket.sh:31:    i=`expr $i + 1`
snoopy-2.4.9/tests/output/output_socket.sh-32-    snoopy_testRun_info "Waiting for socket ($i)..."
##############################################
snoopy-2.4.9/tests/output/output_socket.sh-44-#wait $SOCAT_PID
snoopy-2.4.9/tests/output/output_socket.sh:45:PS_COUNT=`ps -p 1,$SOCAT_PID -o pid,cmd | grep -E -c '^[ ]*[0-9]+[ ]+'`
snoopy-2.4.9/tests/output/output_socket.sh-46-if [ "$PS_COUNT" -gt "2" ]; then
##############################################
snoopy-2.4.9/tests/output/output_socket.sh-52-# Read what has been written
snoopy-2.4.9/tests/output/output_socket.sh:53:VAL_SNOOPY=`cat $FILE_OUT`
snoopy-2.4.9/tests/output/output_socket.sh-54-rm -f $FILE_OUT
##############################################
snoopy-2.4.9/tests/output/output_stderr.sh-8-set -u
snoopy-2.4.9/tests/output/output_stderr.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/output/output_stderr.sh-10-
##############################################
snoopy-2.4.9/tests/output/output_stderr.sh-15-VAL_REAL=`date +%s`
snoopy-2.4.9/tests/output/output_stderr.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_OUTPUT   "$VAL_REAL"   "stderr" 2>&1 >/dev/null`
snoopy-2.4.9/tests/output/output_stderr.sh-17-
##############################################
snoopy-2.4.9/tests/output/output_stdout.sh-8-set -u
snoopy-2.4.9/tests/output/output_stdout.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/output/output_stdout.sh-10-
##############################################
snoopy-2.4.9/tests/output/output_stdout.sh-15-VAL_REAL=`date +%s`
snoopy-2.4.9/tests/output/output_stdout.sh:16:VAL_SNOOPY=`$SNOOPY_TEST_OUTPUT   "$VAL_REAL"   "stdout" 2>/dev/null`
snoopy-2.4.9/tests/output/output_stdout.sh-17-
##############################################
snoopy-2.4.9/tests/threads/_bootstrap.sh-13-#
snoopy-2.4.9/tests/threads/_bootstrap.sh:14:. `dirname $BASH_SOURCE`/../_bootstrap.sh
##############################################
snoopy-2.4.9/tests/threads/threads_creation.sh-8-set -u
snoopy-2.4.9/tests/threads/threads_creation.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/threads/threads_creation.sh-10-
##############################################
snoopy-2.4.9/tests/threads/threads_creation.sh-16-#$SNOOPY_TEST_THREADS  $VAL_REAL
snoopy-2.4.9/tests/threads/threads_creation.sh:17:#VAL_SNOOPY=`$SNOOPY_TEST_THREADS  $VAL_REAL| grep '^SUCCESS' | grep -Eo '[0-9]+$'`
snoopy-2.4.9/tests/threads/threads_creation.sh-18-$SNOOPY_TEST_THREADS  $VAL_REAL
##############################################
snoopy-2.4.9/tests/threads/threads_fork_exec.sh-8-set -u
snoopy-2.4.9/tests/threads/threads_fork_exec.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/threads/threads_fork_exec.sh-10-
##############################################
snoopy-2.4.9/tests/threads/threads_fork_exec.sh-17-THREAD_EXEC_CMD="/bin/hostname"
snoopy-2.4.9/tests/threads/threads_fork_exec.sh:18:VAL_SNOOPY=`$SNOOPY_TEST_EXEC_IN_THREADS  $THREAD_COUNT  $THREAD_EXEC_CMD  | grep '^SUCCESS' -c | cat`
snoopy-2.4.9/tests/threads/threads_fork_exec.sh-19-
##############################################
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh-8-set -u
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh:9:. `dirname $BASH_SOURCE`/_bootstrap.sh
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh-10-
##############################################
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh-33-echo "Running $ITERATIONS iterations with $THREADS threads in each:"
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh:34:for i in `seq 1 $ITERATIONS`; do
snoopy-2.4.9/tests/threads/threads_try-to-segfault.sh-35-    echo -n "    Iteration #$i... "
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/bootstrap.sh-43-    echo    "BOOTSTRAP: Adjusting configure.ac for old OS:"
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/bootstrap.sh:44:    MYDIR=`dirname $0`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/bootstrap.sh:45:    SNOOPY_VERSION_LITERAL=`$MYDIR/build/get-version.sh | sed -e 's/$/-geezer-os/'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/bootstrap.sh:46:    SNOOPY_VERSION_CONFIGURE_AC=`echo "$SNOOPY_VERSION_LITERAL" | sed -e 's/^/    [/' | sed -e 's/$/],/'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/bootstrap.sh-47-    echo -n "BOOTSTRAP:   - version from script to literal string '$SNOOPY_VERSION_LITERAL'... "
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-47-        SNOOPY_DOWNLOAD_MODE="git-clone"
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:48:        SNOOPY_GIT_REF_TO_INSTALL=`echo "$ARG_INSTALL_MODE" | sed -e 's/^git-//'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-49-        ;;
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-90-            SNOOPY_PACKAGE_PATH="$ARG_INSTALL_MODE"
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:91:            SNOOPY_VERSION_TO_INSTALL=`basename $SNOOPY_PACKAGE_PATH | sed -e 's/^snoopy-//' | sed -e 's/.tar.gz$//'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-92-
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-157-    # Check again
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:158:    for PROGRAM in `echo "which $REQUIRED_PROGRAMS"`; do
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-159-        if ! which $PROGRAM &> /dev/null; then
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-250-    if [ "$SNOOPY_PACKAGE_DOWNLOAD" == "false" ]; then
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:251:        SNOOPY_PACKAGE_FILENAME=`basename $SNOOPY_PACKAGE_PATH`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-252-    else
##############################################
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-254-    fi
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:255:    SNOOPY_PACKAGE_DIRNAME=`echo "$SNOOPY_PACKAGE_FILENAME" | sed -e 's/\.tar.gz$//'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh:256:    SNOOPY_PACKAGE_VERSION=`echo $SNOOPY_PACKAGE_FILENAME | sed -e 's/^snoopy-//' | sed -e 's/.tar.gz$//'`
snoopy-2.4.9/.pc/02_Fix-spelling-errors.patch/doc/install/bin/snoopy-install.sh-257-
##############################################
snoopy-2.4.9/bootstrap.sh-43-    echo    "BOOTSTRAP: Adjusting configure.ac for old OS:"
snoopy-2.4.9/bootstrap.sh:44:    MYDIR=`dirname $0`
snoopy-2.4.9/bootstrap.sh:45:    SNOOPY_VERSION_LITERAL=`$MYDIR/build/get-version.sh | sed -e 's/$/-geezer-os/'`
snoopy-2.4.9/bootstrap.sh:46:    SNOOPY_VERSION_CONFIGURE_AC=`echo "$SNOOPY_VERSION_LITERAL" | sed -e 's/^/    [/' | sed -e 's/$/],/'`
snoopy-2.4.9/bootstrap.sh-47-    echo -n "BOOTSTRAP:   - version from script to literal string '$SNOOPY_VERSION_LITERAL'... "