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

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c226 static const u_short real_month_days[2][14] = { variable
280 TEST_ASSERT_TRUE(isGT(real_month_days[0][split.hi+1], split.lo));
301 TEST_ASSERT_TRUE(isGT(real_month_days[1][split.hi+1], split.lo));
382 while (expDate.monthday < real_month_days[leaps][expDate.month]) {

Completed in 103 milliseconds