Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
H A Dprocdesc.cc414 int doppel = fork(); in TEST_F() local
415 EXPECT_OK(doppel); in TEST_F()
445 if (doppel == 0) { in TEST_F()
451 waitpid(doppel, &rc, __WALL); in TEST_F()