Home
last modified time | relevance | path

Searched defs:LEAPS_THRU_END_OF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c120 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) in gmtime() macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c123 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) macro