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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c524 char **tempnames = NULL; local
535 tempnames = calloc ((bases_count * exts_count)+1, sizeof (char *));
536 if (!tempnames) { err = ENOMEM; }
543 if (asprintf(&tempnames[(i*exts_count)+j], "%s%s",
545 tempnames[(i*exts_count)+j] = NULL;
550 tempnames[bases_count * exts_count] = NULL; /* NUL-terminate */
554 *filenames = tempnames;
555 tempnames = NULL;
558 if (tempnames) { krb5int_free_plugin_filenames (tempnames); }
[all...]

Completed in 37 milliseconds