Searched refs:UNAME_MACHINE_ARCH (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess171 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}
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess171 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
211 case "${UNAME_MACHINE_ARCH}" in
214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
237 echo ${UNAME_MACHINE_ARCH}
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess171 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
211 case "${UNAME_MACHINE_ARCH}" in
214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
237 echo ${UNAME_MACHINE_ARCH}
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess178 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"
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess178 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"
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess178 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"
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess191 UNAME_MACHINE_ARCH=$( (uname -p 2>/dev/null || \
195 case "$UNAME_MACHINE_ARCH" in
203 arch=$(echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,')
204 endian=$(echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p')
207 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
211 case "$UNAME_MACHINE_ARCH" in
232 case "$UNAME_MACHINE_ARCH" in
235 abi=$(echo "$UNAME_MACHINE_ARCH" | sed -e "$expr")
257 UNAME_MACHINE_ARCH=$(arch | sed 's/Bitrig.//')
258 echo "$UNAME_MACHINE_ARCH"
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfig.guess180 UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
184 case "$UNAME_MACHINE_ARCH" in
191 arch="${UNAME_MACHINE_ARCH#e}"
194 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
197 *) machine="$UNAME_MACHINE_ARCH"-unknown ;;
201 case "$UNAME_MACHINE_ARCH" in
222 case "$UNAME_MACHINE_ARCH" in
225 abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
247 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
248 echo "$UNAME_MACHINE_ARCH"
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
173 case "${UNAME_MACHINE_ARCH}" in
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
183 case "${UNAME_MACHINE_ARCH}" in
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
173 case "${UNAME_MACHINE_ARCH}" in
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
183 case "${UNAME_MACHINE_ARCH}" in
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess171 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
173 case "${UNAME_MACHINE_ARCH}" in
179 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
183 case "${UNAME_MACHINE_ARCH}" in
219 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
220 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
223 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
224 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess171 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}
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess157 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
159 case "${UNAME_MACHINE_ARCH}" in
165 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
169 case "${UNAME_MACHINE_ARCH}" in
205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
206 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess156 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
158 case "${UNAME_MACHINE_ARCH}" in
164 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
168 case "${UNAME_MACHINE_ARCH}" in
204 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
205 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess157 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
159 case "${UNAME_MACHINE_ARCH}" in
165 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
169 case "${UNAME_MACHINE_ARCH}" in
205 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
206 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess154 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
156 case "${UNAME_MACHINE_ARCH}" in
161 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
165 case "${UNAME_MACHINE_ARCH}" in
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess152 UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
154 case "${UNAME_MACHINE_ARCH}" in
159 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
163 case "${UNAME_MACHINE_ARCH}" in

Completed in 152 milliseconds