Home | History | Annotate | Download | only in libevent

Lines Matching refs:machine

159 	    armeb) machine=armeb-unknown ;;
160 arm*) machine=arm-unknown ;;
161 sh3el) machine=shl-unknown ;;
162 sh3eb) machine=sh-unknown ;;
163 sh5el) machine=sh5le-unknown ;;
164 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
201 echo "${machine}-${os}${release}"
390 # The situation for MiNT is a little confusing. The machine name
1046 case `/bin/uname -X | grep "^Machine"` in
1060 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1062 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1064 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \