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

/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c219 /* -*- table for regular years -*- */
221 /* -*- table for leap years -*- */
227 /* -*- table for regular years -*- */
229 /* -*- table for leap years -*- */
324 /* check last day of february for first 10000 years */
343 /* check first day of march for first 10000 years */
486 * Most of the functions are straight forward, but converting from years
487 * to weeks and from weeks to years warrants some extra tests. These use
488 * an independent reference implementation of the conversion from years
500 int32_t years)
499 refimpl_WeeksInIsoYears( int32_t years) argument
525 int32_t years; local
542 int32_t years; local
562 int32_t years; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_windows.in57 --lifetime=10years \
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c50 * counter covers +/- 5,879,610 years and the clamp limits the effective
51 * range to +/-2.9 million years, this should not pose a problem here.
406 /* month tables for years starting with January,1st; regular & leap */
408 /* -*- table for regular years -*- */
410 /* -*- table for leap years -*- */
430 * ELAPSED date units, which is the number of full years, full months
476 * than 50 years to the year Y. ("century unfolding")
568 * that somehow got lost over the last years.
805 * number into the number of elapsed years in 'res.hi' and the number
809 * regular years an
1257 ntpcal_edate_to_eradays( int32_t years, int32_t mons, int32_t mdays ) argument
1286 ntpcal_edate_to_yeardays( int32_t years, int32_t mons, int32_t mdays ) argument
[all...]
/freebsd-9.3-release/usr.bin/calendar/
H A Dparsedata.c403 static struct yearinfo *years, *yearinfo; local
445 yearinfo = years;
455 errx(1, "Unable to allocate more years");
457 yearinfo->next = years;
458 years = yearinfo;
/freebsd-9.3-release/contrib/diff/lib/
H A Dstrftime.c119 /* Nonzero if YEAR is a leap year (every 4 years,
288 int years = a->tm_year - b->tm_year; local
289 int days = (365 * years + intervening_leap_days
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex567 Benjamin Herrenschmidt was a MacOS developer for about 10 years, but
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure24834 tm.tm_year = 86; /* years since 1900 */
32227 # FIXME: This hack should be removed a few years after 2.60.

Completed in 201 milliseconds