Searched refs:mcwrp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c55 static int (*mcwrp)(void) = NULL; variable
98 mcwrp = (int(*)(void))dlsym(modhandle, "_mcwrap_");
99 return ((mcfllr && mcwrp) ? 0 : -1);
107 mcwrp = NULL;
260 if (mcwrp)
261 if ((*mcwrp)() == 0) {

Completed in 14 milliseconds