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

/freebsd-10.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-10.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-10.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-10.0-release/usr.sbin/cron/cron/
H A Dpopen.c231 WAIT_T stat_loc; local
242 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
246 return (pid == -1 ? -1 : WEXITSTATUS(stat_loc));
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix311 pid_t (waitpid)(pid_t pid, int *stat_loc, int options);

Completed in 275 milliseconds