/openbsd/regress/lib/libc/sys/ |
H A D | t_wait_noproc.c | 54 ATF_REQUIRE_ERRNO(ECHILD, wait(NULL) == -1); in ATF_TC_BODY() 68 ATF_REQUIRE_ERRNO(ECHILD, waitpid(WAIT_ANY, NULL, TWAIT_OPTION) == -1); in ATF_TC_BODY() 81 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 95 ATF_REQUIRE_ERRNO(ECHILD, wait3(NULL, TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY() 108 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 124 * ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 241 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 263 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 283 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() 304 ATF_REQUIRE_ERRNO(ECHILD, in ATF_TC_BODY() [all …]
|
/openbsd/usr.bin/bgplg/ |
H A D | misc.c | 130 ret = ECHILD; in lg_exec() 136 ret = ECHILD; in lg_exec()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | errno.h | 329 #ifndef ECHILD 330 #define ECHILD 9963 macro
|
H A D | __errc | 58 no_child_process, // ECHILD 155 no_child_process = ECHILD,
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | waitpid.c | 27 if (errno == ECHILD)
|
/openbsd/regress/lib/libpthread/signals/ignore_sigchild/ |
H A D | ignore_sigchild.c | 31 ASSERT(errno == ECHILD); in main()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | errno.pl | 10 $ECHILD = 0xA;
|
/openbsd/sys/sys/ |
H A D | errno.h | 51 #define ECHILD 10 /* No child processes */ macro
|
/openbsd/regress/sys/kern/ptrace2/ |
H A D | ptrace_test.c | 174 ATF_REQUIRE(errno == ECHILD); in ATF_TC_BODY() 221 ATF_REQUIRE(errno == ECHILD); in ATF_TC_BODY()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | strerror.c | 104 #if defined (ECHILD) 105 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strerror.c | 103 #if defined (ECHILD) 104 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
/openbsd/sbin/init/ |
H A D | init.c | 1365 } while (clang == 0 && errno != ECHILD); in f_nice_death() 1367 if (errno == ECHILD) in f_nice_death() 1409 } while (clang == 0 && errno != ECHILD); in f_death() 1411 if (errno == ECHILD) in f_death()
|
/openbsd/usr.sbin/hotplugd/ |
H A D | hotplugd.c | 193 if (errno != ECHILD) in sigchild()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | linux-nat.c | 810 if (pid == -1 && errno == ECHILD) in lin_lwp_attach_lwp() 862 if (pid == -1 && errno == ECHILD) in linux_nat_attach() 1133 if (pid == -1 && errno == ECHILD) in wait_lwp() 1136 if (pid == -1 && errno == ECHILD) in wait_lwp() 1648 if (pid == -1 && errno == ECHILD) in child_wait() 2215 gdb_assert (pid == -1 && errno == ECHILD); in kill_wait_callback() 2230 gdb_assert (pid == -1 && errno == ECHILD); in kill_wait_callback()
|
/openbsd/sbin/scsi/ |
H A D | scsi.c | 688 errno = ECHILD; in editit() 759 if (editit(edit_name) == -1 && errno != ECHILD) in mode_edit()
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
H A D | ptyprocess.py | 708 if e.errno == errno.ECHILD: 726 if e.errno == errno.ECHILD:
|
/openbsd/usr.sbin/rpki-client/ |
H A D | rsync.c | 352 if (pid == -1 && errno != ECHILD) in proc_rsync()
|
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/ |
H A D | server.c | 409 } while (ret != -1 || errno != ECHILD); in main()
|
H A D | linux-low.c | 386 if (errno != ECHILD) in linux_wait_for_process() 396 if (errno != ECHILD) in linux_wait_for_process()
|
/openbsd/usr.bin/rdist/ |
H A D | child.c | 282 if (errno != ECHILD) in reap()
|
/openbsd/usr.sbin/ldapd/ |
H A D | ldapd.c | 88 if (errno != ECHILD) in ldapd_sigchld_handler()
|
/openbsd/usr.bin/xargs/ |
H A D | xargs.c | 598 if (pid == -1 && errno != ECHILD) in waitchildren()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | Makefile.PL | 41 EBUSY ECANCELED ECHILD ECHO ECHOE ECHOK ECHONL ECONNABORTED ECONNREFUSED
|
/openbsd/usr.sbin/dvmrpd/ |
H A D | dvmrpd.c | 295 if (errno != EINTR && errno != ECHILD) in dvmrpd_shutdown()
|
/openbsd/usr.bin/tmux/ |
H A D | server.c | 464 if (errno == ECHILD) in server_child_signal()
|