HomeSort by: relevance | last modified time | path
    Searched refs:exited (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-keep-going-indirect.exp 7 exited 1
14 exited 1
23 exited 1
30 exited 1
varmod-shell.exp 1 make: varmod-shell.mk:25: warning: Command "echo word; (exit 13)" exited with status 13
2 make: varmod-shell.mk:29: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-shell.mk:36: warning: Command "echo word; (exit 13)" exited with status 13
var-op-shell.exp 1 make: var-op-shell.mk:32: warning: Command "echo "failed"; (exit 13)" exited with status 13
2 make: var-op-shell.mk:39: warning: Command "exit 13" exited with status 13
3 make: var-op-shell.mk:62: warning: "kill $$" exited on a signal
5 make: var-op-shell.mk:69: warning: Command "/bin/no/such/command" exited with status 127
varmod-assign-shell.exp 1 make: varmod-assign-shell.mk:21: warning: Command "echo output; (exit 13)" exited with status 13
7 make: varmod-assign-shell.mk:26: warning: Command "echo output; (exit 13)" exited with status 13
varmod-sun-shell.exp 1 make: varmod-sun-shell.mk:17: warning: Command "echo word; (exit 13)" exited with status 13
8 make: varmod-sun-shell.mk:24: warning: Command "echo word; (exit 13)" exited with status 13
varmod-sun-shell.mk 16 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
23 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
opt-debug-jobs.exp 23 Process with pid <pid> exited/stopped with status 0.
varmod-assign-shell.mk 4 # command to the variable, but only if the command exited successfully. This
20 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13
25 # expect+1: warning: Command "echo output; (exit 13)" exited with status 13
varmod-shell.mk 24 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
28 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
35 # expect+1: warning: Command "echo word; (exit 13)" exited with status 13
varmod-sun-shell1.exp 8 make: varmod-sun-shell1.mk:17: warning: Command "echo 42; (exit 13)" exited with status 13
varmod-sun-shell1.mk 16 # expect+1: warning: Command "echo 42; (exit 13)" exited with status 13
varmod-assign.exp 63 make: warning: Command " echo word; (exit 13) " exited with status 13
  /src/sys/kern/
kern_kthread.c 205 bool exited = false; local
211 * - Ask the kthread to write to `exited'.
213 * - Wait until the kthread has written to `exited'.
217 l->l_private = &exited;
219 while (!exited) {
  /src/usr.bin/xargs/
xargs.c 596 warnx ("%s exited with status 255", name);

Completed in 22 milliseconds