Lines Matching refs:tm
17 .tm = {
29 .tm = {
41 .tm = {
53 .tm = {
65 .tm = {
78 .tm = {
90 .tm = {
102 .tm = {
114 .tm = {
126 .tm = {
138 .tm = {
154 .tm = {
166 .tm = {
178 .tm = {
190 .tm = {
202 .tm = {
219 .tm = { in test_time32_errno_clear()
233 time_t ux = timeutil_timegm(&tp->tm); in test_time32_errno_clear()
246 .tm = { in test_time32_epochm1()
260 time_t ux = timeutil_timegm(&tp->tm); in test_time32_epochm1()
273 .tm = { in test_time32_underflow()
285 zassert_equal(timeutil_timegm64(&tp->tm), unix64, in test_time32_underflow()
289 time_t ux = timeutil_timegm(&tp->tm); in test_time32_underflow()
302 .tm = { in test_time32_overflow()
314 zassert_equal(timeutil_timegm64(&tp->tm), unix64, in test_time32_overflow()
318 time_t ux = timeutil_timegm(&tp->tm); in test_time32_overflow()