=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ccbuild-2.0.7+git20160227.c1179286/mkConstruir.sh-1-#!/bin/bash ccbuild-2.0.7+git20160227.c1179286/mkConstruir.sh:2:cd "`dirname "$0"`" ccbuild-2.0.7+git20160227.c1179286/mkConstruir.sh-3-echo "Script to create construir package" ############################################## ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c-1454- } ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c:1455: /* Is it `${#*}' or `${#@}'? */ ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c-1456- else if ((*env == '*' || *env == '@') && seen_hash) ############################################## ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c-1465- } ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c:1466: /* Is it `$*' or `$@' (unquoted) ? */ ccbuild-2.0.7+git20160227.c1179286/src/posix/wordexp.c-1467- else if (*env == '*' || (*env == '@' && !quoted)) ############################################## ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh-22-PKG=pkg-config ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh:23:$PKG --list-all |awk -- "//{system(\"$PKG --cflags --libs \" \$1); }" |sed -e "s/ \-/\n-/g"| sort --unique ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh-24-echo ############################################## ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh-26-echo ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh:27:$PKG --list-all |awk -- "//{system(\"$PKG --cflags --libs \" \$1); }" ccbuild-2.0.7+git20160227.c1179286/test/pkg-config-options.sh-28- ############################################## ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction-33-FILENAME="$FNAME".cc ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction:34:CNAME=`basename "$PWD"` ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction-35-#Uppercase first character is probably the class name ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction:36:UCNAME=`echo "${CNAME:0:1}" |tr '[:lower:]' '[:upper:]' `${CNAME:1} ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction:37:HEADER=`echo $PWD |grep -o "^.*src"`/srcHeader ccbuild-2.0.7+git20160227.c1179286/tools/ccFunction-38-echo $FILENAME ############################################## ccbuild-2.0.7+git20160227.c1179286/tools/ccClass-28-CNAME=$1 ccbuild-2.0.7+git20160227.c1179286/tools/ccClass:29:LNAME=`echo $CNAME|tr '[:upper:]' '[:lower:]'` ccbuild-2.0.7+git20160227.c1179286/tools/ccClass-30-CHNAME="$LNAME".hh ccbuild-2.0.7+git20160227.c1179286/tools/ccClass-31-CINAME="$LNAME".ih ccbuild-2.0.7+git20160227.c1179286/tools/ccClass:32:EHNAME=`echo $CHNAME|tr '.' '_'` ccbuild-2.0.7+git20160227.c1179286/tools/ccClass:33:HEADER=`echo $PWD |grep -o "^.*src"`/srcHeader ccbuild-2.0.7+git20160227.c1179286/tools/ccClass-34-echo $CHNAME ############################################## ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh-27-PACKAGE=$1 ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh:28:PATHS=`pkg-config --cflags "$PACKAGE"|grep -o -e '-I[^ ]*'|sed -e 's/^-I//'` ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh-29- ############################################## ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh-41- find "$path" -type f -printf '%P\n' \ ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh:42: |sed -e "s/\$/\\t\`pkg-config --cflags --libs $PACKAGE\`/" ccbuild-2.0.7+git20160227.c1179286/tools/genPkgconfigList.sh-43- ) ############################################## ccbuild-2.0.7+git20160227.c1179286/package.sh-18-# along with ccbuild. If not, see <http://www.gnu.org/licenses/>. ccbuild-2.0.7+git20160227.c1179286/package.sh:19:cd "`dirname "$0"`" ccbuild-2.0.7+git20160227.c1179286/package.sh-20-set -e ############################################## ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap-27-PSOURCE=src/ccbuild.cc ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap:28:PNAME=`basename "${PSOURCE}" .cc` ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap-29-echo "Updating MD5SUMS file" ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap-30-which ccbuild && (ccbuild md5 --recursive-include . "${PSOURCE}" > MD5SUMS) ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap:31:SOURCES=`egrep .cc$ MD5SUMS | sed -r 's/^[a-z0-9]+ //; s/ /\\ /' | tr '\n' ' '` ccbuild-2.0.7+git20160227.c1179286/.pc/010_cross.patch/bootstrap-32-VERSION=`egrep -o 'VERSION=.+"[0-9.]+' src/ccResolutions |cut -d '"' -f 2` ############################################## ccbuild-2.0.7+git20160227.c1179286/bootstrap-27-PSOURCE=src/ccbuild.cc ccbuild-2.0.7+git20160227.c1179286/bootstrap:28:PNAME=`basename "${PSOURCE}" .cc` ccbuild-2.0.7+git20160227.c1179286/bootstrap-29-echo "Updating MD5SUMS file" ccbuild-2.0.7+git20160227.c1179286/bootstrap-30-which ccbuild && (ccbuild md5 --recursive-include . "${PSOURCE}" > MD5SUMS) ccbuild-2.0.7+git20160227.c1179286/bootstrap:31:SOURCES=`egrep .cc$ MD5SUMS | sed -r 's/^[a-z0-9]+ //; s/ /\\ /' | tr '\n' ' '` ccbuild-2.0.7+git20160227.c1179286/bootstrap-32-VERSION=`egrep -o 'VERSION=.+"[0-9.]+' src/ccResolutions |cut -d '"' -f 2`