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

/osnet-11/usr/src/lib/libgss/
H A Dg_initialize.c715 char sharedPath[sizeof (MECH_LIB_PREFIX) + BUFSIZ]; local
854 (void) strcpy(sharedPath, MECH_LIB_PREFIX);
855 (void) strcat(sharedPath, sharedLib);
876 if ((tmpStr = strdup(sharedPath)) != NULL) {
903 aMech->uLibName = strdup(sharedPath);

Completed in 16 milliseconds