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

12345678

/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/third_party/libjingle/source/talk/base/
H A Dhost.cc42 if (uname(&nm) < 0)
43 FatalError("uname", LAST_SYSTEM_ERROR);
/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
H A Dllvmdo171 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/openssh/regress/
H A Dagent-ptrace.sh6 if have_prog uname ; then
7 case `uname` in
/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/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)
/external/valgrind/tsan/
H A Dget_and_build_tsan.sh22 VG_ARCH=$(uname -m | sed -e "s/i.86/x86/;s/x86_64/amd64/;s/arm.*/arm/")
25 OS=`uname -s`
/external/dropbear/libtomcrypt/
H A Dtestme.sh10 # get uname
11 echo "uname="`uname -a`
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
H A Drun49 # Guess bits (32/64) from uname -m
50 machine=$(uname -m)
/external/compiler-rt/test/Unit/
H A Dtest5 if test `uname` = "Darwin"; then
/external/expat/conftools/
H A DPrintPath28 os=`(uname) 2>/dev/null`
/external/qemu-pc-bios/bochs/
H A Dconfig.guess116 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
118 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
122 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
123 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
124 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
125 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
222 # 1.2 uses "1.2" for uname -r.
280 # Should we change UNAME_MACHINE based on the output of uname instead
334 UNAME_RELEASE=`uname -v`
445 UNAME_PROCESSOR=`/usr/bin/uname
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dconfig.guess132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
134 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
138 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
139 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
140 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
141 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
271 # 1.2 uses "1.2" for uname -r.
279 # Should we change UNAME_MACHINE based on the output of uname instead
328 case `/usr/bin/uname -p` in
368 UNAME_RELEASE=`uname
[all...]

Completed in 1132 milliseconds

12345678