Searched refs:exts_count (Results 1 – 1 of 1) sorted by relevance
335 size_t exts_count = 0; in krb5int_get_plugin_filenames() local343 for (i = 0; fileexts[i]; i++) { exts_count++; } in krb5int_get_plugin_filenames()344 tempnames = calloc ((bases_count * exts_count)+1, sizeof (char *)); in krb5int_get_plugin_filenames()352 if (asprintf(&tempnames[(i*exts_count)+j], "%s%s", in krb5int_get_plugin_filenames()354 tempnames[(i*exts_count)+j] = NULL; in krb5int_get_plugin_filenames()359 tempnames[bases_count * exts_count] = NULL; /* NUL-terminate */ in krb5int_get_plugin_filenames()