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

/freebsd-11-stable/contrib/tzdata/
H A Dleapseconds.awk179 # Counts of days in a Gregorian year, quad-year, century, and quad-century.
192 quadcentury, century, quadyear, year, month, day)
205 # the last day of February 4 years later. A century starts on and
207 # A quad-century starts on and ends before March 1 in years divisible
208 # by 400. While the number of days in a quad-century is a constant,
216 century = int(day / ss_century_days)
217 century -= century == 4
218 day -= century * ss_century_day
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c73 static int century, relyear; local
76 century = TM_YEAR_BASE;
218 case 'C': /* The century number. */
223 century = i * 100;
334 case 'y': /* The year within the century (2 digits). */
360 * last as we can get a century spec (%C) at any time.
363 if (century == TM_YEAR_BASE) {
369 tm->tm_year = relyear + century - TM_YEAR_BASE;
/freebsd-11-stable/bin/date/
H A Ddate.c212 int century; local
250 century = 0;
255 century = 1;
258 if (century)
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_misc.c50 host_wellness_time->century = (uint8_t)bin2bcd(ct.year / 100);
H A Dsmartpqi_structures.h55 uint8_t century; member in struct:bmic_host_wellness_time
H A Dsmartpqi_discovery.c1565 offsetof(struct bmic_host_wellness_time, century));
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.c68 uint8_t century; member in struct:rtcdev
72 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY);
255 rtc->century = rtcset(rtc, ct.year / 100);
285 int century, error, hour, pm, year; local
370 error = rtcget(rtc, rtc->century, &century);
371 ct.year = century * 100 + year;
373 VM_CTR2(vm, "Invalid RTC century %#x/%d", rtc->century,
897 * the century byt
[all...]

Completed in 189 milliseconds