Searched defs:exited (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddowait.c57 int exited, local
88 exited = EXITED(ep->status);
90 syslog(LOG_DEBUG, "dowait(): type %d, killed %d, exited %d",
91 ep->type, killed, exited);
110 * If the interface program exited cleanly
114 if (0 <= exited && exited < EXEC_EXIT_USER) {
145 * exited with a (user) exit code, or if it got
151 || (0 < exited && exited <
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c95 const char exited[] = "Done"; variable

Completed in 44 milliseconds