Lines Matching refs:uLibName
594 if ((dl = dlopen(aMech->uLibName, RTLD_NOW)) == NULL) {
596 aMech->uLibName, dlerror());
605 " library [%s]\n", aMech->uLibName);
616 " library [%s]\n", aMech->uLibName);
878 if (aMech->uLibName)
879 free(aMech->uLibName);
880 aMech->uLibName = tmpStr;
904 aMech->uLibName = strdup(sharedPath);
908 if (aMech->uLibName == NULL || aMech->mechNameStr == NULL) {
909 if (aMech->uLibName)
910 free(aMech->uLibName);