HomeSort by relevance Sort by last modified time
    Searched refs:uname (Results 151 - 175 of 824) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/kernel/device-drivers/include/
Makefile 12 KDIR := /lib/modules/$(shell uname -r)/build
  /external/openssh/regress/
agent-ptrace.sh 6 if have_prog uname ; then
7 case `uname` in
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
header.makefile 20 CYGWIN:=$(findstring CYGWIN, $(shell uname -s))
21 LINUX:=$(findstring Linux, $(shell uname -s))
22 DARWIN:=$(findstring Darwin, $(shell uname -s))
58 # Snow Leopard is a 32-bit and 64-bit environment. uname -m returns i386, but gcc defaults
59 # to x86_64. So make sure tools match uname -m. You can manual have a 64-bit kernal on Snow Leopard
60 # so only do this is uname -m returns i386.
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-up.sh 8 case `uname -s` in
33 case `uname -s` in
70 case `uname -s` in
phase1-down.sh 9 case `uname -s` in
32 case `uname -s` in
  /external/syslinux/gpxe/src/util/
get-pci-ids 32 use POSIX "uname";
71 my @uname = uname();
75 print "# PCI vendor/device ids extracted from Linux $version on $uname[4] at " . gmtime() . "\n";
  /prebuilts/devtools/tools/
android 65 if [ `uname` = "Darwin" ]; then
71 if [ `uname` = "Linux" ]; then
96 osname=`uname -s | tr A-Z a-z`
ddms 68 if [ `uname` = "Darwin" ]; then
74 if [ `uname` = "Linux" ]; then
90 osname=`uname -s | tr A-Z a-z`
hierarchyviewer 69 if [ `uname` = "Darwin" ]; then
75 if [ `uname` = "Linux" ]; then
91 osname=`uname -s | tr A-Z a-z`
traceview 59 os=`uname`
66 if [ `uname` = "Linux" ]; then
88 osname=`uname -s | tr A-Z a-z`
uiautomatorviewer 59 os=`uname`
66 if [ `uname` = "Linux" ]; then
88 osname=`uname -s | tr A-Z a-z`
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
GNUmakefile 17 # If ARCH is not defined, then we use 'uname -m' to attempt
20 uname_m = $(shell uname -m)
21 $(info Attempting to detect ARCH from 'uname -m': $(uname_m))
35 $(info Could not detected ARCH from uname results)
38 $(info Detected ARCH of $(ARCH) using uname.)
  /build/kati/testcase/
ninja_regen_glob.sh 23 if [ x$(uname) != x"Linux" -o x"${TRAVIS}" != x"" ]; then
  /cts/tests/signature/tests/
run_unit_tests.sh 27 HOST=`uname`
  /external/compiler-rt/make/
config.mk 4 OS := $(shell uname)
  /external/deqp/android/cts/runner/tests/
run_tests.sh 28 HOST=`uname`
  /external/linux-kselftest/tools/testing/selftests/ipc/
Makefile 1 uname_M := $(shell uname -m 2>/dev/null || echo not)
  /external/linux-kselftest/tools/testing/selftests/prctl/
Makefile 2 uname_M := $(shell uname -m 2>/dev/null || echo not)
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Makefile 8 KDIR := /lib/modules/$(shell uname -r)/build
  /external/ltp/testcases/kernel/device-drivers/nls/
Makefile 11 KDIR := /lib/modules/$(shell uname -r)/build
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
Makefile 12 KDIR := /lib/modules/$(shell uname -r)/build
  /external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Makefile 8 KDIR := /lib/modules/$(shell uname -r)/build
  /external/ltp/testcases/kernel/syscalls/uname/
uname01.c 42 * TEST TITLE : Basic test for uname(2)
62 * 1.) uname(2) returns...(See Description)
90 * This is a Phase I test for the uname(2) system call. It is intended
93 * uname(2).
138 TEST(uname(&un));
141 tst_resm(TFAIL | TTERRNO, "uname failed");
143 tst_resm(TPASS, "uname(&un) returned %ld", TEST_RETURN);
uname02.c 25 * uname02 - call uname() with an invalid address to produce a failure
83 TEST(uname((struct utsname *)-1));
90 tst_resm(TPASS | TTERRNO, "uname failed as expected");
93 tst_resm(TFAIL | TTERRNO, "uname failed unexpectedly");
  /external/skia/platform_tools/android/bin/
android_gdb_app 20 if [ $(uname) == "Linux" ]; then
22 elif [ $(uname) == "Darwin" ]; then

Completed in 772 milliseconds

1 2 3 4 5 67 8 91011>>