Searched defs:statusp (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dwaitpid.c27 waitpid (pid_t pid, int *statusp, int options) argument
29 return _cwait (statusp, pid, WAIT_CHILD);
/external/openssh/openbsd-compat/
H A Dbsd-waitpid.c35 union wait statusp; local
46 wait_pid = wait4(pid, &statusp, options, NULL);
48 *stat_loc = (int) statusp.w_status;
H A Dbsd-nextstep.c35 union wait statusp; local
39 wait_pid = wait(&statusp);
41 *status = (int) statusp.w_status;

Completed in 96 milliseconds