• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/

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.
174 UNAME_RELEASE=`uname -v`
277 UNAME_PROCESSOR=`/usr/bin/uname -p`
305 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
306 exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
353 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
497 FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'`
541 # uname on the ARM produces all sorts of strangeness, and we need to
673 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
697 elif /bin/uname -X 2>/dev/null >/dev/null ; then
698 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
699 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
700 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
708 if /bin/uname -X 2>/dev/null >/dev/null ; then
709 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
715 # uname -m prints for DJGPP always 'pc', but it prints nothing about
742 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
744 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
747 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
771 if uname -p 2>/dev/null >/dev/null ; then
772 UNAME_MACHINE=`(uname -p) 2>/dev/null`
815 #echo '(No uname command or uname output not recognized.)' 1>&2
888 uname(&un);
923 # Convex versions that predate uname can use getsysinfo(1)