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

/illumos-gate/usr/src/cmd/krb5/kdestroy/
H A Dkdestroy.c71 int got_k5 = 0; variable
88 fprintf(stderr, "\t-5 Kerberos 5 (%s)\n", KRB_AVAIL_STRING(got_k5));
138 got_k5 = 1;
169 if (!got_k5)
197 got_k5 = 0;
201 if (got_k5) {
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c118 static int got_k5 = 0; variable
303 fprintf(stderr, "\t-5 Kerberos 5 (%s)\n", KRB_AVAIL_STRING(got_k5));
509 if (!got_k5)
585 got_k5 = got_k5 && use_k5;
601 if (!got_k5)
868 if (!got_k5)
1221 if (!got_k4 || !got_k5)
1335 got_k5 = 1;
1350 got_k5
[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
102 static int got_k5 = 0; variable
119 fprintf(stderr, "\t-5 Kerberos 5 (%s)\n", KRB_AVAIL_STRING(got_k5));
152 got_k5 = 1;
213 if (!got_k5)
254 got_k5 = 0;
270 if (got_k5)
807 if (got_k5)

Completed in 64 milliseconds