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

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strchr.c61 void *dl_handle; local
249 dl_handle = dlopen(NULL, RTLD_LAZY);
250 strchr_fn = dlsym(dl_handle, "test_strlen");
285 (void)dlclose(dl_handle);
H A Dt_strlen.c43 void *dl_handle; local
111 dl_handle = dlopen(NULL, RTLD_LAZY);
112 strlen_fn = dlsym(dl_handle, "test_strlen");
139 (void)dlclose(dl_handle);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_methods.c215 eap_methods->dl_handle = handle;
247 if (m == NULL || m->dl_handle == NULL)
255 handle = m->dl_handle;
363 handle = m->dl_handle;
H A Deap_i.h257 * dl_handle - Handle for the dynamic library
263 void *dl_handle; member in struct:eap_method
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_p11.c64 void *dl_handle; member in struct:p11_module
829 p->dl_handle = dlopen(list, RTLD_NOW);
831 if (p->dl_handle == NULL) {
838 getFuncs = (CK_C_GetFunctionList) dlsym(p->dl_handle, "C_GetFunctionList");
974 if (p->dl_handle)
975 dlclose(p->dl_handle);

Completed in 52 milliseconds