=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== spiped-1.6.1/tests/shared_test_functions.sh-79- # Look for ${cmd}; the "|| true" and -} make this work with set -e. spiped-1.6.1/tests/shared_test_functions.sh:80: system_binary=`command -v ${cmd}` || true spiped-1.6.1/tests/shared_test_functions.sh-81- if [ -z "${system_binary-}" ]; then ############################################## spiped-1.6.1/tests/shared_test_functions.sh-97- cmd=$1 spiped-1.6.1/tests/shared_test_functions.sh:98: pid=`ps -Aopid,args | grep -F "${cmd}" | grep -v "grep"` || true spiped-1.6.1/tests/shared_test_functions.sh-99- if [ -n "${pid}" ]; then ############################################## spiped-1.6.1/tests/shared_test_functions.sh-190- # Set up the "exit" file. spiped-1.6.1/tests/shared_test_functions.sh:191: c_exitfile="${s_basename}-`printf %02d ${s_count}`.exit" spiped-1.6.1/tests/shared_test_functions.sh-192- ############################################## spiped-1.6.1/tests/shared_test_functions.sh-203- if [ "$USE_VALGRIND" -ge "${c_valgrind_min}" ]; then spiped-1.6.1/tests/shared_test_functions.sh:204: val_logfilename=${s_val_basename}-`printf %02d ${s_count}`.log spiped-1.6.1/tests/shared_test_functions.sh-205- c_valgrind_cmd="valgrind \ ############################################## spiped-1.6.1/tests/shared_test_functions.sh-223- exitfile=$2 spiped-1.6.1/tests/shared_test_functions.sh:224: num=`echo "${exitfile}" | rev | cut -c 1-7 | rev | cut -c 1-2 ` spiped-1.6.1/tests/shared_test_functions.sh-225- echo "${val_basename}-${num}.log" ############################################## spiped-1.6.1/tests/shared_test_functions.sh-254- # Bail if there's no exitfiles. spiped-1.6.1/tests/shared_test_functions.sh:255: exitfiles=`ls ${log_basename}-*.exit` || true spiped-1.6.1/tests/shared_test_functions.sh-256- if [ -z "$exitfiles" ]; then ############################################## spiped-1.6.1/tests/shared_test_functions.sh-266- # Check each exitfile. spiped-1.6.1/tests/shared_test_functions.sh:267: for exitfile in `echo $exitfiles | sort`; do spiped-1.6.1/tests/shared_test_functions.sh:268: ret=`cat ${exitfile}` spiped-1.6.1/tests/shared_test_functions.sh-269- total_exitfiles=$(( total_exitfiles + 1 )) ############################################## spiped-1.6.1/tests/shared_test_functions.sh-304- scenario_filename=$1 spiped-1.6.1/tests/shared_test_functions.sh:305: basename=`basename ${scenario_filename} .sh` spiped-1.6.1/tests/shared_test_functions.sh-306- printf " ${basename}... " 1>&2 ############################################## spiped-1.6.1/tests/spiped_servers.sh-92- if [ -e ${s_basename}-spiped-e.pid ]; then spiped-1.6.1/tests/spiped_servers.sh:93: kill `cat ${s_basename}-spiped-e.pid` spiped-1.6.1/tests/spiped_servers.sh-94- rm ${s_basename}-spiped-e.pid ############################################## spiped-1.6.1/tests/spiped_servers.sh-96- if [ -e ${s_basename}-spiped-d.pid ]; then spiped-1.6.1/tests/spiped_servers.sh:97: kill `cat ${s_basename}-spiped-d.pid` spiped-1.6.1/tests/spiped_servers.sh-98- rm ${s_basename}-spiped-d.pid ############################################## spiped-1.6.1/libcperciva/cpusupport/Build/cpusupport.sh:1:# Should be sourced by `command -p sh path/to/cpusupport.sh "$PATH"` from spiped-1.6.1/libcperciva/cpusupport/Build/cpusupport.sh-2-# within a Makefile. ############################################## spiped-1.6.1/libcperciva/cpusupport/Build/cpusupport.sh-9-# code which sets CFLAGS_ARCH_FEATURE environment variables. spiped-1.6.1/libcperciva/cpusupport/Build/cpusupport.sh:10:SRCDIR=`command -p dirname "$0"` spiped-1.6.1/libcperciva/cpusupport/Build/cpusupport.sh-11- ############################################## spiped-1.6.1/libcperciva/POSIX/posix-l.sh:1:# Should be sourced by `command -p sh posix-l.sh "$PATH"` from within a Makefile. spiped-1.6.1/libcperciva/POSIX/posix-l.sh-2- ############################################## spiped-1.6.1/libcperciva/POSIX/posix-cflags.sh:1:# Should be sourced by `command -p sh posix-cflags.sh "$PATH"` from within a Makefile spiped-1.6.1/libcperciva/POSIX/posix-cflags.sh-2- ############################################## spiped-1.6.1/libcperciva/POSIX/posix-cflags.sh-13-# Find directory of this script and the source files spiped-1.6.1/libcperciva/POSIX/posix-cflags.sh:14:D=`dirname $0` spiped-1.6.1/libcperciva/POSIX/posix-cflags.sh-15- ############################################## spiped-1.6.1/libcperciva/POSIX/posix-cflags-filter.sh:1:# Should be sourced by `command -p sh posix-cflags-filter.sh "$PATH"` from within a Makefile spiped-1.6.1/libcperciva/POSIX/posix-cflags-filter.sh-2-# Produces a file to be sourced which edits CFLAGS ############################################## spiped-1.6.1/libcperciva/POSIX/posix-cflags-filter.sh-14-# Find directory of this script and the source files spiped-1.6.1/libcperciva/POSIX/posix-cflags-filter.sh:15:D=`dirname $0` spiped-1.6.1/libcperciva/POSIX/posix-cflags-filter.sh-16-