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

/macosx-10.10/apr-32/apr/apr/time/unix/
H A Dtime.c255 struct tm tmpdate; local
257 memset(&tmpdate, 0, sizeof(tmpdate));
258 tmpdate.tm_hour = os2time.hours;
259 tmpdate.tm_min = os2time.minutes;
260 tmpdate.tm_sec = os2time.twosecs * 2;
262 tmpdate.tm_mday = os2date.day;
263 tmpdate.tm_mon = os2date.month - 1;
264 tmpdate.tm_year = os2date.year + 80;
265 tmpdate
[all...]

Completed in 63 milliseconds