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

/freebsd-11-stable/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-stable/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-stable/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-stable/usr.sbin/cron/cron/
H A Dpopen.c234 WAIT_T stat_loc; local
245 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
249 return (pid == -1 ? -1 : WEXITSTATUS(stat_loc));

Completed in 127 milliseconds