Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE4 10-10-19 dllplug.c: fix bug that wiped out dlopen() error message
5 10-10-19 dllplug.c: un-localize lookup names (happens with cut and paste)
7 10-08-02 dllplug.c: fix local path dllcheck() call
8 10-05-28 dllplug.c: add dllplugin() with dllcheck() version check
15 06-01-25 dllplug.c: add errorf() library message for dlopen() error
20 04-01-30 dllfind.c: dllplug(error_info.id) then dllplug(0)
22 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 DMamfile204 make dllplug.o
205 make dllplug.c
207 done dllplug.c
208 meta dllplug.o %.c>%.o dllplug.c dllplug
209 prev dllplug.c
210 …{CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -D_BLD_dll -c dllplug.c
211 done dllplug.o generated
280 exec - ${AR} rc libdll.a dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o dllnext.o dlllook.o dllsca…
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) in dllplug() function
/illumos-gate/usr/src/cmd/ast/libdll/
H A DMakefile.defs30 dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o \
H A Dmapfile-vers50 dllplug;
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmd.h127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main()
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll129 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll129 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll129 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll129 extern __MANGLE__ __V_* dllplug __PROTO__((const char*, const char*, const char*, int, char*, size…
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll228 printf("extern void* dllplug(const char*, const char*, const char*, int, char*, size_t);\n");
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1041 if(!(library = dllplug(SH_ID,arg,NIL(char*),RTLD_LAZY,NIL(char*),0))) in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c834 if (dll = dllplug(SH_ID, stakptr(m), NiL, RTLD_LAZY, NiL, 0)) in path_absolute()