Lines Matching defs:tstruct
2071 struct tm tstruct;
2108 (void) localtime_r(&thetime, &tstruct);
2111 "%02d%02d%02d%03d-%02d%02d%02d%d-%016llx", tstruct.tm_mday,
2112 tstruct.tm_mon, tstruct.tm_year, tstruct.tm_yday,
2113 tstruct.tm_hour, tstruct.tm_min, tstruct.tm_sec,
2114 tstruct.tm_wday, hretime);