Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/posix/
Dtst-spawn2.c55 if (ret != -1 || errno != ECHILD) in do_test()
72 if (ret != -1 || errno != ECHILD) in do_test()
Dtst-waitid.c224 TEST_COMPARE (errno, ECHILD); in do_test_waitd_common()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h46 ECHILD = 0x4000000a, /* No child processes */ enumerator
243 #define ECHILD 0x4000000a macro
/glibc-2.36/stdio-common/
Dtest-strerr.c68 #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/
Derrlist.h66 #ifdef ECHILD
71 _S(ECHILD, N_("No child processes"))
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtest-errno-linux.c203 fails |= test_wrp (ECHILD, wait4, -1, &status, 0, NULL); in do_test()
Dspawni.c305 args->err = errno ? : ECHILD; in __spawni_child()
/glibc-2.36/time/
Dtst-cpuclock1.c247 if (waitpid (child, &x, 0) != child && errno != ECHILD) in do_test()
/glibc-2.36/conform/data/
Derrno.h-data26 macro-int-constant ECHILD {int} > 0
/glibc-2.36/sunrpc/
Dkey_call.c368 if (errno == ECHILD || errno == ESRCH) in key_call_keyenvoy()
/glibc-2.36/manual/
Derrno.texi193 @deftypevr Macro int ECHILD
195 @errno{ECHILD, 10, No child processes}
Dprocess.texi630 @item ECHILD
Djob.texi800 else if (pid == 0 || errno == ECHILD)
/glibc-2.36/ChangeLog.old/
DChangeLog.1883926 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.