HomeSort by: relevance | last modified time | path
    Searched refs:Month (Results 1 - 25 of 50) sorted by relevancy

1 2

  /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/sys/arch/ia64/stand/efi/libefi/
time.c 63 // month number used as the index (1 -> 12) for regular and leap years.
103 ETime->Month == 0 || ETime->Month > 12 ||
104 ETime->Day == 0 || ETime->Month > 31 ||
126 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY);
129 // UTime should now be set to 00:00:00 on the first of the file's month and year
  /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/arch/i386/stand/efiboot/
efigetsecs.c 43 r += daytab[isleap(t.Year) ? 1 : 0][t.Month] + t.Day;
eficons.c 416 t1.Month == t2.Month &&
  /src/sys/stand/efiboot/
efigetsecs.c 47 r += daytab[isleap(t.Year) ? 1 : 0][t.Month] + t.Day;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d 13 $(LREF Month)
68 enum Month : ubyte
87 assert(Date(2018, 10, 1).month == Month.oct);
88 assert(DateTime(1, 1, 1).month == Month.jan);
115 on a day of the month which is not valid (e.g. February 29th 2001 or
116 June 31st 2000). If overflow is allowed (as is the default), then the month
120 month (so, February 29th 2001 would become February 28th 2001 and
197 month = The month portion of the date (January is 1)
    [all...]
timezone.d 3082 import std.datetime.date : DateTime, Month;
3088 import std.datetime.date : Month;
3089 if (utcDateTime.month == Month.feb && utcDateTime.day == 29)
3095 if (utcDateTime.month == Month.feb && utcDateTime.day == 29)
3104 if (utcDateTime.month == Month.jan)
3109 else if (utcDateTime.month == Month.dec && utcDateTime.day == 31
    [all...]
systime.d 84 //Month, splitUnitsFromHNSecs, TimeOfDay, validTimeUnits, yearIsLeapYear;
980 auto dt = DateTime(Date(year, md.month, md.day), tod);
1056 auto e = SysTime(DateTime(year, dt.month, dt.day, dt.hour, dt.minute, dt.second),
1196 auto e = SysTime(DateTime(year, dt.month, dt.day, dt.hour, dt.minute, dt.second),
1245 Month of a Gregorian Year.
1247 @property Month month() @safe const nothrow scope
1249 return (cast(Date) this).month;
1257 assert(SysTime(DateTime(1999, 7, 6, 9, 7, 5)).month == 7);
1258 assert(SysTime(DateTime(2010, 10, 4, 0, 0, 30)).month == 10)
    [all...]
  /src/external/historical/nawk/dist/testdir/
funstack.awk 139 /^ *month *= */ { do_month(); next }
174 Month = ""
234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0)
235 gsub(/[\"]/,"",Month)
236 gsub(/ *# *\\slash *# */," / ",Month)
237 gsub(/ *# *-+ *# */," / ",Month)
238 n = split(Month,parts," */ *")
239 Month = ""
241 Month = Month ((k > 1) ? " / " : "")
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 83 UINT8 Month; // 1 - 12
  /src/lib/libutil/
parsedate.y 85 time_t yyDay; /* Day of month [1-31] */
88 time_t yyMonth; /* Month of year [1-12] */
489 /* Month and day table. */
529 { "month", tMONTH_UNIT, 1 },
782 time_t Month, /* month of year [1-12] */
783 time_t Day, /* day of month [1-31] */
804 tm.tm_mon = Month - 1;
835 (intmax_t)Month, (intmax_t)Day, (intmax_t)Year,
921 time_t Month;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
convert.d 761 enum Month : uint { jan = 1}
762 Month m = Month.jan;
764 enum ctfe_works = (() { Month x = Month.jan; return toUbyte(x).length > 0; })();
  /src/sbin/efi/
certs.c 137 uint8_t Month; // 1 - 12
163 et->Month,
  /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/sys/external/bsd/acpica/dist/include/
acbuffer.h 84 UINT8 Month;
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 90 enum Month : ubyte
97 Month _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 */
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 1477 Time->Month,
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 339 [0001] RTC Month Alarm Index : 00

Completed in 44 milliseconds

1 2