HomeSort by: relevance | last modified time | path
    Searched defs:Year (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/ia64/stand/efi/libefi/
time.c 64 // The value at index 13 is for the whole year.
97 int Year;
102 if ( ETime->Year < 1998 || ETime->Year > 2099 ||
117 for (Year = 1970; Year != ETime->Year; ++Year) {
118 UTime += (CumulativeDays[isleap(Year)][13] * SECSPERDAY);
122 // UTime should now be set to 00:00:00 on Jan 1 of the file's year
    [all...]
  /src/sys/arch/ia64/stand/ia64/ski/
time.c 59 int Year;
75 // The value at index 13 is for the whole year.
108 int Year;
110 ETime->Year += 1900;
115 if ( ETime->Year < 1998 || ETime->Year > 2099 ||
128 for (Year = 1970; Year != ETime->Year; ++Year) {
    [all...]
  /src/sbin/efi/
certs.c 136 uint16_t Year; // 1900 - 9999
162 et->Year,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 82 UINT16 Year; // 1998 - 20XX
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 1459 UINTN Hour, Year;
1473 Year = Time->Year % 100;
1479 Year,
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 77 time_t Year;
84 * seconds, month/year are counted in months. */
200 * Year/month/day in various combinations.
215 gds->Year = gds->tokenp[0].value;
224 gds->Year = gds->tokenp[4].value;
229 gds->Year = gds->tokenp[4].value;
256 gds->Year = gds->tokenp[0].value;
273 gds->Year = gds->tokenp[0].value;
280 gds->Year = gds->tokenp[4].value;
296 gds->Year = gds->tokenp[3].value
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 83 UINT16 Year;
  /src/external/bsd/ntp/dist/util/
tg2.c 33 * string yydddhhmmss, where yy is the year of century, ddd the day of
34 * year, hh the hour of day and mm the minute of hour. For instance,
185 * - Changed date specification to more conventional year, month, and day of month
186 * (rather than day of year).
343 {COEF, 1}, /* 4 1 year units */
390 {COEF, 1}, /* 51 10 year tens */
502 int ConvertMonthDayToDayOfYear (int, int, int); /* Calc day of year from year month & day */
524 int IrigIncludeYear = FALSE; /* Whether to send year in first control functions area, between P5 and P6. */
580 int Year;
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 99 UINT16 Year; /* 1998 - 20XX */
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 356 unsigned char *date, unsigned char *month, short *year,
385 unsigned char *Day, unsigned char *Month, unsigned short *Year,
456 * Tables to compute the ddd of year form icky dd/mm timecode. Viva la
1472 unsigned day, month, year; /* data derived from received timecode */ local
1507 year = bGetShort(&buf[16]);
1513 day, month, year, hour, minute, second, trackstat, utcflags);
1544 pp->year = year;
1548 if (pp->year % 4) { /* XXX: use is_leapyear() ? */
1590 unsigned day, month, year; /* data derived from received timecode * local
4479 year, local
    [all...]

Completed in 47 milliseconds