Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dlib-bin-check.sh16 testf=`echo $bin | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
17 if [ x"$testf" != "x" ] ; then
H A Dfind-chroot-py.sh40 testf=`/usr/bin/file $f | egrep 'ython'`
41 if [ x"$testf" = "x" ] ; then
H A Dfind-elf4tmp.sh50 testf=`echo $f | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
51 if [ x"$testf" != "x" ] ; then
H A Dfind-sh4tmp.sh51 testf=`echo $f | file -n -f - | egrep 'ourne|POSIX shell'`
52 if [ x"$testf" != x ] ; then
H A Dfind-sh4errors.sh52 testf=`echo $f | /usr/bin/file -n -f - | egrep 'ourne|POSIX shell'`
53 if [ x"$testf" != x ] ; then