/titanic_50/usr/src/lib/libdll/common/ |
H A D | RELEASE | 5 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 D | dllfind.c | 43 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 D | dllplug.c | 38 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) in dllplug() function
|
/titanic_50/usr/src/lib/libdll/ |
H A D | Makefile.com | 38 dllplug.o \
|
H A D | mapfile-vers | 46 dllplug;
|
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/ |
H A D | dlldefs.h | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/ |
H A D | dlldefs.h | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/ |
H A D | dlldefs.h | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/ |
H A D | dlldefs.h | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | cmd.h | 127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main()
|
/titanic_50/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
|
/titanic_50/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
|
/titanic_50/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
|
/titanic_50/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0))
|
/titanic_50/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/ |
H A D | dll | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/ |
H A D | dll | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/ |
H A D | dll | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/ |
H A D | dll | 116 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
|
/titanic_50/usr/src/lib/libdll/common/features/ |
H A D | dll | 213 printf("extern void* dllplug(const char*, const char*, const char*, int, char*, size_t);\n");
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 833 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0))) in b_builtin()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 808 if (oldpp->bltin_lib = dllplug(SH_ID, oldpp->blib, NiL, RTLD_LAZY, NiL, 0)) in path_absolute()
|