Home
last modified time | relevance | path

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)); in usage()
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 = k5_begin(&opts, &k5, &k4);
1372 if ((got_k5 && !authed_k5) || (got_k4 && !authed_k4) ||
[all …]
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c101 static int got_k5 = 0; variable
118 fprintf(stderr, "\t-5 Kerberos 5 (%s)\n", KRB_AVAIL_STRING(got_k5)); in usage()
151 got_k5 = 1;
212 if (!got_k5)
253 got_k5 = 0;
269 if (got_k5)
806 if (got_k5)