HomeSort by relevance Sort by last modified time
    Searched defs:statusp (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
bsd-waitpid.c 35 union wait statusp; local
46 wait_pid = wait4(pid, &statusp, options, NULL);
48 *stat_loc = (int) statusp.w_status;
bsd-nextstep.c 35 union wait statusp; local
39 wait_pid = wait(&statusp);
41 *status = (int) statusp.w_status;

Completed in 175 milliseconds