Searched refs:tm1 (Results 1 – 1 of 1) sorted by relevance
28 struct tm tm0, *tm1; in nxt_gmtime_test() local38 tm1 = gmtime(&s); in nxt_gmtime_test()40 if (tm0.tm_mday != tm1->tm_mday in nxt_gmtime_test()41 || tm0.tm_mon != tm1->tm_mon in nxt_gmtime_test()42 || tm0.tm_year != tm1->tm_year in nxt_gmtime_test()43 || tm0.tm_yday != tm1->tm_yday in nxt_gmtime_test()44 || tm0.tm_wday != tm1->tm_wday) in nxt_gmtime_test()48 s, tm1->tm_mday, tm1->tm_mon + 1, in nxt_gmtime_test()49 tm1->tm_year + 1900); in nxt_gmtime_test()