Lines Matching refs:exit
66 * the exit status of the executed command, but in the case of the
68 * directory) we can't wait for the exec'd command to exit. This is
76 * child process to exit. Hence, cannot get the exit status of the
113 exit(errno);
117 exit(errno);
126 exit(errno);
130 exit(errno);
137 exit(errno);
139 exit(0);
157 * Do not wait for the child process to exit. Just return.
212 exit(*errp);
217 exit(*errp);
225 exit(*errp);
230 exit(*errp);
238 exit(*errp);
240 exit(0);
254 * Wait for the child process to exit.