Searched refs:ECHILD (Results 1 – 25 of 49) sorted by relevance
12
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | system_error.cc | 116 #ifdef ECHILD in default_error_condition() 117 case ECHILD: in default_error_condition()
|
| /dragonfly/sys/sys/ |
| HD | errno.h | 73 #define ECHILD 10 /* No child processes */ macro
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strerror.c | 103 #if defined (ECHILD) 104 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | strerror.c | 103 #if defined (ECHILD) 104 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | strerror.c | 103 #if defined (ECHILD) 104 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | strerror.c | 103 #if defined (ECHILD) 104 ENTRY(ECHILD, "ECHILD", "No child processes"),
|
| /dragonfly/lib/libc/nls/ |
| HD | mn_Cyrl_MN.UTF-8.msg | 24 $ ECHILD
|
| HD | el_GR.ISO8859-7.msg | 26 $ ECHILD
|
| HD | uk_UA.UTF-8.msg | 26 $ ECHILD
|
| HD | be_BY.UTF-8.msg | 26 $ ECHILD
|
| HD | ru_RU.KOI8-R.msg | 26 $ ECHILD
|
| HD | zh_Hans_CN.GB2312.msg | 22 $ ECHILD
|
| HD | ja_JP.UTF-8.msg | 26 $ ECHILD
|
| HD | ja_JP.eucJP.msg | 26 $ ECHILD
|
| HD | zh_Hans_CN.GB18030.msg | 22 $ ECHILD
|
| HD | ko_KR.UTF-8.msg | 26 $ ECHILD
|
| HD | zh_Hans_CN.UTF-8.msg | 22 $ ECHILD
|
| HD | ko_KR.eucKR.msg | 26 $ ECHILD
|
| HD | nb_NO.ISO8859-1.msg | 24 $ ECHILD
|
| HD | it_IT.ISO8859-15.msg | 26 $ ECHILD
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 87 no_child_process = ECHILD, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 87 no_child_process = ECHILD, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/usr.bin/xargs/ |
| HD | xargs.c | 647 errno = ECHILD; in xwait() 705 if (pid == -1 && errno != ECHILD) in waitchildren()
|
| /dragonfly/usr.sbin/hotplugd/ |
| HD | hotplugd.c | 220 if (errno != ECHILD) in sigchild()
|
| /dragonfly/usr.bin/dfregress/ |
| HD | userland.c | 144 } else if (errno == ECHILD) { in run_userland()
|
12