Home
last modified time | relevance | path

Searched refs:CLD_EXITED (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/misc/posixtestsuite/posixtestsuite/conformance/definitions/signal_h/
H A D22-24.c7 #ifndef CLD_EXITED
8 #error CLD_EXITED not defined
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h178 CLD_EXITED = 1, /* Child has exited. */ enumerator
179 # define CLD_EXITED CLD_EXITED macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h178 CLD_EXITED = 1, /* Child has exited. */ enumerator
179 # define CLD_EXITED CLD_EXITED macro
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/devel/smake/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/devel/sccs/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/net/rscsi/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/archivers/star/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/editors/ved/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/sysutils/schilyutils/schily-2021-09-18/sh/
H A Ddefs.c126 struct excode ex = { CLD_EXITED };
127 struct excode retex = { CLD_EXITED };
H A Derror.c219 if (ex.ex_code == CLD_EXITED && xno != ex.ex_status) {
225 ex.ex_code = CLD_EXITED;
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/lib/libdtrace/
H A Dsignal.d92 inline int CLD_EXITED = 1; variable
93 #pragma D binding "1.0" CLD_EXITED
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/features/
H A Dsigfeatures38 #ifndef CLD_EXITED
39 # define CLD_EXITED 1
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dwait.h199 #ifndef CLD_EXITED /* Assume all is missing then */
200 #define CLD_EXITED 1 /* child has exited */ macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dwait.h199 #ifndef CLD_EXITED /* Assume all is missing then */
200 #define CLD_EXITED 1 /* child has exited */ macro

12345678910>>...34