Searched refs:starttime_str (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/heimdal/kdc/ |
| H A D | kerberos5.c | 251 char authtime_str[100], starttime_str[100], in _kdc_log_timestamp() local 258 starttime_str, sizeof(starttime_str), TRUE); in _kdc_log_timestamp() 260 strlcpy(starttime_str, "unset", sizeof(starttime_str)); in _kdc_log_timestamp() 271 type, authtime_str, starttime_str, endtime_str, renewtime_str); in _kdc_log_timestamp() 772 char starttime_str[100]; in kdc_check_flags() local 774 starttime_str, sizeof(starttime_str), TRUE); in kdc_check_flags() 777 starttime_str, client_name); in kdc_check_flags() 832 char starttime_str[100]; in kdc_check_flags() local 834 starttime_str, sizeof(starttime_str), TRUE); in kdc_check_flags() 837 starttime_str, server_name); in kdc_check_flags()
|