/titanic_41/usr/src/lib/libdll/common/ |
H A D | RELEASE | 7 04-10-01 dllfind.c: drop ksh "builtin" workaround 10 04-01-30 dllfind.c: dllplug(error_info.id) then dllplug(0) 12 dllplug.c: add dllplug() for plugin dllfind() 13 03-03-12 dllfind.c: dlopen() with RTLD_GLOBAL|RTLD_PARENT defaults 17 02-11-18 dllfind.c: add path,size args (with backwards compatibility checks) 18 02-11-15 dllfind.c: check for ./path if '.' in path but no '/' 19 02-08-30 dllfind.c: fix a bug that returned uninitialized value on not found 22 dllfind.c: use dllsopen,dllsread,dllsclose 23 02-07-26 dllfind.c: add dllinfo() 25 02-03-17 dllfind.c: fix dll prefix search (for cygwin) [all …]
|
H A D | dllfind.c | 38 dllfind(const char* lib, const char* ver, int flags, char* path, size_t size) in dllfind() function
|
/titanic_41/usr/src/lib/libdll/ |
H A D | Makefile.com | 34 dllfind.o \
|
H A D | mapfile-vers | 48 dllfind;
|
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/ |
H A D | dlldefs.h | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/ |
H A D | dlldefs.h | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/ |
H A D | dlldefs.h | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/ |
H A D | dlldefs.h | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/ |
H A D | dll | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/ |
H A D | dll | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/ |
H A D | dll | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/ |
H A D | dll | 117 extern __MANGLE__ __V_* dllfind __PROTO__((const char*, const char*, int, char*, size_t));
|
/titanic_41/usr/src/lib/libdll/common/features/ |
H A D | dll | 214 printf("extern void* dllfind(const char*, const char*, int, char*, size_t);\n");
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 835 if(!(library = dllfind(arg,NIL(char*),RTLD_LAZY,NIL(char*),0))) in b_builtin()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 810 if (oldpp->bltin_lib = dllfind(oldpp->blib, NiL, RTLD_LAZY, NiL, 0)) in path_absolute()
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1296 97-10-11 dllfind,dlfcn: move to separate -ldll so -last can link static, duh 1311 dllfind: add
|