Searched refs:Year (Results 1 - 15 of 15) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3469 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2376 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c105 #define GoodLeap(Year) (((Year)%4 || (!((Year)%100) && (Year)%400)) ? 0 : 13 )
110 Days ( int Year ) /* return number of days since year "0" */
114 Return = Year * 365; /* first aproximation to the value */
115 if ( Year >= 1 )
118 Return += (Year+3) / 4; /* add in (too many) leap days */
119 Return -= (Year-1) / 100; /* reduce by (too many) centurys */
120 Return += (Year
[all...]
H A Drefclock_ripencc.c383 unsigned char *Day, unsigned char *Month, unsigned short *Year,
3142 unsigned short *Year,
3156 *Year = bGetUShort(&rpt->buf[16]);
5006 Year; local
5046 &Year,
5071 Day, Month, Year, Hour, Minute, Second, (long)(FracSec*1.e9));
3133 rpt_0x8FAD( TSIPPKT *rpt, unsigned short *COUNT, double *FracSec, unsigned char *Hour, unsigned char *Minute, unsigned char *Second, unsigned char *Day, unsigned char *Month, unsigned short *Year, unsigned char *Status, unsigned char *Flags ) argument
/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c578 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;
1098 printf(" Year = %02d, Day of year = %03d, Time = %02d:%02d:%02d, Minute tone = %d Hz, Hour tone = %d Hz.\n",
1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone);
1101 Year / 10, DayOfYear, Hour, Minute, Year % 10);
1104 printf("\n Year
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Dtime.c114 efi_time->Year = 1970;
115 lyear = isleap(efi_time->Year);
120 efi_time->Year++;
121 lyear = isleap(efi_time->Year);
156 int Year; local
161 if (ETime->Year < 1998 || ETime->Year > 2099 ||
174 for (Year = 1970; Year != ETime->Year;
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h191 UINT16 Year; member in struct:acpi_grt_info
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h63 /// Year: 1900 - 9999
73 UINT16 Year; member in struct:__anon6088
H A DUefiInternalFormRepresentation.h672 UINT16 Year; member in struct:__anon6099
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt.h841 u_int8_t Year; /* creation year since 1980 */ member in struct:dpt_sig
/freebsd-11-stable/usr.bin/find/
H A Dgetdate.y574 /* Year is either
579 Convert(time_t Month, time_t Day, time_t Year,
590 if (Year < 0)
591 Year = -Year;
592 if (Year < 69)
593 Year += 2000;
594 else if (Year < 100)
595 Year += 1900;
596 DaysInMonth[1] = Year
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dgetdate.y554 /* Year is either
559 Convert(time_t Month, time_t Day, time_t Year,
571 if (Year < 0)
572 Year = -Year;
573 if (Year < 69)
574 Year += 2000;
575 else if (Year < 100)
576 Year += 1900;
577 DaysInMonth[1] = Year
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c82 time_t Year; member in struct:gdstate
205 * Year/month/day in various combinations.
220 gds->Year = gds->tokenp[0].value;
229 gds->Year = gds->tokenp[4].value;
234 gds->Year = gds->tokenp[4].value;
261 gds->Year = gds->tokenp[0].value;
278 gds->Year = gds->tokenp[0].value;
285 gds->Year = gds->tokenp[4].value;
301 gds->Year = gds->tokenp[3].value;
326 gds->Year
691 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, time_t Seconds, time_t Timezone, enum DSTMODE DSTmode) argument
837 time_t Year; local
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defidef.h86 UINT16 Year; // 1998 - 20XX member in struct:__anon3961

Completed in 300 milliseconds