Searched refs:time_string (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/ |
| 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()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | sshlogin.c | 147 char *time_string, hostname[HOST_NAME_MAX+1] = ""; in store_lastlog_message() local 158 if ((time_string = ctime(&last_login_time)) != NULL) in store_lastlog_message() 159 time_string[strcspn(time_string, "\n")] = '\0'; in store_lastlog_message() 162 time_string); in store_lastlog_message() 165 time_string, hostname); in store_lastlog_message()
|
| /netbsd/src/sbin/dump/ |
| D | optr.c | 64 extern char *time_string; 221 if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) { in do_timestamp() 222 time_string = default_time_string; in do_timestamp() 223 strftime(then, STAMP_LENGTH, time_string, &tm_time); in do_timestamp()
|
| D | main.c | 122 char *time_string = default_time_string; /* timestamp string */ variable 155 time_string = new_time_format; in main()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| D | hxtool.c | 891 if (opt->time_string) { in pcert_verify() 898 p = strptime (opt->time_string, "%Y-%m-%d", &tm); in pcert_verify() 901 opt->time_string); in pcert_verify()
|