Searched refs:tempnames (Results 1 – 1 of 1) sorted by relevance
375 char **tempnames = NULL; in krb5int_get_plugin_filenames() local382 tempnames = calloc (count, sizeof (char *)); in krb5int_get_plugin_filenames()383 if (tempnames == NULL) { err = errno; } in krb5int_get_plugin_filenames()392 tempnames[i+j] = malloc (len * sizeof (char)); in krb5int_get_plugin_filenames()393 if (tempnames[i+j] == NULL) { in krb5int_get_plugin_filenames()397 sprintf (tempnames[i+j], "%s%s", filebases[i], fileexts[j]); in krb5int_get_plugin_filenames()404 *filenames = tempnames; in krb5int_get_plugin_filenames()405 tempnames = NULL; in krb5int_get_plugin_filenames()408 if (tempnames != NULL) { krb5int_free_plugin_filenames (tempnames); } in krb5int_get_plugin_filenames()