Home
last modified time | relevance | path

Searched refs:child_failed (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dvmsjobs.c121 int child_failed; in vmsHandleChildTerm() local
129 child_failed = !(child->cstatus & 1 || ((child->cstatus & 7) == 0)); in vmsHandleChildTerm()
140 if (child_failed && !c->noerror && !ignore_errors_flag) in vmsHandleChildTerm()
150 if (child_failed) in vmsHandleChildTerm()
154 child_failed = 0; in vmsHandleChildTerm()
201 if (child_failed && !keep_going_flag) in vmsHandleChildTerm()
Djob.c476 int child_failed; in reap_children() local
684 child_failed = exit_sig != 0 || exit_code != 0; in reap_children()
697 DB (DB_JOBS, (child_failed in reap_children()
721 if (child_failed && !c->noerror && !ignore_errors_flag) in reap_children()
741 if (child_failed) in reap_children()
746 child_failed = 0; in reap_children()
829 if (!err && child_failed && !dontcare && !keep_going_flag && in reap_children()