Home
last modified time | relevance | path

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

123

/openbsd/regress/lib/libc/sys/
H A Dt_wait_noproc.c54 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 Dmisc.c130 ret = ECHILD; in lg_exec()
136 ret = ECHILD; in lg_exec()
/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h329 #ifndef ECHILD
330 #define ECHILD 9963 macro
H A D__errc58 no_child_process, // ECHILD
155 no_child_process = ECHILD,
/openbsd/gnu/usr.bin/cvs/os2/
H A Dwaitpid.c27 if (errno == ECHILD)
/openbsd/regress/lib/libpthread/signals/ignore_sigchild/
H A Dignore_sigchild.c31 ASSERT(errno == ECHILD); in main()
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl10 $ECHILD = 0xA;
/openbsd/sys/sys/
H A Derrno.h51 #define ECHILD 10 /* No child processes */ macro
/openbsd/regress/sys/kern/ptrace2/
H A Dptrace_test.c174 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 Dstrerror.c104 #if defined (ECHILD)
105 ENTRY(ECHILD, "ECHILD", "No child processes"),
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c103 #if defined (ECHILD)
104 ENTRY(ECHILD, "ECHILD", "No child processes"),
/openbsd/sbin/init/
H A Dinit.c1365 } 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 Dhotplugd.c193 if (errno != ECHILD) in sigchild()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c810 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 Dscsi.c688 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 Dptyprocess.py708 if e.errno == errno.ECHILD:
726 if e.errno == errno.ECHILD:
/openbsd/usr.sbin/rpki-client/
H A Drsync.c352 if (pid == -1 && errno != ECHILD) in proc_rsync()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dserver.c409 } while (ret != -1 || errno != ECHILD); in main()
H A Dlinux-low.c386 if (errno != ECHILD) in linux_wait_for_process()
396 if (errno != ECHILD) in linux_wait_for_process()
/openbsd/usr.bin/rdist/
H A Dchild.c282 if (errno != ECHILD) in reap()
/openbsd/usr.sbin/ldapd/
H A Dldapd.c88 if (errno != ECHILD) in ldapd_sigchld_handler()
/openbsd/usr.bin/xargs/
H A Dxargs.c598 if (pid == -1 && errno != ECHILD) in waitchildren()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL41 EBUSY ECANCELED ECHILD ECHO ECHOE ECHOK ECHONL ECONNABORTED ECONNREFUSED
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpd.c295 if (errno != EINTR && errno != ECHILD) in dvmrpd_shutdown()
/openbsd/usr.bin/tmux/
H A Dserver.c464 if (errno == ECHILD) in server_child_signal()

123