Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c642 static const unsigned char day_cor[] = { /* non-leap */ variable
683 day = 31 * r->month - day_cor[r->month - 1]; in tm_isdst()
687 monlen = 31 + day_cor[r->month - 1] - day_cor[r->month]; in tm_isdst()

Completed in 4 milliseconds