Home
last modified time | relevance | path

Searched refs:uLibName (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_initialize.c594 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)
[all …]
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h516 char *uLibName; /* user library name */ member