Searched refs:tm_time (Results 1 – 1 of 1) sorted by relevance
217 struct tm tm_time; in do_timestamp() local220 (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()