Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:UNAME_MACHINE_ARCH

171 	UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
175 case "${UNAME_MACHINE_ARCH}" in
182 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
183 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
186 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
190 case "${UNAME_MACHINE_ARCH}" in
208 case "${UNAME_MACHINE_ARCH}" in
211 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
233 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
234 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
237 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
238 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}