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

/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h36 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-10-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-10-stable/libexec/rtld-elf/
H A DSymbol.map11 dlfunc;
H A Drtld.c212 dlfunc_t dlfunc(void *, const char *) __exported;
3310 dlfunc(void *handle, const char *name) function
/freebsd-10-stable/include/
H A Ddlfcn.h85 * dlfunc() which can be cast to a function pointer type without depending
88 * a diagnostic should the application not cast the return value of dlfunc()
123 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c113 #pragma weak dlfunc macro
115 dlfunc(void * __restrict handle, const char * __restrict name) function
H A DSymbol.map90 dlfunc;
H A DMakefile.inc319 dlopen.3 dlfunc.3 \
/freebsd-10-stable/lib/libc/net/
H A Dnsdispatch.c506 fn = (nss_module_register_fn)dlfunc(mod.handle,

Completed in 90 milliseconds