Searched refs:dlerror (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-13-stable/tools/regression/tls/ttls3/
H A Dtls-test.c40 error = dlerror();
45 dlerror();
47 error = dlerror();
/freebsd-13-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlvsym.c51 (void) dlerror();
54 error = dlerror();
59 error = dlerror();
66 error = dlerror();
83 (void) dlerror();
86 error = dlerror();
91 error = dlerror();
98 error = dlerror();
115 (void) dlerror();
118 error = dlerror();
[all...]
H A Dh_df_1_noopen.c42 errx(1, "%s", dlerror());
H A Dt_dlerror-false.c52 * Test for dlerror() being set by a successful library open.
58 error = dlerror();
63 error = dlerror();
68 error = dlerror();
H A Dt_ifunc.c63 error = dlerror();
68 error = dlerror();
76 error = dlerror();
H A Dt_dlerror-cleared.c58 error = dlerror();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp24 dlerror(); // Clear any previous errors.
28 const char *ErrorMsg = dlerror();
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c57 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
60 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror());
85 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
88 ATF_REQUIRE_MSG(testf_dso_null != NULL, "dlsym fails: %s", dlerror());
117 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
121 "dlsym fails: %s", dlerror());
148 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
152 "dlsym fails: %s", dlerror());
H A Dt_dso_pthread_create.c78 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
82 "dlsym fails: %s", dlerror());
H A Dt_main_pthread_create.c87 ATF_REQUIRE_MSG(handle != NULL, "dlopen fails: %s", dlerror());
91 "dlsym fails: %s", dlerror());
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh112 printf("dlopen of livelib.so failed: %s\n", dlerror());
119 printf("dlopen of deadlib.so failed: %s\n", dlerror());
124 printf("dlopen of livelib.so failed: %s\n", dlerror());
H A Dtst.dlclose1.ksh118 printf("dlopen of livelib.so failed: %s\n", dlerror());
H A Dtst.dlclose3.ksh122 printf("dlopen of livelib.so failed: %s\n", dlerror());
/freebsd-13-stable/lib/libc/tests/stdlib/
H A Ddynthr_test.c79 atf_tc_fail("failed to open dynthr_mod.so: %s", dlerror());
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c88 lib_name, dlerror());
98 OSM_EVENT_PLUGIN_IMPL_NAME, lib_name, dlerror());
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h113 != NULL, "dlopen(3) failed: %s", dlerror());
118 dlerror());
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c88 openpam_log(PAM_LOG_ERROR, "%s: %s", modfn, dlerror());
110 openpam_log(PAM_LOG_ERROR, "%s: %s", modfn, dlerror());
143 * be less problematic if dlerror() returned an
151 modpath, pam_sm_func_name[i], dlerror());
/freebsd-13-stable/include/
H A Ddlfcn.h120 char *dlerror(void);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh88 printf("dlopen of altlib.so failed: %s\n", dlerror());
H A Dtst.provregex4.ksh111 printf("dlopen of altlib.so failed: %s\n", dlerror());
/freebsd-13-stable/lib/libc/gen/
H A Ddlfcn.c90 #pragma weak dlerror macro
92 dlerror(void) function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc30 if (Err) *Err = ::dlerror();
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c138 const char *dlmsg = dlerror();
169 const char *dlmsg = dlerror();
/freebsd-13-stable/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c119 ERR_add_error_data(4, "filename(", filename, "): ", dlerror());
189 ERR_add_error_data(4, "symname(", symname, "): ", dlerror());
353 * Error handling is done through errno and dlerror() reading errno:
440 ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
/freebsd-13-stable/contrib/apr/dso/unix/
H A Ddso.c153 (*res_handle)->errormsg = dlerror();
231 handle->errormsg = dlerror();

Completed in 205 milliseconds

123