HomeSort by: relevance | last modified time | path
    Searched defs:tm_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dump/
optr.c 217 struct tm tm_time; local in function:do_timestamp
220 (void) localtime_r(&thistime, &tm_time);
221 if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) {
223 strftime(then, STAMP_LENGTH, time_string, &tm_time);
optr.c 217 struct tm tm_time; local in function:do_timestamp
220 (void) localtime_r(&thistime, &tm_time);
221 if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) {
223 strftime(then, STAMP_LENGTH, time_string, &tm_time);

Completed in 21 milliseconds