Searched defs:tempint (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c999 int tempint; local
1050 tempint = options->forwardable;
1052 "forwardable", &tempint)) == 0)
1056 tempint = 0;
1057 if (tempint)
1063 tempint = options->proxiable;
1065 "proxiable", &tempint)) == 0)
1069 tempint = 0;
1070 if (tempint)
1193 "no_addresses", &tempint))
[all...]

Completed in 59 milliseconds