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

/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A Dkdestroy.c72 int got_k4 = 0; variable
89 fprintf(stderr, "\t-4 Kerberos 4 (%s)\n", KRB_AVAIL_STRING(got_k4));
140 got_k4 = 1;
157 if (!got_k4)
199 got_k4 = 0;
277 if (got_k4 && v4) {
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c119 static int got_k4 = 0; variable
304 fprintf(stderr, "\t-4 Kerberos 4 (%s)\n", KRB_AVAIL_STRING(got_k4));
497 if (!got_k4)
586 got_k4 = got_k4 && use_k4;
690 if (got_k4)
731 if (!got_k4)
1051 /* If got code == KRB5_AP_ERR_V4_REPLY && got_k4, we should
1053 if (code == KRB5KRB_AP_ERR_V4_REPLY && got_k4)
1121 if (!got_k4)
[all...]
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c97 * The reason we start out with got_k4 and got_k5 as zero (false) is
103 static int got_k4 = 0; variable
120 fprintf(stderr, "\t-4 Kerberos 4 (%s)\n", KRB_AVAIL_STRING(got_k4));
154 got_k4 = 1;
201 if (!got_k4)
256 got_k4 = 0;
795 if (!got_k4)

Completed in 62 milliseconds