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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp125 struct tm time_struct; local
126 if (localtime_pd(&seconds_since_19700101, &time_struct) == NULL) {
131 const time_t zone = (time_t) time_struct.tm_gmtoff;
142 if (time_struct.tm_isdst > 0) {
164 const int year = 1900 + time_struct.tm_year;
165 const int month = 1 + time_struct.tm_mon;
169 time_struct.tm_mday,
170 time_struct.tm_hour,
171 time_struct.tm_min,
172 time_struct
[all...]

Completed in 42 milliseconds