Searched defs:modhandle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c54 static void *modhandle = NULL; variable
69 if (modhandle)
70 (void) dlclose(modhandle);
77 modhandle = NULL;
85 if ((modhandle = dlopen(wdmodpath, RTLD_LAZY)) != NULL) {
86 wdchknd = (int(*)(wchar_t))dlsym(modhandle, "_wdchkind_");
89 wdbdg = (int(*)(wchar_t, wchar_t, int))dlsym(modhandle,
94 dlsym(modhandle, "_wddelim_");
97 mcfllr = (wchar_t(*)(void))dlsym(modhandle, "_mcfiller_");
98 mcwrp = (int(*)(void))dlsym(modhandle, "_mcwrap
[all...]

Completed in 66 milliseconds