Lines Matching refs:tm
40 struct tm tm;47 i_zero(&tm);48 tm.tm_year = test->year - 1900;49 tm.tm_mon = test->month - 1;50 tm.tm_mday = test->day;51 tm.tm_hour = test->hour;52 tm.tm_min = test->min;53 tm.tm_sec = test->sec;55 t = utc_mktime(&tm);