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

  /src/sys/arch/ia64/stand/ia64/ski/
time.c 60 int Month;
74 // month number used as the index (1 -> 12) for regular and leap years.
116 ETime->Month == 0 || ETime->Month > 12 ||
117 ETime->Day == 0 || ETime->Month > 31 ||
137 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY);
140 // UTime should now be set to 00:00:00 on the first of the file's month and year
  /src/crypto/external/apache2/openssl/dist/apps/lib/
vms_term_sock.c 557 char *Month[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
581 LocTime->tm_mday, Month[LocTime->tm_mon],
  /src/crypto/external/bsd/openssl/dist/apps/lib/
vms_term_sock.c 553 char *Month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun",
577 LocTime->tm_mday, Month[LocTime->tm_mon],
  /src/crypto/external/bsd/openssl.old/dist/apps/
vms_term_sock.c 553 char *Month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun",
577 LocTime->tm_mday, Month[LocTime->tm_mon],
  /src/sbin/efi/
certs.c 137 uint8_t Month; // 1 - 12
163 et->Month,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 83 UINT8 Month; // 1 - 12
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 75 time_t Month;
84 * seconds, month/year are counted in months. */
200 * Year/month/day in various combinations.
216 gds->Month = gds->tokenp[2].value;
222 gds->Month = gds->tokenp[0].value;
227 gds->Month = gds->tokenp[0].value;
241 gds->Month = gds->tokenp[0].value;
257 gds->Month = gds->tokenp[2].value;
274 gds->Month = gds->tokenp[2].value;
279 gds->Month = gds->tokenp[2].value
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acbuffer.h 84 UINT8 Month;
  /src/external/bsd/ntp/dist/util/
tg2.c 185 * - Changed date specification to more conventional year, month, and day of month
502 int ConvertMonthDayToDayOfYear (int, int, int); /* Calc day of year from year month & day */
581 int Month;
856 sscanf(optarg, "%2d%2d%2d%2d%2d%2d", &Year, &Month, &DayOfMonth,
1064 DayOfYear = ConvertMonthDayToDayOfYear (Year, Month, DayOfMonth);
2393 /* Calc day of year from year month & day */
2395 /* Month - 1 means January, 12 means December. */
2396 /* DayOfMonth - 1 is first day of month */
2404 /* Array of days in a month. Note that here January is zero. *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 100 UINT8 Month; /* 1 - 12 */
  /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,
1472 unsigned day, month, year; /* data derived from received timecode */ local
1506 month = (unsigned int) buf[15];
1513 day, month, year, hour, minute, second, trackstat, utcflags);
1545 if (month < 1 || month > 12 || day < 1 || day > 31)
1549 if (day > day1tab[month - 1])
1551 for (i = 0; i < month - 1; i++)
1554 if (day > day2tab[month - 1])
1590 unsigned day, month, year; \/* data derived from received timecode *\/ local
4470 month, local
    [all...]
  /src/sys/dev/ic/
aacreg.h 270 u_int32_t Month:4; /* 1-12 */

Completed in 45 milliseconds