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

/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dad.c583 char *s, *samname = NULL, *short_spn = NULL; local
644 short_spn = strdup(p);
645 if (short_spn == NULL) {
649 s = strchr(short_spn, '.');
653 free(short_spn);
654 short_spn = NULL;
713 if (short_spn)
714 spnvals[i++] = short_spn;
780 if (short_spn)
781 free(short_spn);
[all...]

Completed in 54 milliseconds