Searched refs:byear (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_clock.c204 int bcent, byear; local
211 byear = bct->year & 0xff;
218 if (!validbcd(bcent) || !validbcd(byear) || !validbcd(bct->mon) ||
229 ct.year = FROMBCD(byear) + FROMBCD(bcent) * 100;

Completed in 57 milliseconds