Searched refs:ECHILD (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/posix/ |
D | tst-spawn2.c | 55 if (ret != -1 || errno != ECHILD) in do_test() 72 if (ret != -1 || errno != ECHILD) in do_test()
|
D | tst-waitid.c | 224 TEST_COMPARE (errno, ECHILD); in do_test_waitd_common()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 46 ECHILD = 0x4000000a, /* No child processes */ enumerator 243 #define ECHILD 0x4000000a macro
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 68 #ifdef ECHILD in do_test() 69 TEST_COMPARE_STRING (strerrordesc_np (ECHILD), "No child processes"); in do_test() 70 TEST_COMPARE_STRING (strerrorname_np (ECHILD), "ECHILD"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 66 #ifdef ECHILD 71 _S(ECHILD, N_("No child processes"))
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | test-errno-linux.c | 203 fails |= test_wrp (ECHILD, wait4, -1, &status, 0, NULL); in do_test()
|
D | spawni.c | 305 args->err = errno ? : ECHILD; in __spawni_child()
|
/glibc-2.36/time/ |
D | tst-cpuclock1.c | 247 if (waitpid (child, &x, 0) != child && errno != ECHILD) in do_test()
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 26 macro-int-constant ECHILD {int} > 0
|
/glibc-2.36/sunrpc/ |
D | key_call.c | 368 if (errno == ECHILD || errno == ESRCH) in key_call_keyenvoy()
|
/glibc-2.36/manual/ |
D | errno.texi | 193 @deftypevr Macro int ECHILD 195 @errno{ECHILD, 10, No child processes}
|
D | process.texi | 630 @item ECHILD
|
D | job.texi | 800 else if (pid == 0 || errno == ECHILD)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 83926 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
|