Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/support/
H A Dplugins.c333 char **tempnames = NULL; in krb5int_get_plugin_filenames() local
344 tempnames = calloc ((bases_count * exts_count)+1, sizeof (char *)); in krb5int_get_plugin_filenames()
345 if (!tempnames) { err = ENOMEM; } 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()
363 *filenames = tempnames; in krb5int_get_plugin_filenames()
364 tempnames = NULL; in krb5int_get_plugin_filenames()
367 krb5int_free_plugin_filenames(tempnames); in krb5int_get_plugin_filenames()
/src/contrib/jemalloc/bin/
H A Djeprof.in378 %main::tempnames = ();
655 delete $main::tempnames{$tmp};
1121 $main::tempnames{$file} = 1;