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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/libexec/rtld-elf/
H A DSymbol.map11 dlfunc;
H A Drtld.c3097 dlfunc(void *handle, const char *name) function
/freebsd-9.3-release/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-9.3-release/lib/libc/gen/
H A Ddlfcn.c113 #pragma weak dlfunc macro
115 dlfunc(void * __restrict handle, const char * __restrict name) function
H A DMakefile.inc104 dlopen.3 dlfunc.3 dlopen.3 dlsym.3
H A DSymbol.map90 dlfunc;
/freebsd-9.3-release/lib/libc/net/
H A Dnsdispatch.c510 fn = (nss_module_register_fn)dlfunc(mod.handle,

Completed in 142 milliseconds