Searched refs:stat_loc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.c33 waitpid(int pid, int *stat_loc, int options) argument
47 if (stat_loc)
48 *stat_loc = (int) statusp.w_status;
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dwaitpid.c27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) argument
31 int wpid = wait(stat_loc);
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dwaitpid.c27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) argument
31 int wpid = wait(stat_loc);
/freebsd-11.0-release/usr.sbin/cron/cron/
H A Dpopen.c230 WAIT_T stat_loc; local
241 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
245 return (pid == -1 ? -1 : WEXITSTATUS(stat_loc));

Completed in 61 milliseconds