Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dsshlogin.c118 char *time_string, hostname[HOST_NAME_MAX+1] = ""; in store_lastlog_message() local
129 time_string = ctime(&last_login_time); in store_lastlog_message()
130 time_string[strcspn(time_string, "\n")] = '\0'; in store_lastlog_message()
133 time_string); in store_lastlog_message()
136 time_string, hostname); in store_lastlog_message()
/openbsd-src/usr.bin/dig/lib/isc/
H A Dlog.c773 char time_string[64]; in isc_log_doit() local
804 time_string[0] = '\0'; in isc_log_doit()
865 time_string[0] == '\0') { in isc_log_doit()
868 strftime(time_string, sizeof(time_string), in isc_log_doit()
996 printtime ? time_string : "", in isc_log_doit()
1022 printtime ? time_string : "", in isc_log_doit()
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dpat_advanced.t1371 my $parser = "(\$dow_name) = \$time_string =~ /(D\x{e9}\\ " .
1373 my $time_string = "D\x{e9} C\x{e9}adaoin";
1376 is($dow_name, $time_string, "UTF-8 trie common prefix extraction");