Home
last modified time | relevance | path

Searched refs:dllplug (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libdll/common/
H A DRELEASE5 06-01-25 dllplug.c: add errorf() library message for dlopen() error
10 04-01-30 dllfind.c: dllplug(error_info.id) then dllplug(0)
12 dllplug.c: add dllplug() for plugin dllfind()
H A Ddllfind.c43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size))) in dllfind()
45 return dllplug(NiL, lib, ver, flags, path, size); in dllfind()
H A Ddllplug.c38 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) in dllplug() function
/titanic_41/usr/src/lib/libdll/
H A DMakefile.com38 dllplug.o \
H A Dmapfile-vers46 dllplug;
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/
H A Ddlldefs.h116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/
H A Ddlldefs.h116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/
H A Ddlldefs.h116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/
H A Ddlldefs.h116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libcmd/common/
H A Dcmd.h127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main()
/titanic_41/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
/titanic_41/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
/titanic_41/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
/titanic_41/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/
H A Ddll116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/
H A Ddll116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/
H A Ddll116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/
H A Ddll116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/titanic_41/usr/src/lib/libdll/common/features/
H A Ddll213 printf("extern void* dllplug(const char*, const char*, const char*, int, char*, size_t);\n");
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c833 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0))) in b_builtin()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c808 if (oldpp->bltin_lib = dllplug(SH_ID, oldpp->blib, NiL, RTLD_LAZY, NiL, 0)) in path_absolute()