Home | History | Annotate | Download | only in libpcap

Lines Matching refs:UNAME_MACHINE_ARCH

178 	UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
182 case "$UNAME_MACHINE_ARCH" in
189 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
190 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
193 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
197 case "$UNAME_MACHINE_ARCH" in
218 case "$UNAME_MACHINE_ARCH" in
221 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
243 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
244 echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE"
247 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
248 echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE"
251 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
252 echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE"