Searched refs:thefun (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_copy.c68 dotest(copystr_fn *thefun) argument
78 ATF_REQUIRE_EQ(thefun(TESTSTR, buf, sizeof(buf), &len), 0);
84 ATF_REQUIRE_EQ(thefun(TESTSTR, buf, sizeof(buf)-1, &len), 0);
90 ATF_REQUIRE_EQ(thefun(TESTSTR, buf, sizeof(buf)-2, NULL), ENAMETOOLONG);

Completed in 57 milliseconds