Symbol: dlopen
bin/csh/iconv_stub.c
60
iconvlib = dlopen(ICONVLIB, RTLD_LAZY | RTLD_GLOBAL);
crypto/heimdal/lib/gssapi/mech/gss_mech_switch.c
309
so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
crypto/heimdal/lib/hdb/hdb.c
312
dl = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
crypto/heimdal/lib/hx509/ks_p11.c
867
p->dl_handle = dlopen(list, RTLD_NOW);
crypto/heimdal/lib/kadm5/password_quality.c
287
handle = dlopen(check_library, RTLD_NOW);
crypto/heimdal/lib/kadm5/password_quality.c
327
handle = dlopen(check_library, RTLD_NOW);
crypto/heimdal/lib/kafs/afssys.c
107
ptr = dlopen(path, RTLD_NOW);
crypto/heimdal/lib/krb5/acache.c
129
cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL);
crypto/heimdal/lib/krb5/acache.c
134
cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL);
crypto/heimdal/lib/krb5/plugin.c
116
e->u.dso.dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
crypto/heimdal/lib/krb5/plugin.c
482
p->dsohandle = dlopen(path, RTLD_LOCAL|RTLD_LAZY);
crypto/krb5/src/util/support/plugins.c
90
h->dlhandle = dlopen(filename, PLUGIN_DLOPEN_FLAGS);
crypto/openssh/ssh-pkcs11.c
1572
if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) {
crypto/openssh/ssh-sk.c
141
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL)
crypto/openssl/crypto/dso/dso_dlfcn.c
113
ptr = dlopen(filename, flags);
crypto/openssl/crypto/dso/dso_dlfcn.c
436
void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY);
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
495
get_entropy_address = dlsym(dlopen(PUBLIC_VECTORS, 0), GET_ENTROPY);
crypto/openssl/test/simpledynamic.c
25
*lib = dlopen(filename, dl_flags);
include/dlfcn.h
120
void *dlopen(const char *, int);
kerberos5/lib/libroken/fbsd_ossl_provider_load.c
48
if (!(crypto_lib_handle = dlopen(CRYPTO_LIBRARY,
lib/libc/gen/libc_dlopen.c
47
return (dlopen(path, mode));
lib/libc/tests/gen/dlopen_empty_test.c
78
dlh = dlopen(soname, RTLD_LAZY);
lib/libc/tests/stdlib/cxa_atexit_test.c
40
hdl = dlopen(shlib, RTLD_LAZY);
lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc
57
libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
88
libthr_handle = dlopen("libthr.so.3", RTLD_LAZY | RTLD_GLOBAL |
lib/libc/tests/stdlib/dynthr_test.c
73
mod_handle = dlopen(libpath, RTLD_LOCAL);
lib/libc/tests/string/memccpy_test.c
218
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/memcmp_test.c
149
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/memrchr_test.c
105
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/stpncpy_test.c
194
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strcmp_test.c
124
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strlcpy_test.c
173
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strncmp_test.c
156
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libc/tests/string/strrchr_test.c
145
dl_handle = dlopen(NULL, RTLD_LAZY);
lib/libgssapi/gss_mech_switch.c
222
so = dlopen(lib, RTLD_LOCAL);
lib/libkiconv/xlat16_iconv.c
326
iconv_lib = dlopen("libiconv.so", RTLD_LAZY | RTLD_GLOBAL);
lib/libthr/thread/thr_exit.c
86
if ((handle = dlopen(dli.dli_fname, RTLD_LAZY)) != NULL) {
libexec/rtld-elf/rtld.c
273
void *dlopen(const char *, int) __exported;
libexec/rtld-elf/tests/dlopen_hash_test.c
26
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
libexec/rtld-elf/tests/dlopen_hash_test.c
37
handle = dlopen(name, RTLD_LAZY);
libexec/rtld-elf/tests/dlopen_test.c
18
hdl = dlopen("libthr.so", RTLD_NOW);
libexec/rtld-elf/tests/dlopen_test.c
39
hdl = dlopen("libthr.so", RTLD_NOW | RTLD_GLOBAL);
libexec/rtld-elf/tests/rtld_deepbind/rtld_deepbind.c
35
hdl = dlopen("$ORIGIN/libdeep.so", RTLD_LAZY | RTLD_DEEPBIND);
libexec/rtld-elf/tests/set_var_test.c
20
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
libexec/rtld-elf/tests/set_var_test.c
30
handle = dlopen("libpythagoras.so.0", RTLD_LAZY);
sbin/geom/core/geom.c
573
dlh = dlopen(path, RTLD_NOW);
sbin/ipf/ipmon/ipmon_y.y
989
isi->imsi_handle = dlopen(path, RTLD_LAZY);
sbin/ipf/ipmon/ipmon_y.y
992
isi->imsi_handle = dlopen(path, DL_LAZY);
sbin/nvmecontrol/comnd.c
303
if ((h = dlopen(path, RTLD_NOW | RTLD_GLOBAL)) == NULL)
stand/userboot/test/test.c
609
h = dlopen(userboot_obj, RTLD_LOCAL);
sys/netinet/libalias/alias.c
1733
handle = dlopen (path, RTLD_LAZY);
sys/sys/link_aout.h
171
void *(*dlopen)(const char *, int); /* NONE */
tests/sys/vm/stack/stack_dlopen_exec_test.c
24
fh = dlopen("libsoxstack.so", RTLD_LAZY);
tools/regression/tls/ttls3/tls-test.c
36
handle = dlopen("libtls-test.so.1", RTLD_NOW);
usr.bin/ldd/ldd.c
243
dlopen(*argv, RTLD_TRACE);
usr.sbin/bhyve/slirp/slirp-helper.c
430
handle = dlopen("libslirp.so.0", RTLD_LAZY);
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
492
if ((hdl = dlopen("/usr/lib/virtual_oss/voss_bt.so", RTLD_NOW)) == NULL)
usr.sbin/virtual_oss/virtual_oss/main.c
1656
if ((hdl = dlopen(lpath, RTLD_NOW)) == NULL)