HomeSort by relevance Sort by last modified time
    Searched full:exchild (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
exec.c 68 return (exchild(t, flags & ~XTIME, xerrok, -1));
143 * Let exchild() close pv[0] in child
148 exchild(t->left, flags | XPIPEO | XCCLOSE,
157 /* Let exchild() close 0 in parent, after fork, before wait */
158 i = exchild(t, flags | XPCLOSE, xerrok, 0);
219 /* exchild() closes coproc.* in child after fork,
224 exchild(t->left, flags | XBGND | XFORK | XCOPROC | XCCLOSE,
700 rv = exchild(&texec, flags, xerrok, -1);
    [all...]
jobs.c 337 exchild(struct op *t, int flags, function
372 "exchild: XPIPEI and no last_job - pid %d",
497 internal_warningf("exchild: execute() returned");
498 fptreef(shl_out, 2, "exchild: tried to execute {\n%T\n}\n", t);
    [all...]
sh.h     [all...]

Completed in 134 milliseconds