/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid09.c | 137 if (errno != ECHILD) { in case2() 139 tst_strerrno(ECHILD), tst_strerrno(errno)); in case2() 156 if (errno != ECHILD) { in case3() 158 tst_strerrno(ECHILD), tst_strerrno(errno)); in case3()
|
D | waitpid04.c | 82 if (errno != ECHILD) { in main() 103 if (errno != ECHILD) { in main()
|
/external/ltp/testcases/kernel/syscalls/wait/ |
D | wait01.c | 70 if (TEST_ERRNO == ECHILD) { in wait_verify() 75 ECHILD, strerror(ECHILD)); in wait_verify()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | stringprintf_test.cc | 109 errno = ECHILD; in TEST() 111 EXPECT_EQ(ECHILD, errno); in TEST()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringprintf_unittest.cc | 134 errno = ECHILD; in TEST() 136 EXPECT_EQ(ECHILD, errno); in TEST()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 37 ECHILD, "ECHILD", ECHILD}, {
|
D | 4-1.c | 32 ECHILD, "ECHILD"}, {
|
D | 3-1-buildonly.c | 23 int dummy12 = ECHILD;
|
/external/libcxx/include/ |
D | errno.h | 328 #ifndef ECHILD 329 #define ECHILD 9963 macro
|
D | __errc | 59 no_child_process, // ECHILD 156 no_child_process = ECHILD,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 63 #ifndef ECHILD 64 #error ECHILD not defined
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 93 .exp_errno = ECHILD, 140 .exp_errno = ECHILD,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 21-1.c | 43 if (wait(&s) == -1 && errno == ECHILD) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 14 #define ECHILD 10 /* No child processes */ macro
|
/external/libusb/msvc/ |
D | errno.h | 34 #define ECHILD 10 /* No child processes */ macro
|
/external/ltp/testcases/kernel/syscalls/wait4/ |
D | wait402.c | 74 case ECHILD: in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 346 # ifndef ECHILD 347 # define ECHILD 10 macro 540 no_child_process = ECHILD,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 102 #ifdef ECHILD in errno2name() 103 CASE(ECHILD); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 102 #ifdef ECHILD in errno2name() 103 CASE(ECHILD); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 102 #ifdef ECHILD in errno2name() 103 CASE(ECHILD); in errno2name()
|
/external/libbrillo/brillo/ |
D | process_reaper.cc | 61 if (errno != ECHILD) { in HandleSIGCHLD()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 18 ECHILD = 10 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 13 #define ECHILD 10 /* No child processes */ macro
|
/external/python/cpython2/Lib/ |
D | SocketServer.py | 531 if e.errno == errno.ECHILD: 545 if e.errno == errno.ECHILD:
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 73 case ECHILD: // No child processes in ErrnoToCode()
|