Searched refs:month1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libcalendar/
H A Dcalendar.c44 static int const month1[] = variable
89 for (idt.m = 11; month1[idt.m] > r; idt.m--)
93 idt.d = r - month1[idt.m];
122 return (idt->d + month1[idt->m] + idt->y * 365 + idt->y / 4);
151 * use the table month1 which provides for each month the number
162 montht = month1;

Completed in 106 milliseconds