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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c526 size_t exts_count = 0; local
534 for (i = 0; fileexts[i]; i++) { exts_count++; }
535 tempnames = calloc ((bases_count * exts_count)+1, sizeof (char *));
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 */

Completed in 27 milliseconds