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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c574 char *otrans, *otrans_ptr; local
592 otrans = data2string(tgt_trans);
593 if (otrans == NULL) {
598 otrans_ptr = otrans;
603 if (!(trans = (char *) malloc(strlen(realm) + strlen(otrans) + 3))) {
620 for (i = 0; *otrans != '\0';) {
621 if (*otrans == '\\') {
622 if (*(++otrans) == '\0')
627 if (*otrans == ',') {
628 otrans
[all...]

Completed in 62 milliseconds