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

/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dccache_name.c36 char *last_out_name; variable
53 if (last_out_name) {
54 free(last_out_name);
55 last_out_name = NULL;
63 last_out_name = strdup(n);
64 if (last_out_name == NULL) {
68 *out_name = last_out_name;

Completed in 107 milliseconds