/titanic_44/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 69 void* dll; in dlopen() local 75 if (!(dll = (void*)shl_load(path, mode, 0L))) in dlopen() 77 return dll; in dlopen() 80 extern int dlclose(void* dll) in dlclose() argument 85 extern void* dlsym(void* dll, const char* name) in dlsym() argument 90 handle = dll == (void*)&all ? (shl_t)0 : (shl_t)dll; in dlsym() 135 void* dll; in dlopen() local 137 if (!(dll = (void*)load((char*)path, mode, getenv("LIBPATH")))) in dlopen() 139 return dll; in dlopen() 142 extern int dlclose(void* dll) in dlclose() argument [all …]
|
H A D | dllplug.c | 40 void* dll; in dllplug() local 53 if (dll = dllopen(dle->path, flags|RTLD_GLOBAL|RTLD_PARENT)) in dllplug() 65 return dll; in dllplug() 70 if ((dll = dllopen(name, flags)) && dll && path && size) in dllplug() 72 return dll; in dllplug()
|
H A D | dlllook.c | 34 dlllook(void* dll, const char* name) in dlllook() argument 39 if (!(addr = dlsym(dll, name)) && strlen(name) < (sizeof(buf) - 2)) in dlllook() 43 addr = dlsym(dll, buf); in dlllook()
|
H A D | dllfind.c | 41 void* dll; in dllfind() local 43 if ((id = error_info.id) && (dll = dllplug(id, lib, ver, flags, path, size))) in dllfind() 44 return dll; in dllfind()
|
H A D | dllopen.c | 42 void* dll; 73 dll = dlopen(path, mode); 78 return dll;
|
H A D | dllnext.c | 177 register void* dll; in dllnext() local 191 dll = RTLD_NEXT; in dllnext() 210 while (!(dll = dllopen(path, flags))) in dllnext() 222 return dll; in dllnext()
|
H A D | RELEASE | 25 02-03-17 dllfind.c: fix dll prefix search (for cygwin) 26 02-01-11 features/dll: include <dlfcn.h> only if _hdr_dlfcn&&_lib_dlopen 32 01-02-14 features/dll: fix unbalanced ' quote and ancient hostinfo reference 34 99-04-01 features/dll: drop <stdio.h> -- iffe protos printf 37 98-03-11 features/dll: probe for _DLL_RLD_SYM
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cmd.h | 101 void* dll; in main() local 120 if (dll = dlopen(NiL, RTLD_LAZY)) in main() 122 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 124 if (fun = (Shbltin_f)dlsym(dll, buf)) in main() 127 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) in main() 129 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) in main() 131 if (fun = (Shbltin_f)dlsym(dll, buf)) in main()
|
/titanic_44/usr/src/lib/libcmd/sparcv9/include/ast/ |
H A D | cmd.h | 110 __V_* dll; local 129 if (dll = dlopen(NiL, RTLD_LAZY)) 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_44/usr/src/lib/libcmd/i386/include/ast/ |
H A D | cmd.h | 110 __V_* dll; local 129 if (dll = dlopen(NiL, RTLD_LAZY)) 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_44/usr/src/lib/libcmd/sparc/include/ast/ |
H A D | cmd.h | 110 __V_* dll; local 129 if (dll = dlopen(NiL, RTLD_LAZY)) 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_44/usr/src/lib/libcmd/amd64/include/ast/ |
H A D | cmd.h | 110 __V_* dll; local 129 if (dll = dlopen(NiL, RTLD_LAZY)) 131 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 133 if (fun = (Shbltin_f)dlsym(dll, buf)) 136 if (dll = dllplug(NiL, "cmd", NiL, RTLD_LAZY, NiL, 0)) 138 if (fun = (Shbltin_f)dlsym(dll, buf + 1)) 140 if (fun = (Shbltin_f)dlsym(dll, buf))
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | getenv.c | 97 HANDLE dll; in getenv() local 103 if (dll = GetModuleHandle("posix.dll")) in getenv() 104 posix_getenv = (char*(*)(const char*))GetProcAddress(dll, "getenv"); in getenv()
|
/titanic_44/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 837 duid_ll_t dll; in inittab_encode_e() local 845 maclen = get_mac_addr(currp, ierrnop, &dll.dll_hwtype, in inittab_encode_e() 846 hwtype, optstart + sizeof (dll)); in inittab_encode_e() 851 dll.dll_dutype = htons(type); in inittab_encode_e() 852 (void) memcpy(optstart, &dll, sizeof (dll)); in inittab_encode_e() 853 length = maclen + sizeof (dll); in inittab_encode_e() 1188 duid_ll_t dll; in inittab_decode_e() local 1190 if (length < sizeof (dll)) { in inittab_decode_e() 1194 (void) memcpy(&dll, payload, sizeof (dll)); in inittab_decode_e() 1195 payload += sizeof (dll); in inittab_decode_e() [all …]
|
/titanic_44/usr/src/lib/libdll/common/features/ |
H A D | dll | 2 hdr dl,dlfcn,dll,rld_interface,mach-o/dyld 92 void* dll; 150 if (!(dll = dlopen(0, RTLD_LAZY))) 155 if (dlsym(dll, local[i]))
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | states.c | 928 duid_ll_t *dll; in get_smach_cid() local 930 client_id_len += sizeof (*dll); in get_smach_cid() 931 dll = malloc(client_id_len); in get_smach_cid() 932 if (dll == NULL) in get_smach_cid() 934 dsmp->dsm_cid = (uchar_t *)dll; in get_smach_cid() 935 dll->dll_dutype = htons(duidtype); in get_smach_cid() 936 dll->dll_hwtype = htons(subtype); in get_smach_cid() 937 cp = (char *)(dll + 1); in get_smach_cid()
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | Makefile | 46 LOGDLL= eventlog.dll
|
/titanic_44/exception_lists/ |
H A D | cddlchk | 47 usr/src/cmd/smbsrv/smbd/eventlog.dll
|
/titanic_44/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/ |
H A D | dll | 3 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libdll/features/dll by iffe version 200…
|
/titanic_44/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/ |
H A D | dll | 3 …me/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libdll/features/dll by iffe version 200…
|
/titanic_44/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/ |
H A D | dll | 3 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libdll/features/dll by iffe version 200…
|
/titanic_44/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/ |
H A D | dll | 3 …e/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libdll/features/dll by iffe version 200…
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | service-file-system-smb.mf | 91 file path=var/smb/cvol/windows/system32/eventlog.dll mode=0755
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | common | 8 dll import note{ Microsoft import/export nonsense }end execute{
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 60 09-06-11 misc/magic.tab: differentiate pc 386 32/64 bit dll/exe/obj 917 01-09-20 features/common: add __DYNAMIC__() for dll externs 1019 stdio/*: update for uwin stdio.dll binary compatibility 1116 option.h: move _OPT_PRIVATE_ to pointer to avoid dll size mismatch 1287 dtopen.c: __hppa dll needs Dtset Dtlist Dttree refs here 1327 setenviron,features/uinstd: test for mvs.390 dll environ hacks 1543 dll cleanup
|