Lines Matching defs:year
578 int year, month, day, hour, min, sec;
600 year = parse_uint2(pos, end - pos);
601 if (year < 0) {
603 "UTCTime year", buf, len);
606 if (year < 50)
607 year += 2000;
609 year += 1900;
618 year = parse_uint4(pos, end - pos);
619 if (year < 0) {
621 "GeneralizedTime year", buf, len);
671 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
674 if (year < 1970) {
681 "assume epoch as the time", year);
707 * validity dates through the year 2049 as UTCTime; certificate