Searched refs:tm2 (Results 1 – 1 of 1) sorted by relevance
24 struct tm tm1, tm2, o1; in check_time() local32 OPENSSL_gmtime(&t2, &tm2); in check_time()36 || !TEST_int_eq(tm1.tm_year, tm2.tm_year) in check_time()37 || !TEST_int_eq(tm1.tm_mon, tm2.tm_mon) in check_time()38 || !TEST_int_eq(tm1.tm_mday, tm2.tm_mday) in check_time()39 || !TEST_int_eq(tm1.tm_hour, tm2.tm_hour) in check_time()40 || !TEST_int_eq(tm1.tm_min, tm2.tm_min) in check_time()41 || !TEST_int_eq(tm1.tm_sec, tm2.tm_sec) in check_time()
Completed in 2 milliseconds