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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c375 char **tempnames = NULL; local
382 tempnames = calloc (count, sizeof (char *));
383 if (tempnames == NULL) { err = errno; }
392 tempnames[i+j] = malloc (len * sizeof (char));
393 if (tempnames[i+j] == NULL) {
397 sprintf (tempnames[i+j], "%s%s", filebases[i], fileexts[j]);
404 *filenames = tempnames;
405 tempnames = NULL;
408 if (tempnames != NULL) { krb5int_free_plugin_filenames (tempnames); }
[all...]

Completed in 55 milliseconds