Searched refs:dllerror (Results 1 – 13 of 13) sorted by relevance
| /titanic_54/usr/src/contrib/ast/src/lib/libdll/ |
| H A D | dllplug.c | 80 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 D | Mamfile | 272 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 D | dllerror.c | 36 dllerror(int retain) in dllerror() function
|
| H A D | Makefile | 8 dllnext.c dlllook.c dllscan.c dllcheck.c dllerror.c \
|
| H A D | RELEASE | 10 10-05-28 dllerror.c: add dllerror(int retain) for dll*() and dl*() messages
|
| /titanic_54/usr/src/cmd/ast/libdll/ |
| H A D | Makefile.defs | 31 dllnext.o dlllook.o dllscan.o dllcheck.o dllerror.o
|
| H A D | mapfile-vers | 45 dllerror;
|
| /titanic_54/usr/src/cmd/ast/libdll/sparcv9/FEATURE/ |
| H A D | dll | 139 extern __MANGLE__ char* dllerror __PROTO__((int));
|
| /titanic_54/usr/src/cmd/ast/libdll/sparc/FEATURE/ |
| H A D | dll | 139 extern __MANGLE__ char* dllerror __PROTO__((int));
|
| /titanic_54/usr/src/cmd/ast/libdll/i386/FEATURE/ |
| H A D | dll | 139 extern __MANGLE__ char* dllerror __PROTO__((int));
|
| /titanic_54/usr/src/cmd/ast/libdll/amd64/FEATURE/ |
| H A D | dll | 139 extern __MANGLE__ char* dllerror __PROTO__((int));
|
| /titanic_54/usr/src/contrib/ast/src/lib/libdll/features/ |
| H A D | dll | 238 printf("extern char* dllerror(int);\n");
|
| /titanic_54/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
| H A D | typeset.c | 1034 errormsg(SH_DICT,ERROR_exit(0),"%s: %s",arg,dllerror(0)); in b_builtin()
|