Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 3 of 3) sorted by relevance

/time/
A Dtst-mktime2.c78 struct tm *lt = localtime (&now); in mktime_test1() local
79 if (lt == NULL) in mktime_test1()
87 TEST_COMPARE (mktime (lt), now); in mktime_test1()
125 struct tm *lt = localtime (&now); in bigtime_test() local
126 TEST_COMPARE (lt->tm_year, tm.tm_year); in bigtime_test()
127 TEST_COMPARE (lt->tm_mon, tm.tm_mon); in bigtime_test()
128 TEST_COMPARE (lt->tm_mday, tm.tm_mday); in bigtime_test()
129 TEST_COMPARE (lt->tm_hour, tm.tm_hour); in bigtime_test()
130 TEST_COMPARE (lt->tm_min, tm.tm_min); in bigtime_test()
131 TEST_COMPARE (lt->tm_sec, tm.tm_sec); in bigtime_test()
[all …]
A Dbug-mktime4.c76 struct tm *lt = localtime (&t); in do_test() local
77 if (lt == NULL) in do_test()
82 if (! equal_tm (lt, &tm)) in do_test()
A Dstrftime_l.c1367 time_t lt; in libc_hidden_def() local
1380 lt = mktime (&ltm); in libc_hidden_def()
1382 if (lt == (time_t) -1) in libc_hidden_def()
1389 if (! __localtime_r (&lt, &tm) in libc_hidden_def()
1399 if (! __gmtime_r (&lt, &gtm)) in libc_hidden_def()

Completed in 6 milliseconds