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

/freebsd-9.3-release/contrib/tzdata/
H A DMakefile503 rm -fr $(DESTDIR)$(TZDIR)-leaps
504 ln -s $(TZDIR_BASENAME) $(DESTDIR)$(TZDIR)-leaps || \
505 $(MAKE) $(INSTALLARGS) TZDIR=$(TZDIR)-leaps right_only
512 $(MAKE) $(INSTALLARGS) TZDIR=$(TZDIR)-leaps right_only
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c371 int leaps; local
378 leaps = leapdays(expDate.year);
382 while (expDate.monthday < real_month_days[leaps][expDate.month]) {
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c1406 int leaps; local
1408 split = ntpcal_split_eradays(rd - 1, &leaps);
1409 split = ntpcal_split_yeardays(split.lo, leaps);

Completed in 114 milliseconds