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

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c55 int (*testf_dso_null)(void);
59 testf_dso_null = dlsym(handle, "testf_dso_null");
60 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror());
62 ATF_REQUIRE(testf_dso_null() == 0xcafe);
79 int (*testf_dso_null)(void);
87 testf_dso_null = dlsym(handle, "testf_dso_null");
88 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror());
90 ATF_REQUIRE(testf_dso_null()
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c46 int testf_dso_null(void);
53 testf_dso_null(void) function

Completed in 106 milliseconds