Searched refs:testf (Results 1 – 5 of 5) sorted by relevance
16 testf=`echo $bin | /usr/bin/file -n -f - 2>/dev/null | grep ELF`17 if [ x"$testf" != "x" ] ; then
40 testf=`/usr/bin/file $f | egrep 'ython'`41 if [ x"$testf" = "x" ] ; then
50 testf=`echo $f | /usr/bin/file -n -f - 2>/dev/null | grep ELF`51 if [ x"$testf" != "x" ] ; then
51 testf=`echo $f | file -n -f - | egrep 'ourne|POSIX shell'`52 if [ x"$testf" != x ] ; then
52 testf=`echo $f | /usr/bin/file -n -f - | egrep 'ourne|POSIX shell'`53 if [ x"$testf" != x ] ; then