Home
last modified time | relevance | path

Searched refs:dllerror (Results 1 – 13 of 13) sorted by relevance

/titanic_54/usr/src/contrib/ast/src/lib/libdll/
H A Ddllplug.c80 if ((s = dllerror(1)) && (e = strchr(s, ':'))) in dllplugin()
93 errorf("dll", NiL, 1, "dllplugin: %s dlopen failed: %s", dle->path, dllerror(1)); in dllplugin()
H A DMamfile272 make dllerror.o
273 make dllerror.c
275 done dllerror.c
276 meta dllerror.o %.c>%.o dllerror.c dllerror
277 prev dllerror.c
278 …CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -I${PACKAGE_ast_INCLUDE} -D_PACKAGE_ast -D_BLD_dll -c dllerror.c
279 done dllerror.o generated
280 …dlfcn.o dllopen.o dllfind.o dllplug.o dll_lib.o dllnext.o dlllook.o dllscan.o dllcheck.o dllerror.o
H A Ddllerror.c36 dllerror(int retain) in dllerror() function
H A DMakefile8 dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \
H A DRELEASE10 10-05-28 dllerror.c: add dllerror(int retain) for dll*() and dl*() messages
/titanic_54/usr/src/cmd/ast/libdll/
H A DMakefile.defs31 dllnext.o dlllook.o dllscan.o dllcheck.o dllerror.o
H A Dmapfile-vers45 dllerror;
/titanic_54/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll139 extern __MANGLE__ char* dllerror __PROTO__((int));
/titanic_54/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll139 extern __MANGLE__ char* dllerror __PROTO__((int));
/titanic_54/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll139 extern __MANGLE__ char* dllerror __PROTO__((int));
/titanic_54/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll139 extern __MANGLE__ char* dllerror __PROTO__((int));
/titanic_54/usr/src/contrib/ast/src/lib/libdll/features/
H A Ddll238 printf("extern char* dllerror(int);\n");
/titanic_54/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c1034 errormsg(SH_DICT,ERROR_exit(0),"%s: %s",arg,dllerror(0)); in b_builtin()