Home
last modified time | relevance | path

Searched refs:waitpid (Results 126 – 150 of 487) sorted by relevance

12345678910>>...20

/freebsd/crypto/heimdal/appl/login/
H A Dshadow.c58 waitpid(pid, &status, 0); in change_passwd()
/freebsd/usr.sbin/pw/
H A Dpw_utils.c90 waitpid(pid, &i, 0); in nis_update()
/freebsd/lib/libc/tests/stdlib/
H A Dquick_exit_test.c68 ATF_CHECK_EQ_MSG(pid, waitpid(pid, &wstatus, 0), in ATF_TC_BODY()
/freebsd/tests/sys/file/
H A Dnewfileops_on_fork_test.c79 waitpid(pid, NULL, 0); in do_fork()
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c101 while (waitpid(pid, &status, 0) != pid) {} in test_pdfork()
H A Dcap_test.c103 while (waitpid(pid, &status, 0) != pid) {} in execute()
/freebsd/tests/sys/kqueue/
H A Dkqueue_fork.c78 error = waitpid(pid, &status, 0); in ATF_TC_BODY()
/freebsd/crypto/openssh/
H A Dreadpass.c98 while ((ret = waitpid(pid, &status, 0)) == -1) in ssh_askpass()
324 while ((ret = waitpid(ctx->pid, NULL, 0)) == -1) { in notify_complete()
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller31.sh61 while (waitpid(-1, status, 0) != pid) {
243 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsyzkaller43.sh55 while (waitpid(-1, status, 0) != pid) {
229 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dpts3.sh97 if (waitpid(pid, NULL, 0) != pid)
H A Dsem_wait.sh99 if (waitpid(pid, NULL, 0) != pid)
H A Dsyzkaller54.sh57 while (waitpid(-1, status, 0) != pid) {
231 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Dsendfile22.sh205 if (waitpid(pid, &status, 0) != pid)
272 if (waitpid(pid, &status, 0) == -1)
H A Dsyzkaller70.sh66 while (waitpid(-1, status, 0) != pid) {
240 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
H A Drevoke.sh88 waitpid(pid, &status, 0);
H A Dfork.sh120 waitpid(fork_pid, &status, 0);
/freebsd/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c76 RL(waitpid(pid, &status, 0)); in ATF_TC_BODY()
H A Dt_proc2.c123 RL(waitpid(pid, &status, 0)); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c94 (void)waitpid(child, &status, 0); in ATF_TC_BODY()
/freebsd/contrib/capsicum-test/
H A Dsctp.cc200 EXPECT_EQ(child1, waitpid(child1, &status, 0)); in TEST()
203 EXPECT_EQ(child2, waitpid(child2, &status, 0)); in TEST()
H A Dsocket.cc119 EXPECT_EQ(child, waitpid(child, &status, 0)); in TEST()
236 EXPECT_EQ(child, waitpid(child, &status, 0)); in TEST()
344 EXPECT_EQ(child, waitpid(child, &status, 0)); in TEST()
/freebsd/tools/test/stress2/testcases/badcode/
H A Dbadcode.c125 if (waitpid(pid, NULL, 0) == -1) in test()
/freebsd/tools/test/stress2/testcases/run/
H A Drun.c110 if (r[i] != 0 && waitpid(r[i], &s, 0) == -1) in test()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c124 while (waitpid(child, &status, WEXITED) != child) in main()

12345678910>>...20