Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:machine

176 	    armeb) machine=armeb-unknown ;;
177 arm*) machine=arm-unknown ;;
178 sh3el) machine=shl-unknown ;;
179 sh3eb) machine=sh-unknown ;;
180 sh5el) machine=sh5le-unknown ;;
184 machine=${arch}${endian}-unknown
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
230 echo "${machine}-${os}${release}${abi}"
423 # The situation for MiNT is a little confusing. The machine name
1087 case `/bin/uname -X | grep "^Machine"` in
1101 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1103 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1105 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \