Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dstr_conv.c152 static const char * const atime_format_table[] = { in krb5_string_to_timestamp() local
168 sizeof(atime_format_table)/sizeof(atime_format_table[0]); in krb5_string_to_timestamp()
180 if ((s = strptime(string, atime_format_table[i], &timebuf)) in krb5_string_to_timestamp()