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

/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h39 dlfunc(void *handle, const char *symbol) function
H A Dopenpam_dynamic.c137 module->func[i] = (pam_func_t)dlfunc(module->dlh,
145 * dlfunc() failed for a reason other than "no
/freebsd-11-stable/bin/csh/
H A Diconv_stub.c63 iconv_open = (iconv_open_t *)dlfunc(iconvlib, ICONV_OPEN);
66 dl_iconv = (dl_iconv_t *)dlfunc(iconvlib, ICONV_ENGINE);
69 dl_iconv_close = (dl_iconv_close_t *)dlfunc(iconvlib,
/freebsd-11-stable/include/
H A Ddlfcn.h87 * dlfunc() which can be cast to a function pointer type without depending
90 * a diagnostic should the application not cast the return value of dlfunc()
125 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-11-stable/lib/libc/gen/
H A Ddlfcn.c126 #pragma weak dlfunc macro
128 dlfunc(void * __restrict handle __unused, const char * __restrict name __unused) function
H A DMakefile.inc323 dlopen.3 dlfunc.3 \
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_encoder.c32 #define dlfunc(_p, _n) dlsym(_p, _n) macro
37 #define dlfunc(_p, _n) NULL /* Fail */ macro
237 func = (xo_encoder_init_func_t) dlfunc(dlp, XO_ENCODER_INIT_NAME);
/freebsd-11-stable/lib/libc/net/
H A Dnsdispatch.c503 fn = (nss_module_register_fn)dlfunc(mod.handle,
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c229 dlfunc_t dlfunc(void *, const char *) __exported;
3683 dlfunc(void *handle, const char *name) function

Completed in 81 milliseconds