Searched refs:tm_yday (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | tst-strptime.c | 98 buf, tm.tm_wday, tm.tm_yday); in test_tm() 111 if (tm.tm_yday != tm_tests[i].yday) in test_tm() 114 tm_tests[i].input, tm.tm_yday, tm_tests[i].yday); in test_tm() 159 tm.tm_wday, tm.tm_yday, tm.tm_mon, tm.tm_mday); in main() 167 if (tm.tm_yday != day_tests[i].yday) in main() 170 day_tests[i].input, tm.tm_yday, day_tests[i].yday); in main()
|
A D | time.c | 17 tm1.tm_yday != tm2.tm_yday || in tm_cmp() 30 tm.tm_wday, tm.tm_yday, tm.tm_isdst); in tm_str() 37 .tm_wday = wd, .tm_yday = yd, .tm_isdst = dst }
|
A D | tst-mktime3.c | 16 .tm_mon = 11, .tm_year = 103, .tm_wday = 3, .tm_yday = 364 }, 46 CHECK (tm_yday) in main()
|
A D | tst-timezone.c | 134 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main() 157 tmBuf.tm_wday, tmBuf.tm_yday, tmBuf.tm_isdst); in main()
|
A D | tst-mktime2.c | 93 && lt->tm_yday == tm.tm_yday in bigtime_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | time.h | 141 int tm_yday; /* Days in year.[0-365] */ member
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | loslib.c | 237 setfield(L, "yday", stm->tm_yday, 1); in setallfields()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 664 + 24 * ptm->tm_yday)); in tm_isdst()
|
Completed in 11 milliseconds