Searched refs:tstruct (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dmisc.c2118 struct tm *tstruct; local in function:timestamp_filename
2121 tstruct = localtime(&tstamp);
2124 (int) tstruct->tm_year + 1900,
2125 tstruct->tm_mon + 1,
2126 tstruct->tm_mday,
2127 tstruct->tm_hour,
2128 tstruct->tm_min,
2129 tstruct->tm_sec);

Completed in 9 milliseconds