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

/ast/src/cmd/3d/
H A Ddll_3d.h28 #define dllopen dlopen macro
/ast/src/lib/libdll/
H A Ddllopen.c38 dllopen(const char* name, int mode)
87 dllopen(const char* name, int mode) function
H A DMakefile7 dll 1.0 :LIBRARY: dlfcn.c dllopen.c dllfind.c dllplug.c dll_lib.c \
H A Ddllnext.c83 if (strcmp(vp, "MAIN") && (lp = dllopen(vp, flags)))
95 if (lp = dllopen(strcmp(vp, "MAIN") ? vp : (char*)0, flags))
210 while (!(dll = dllopen(path, flags)))
H A Ddllplug.c55 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT))
109 if (dll = dllopen(name, flags))

Completed in 34 milliseconds