OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:renew_life
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/kcm/
config.c
60
static const char *
renew_life
= NULL;
variable
121
"renewable-life", 'r', arg_string, &
renew_life
,
276
if (
renew_life
== NULL)
277
renew_life
= kcm_system_config_get_string("
renew_life
");
279
if (
renew_life
== NULL)
280
renew_life
= "6 months";
282
if (
renew_life
!= NULL) {
283
ccache->
renew_life
= parse_time(
renew_life
, "s")
[
all
...]
kcm_locl.h
100
krb5_deltat
renew_life
;
member in struct:kcm_ccache_data
/src/crypto/external/bsd/heimdal/dist/kuser/
kinit.c
64
char *
renew_life
= NULL;
variable
133
{ "renewable-life", 'r', arg_string, &
renew_life
,
595
if (
renew_life
== NULL && renewable_flag)
597
if (
renew_life
)
598
renewstr =
renew_life
;
760
if (
renew_life
) {
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5.h
747
krb5_deltat
renew_life
;
member in struct:_krb5_get_init_creds_opt
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026