Lines Matching refs:uname

38 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
40 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
44 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
45 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
46 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
47 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
61 # 1.2 uses "1.2" for uname -r.
168 UNAME_RELEASE=`uname -v`
268 UNAME_PROCESSOR=`/usr/bin/uname -p`
296 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
297 exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
343 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
455 FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'`
621 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
645 elif /bin/uname -X 2>/dev/null >/dev/null ; then
646 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
647 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
648 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
656 # uname -m prints for DJGPP always 'pc', but it prints nothing about
683 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
685 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
688 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
712 if uname -p 2>/dev/null >/dev/null ; then
713 UNAME_MACHINE=`(uname -p) 2>/dev/null`
747 #echo '(No uname command or uname output not recognized.)' 1>&2
820 uname(&un);
855 # Convex versions that predate uname can use getsysinfo(1)