Home
last modified time | relevance | path

Searched refs:testpid (Results 1 – 2 of 2) sorted by relevance

/src/contrib/pam-krb5/tests/
H A Druntests.c1119 pid_t testpid, child; in test_run() local
1126 testpid = test_start(ts->command, &outfd); in test_run()
1157 child = waitpid(testpid, &ts->status, 0); in test_run()
1163 sysdie("waitpid for %u failed", (unsigned int) testpid); in test_run()
/src/tests/sys/aio/
H A Daio_test.c1020 pid_t testpid; in aio_zvol_cleanup() local
1029 ATF_REQUIRE_EQ(1, fscanf(pidfile, "%d", &testpid)); in aio_zvol_cleanup()
1033 testpid); in aio_zvol_cleanup()