Home
last modified time | relevance | path

Searched refs:wait3 (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c86 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 Dwait3.c49 __weak_reference(__wait3, wait3); in __wait3()
H A DMakefile.inc36 wait3.c \
/freebsd/contrib/bmake/
H A Dwait.h78 # define waitpid(pid, statusp, flags) wait3(statusp, flags, (char *)0)
H A Dconfig.h.in247 /* Define to 1 if you have the 'wait3' function. */
H A Dconfigure.in353 wait3 \
/freebsd/sys/sys/
H A Dwait.h165 pid_t wait3(int *, int, struct rusage *);
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h84 # 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 Dsh.proc.c192 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 Dtc.os.h512 extern pid_t wait3();
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h193 pid_t wait3(int *, int, struct rusage *);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h193 pid_t wait3(int *, int, struct rusage *);
/freebsd/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c173 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
/freebsd/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c177 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
/freebsd/libexec/comsat/
H A Dcomsat.c105 while (wait3(NULL, WNOHANG, NULL) > 0); in reapchildren()
/freebsd/usr.sbin/nfscbd/
H A Dnfscbd.c334 while ((pid = wait3(NULL, WNOHANG, NULL)) > 0) { in reapchild()
/freebsd/bin/sh/tests/builtins/
H A DMakefile182 ${PACKAGE}FILES+= wait3.0
/freebsd/lib/libc/gen/
H A DSymbol.map297 wait3;
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c205 while (wait3(&status, WNOHANG, NULL) > 0) in reaper()
/freebsd/lib/libsys/
H A DMakefile.sys539 MLINKS+=wait.2 wait3.2 \
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c160 while ((pid = wait3(&status, WNOHANG, NULL)) > 0) { in child_exit()
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c426 while (wait3(&status, WNOHANG, 0) > 0) in reapchild()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c886 while (wait3(NULL, WNOHANG, NULL) > 0) in reap()
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.c830 wait3(NULL, 0, NULL); in cleanup_term()
/freebsd/usr.sbin/ypbind/
H A Dypbind.c358 while (wait3(&st, WNOHANG, NULL) > 0) in reaper()

12