=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== exactimage-1.0.2/utility/Timer.cc-104- uint32_t lo, hi; exactimage-1.0.2/utility/Timer.cc:105: __asm rdtsc exactimage-1.0.2/utility/Timer.cc:106: __asm mov lo, eax exactimage-1.0.2/utility/Timer.cc:107: __asm mov hi, edx exactimage-1.0.2/utility/Timer.cc-108- return ((uint64_t)hi << 32) | lo; ############################################## exactimage-1.0.2/config/functions-74- m="$1" exactimage-1.0.2/config/functions:75: shouldbe="`echo "$2" | sed 's/[._-]/ /g'`" exactimage-1.0.2/config/functions:76: is="`echo "$3" | sed 's/[. -]/ /g'`" exactimage-1.0.2/config/functions-77- ############################################## exactimage-1.0.2/config/functions-227- # decide whether to quote the value exactimage-1.0.2/config/functions:228: if [ "`eval echo \\$$x | sed s/[0-9]*//g`" = "" ] ; then exactimage-1.0.2/config/functions-229- eval echo "\#define $x \$$x" >> config.h ############################################## exactimage-1.0.2/config/functions-341- else exactimage-1.0.2/config/functions:342: desc="`grep -a DESC= $file | sed 's/.*DESC="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions-343- status "$desc ... " ############################################## exactimage-1.0.2/config/functions-366- else exactimage-1.0.2/config/functions:367: desc="`grep -a DESC= $file | sed 's/.*DESC="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions:368: cflags="`grep -a CFLAGS= $file | sed 's/.* CFLAGS="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions:369: libs="`grep -a LIBS= $file | sed 's/.* LIBS="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions-370- status "$desc ... " ############################################## exactimage-1.0.2/config/functions-432- withvar="WITH$FLAGSVAR" exactimage-1.0.2/config/functions:433: if [ "`eval echo \\$$withvar`" = "0" ] ; then exactimage-1.0.2/config/functions-434- status_result "disabled" ############################################## exactimage-1.0.2/config/functions-443- else exactimage-1.0.2/config/functions:444: cc="`grep -a CC= $file | sed 's/.*CC="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions:445: incs="`grep -a CFLAGS= $file | sed 's/.* CFLAGS="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions:446: libs="`grep -a LIBS= $file | sed 's/.* LIBS="\(.*\)".*/\1/'`" exactimage-1.0.2/config/functions-447- if $cc $incs $libs $file -o conftest.o \ ############################################## exactimage-1.0.2/config/functions-454- -config) exactimage-1.0.2/config/functions:455: ver="`$pkg-config --version 2>/dev/null`" exactimage-1.0.2/config/functions-456- if [ $? = 0 -a "$ver" != "" ] ; then exactimage-1.0.2/config/functions:457: incs="`$pkg-config --cflags`" exactimage-1.0.2/config/functions:458: libs="`$pkg-config --libs`" exactimage-1.0.2/config/functions-459- found=1 ############################################## exactimage-1.0.2/config/functions-462- pkg-config) exactimage-1.0.2/config/functions:463: ver="`pkg-config $pkg --modversion 2>/dev/null`" exactimage-1.0.2/config/functions-464- if [ $? = 0 -a "$ver" != "" ] ; then exactimage-1.0.2/config/functions:465: incs="`pkg-config $pkg --cflags`" exactimage-1.0.2/config/functions:466: libs="`pkg-config $pkg --libs`" exactimage-1.0.2/config/functions-467- found=1 ############################################## exactimage-1.0.2/config/functions-485- shell) exactimage-1.0.2/config/functions:486: ver="`eval $script`" exactimage-1.0.2/config/functions-487- if [ "$ver" ]; then ############################################## exactimage-1.0.2/config/functions-511- # set WITH var (if it was not set -> optional package) exactimage-1.0.2/config/functions:512: [ "`eval echo \\$$withvar`" = "" ] && eval $withvar=$found exactimage-1.0.2/config/functions-513- [ $found = 0 ] && return 1 ############################################## exactimage-1.0.2/debian/rules-31- rm -f objdir/api/python/_ExactImage.so; \ exactimage-1.0.2/debian/rules:32: dh_auto_build -- $(MAKEOPTIONS) objdir/api/python/_ExactImage.so PYTHONINCS=`$$python-config --includes`; \ exactimage-1.0.2/debian/rules-33- mkdir -p objdir/api/$$python; \ ############################################## exactimage-1.0.2/.pc/Remove-dead-timer-code-which-causes-FTBFS.patch/utility/Timer.cc-102- uint32_t lo, hi; exactimage-1.0.2/.pc/Remove-dead-timer-code-which-causes-FTBFS.patch/utility/Timer.cc:103: __asm rdtsc exactimage-1.0.2/.pc/Remove-dead-timer-code-which-causes-FTBFS.patch/utility/Timer.cc:104: __asm mov lo, eax exactimage-1.0.2/.pc/Remove-dead-timer-code-which-causes-FTBFS.patch/utility/Timer.cc:105: __asm mov hi, edx exactimage-1.0.2/.pc/Remove-dead-timer-code-which-causes-FTBFS.patch/utility/Timer.cc-106- return ((uint64_t)hi << 32) | lo; ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-74- m="$1" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:75: shouldbe="`echo "$2" | sed 's/[._-]/ /g'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:76: is="`echo "$3" | sed 's/[. -]/ /g'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-77- ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-228- # decide whether to quote the value exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:229: if [ "`eval echo \\$$x | sed s/[0-9]*//g`" = "" ] ; then exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-230- eval echo "\#define $x \$$x" >> config.h ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-342- else exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:343: desc="`grep -a DESC= $file | sed 's/.*DESC="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-344- status "$desc ... " ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-367- else exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:368: desc="`grep -a DESC= $file | sed 's/.*DESC="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:369: cflags="`grep -a CFLAGS= $file | sed 's/.* CFLAGS="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:370: libs="`grep -a LIBS= $file | sed 's/.* LIBS="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-371- status "$desc ... " ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-433- withvar="WITH$FLAGSVAR" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:434: if [ "`eval echo \\$$withvar`" = "0" ] ; then exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-435- status_result "disabled" ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-444- else exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:445: cc="`grep -a CC= $file | sed 's/.*CC="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:446: incs="`grep -a CFLAGS= $file | sed 's/.* CFLAGS="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:447: libs="`grep -a LIBS= $file | sed 's/.* LIBS="\(.*\)".*/\1/'`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-448- if $cc $incs $libs $file -o conftest.o \ ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-455- -config) exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:456: ver="`$pkg-config --version 2>/dev/null`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-457- if [ $? = 0 -a "$ver" != "" ] ; then exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:458: incs="`$pkg-config --cflags`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:459: libs="`$pkg-config --libs`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-460- found=1 ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-463- pkg-config) exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:464: ver="`pkg-config $pkg --modversion 2>/dev/null`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-465- if [ $? = 0 -a "$ver" != "" ] ; then exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:466: incs="`pkg-config $pkg --cflags`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:467: libs="`pkg-config $pkg --libs`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-468- found=1 ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-486- shell) exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:487: ver="`eval $script`" exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-488- if [ "$ver" ]; then ############################################## exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-512- # set WITH var (if it was not set -> optional package) exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions:513: [ "`eval echo \\$$withvar`" = "" ] && eval $withvar=$found exactimage-1.0.2/.pc/Drop-date-to-make-build-reproducible.patch/config/functions-514- [ $found = 0 ] && return 1