Lines Matching refs:uname
38 OS=`uname`
39 OSREL=`uname -r`
41 # we want to retain the raw output from uname -m and -p
42 OS_MACHINE=`uname -m`
43 OS_MACHINE_ARCH=`uname -p 2>/dev/null || echo $OS_MACHINE`
48 # there is at least one case of `uname -p`
49 # and even `uname -m` outputting usless info
91 OSMAJOR=`uname -v`
92 OSMINOR=`uname -r`
98 CYGWIN*) # uname -s not very useful
99 # uname -o produces just Cygwin which is better
110 # should just bite the bullet and use uname -p
118 # uname -m just says sun which could be anything
189 OSREL=`uname -v`
191 MACHINE_ARCH=`uname -m`
219 HOSTNAME=${HOSTNAME:-`( uname -n ) 2>/dev/null`}