| /freebsd/stand/efi/libefi/ |
| H A D | time.c | 111 efi_time->Year = 1970; in to_efi_time() 112 lyear = isleap(efi_time->Year); in to_efi_time() 117 efi_time->Year++; in to_efi_time() 118 lyear = isleap(efi_time->Year); in to_efi_time() 153 int Year; in from_efi_time() local 158 if (ETime->Year < 1998 || ETime->Year > 2099 || in from_efi_time() 171 for (Year = 1970; Year != ETime->Year; ++Year) { in from_efi_time() 172 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY); in from_efi_time() 180 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * in from_efi_time()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_parse_date.c | 78 time_t Year; member 216 gds->Year = gds->tokenp[0].value; in datephrase() 225 gds->Year = gds->tokenp[4].value; in datephrase() 230 gds->Year = gds->tokenp[4].value; in datephrase() 257 gds->Year = gds->tokenp[0].value; in datephrase() 274 gds->Year = gds->tokenp[0].value; in datephrase() 281 gds->Year = gds->tokenp[4].value; in datephrase() 297 gds->Year = gds->tokenp[3].value; in datephrase() 322 gds->Year = gds->tokenp[2].value; in datephrase() 472 gds->Year = gds->tokenp[0].value; in phrase() [all …]
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | getdate.y | 559 Convert(time_t Month, time_t Day, time_t Year, in Convert() argument 571 if (Year < 0) in Convert() 572 Year = -Year; in Convert() 573 if (Year < 69) in Convert() 574 Year += 2000; in Convert() 575 else if (Year < 100) in Convert() 576 Year += 1900; in Convert() 577 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0) in Convert() 581 if (Year < EPOCH || Year > 2038 in Convert() 595 for (i = EPOCH; i < Year; i++) in Convert() [all …]
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 562 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, in Convert() argument 573 if (Year < 0) in Convert() 574 Year = -Year; in Convert() 575 if (Year < 1900) in Convert() 576 Year += 1900; in Convert() 577 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0) in Convert() 579 if (Year < EPOCH in Convert() 580 || Year > EPOCH_END in Convert() 588 for (i = EPOCH; i < Year; i++) in Convert() 589 Julian += 365 + ((i % 4 == 0) && ((Year % 100 != 0) || in Convert() [all …]
|
| /freebsd/usr.bin/find/ |
| H A D | getdate.y | 565 Convert(time_t Month, time_t Day, time_t Year, in Convert() argument 576 if (Year < 0) in Convert() 577 Year = -Year; in Convert() 578 if (Year < 69) in Convert() 579 Year += 2000; in Convert() 580 else if (Year < 100) in Convert() 581 Year += 1900; in Convert() 582 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0) in Convert() 586 if (Year < EPOCH || Year > 2038 in Convert() 594 for (i = EPOCH; i < Year; i++) in Convert() [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | check_y2k.c | 105 #define GoodLeap(Year) (((Year)%4 || (!((Year)%100) && (Year)%400)) ? 0 : 13 ) argument 110 Days ( int Year ) /* return number of days since year "0" */ in Days() argument 114 Return = Year * 365; /* first aproximation to the value */ in Days() 115 if ( Year >= 1 ) in Days() 118 Return += (Year+3) / 4; /* add in (too many) leap days */ in Days() 119 Return -= (Year-1) / 100; /* reduce by (too many) centurys */ in Days() 120 Return += (Year-1) / 400; /* get final answer */ in Days()
|
| H A D | refclock_ripencc.c | 383 unsigned char *Day, unsigned char *Month, unsigned short *Year, 3142 unsigned short *Year, in rpt_0x8FAD() argument 3156 *Year = bGetUShort(&rpt->buf[16]); in rpt_0x8FAD() 5006 Year; in rpt_8FAD() local 5046 &Year, in rpt_8FAD() 5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9)); in rpt_8FAD()
|
| /freebsd/contrib/ntp/util/ |
| H A D | tg2.c | 578 int Year; local 692 Year = 0; 854 sscanf(optarg, "%2d%2d%2d%2d%2d%2d", &Year, &Month, &DayOfMonth, 1062 DayOfYear = ConvertMonthDayToDayOfYear (Year, Month, DayOfMonth); 1076 Year = TimeStructure->tm_year % 100; 1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone); 1101 Year / 10, DayOfYear, Hour, Minute, Year % 10); 1105 Year, DayOfYear, Hour, Minute, Second, code); 1127 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); 1160 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); [all …]
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | EFI_TIME.h | 15 uint16_t Year; // 1900 - 9999 member
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.awk | 665 label = Volume "(" Number "):" Month ":" Year 970 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))
|
| /freebsd/usr.sbin/ntp/ntpd/ |
| H A D | leap-seconds | 82 # Day Month Year : epoch in clear 84 #NTP Time DTAI Day Month Year
|
| /freebsd/contrib/ntp/ |
| H A D | readme.y2kfixes | 2 AT&T Freeware Year 2000 Certification 13 Year-2000 (Y2K) readiness that were not sufficiently certified
|
| /freebsd/contrib/tzdata/ |
| H A D | leap-seconds.list | 82 # Day Month Year : epoch in clear 84 #NTP Time DTAI Day Month Year
|
| H A D | backzone | 106 # Containing All Legislation Enacted During Year 1940, p 22 113 # Containing All Legislation Enacted During Year 1942, p 48 120 # Containing All Legislation Enacted During Year 1942, p 87 127 # Containing All Legislation Enacted During Year 1945, p 256 133 # Containing All Legislation Enacted During Year 1945, p 69 139 # Containing All Legislation Enacted During Year 1950, p 35 150 # Year 1956, p 83 712 # Appendix to the Statutes of 7 George VI. and the Year 1942. p 34, 43 717 # Appendix to the Statutes of 8 George VI. and the Year 1943. p 9-10, 28-29 722 # 1945 [1945-10-16] Appendix to the Statutes of 9 George VI. and the Year [all …]
|
| H A D | asia | 786 # Year Period 866 # Meiji Year 28 "The clause about standard time", mentioned that 877 # Emperor announced Ordinance No. 529 of Showa Year 12 "The clause of 1294 # Reed S, Low F. The Indian Year Book 1936-37. Bennett, Coleman, pp 27-8. 1301 # at +0554 (according to the Indian Year Book). Railway time is more 1946 # conflicts with the Jewish New Year. In 1999, the change to 2111 # ...the Meiji Emperor announced Ordinance No. 167 of Meiji Year 28 "The clause 2115 # ...the Showa Emperor announced Ordinance No. 529 of Showa Year 12 ... which
|
| H A D | northamerica | 3126 # Ordinances of British Honduras Passed in the Year 1927, p 19-20 3130 # Ordinances of British Honduras Passed in the Year 1942, p 31-32 3134 # Ordinances of British Honduras Passed in the Year 1945, p 49-50 3138 # Ordinances of British Honduras Passed in the Year 1947, p 1-2
|
| /freebsd/crypto/heimdal/lib/vers/ |
| H A D | ChangeLog | 27 * print_version.c: Happy New Year
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiBaseType.h | 69 UINT16 Year; member
|
| H A D | UefiInternalFormRepresentation.h | 664 UINT16 Year; member
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acbuffer.h | 191 UINT16 Year; member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | atari | 72 # Year
|
| H A D | msdos | 2829 # Version Name Version Year Notes 2957 >>>>>10 uleshort >1900 Year %d 2989 >>>>>10 uleshort >1900 Year %d
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 639 \ Read tag; must be UTCTime or GeneralizedTime. Year count is 651 \ Year is 4-digit with GeneralizedTime. With UTCTime, the year
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 600 % Produces Day Month Year style of output. 607 % Use this if you want the Month Day, Year style of output.
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 245 doc: Change License Year to 2021 (#2452 & #2465, @terrelln & @senhuang42)
|