/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 86 ATF_TC(wait3); 87 ATF_TC_HEAD(wait3, tc) in ATF_TC_HEAD() argument 93 ATF_TC_BODY(wait3, tc) in ATF_TC_BODY() argument 95 ATF_REQUIRE_ERRNO(ECHILD, wait3(NULL, TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY() 277 wait3(NULL, o | TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY() 331 ATF_TP_ADD_TC(tp, wait3); in ATF_TP_ADD_TCS()
|
/freebsd/lib/libc/sys/ |
H A D | wait3.c | 49 __weak_reference(__wait3, wait3); in __wait3()
|
H A D | Makefile.inc | 36 wait3.c \
|
/freebsd/contrib/bmake/ |
H A D | wait.h | 78 # define waitpid(pid, statusp, flags) wait3(statusp, flags, (char *)0)
|
H A D | config.h.in | 247 /* Define to 1 if you have the 'wait3' function. */
|
H A D | configure.in | 353 wait3 \
|
/freebsd/sys/sys/ |
H A D | wait.h | 165 pid_t wait3(int *, int, struct rusage *);
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_ptrace_wait.h | 84 # define TWAIT_WAIT4TYPE(a,b,c,d) wait3((b),(c),(d)) 85 # define TWAIT_GENERIC(a,b,c) wait3((b),(c),NULL)
|
/freebsd/contrib/tcsh/ |
H A D | sh.proc.c | 192 pid = wait3(&w, in pchild() 196 pid = wait3(&w.w_status, in pchild() 210 pid = wait3(&w.w_status, in pchild() 223 pid = wait3(&w.w_status, WNOHANG, 0); in pchild() 226 pid = wait3(&w, WNOHANG, &ru); in pchild() 228 pid = wait3(&w.w_status, WNOHANG, &ru); in pchild() 239 pid = wait3(&w.w_status, in pchild()
|
H A D | tc.os.h | 512 extern pid_t wait3();
|
/freebsd/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 193 pid_t wait3(int *, int, struct rusage *);
|
/freebsd/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 193 pid_t wait3(int *, int, struct rusage *);
|
/freebsd/usr.sbin/rpc.ypupdated/ |
H A D | ypupdated_main.c | 173 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_main.c | 177 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
/freebsd/libexec/comsat/ |
H A D | comsat.c | 105 while (wait3(NULL, WNOHANG, NULL) > 0); in reapchildren()
|
/freebsd/usr.sbin/nfscbd/ |
H A D | nfscbd.c | 334 while ((pid = wait3(NULL, WNOHANG, NULL)) > 0) { in reapchild()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | Makefile | 182 ${PACKAGE}FILES+= wait3.0
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 297 wait3;
|
/freebsd/usr.sbin/ypserv/ |
H A D | yp_main.c | 205 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
|
/freebsd/lib/libsys/ |
H A D | Makefile.sys | 539 MLINKS+=wait.2 wait3.2 \
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.c | 160 while ((pid = wait3(&status, WNOHANG, NULL)) > 0) { in child_exit()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | lpd.c | 426 while (wait3(&status, WNOHANG, 0) > 0) in reapchild()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.c | 886 while (wait3(NULL, WNOHANG, NULL) > 0) in reap()
|
/freebsd/usr.sbin/nfsuserd/ |
H A D | nfsuserd.c | 830 wait3(NULL, 0, NULL); in cleanup_term()
|
/freebsd/usr.sbin/ypbind/ |
H A D | ypbind.c | 358 while (wait3(&st, WNOHANG, NULL) > 0) in reaper()
|