Home
last modified time | relevance | path

Searched defs:intervening_leap_days (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl2/rcs/dist/src/
H A Dmaketime.c113 int intervening_leap_days = ( local
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmktime.c184 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400); in ydhms_diff() local
H A Dgetdate.y869 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400); in tm_diff() local
H A Dstrftime.c304 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400); in tm_diff() local
H A Dgetdate.c2778 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400); in tm_diff() local
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dstrftime.c375 int intervening_leap_days = (a4 - b4) - (a100 - b100) + (a400 - b400); local