Searched refs:dllplug (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libdll/
H A Ddllfind.c43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size)))
45 return dllplug(NiL, lib, ver, flags, path, size);
H A DMakefile7 dll 1.0 :LIBRARY: dlfcn.c dllopen.c dllfind.c dllplug.c dll_lib.c \
H A Ddllplug.c123 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) function
/ast/src/lib/libcodex/
H A Dcodexmeth.c65 if (dll = dllplug("codex", tmp, NiL, RTLD_LAZY, NiL, 0))
/ast/src/lib/libcmd/
H A Dcmd.h127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1040 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0)))
/ast/src/cmd/ksh93/sh/
H A Dpath.c830 if (dll = dllplug(SH_ID, stakptr(m), NiL, RTLD_LAZY, NiL, 0))

Completed in 19 milliseconds