Searched refs:time_string (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshlogin.c | 98 char *time_string; in store_lastlog_message() local 105 time_string = sys_auth_get_lastlogin_msg(user, uid); in store_lastlog_message() 106 if (time_string != NULL) { in store_lastlog_message() 108 time_string, strlen(time_string))) != 0) in store_lastlog_message() 110 free(time_string); in store_lastlog_message() 117 time_string = ctime(&last_login_time); in store_lastlog_message() 118 time_string[strcspn(time_string, "\n")] = '\0'; in store_lastlog_message() 121 time_string); in store_lastlog_message() 124 time_string, hostname); in store_lastlog_message()
|
/freebsd/contrib/tcpdump/ |
H A D | ntp.c | 56 const char *time_string; in p_ntp_time() local 64 time_string = "[Time is too large to fit into a time_t]"; in p_ntp_time() 67 time_string = nd_format_time(time_buf, sizeof (time_buf), in p_ntp_time() 70 ND_PRINT(" (%s)", time_string); in p_ntp_time()
|
/freebsd/contrib/ntp/libntp/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/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()
|