OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAME_MACHINE_ARCH
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/librumpuser/build-aux/
config.guess
171
UNAME_MACHINE_ARCH
=`(uname -p 2>/dev/null || \
175
case "${
UNAME_MACHINE_ARCH
}" in
183
arch=`echo ${
UNAME_MACHINE_ARCH
} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
184
endian=`echo ${
UNAME_MACHINE_ARCH
} | sed -ne 's,^.*\(eb\)$,\1,p'`
187
*) machine=${
UNAME_MACHINE_ARCH
}-unknown ;;
191
case "${
UNAME_MACHINE_ARCH
}" in
212
case "${
UNAME_MACHINE_ARCH
}" in
215
abi=`echo ${
UNAME_MACHINE_ARCH
} | sed -e "$expr"`
237
UNAME_MACHINE_ARCH
=`arch | sed 's/Bitrig.//'`
238
echo ${
UNAME_MACHINE_ARCH
}-unknown-bitrig${UNAME_RELEASE
[
all
...]
/src/sys/external/isc/libsodium/dist/build-aux/
config.guess
171
UNAME_MACHINE_ARCH
=`(uname -p 2>/dev/null || \
175
case "${
UNAME_MACHINE_ARCH
}" in
183
arch=`echo ${
UNAME_MACHINE_ARCH
} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
184
endian=`echo ${
UNAME_MACHINE_ARCH
} | sed -ne 's,^.*\(eb\)$,\1,p'`
187
*) machine=${
UNAME_MACHINE_ARCH
}-unknown ;;
191
case "${
UNAME_MACHINE_ARCH
}" in
212
case "${
UNAME_MACHINE_ARCH
}" in
215
abi=`echo ${
UNAME_MACHINE_ARCH
} | sed -e "$expr"`
237
UNAME_MACHINE_ARCH
=`arch | sed 's/Bitrig.//'`
238
echo ${
UNAME_MACHINE_ARCH
}-unknown-bitrig${UNAME_RELEASE
[
all
...]
/src/sys/external/isc/libsodium/dist/
config.guess
171
UNAME_MACHINE_ARCH
=`(/sbin/$sysctl 2>/dev/null || \
173
case "${
UNAME_MACHINE_ARCH
}" in
180
*) machine=${
UNAME_MACHINE_ARCH
}-unknown ;;
184
case "${
UNAME_MACHINE_ARCH
}" in
220
UNAME_MACHINE_ARCH
=`arch | sed 's/Bitrig.//'`
221
echo ${
UNAME_MACHINE_ARCH
}-unknown-bitrig${UNAME_RELEASE}
224
UNAME_MACHINE_ARCH
=`arch | sed 's/OpenBSD.//'`
225
echo ${
UNAME_MACHINE_ARCH
}-unknown-openbsd${UNAME_RELEASE}
Completed in 24 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025