Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Doptr.c217 struct tm tm_time; in do_timestamp() local
220 (void) localtime_r(&thistime, &tm_time); in do_timestamp()
221 if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) { in do_timestamp()
223 strftime(then, STAMP_LENGTH, time_string, &tm_time); in do_timestamp()