Home | History | Annotate | Download | only in common

Lines Matching refs:uret

2158   } uret;
2159 uret.fp = NULL;
2160 if(U_FAILURE(*status)) return uret.fp;
2161 uret.vp = dlsym(lib, sym);
2162 if(uret.vp == NULL) {
2168 return uret.fp;