| /freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_wait_noproc.c | 98 ATF_TC(wait4); 99 ATF_TC_HEAD(wait4, tc) in ATF_TC_HEAD() argument 106 ATF_TC_BODY(wait4, tc) in ATF_TC_BODY() argument 109 wait4(WAIT_ANY, NULL, TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY() 298 wait4(WAIT_ANY, NULL, o | TWAIT_OPTION, NULL) == -1); in ATF_TC_BODY() 332 ATF_TP_ADD_TC(tp, wait4); in ATF_TP_ADD_TCS()
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | wait4.c | 42 #pragma weak wait4 macro 44 wait4(pid_t pid, int *status, int options, struct rusage *ru) in wait4() function
|
| H A D | interposing_table.c | 72 SLOT(wait4, __sys_wait4),
|
| H A D | Makefile.inc | 87 wait4 \ 494 wait.2 wait4.2 \
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-waitpid.c | 46 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
| H A D | tst.macroglob.ksh.out | 21 wait4 entry
|
| /freebsd-12.1/contrib/bmake/ |
| H A D | wait.h | 75 # define waitpid(pid, statusp, flags) wait4(pid, statusp, flags, (char *)0)
|
| /freebsd-12.1/sys/sys/ |
| H A D | wait.h | 169 pid_t wait4(pid_t, int *, int, struct rusage *);
|
| H A D | syscall.mk | 12 wait4.o \
|
| /freebsd-12.1/usr.sbin/autofs/ |
| H A D | automountd.c | 406 pid = wait4(-1, &status, 0, NULL); in wait_for_children() 408 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
|
| H A D | popen.c | 174 pid = wait4(cur->pid, &status, 0, NULL); in auto_pclose()
|
| /freebsd-12.1/contrib/netbsd-tests/kernel/ |
| H A D | t_ptrace_wait.h | 90 # define TWAIT_WAIT4TYPE(a,b,c,d) wait4((a),(b),(c),(d)) 91 # define TWAIT_GENERIC(a,b,c) wait4((a),(b),(c),NULL)
|
| /freebsd-12.1/libexec/rpc.rwalld/ |
| H A D | rwalld.c | 141 while(wait4(-1, NULL, WNOHANG, NULL) > 0) in killkids()
|
| /freebsd-12.1/usr.sbin/pmc/ |
| H A D | cmd_pmc_stat.c | 421 if (wait4(pmc_util_get_pid(&pmc_args), &waitstatus, 0, &ru) > 0) { in pmc_stat_internal() 449 if (wait4(pmc_util_get_pid(&pmc_args), &waitstatus, 0, &ru) > 0) { in pmc_stat_internal()
|
| /freebsd-12.1/usr.sbin/iscsid/ |
| H A D | iscsid.c | 507 pid = wait4(-1, &status, 0, NULL); in wait_for_children() 509 pid = wait4(-1, &status, WNOHANG, NULL); in wait_for_children()
|
| /freebsd-12.1/contrib/smbfs/lib/smb/ |
| H A D | subr.c | 297 if (wait4(pid, (int *)&status, 0, NULL) != pid) { in safe_execv()
|
| /freebsd-12.1/usr.bin/time/ |
| H A D | time.c | 141 while (wait4(pid, &status, 0, &ru) != pid) { in main()
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 238 #define wait4 _wait4 macro
|
| H A D | un-namespace.h | 219 #undef wait4
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | Makefile | 179 ${PACKAGE}FILES+= wait4.0
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | pex-unix.c | 103 ret = wait4 (pid, status, 0, &r); in pex_wait()
|
| H A D | configure.ac | 356 checkfuncs="$checkfuncs getsysinfo table sysctl wait3 wait4 __fsetlocking" 368 pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \
|
| /freebsd-12.1/usr.sbin/rpc.statd/ |
| H A D | statd.c | 638 pid = wait4(-1, &status, WNOHANG, (struct rusage*)0); in handle_sigchld()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 679 SLOT(wait4); in __thr_interpose_libc()
|
| /freebsd-12.1/tests/sys/audit/ |
| H A D | process-control.c | 185 ATF_REQUIRE(wait4(-1, &status, 0, NULL) != -1); in ATF_TC_BODY() 212 ATF_REQUIRE_EQ(-1, wait4(-1, NULL, 0, NULL)); in ATF_TC_BODY()
|