Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/time/
Dprivate.h1078 enum { years_of_observations = YEARSPERREPEAT + 2 }; enumerator
Dlocaltime.c1378 if (increment_overflow(&yearlim, years_of_observations)) in tzparse()
1415 years_of_observations)) in tzparse()
1427 } else if (years_of_observations <= year - yearbeg) in tzparse()
Dzic.c3242 if (min_year >= ZIC_MIN + years_of_observations) in outzone()
3243 min_year -= years_of_observations; in outzone()
3245 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
3246 max_year += years_of_observations; in outzone()