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

/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dload.c72 parse_time_string(time_t *t, const char *s) function
104 ret = parse_time_string (&tmp, s);
115 * see parse_time_string for calling convention
234 * see parse_time_string for calling convention
247 if(parse_time_string(&ev->time, p) != 1)
298 if(parse_time_string(&(*gen)->time, p) != 1)

Completed in 81 milliseconds