Home
last modified time | relevance | path

Searched refs:parse_time_string_alloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/kadmin/
H A Dload.c98 parse_time_string_alloc (time_t **t, const char *s) in parse_time_string_alloc() function
477 if (parse_time_string_alloc (&ent.entry.valid_start, e.valid_start) == -1) { in doit()
483 if (parse_time_string_alloc (&ent.entry.valid_end, e.valid_end) == -1) { in doit()
489 if (parse_time_string_alloc (&ent.entry.pw_end, e.pw_end) == -1) { in doit()