Lines Matching refs:bin
401 case `(/bin/universe) 2>/dev/null` in
413 case `/usr/bin/uname -p` in
457 case `/usr/bin/arch -k` in
472 case `/bin/arch` in
580 UNAME_PROCESSOR=`/usr/bin/uname -p`
618 if test -x /usr/bin/oslevel ; then
619 IBM_REV=`/usr/bin/oslevel`
658 if test -x /usr/bin/lslpp ; then
659 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | \
693 if test -x /usr/bin/getconf; then
694 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
695 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
907 UNAME_PROCESSOR=`/usr/bin/uname -p`
989 objdump --private-headers /bin/sh | grep -q ld.so.1
1223 case `/bin/uname -X | grep "^Machine"` in
1234 elif /bin/uname -X 2>/dev/null >/dev/null ; then
1235 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1236 (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1237 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1239 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1241 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1286 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1288 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1291 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1297 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1299 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1301 /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \