| /dragonfly/tools/regression/bin/sh/builtins/ |
| HD | wait4.0 | 1 # $FreeBSD: head/bin/sh/tests/builtins/wait4.0 247206 2013-02-23 22:50:57Z jilles $
|
| /dragonfly/contrib/lvm2/dist/lib/misc/ |
| HD | lvm-exec.c | 77 if (wait4(pid, &status, 0, NULL) != pid) { in exec_cmd()
|
| /dragonfly/usr.sbin/rpc.statd/ |
| HD | statd.c | 123 pid = wait4(-1, &status, WNOHANG, NULL); in handle_sigchld()
|
| /dragonfly/contrib/bmake/ |
| HD | wait.h | 75 # define waitpid(pid, statusp, flags) wait4(pid, statusp, flags, (char *)0)
|
| /dragonfly/usr.sbin/autofs/ |
| HD | automountd.c | 391 pid = wait4(-1, &status, 0, NULL); in wait_for_children() 393 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
|
| HD | popen.c | 171 pid = wait4(cur->pid, &status, 0, NULL); in auto_pclose()
|
| /dragonfly/sys/sys/ |
| HD | wait.h | 163 pid_t wait4(pid_t, int *, int, struct rusage *);
|
| HD | syscall.mk | 12 wait4.o \
|
| HD | sysunion.h | 21 struct wait_args wait4; member
|
| /dragonfly/lib/libc_rtld/ |
| HD | Makefile | 32 socketpair.o wait4.o write.o writev.o
|
| /dragonfly/libexec/rpc.rwalld/ |
| HD | rwalld.c | 136 while(wait4(-1, NULL, WNOHANG, NULL) > 0) in killkids()
|
| /dragonfly/usr.sbin/installer/libaura/ |
| HD | popen.c | 201 pid = wait4(cur->pid, &pstat, 0, (struct rusage *)0); in aura_pclose()
|
| /dragonfly/usr.bin/time/ |
| HD | time.c | 135 while (wait4(pid, &status, 0, &ru) != pid){ in main()
|
| /dragonfly/contrib/smbfs/lib/smb/ |
| HD | subr.c | 295 if (wait4(pid, (int *)&status, 0, NULL) != pid) { in safe_execv()
|
| /dragonfly/contrib/lvm2/dist/tools/ |
| HD | polldaemon.c | 25 while (wait4(-1, NULL, WNOHANG | WUNTRACED, NULL) > 0) ; in _sigchld_handler()
|
| /dragonfly/usr.bin/dfregress/ |
| HD | userland.c | 136 r_pid = wait4(pid, &status, 0, &tr->rusage); in run_userland()
|
| /dragonfly/lib/libc/include/ |
| HD | namespace.h | 236 #define wait4 _wait4 macro
|
| HD | un-namespace.h | 217 #undef wait4
|
| /dragonfly/lib/libthread_xu/ |
| HD | pthread.map | 360 wait4;
|
| /dragonfly/lib/libc/sys/ |
| HD | Makefile.inc | 242 wait.2 wait4.2 \
|
| HD | Symbol.map | 305 wait4;
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | pex-unix.c | 136 ret = wait4 (pid, status, 0, &r); in pex_wait()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | pex-unix.c | 136 ret = wait4 (pid, status, 0, &r); in pex_wait()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | pex-unix.c | 137 ret = wait4 (pid, status, 0, &r); in pex_wait()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | pex-unix.c | 134 ret = wait4 (pid, status, 0, &r); in pex_wait()
|