Searched refs:uname (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/valgrind/main/exp-sgcheck/tests/
H A Dis_arch_supported12 case `uname -i` in
/external/chromium/third_party/libevent/
H A Dautogen.sh3 SYSNAME=`uname`
/external/chromium_org/third_party/libevent/
H A Dautogen.sh3 SYSNAME=`uname`
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhost.cc42 if (uname(&nm) < 0)
43 FatalError("uname", LAST_SYSTEM_ERROR);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Duname.c9 int uname(struct utsname* buf) { function
/external/chromium_org/third_party/mesa/src/bin/
H A Dinstallmesa6 # -f or -d flags), we may need to branch on `uname` to do the right thing.
52 if [ `uname` = "FreeBSD" ] ; then
54 elif [ `uname` = "Darwin" ] ; then
56 elif [ `uname` = "AIX" ] ; then
/external/mesa3d/bin/
H A Dinstallmesa6 # -f or -d flags), we may need to branch on `uname` to do the right thing.
52 if [ `uname` = "FreeBSD" ] ; then
54 elif [ `uname` = "Darwin" ] ; then
56 elif [ `uname` = "AIX" ] ; then
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Duninstall_host.sh8 if [ $(uname -s) == 'Darwin' ]; then
/external/llvm/autoconf/m4/
H A Dlinux_mixed_64_32.m42 # Some Linux machines run a 64-bit kernel with a 32-bit userspace. 'uname -m'
10 error: Not x86-64 even if uname says so!
/external/llvm/projects/sample/autoconf/m4/
H A Dlinux_mixed_64_32.m42 # Some Linux machines run a 64-bit kernel with a 32-bit userspace. 'uname -m'
10 error: Not x86-64 even if uname says so!
/external/llvm/utils/
H A Dllvmgrep30 case `uname -s` in
/external/qemu/distrib/libpng-1.2.19/
H A DMakefile8 HOST_ARCH := $(shell uname -p)
9 HOST_OS := $(shell uname -s)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dutsname.h22 int uname(struct utsname *buf);
/external/openssh/regress/
H A Dagent-ptrace.sh6 if have_prog uname ; then
7 case `uname` in
/external/chromium_org/tools/clang/scripts/
H A Dplugin_flags.sh13 if uname -s | grep -q Darwin; then
/external/dhcpcd/mk/
H A Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/openssh/openbsd-compat/
H A Dgetgrouplist.c46 getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) argument
79 if (!strcmp(grp->gr_mem[i], uname)) {
/external/qemu/
H A Dandroid-rebuild.sh9 case $(uname -s) in
/external/protobuf/gtest/test/
H A Dgtest_nc_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
/external/chromium/base/
H A Dsys_info_posix.cc58 if (uname(&info) < 0) {
68 if (uname(&info) < 0) {
78 if (uname(&info) < 0) {
/external/chromium_org/base/
H A Dsys_info_posix.cc56 if (uname(&info) < 0) {
68 if (uname(&info) < 0) {
79 if (uname(&info) < 0) {
/external/qemu/distrib/
H A Dupdate-audio.sh23 OS=`uname -s`
27 CPU=`uname -p`
35 CPU=`uname -m`
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-up.sh8 case `uname -s` in
33 case `uname -s` in
70 case `uname -s` in
H A Dphase1-down.sh9 case `uname -s` in
32 case `uname -s` in
/external/compiler-rt/make/
H A Dconfig.mk4 OS := $(shell uname)

Completed in 643 milliseconds

12345678910