Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libgss/
H A Dg_initialize.c716 char sharedPath[sizeof (MECH_LIB_PREFIX) + BUFSIZ]; local
855 (void) strcpy(sharedPath, MECH_LIB_PREFIX);
856 (void) strcat(sharedPath, sharedLib);
877 if ((tmpStr = strdup(sharedPath)) != NULL) {
904 aMech->uLibName = strdup(sharedPath);