Searched refs:w_status (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c48 *stat_loc = (int) statusp.w_status;
H A Dbsd-nextstep.c41 *status = (int) statusp.w_status;
/freebsd-9.3-release/contrib/bmake/
H A Dwait.h40 # define WAIT_STATUS(x) (x).w_status
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.wait.h78 int w_status; member in union:wait
H A Dsh.proc.c197 pid = wait3(&w.w_status,
211 pid = wait3(&w.w_status,
224 pid = wait3(&w.w_status, WNOHANG, 0);
229 pid = wait3(&w.w_status, WNOHANG, &ru);
240 pid = wait3(&w.w_status,
253 pid = wait(&w.w_status);
/freebsd-9.3-release/contrib/opie/
H A Dpopen.c214 return (pid == -1 ? -1 : status.w_status);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlynx-nat.c498 store_waitstatus (ourstatus, status.w_status);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dconf.c2711 *status = st.w_status;
2759 st = status.w_status;

Completed in 132 milliseconds