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

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

Completed in 115 milliseconds