Searched refs:fdlopen (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/include/
H A Ddlfcn.h125 void *fdlopen(int, int);
/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c227 #pragma weak fdlopen macro
229 fdlopen(int fd __unused, int mode __unused) function
H A DMakefile.inc344 MLINKS+=dlopen.3 fdlopen.3 \
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dynamic.c87 if ((dlh = fdlopen(fd, RTLD_NOW)) == NULL) {
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c239 void *fdlopen(int, int) __exported;
3379 fdlopen(int fd, int mode) function

Completed in 122 milliseconds