Searched refs:dlfunc_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h33 typedef void (*dlfunc_t)(); typedef
35 static inline dlfunc_t
39 return ((dlfunc_t)dlsym(handle, symbol));
/freebsd-10-stable/include/
H A Ddlfcn.h95 typedef void (*dlfunc_t)(struct __dlfunc_arg); typedef
123 dlfunc_t dlfunc(void * __restrict, const char * __restrict);
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c114 dlfunc_t
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c212 dlfunc_t dlfunc(void *, const char *) __exported;
3309 dlfunc_t
3314 dlfunc_t f;

Completed in 173 milliseconds