/external/selinux/libsepol/cil/test/unit/ |
D | test_integration.c | 59 CuAssertIntEquals(tc, 0, WEXITSTATUS(status)); in test_integration() 61 CuAssertIntEquals(tc, 0, WEXITSTATUS(status1)); in test_integration() 63 CuAssertIntEquals(tc, 0, WEXITSTATUS(status2)); in test_integration() 75 CuAssertIntEquals(tc, 0, WEXITSTATUS(status)); in test_min_policy()
|
/external/bison/lib/ |
D | sys_wait.in.h | 69 # ifndef WEXITSTATUS 70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro 100 # define WEXITSTATUS(x) (x)
|
D | wait-process.c | 352 if (WEXITSTATUS (status) == 127) in wait_subprocess() 359 return WEXITSTATUS (status); in wait_subprocess()
|
/external/valgrind/none/tests/ |
D | async-sigs.c | 61 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { in do_kill() 64 WIFEXITED(status) ? WEXITSTATUS(status) : WTERMSIG(status)); in do_kill() 120 WIFEXITED(status) ? WEXITSTATUS(status) : WTERMSIG(status)); in test()
|
D | mmap_fcntl_bug.c | 69 switch (WEXITSTATUS(status)) { in main() 76 errx(1, "Child weird exit status %i", WEXITSTATUS(status)); in main()
|
/external/llvm/lib/Support/Unix/ |
D | Unix.h | 54 #ifndef WEXITSTATUS 55 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
|
/external/dnsmasq/src/ |
D | lease.c | 122 …if (!leasestream || (rc = pclose(leasestream)) == -1 || WEXITSTATUS(rc) == 127 || WEXITSTATUS(rc) … in lease_init() 124 if (WEXITSTATUS(rc) == 127) in lease_init() 126 else if (WEXITSTATUS(rc) == 126) in lease_init() 131 if (WEXITSTATUS(rc) != 0) in lease_init() 133 sprintf(daemon->dhcp_buff, "%d", WEXITSTATUS(rc)); in lease_init() 134 …die(_("lease-init script returned exit code %s"), daemon->dhcp_buff, WEXITSTATUS(rc) + EC_INIT_OFF… in lease_init()
|
/external/ppp/pppd/plugins/ |
D | passprompt.c | 100 if (WEXITSTATUS(wstat)) in promptpass() 101 warn("%s exited with code %d", promptprog, WEXITSTATUS(status)); in promptpass()
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 170 EXPECT_EQ(0, WEXITSTATUS(ret)); in InProcessCrash() 302 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F() 365 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F() 464 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F() 563 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F() 637 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F() 698 EXPECT_EQ(0, WEXITSTATUS(ret)); in TEST_F()
|
/external/strace/ |
D | wait.c | 64 WEXITSTATUS(status)); in printstatus() 66 status &= ~W_EXITCODE(WEXITSTATUS(status), 0); in printstatus()
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 371 # ifndef WEXITSTATUS 372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro 402 # define WEXITSTATUS(x) (x) macro
|
/external/bison/linux-lib/sys/ |
D | wait.h | 371 # ifndef WEXITSTATUS 372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro 402 # define WEXITSTATUS(x) (x) macro
|
/external/valgrind/memcheck/tests/ |
D | addressable.c | 151 if (WEXITSTATUS(status) == 0) { in main() 158 WEXITSTATUS(status)); in main()
|
/external/fio/os/windows/posix/include/sys/ |
D | wait.h | 7 #define WEXITSTATUS(a) 0 macro
|
/external/bison/m4/ |
D | posix_spawn.m4 | 124 #ifndef WEXITSTATUS 125 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) 215 exitstatus = WEXITSTATUS (status); 267 #ifndef WEXITSTATUS 268 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) 326 exitstatus = WEXITSTATUS (status);
|
/external/compiler-rt/test/lsan/TestCases/ |
D | fork.cc | 21 return WEXITSTATUS(status); in main()
|
D | fork_threaded.cc | 35 return WEXITSTATUS(status); in main()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_test_utils.py | 187 return os.WEXITSTATUS(exit_code) 279 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 191 return os.WEXITSTATUS(exit_code) 283 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/gtest/test/ |
D | gtest_test_utils.py | 202 return os.WEXITSTATUS(exit_code) 294 self._return_code = os.WEXITSTATUS(ret_code)
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_nolibc_test.cc | 29 EXPECT_EQ(0, WEXITSTATUS(status)); in TEST()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 97 #ifndef WEXITSTATUS 98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
|
/external/openssh/openbsd-compat/ |
D | bsd-waitpid.h | 42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
|
/external/google-breakpad/src/testing/test/ |
D | gmock_test_utils.py | 91 return os.WEXITSTATUS(exit_code)
|
/external/toybox/toys/posix/ |
D | time.c | 47 toys.exitval = WIFEXITED(stat) ? WEXITSTATUS(stat) : WTERMSIG(stat); in time_main()
|