OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAME_RELEASE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/
config.guess
131
UNAME_RELEASE
=`(uname -r) 2>/dev/null` ||
UNAME_RELEASE
=unknown
158
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${
UNAME_RELEASE
}:${UNAME_VERSION}" in
211
release=`echo ${
UNAME_RELEASE
}|sed -e 's/[-_].*/\./'`
221
echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${
UNAME_RELEASE
}
225
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${
UNAME_RELEASE
}
228
echo ${UNAME_MACHINE}-unknown-ekkobsd${
UNAME_RELEASE
}
231
echo ${UNAME_MACHINE}-unknown-solidbsd${
UNAME_RELEASE
}
234
echo powerpc-unknown-mirbsd${
UNAME_RELEASE
}
237
echo ${UNAME_MACHINE}-unknown-mirbsd${
UNAME_RELEASE
}
[
all
...]
/src/lib/librumpuser/build-aux/
config.guess
131
UNAME_RELEASE
=`(uname -r) 2>/dev/null` ||
UNAME_RELEASE
=unknown
158
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${
UNAME_RELEASE
}:${UNAME_VERSION}" in
228
release=`echo ${
UNAME_RELEASE
} | sed -e 's/[-_].*//' | cut -d. -f1,2`
238
echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${
UNAME_RELEASE
}
242
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${
UNAME_RELEASE
}
246
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${
UNAME_RELEASE
}
249
echo ${UNAME_MACHINE}-unknown-ekkobsd${
UNAME_RELEASE
}
252
echo ${UNAME_MACHINE}-unknown-solidbsd${
UNAME_RELEASE
}
255
echo powerpc-unknown-mirbsd${
UNAME_RELEASE
}
[
all
...]
/src/sys/external/isc/libsodium/dist/build-aux/
config.guess
131
UNAME_RELEASE
=`(uname -r) 2>/dev/null` ||
UNAME_RELEASE
=unknown
158
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${
UNAME_RELEASE
}:${UNAME_VERSION}" in
228
release=`echo ${
UNAME_RELEASE
} | sed -e 's/[-_].*//' | cut -d. -f1,2`
238
echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${
UNAME_RELEASE
}
242
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${
UNAME_RELEASE
}
246
echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${
UNAME_RELEASE
}
249
echo ${UNAME_MACHINE}-unknown-ekkobsd${
UNAME_RELEASE
}
252
echo ${UNAME_MACHINE}-unknown-solidbsd${
UNAME_RELEASE
}
255
echo powerpc-unknown-mirbsd${
UNAME_RELEASE
}
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025