Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc116 #ifdef ECHILD in default_error_condition()
117 case ECHILD: in default_error_condition()
/dragonfly/sys/sys/
H A Derrno.h73 #define ECHILD 10 /* No child processes */ macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c103 #if defined (ECHILD)
104 ENTRY(ECHILD, "ECHILD", "No child processes"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c103 #if defined (ECHILD)
104 ENTRY(ECHILD, "ECHILD", "No child processes"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c103 #if defined (ECHILD)
104 ENTRY(ECHILD, "ECHILD", "No child processes"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c103 #if defined (ECHILD)
104 ENTRY(ECHILD, "ECHILD", "No child processes"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg26 $ ECHILD
H A Del_GR.ISO8859-7.msg26 $ ECHILD
H A Dmn_Cyrl_MN.UTF-8.msg24 $ ECHILD
H A Dru_RU.KOI8-R.msg26 $ ECHILD
H A Duk_UA.UTF-8.msg26 $ ECHILD
H A Dja_JP.UTF-8.msg26 $ ECHILD
H A Dja_JP.eucJP.msg26 $ ECHILD
H A Dko_KR.UTF-8.msg26 $ ECHILD
H A Dko_KR.eucKR.msg26 $ ECHILD
H A Dzh_Hans_CN.GB18030.msg22 $ ECHILD
H A Dzh_Hans_CN.GB2312.msg22 $ ECHILD
H A Dzh_Hans_CN.UTF-8.msg22 $ ECHILD
H A Dfi_FI.ISO8859-1.msg26 $ ECHILD
H A Dit_IT.ISO8859-15.msg26 $ ECHILD
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h87 no_child_process = ECHILD, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h87 no_child_process = ECHILD, in _GLIBCXX_VISIBILITY()
/dragonfly/usr.bin/xargs/
H A Dxargs.c647 errno = ECHILD; in xwait()
705 if (pid == -1 && errno != ECHILD) in waitchildren()
/dragonfly/usr.sbin/hotplugd/
H A Dhotplugd.c220 if (errno != ECHILD) in sigchild()
/dragonfly/usr.bin/dfregress/
H A Duserland.c144 } else if (errno == ECHILD) { in run_userland()

12