Searched refs:time_string (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshlogin.c | 93 char *time_string, hostname[HOST_NAME_MAX+1] = ""; in store_lastlog_message() local 101 time_string = sys_auth_get_lastlogin_msg(user, uid); in store_lastlog_message() 102 if (time_string != NULL) { in store_lastlog_message() 104 time_string, strlen(time_string))) != 0) in store_lastlog_message() 106 free(time_string); in store_lastlog_message() 113 time_string = ctime(&last_login_time); in store_lastlog_message() 114 time_string[strcspn(time_string, "\n")] = '\0'; in store_lastlog_message() 117 time_string); in store_lastlog_message() 120 time_string, hostname); in store_lastlog_message()
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | log.c | 1411 char time_string[64]; in isc_log_doit() local 1449 time_string[0] = '\0'; in isc_log_doit() 1512 time_string[0] == '\0') { in isc_log_doit() 1516 isc_time_formattimestamp(&isctime, time_string, in isc_log_doit() 1517 sizeof(time_string)); in isc_log_doit() 1702 printtime ? time_string : "", in isc_log_doit() 1745 printtime ? time_string : "", in isc_log_doit()
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | hxtool.c | 889 if (opt->time_string) { in pcert_verify() 896 p = strptime (opt->time_string, "%Y-%m-%d", &tm); in pcert_verify() 899 opt->time_string); in pcert_verify()
|