| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_getdate.c | 76 time_t Month; member 217 gds->Month = gds->tokenp[2].value; in datephrase() 223 gds->Month = gds->tokenp[0].value; in datephrase() 228 gds->Month = gds->tokenp[0].value; in datephrase() 242 gds->Month = gds->tokenp[0].value; in datephrase() 258 gds->Month = gds->tokenp[2].value; in datephrase() 275 gds->Month = gds->tokenp[2].value; in datephrase() 280 gds->Month = gds->tokenp[2].value; in datephrase() 295 gds->Month = gds->tokenp[0].value; in datephrase() 307 gds->Month = gds->tokenp[0].value; in datephrase() [all …]
|
| /netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
| H A D | time.c | 66 int Month; member 122 ETime->Month == 0 || ETime->Month > 12 || in EfiTimeToUnixTime() 123 ETime->Day == 0 || ETime->Month > 31 || in EfiTimeToUnixTime() 143 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY); in EfiTimeToUnixTime()
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | time.c | 109 ETime->Month == 0 || ETime->Month > 12 || in EfiTimeToUnixTime() 110 ETime->Day == 0 || ETime->Month > 31 || in EfiTimeToUnixTime() 132 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * SECSPERDAY); in EfiTimeToUnixTime()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | date.d | 13 $(LREF Month) 730 @property void month(Month month) @safe pure in yearBC() 737 …static void testDT(DateTime dt, Month month, DateTime expected = DateTime.init, size_t line = __LI… 744 …ertThrown!DateTimeException(testDT(DateTime(Date(1, 1, 1), TimeOfDay(12, 30, 33)), cast(Month) 0)); 745 …rtThrown!DateTimeException(testDT(DateTime(Date(1, 1, 1), TimeOfDay(12, 30, 33)), cast(Month) 13)); 748 cast(Month) 7, 751 cast(Month) 7, 762 Day of a Gregorian Month. 804 Day of a Gregorian Month. 3459 dt._date._month = Month.jan; [all …]
|
| H A D | timezone.d | 3104 if (utcDateTime.month == Month.jan) in version() 3109 else if (utcDateTime.month == Month.dec && utcDateTime.day == 31) in version() 3174 import std.datetime.date : DateTime, Month; 3180 if (localDateTime.month == Month.feb && localDateTime.day == 29) 3187 if (localDateTime.month == Month.feb && localDateTime.day == 29) 3197 if (localDateTime.month == Month.jan) 3202 else if (localDateTime.month == Month.dec && localDateTime.day == 31)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| H A D | date.d | 682 @property void month(Month month) @safe pure in yearBC() 689 …static void testDT(DateTime dt, Month month, in DateTime expected = DateTime.init, size_t line = _… 696 …ertThrown!DateTimeException(testDT(DateTime(Date(1, 1, 1), TimeOfDay(12, 30, 33)), cast(Month) 0)); 697 …rtThrown!DateTimeException(testDT(DateTime(Date(1, 1, 1), TimeOfDay(12, 30, 33)), cast(Month) 13)); 700 cast(Month) 7, 703 cast(Month) 7, 714 Day of a Gregorian Month. 756 Day of a Gregorian Month. 3331 dt._date._month = Month.jan; 3358 dt._date._month = Month.dec; [all …]
|
| /netbsd-src/lib/libutil/ |
| H A D | parsedate.y | 781 time_t Month, /* month of year [1-12] */ 803 tm.tm_mon = Month - 1; 834 (intmax_t)Month, (intmax_t)Day, (intmax_t)Year, 920 time_t Month; 943 Month = 12 * (tm.tm_year + 1900) + tm.tm_mon + RelMonth; 944 tm.tm_year = (Month / 12) - 1900; 946 if (((time_t)tm.tm_year + 1900) != Month/12) { 950 tm.tm_mon = Month % 12;
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.awk | 234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0) 665 label = Volume "(" Number "):" Month ":" Year 970 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | convert.d | 761 enum Month : uint { jan = 1} enum 762 Month m = Month.jan; 764 enum ctfe_works = (() { Month x = Month.jan; return toUbyte(x).length > 0; })();
|
| /netbsd-src/external/public-domain/sqlite/ |
| H A D | README | 7 sed -i -e 's/\$Mdocdate\$/Month DD, YYYY/g' *.3
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efigetsecs.c | 43 r += daytab[isleap(t.Year) ? 1 : 0][t.Month] + t.Day; in getsecs()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efigetsecs.c | 47 r += daytab[isleap(t.Year) ? 1 : 0][t.Month] + t.Day; in getsecs_rtc()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | vms_term_sock.c | 547 char *Month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", in LogMessage() local 571 LocTime->tm_mday, Month[LocTime->tm_mon], in LogMessage()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | vms_term_sock.c | 547 char *Month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", in LogMessage() local 571 LocTime->tm_mday, Month[LocTime->tm_mon], in LogMessage()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efidef.h | 83 UINT8 Month; // 1 - 12 member
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | leap-seconds.list | 82 # Day Month Year : epoch in clear 84 #NTP Time DTAI Day Month Year
|
| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | txi-nl.tex | 60 % Produces Day Month Year style of output.
|
| H A D | txi-it.tex | 61 % Produces Day Month Year style of output.
|
| H A D | txi-pl.tex | 64 % Produces Day Month Year style of output.
|
| H A D | txi-fr.tex | 64 % Produces Day Month Year style of output.
|
| H A D | txi-en.tex | 61 % Produces Day Month Year style of output.
|
| H A D | txi-tr.tex | 74 % Produces Day Month Year style of output.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/ |
| H A D | test_hash.d | 82 enum Month : ubyte in issue19005() enum 89 Month _month; in issue19005()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/ |
| H A D | test_hash.d | 90 enum Month : ubyte in issue19005() enum 97 Month _month; in issue19005()
|
| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | tg2.c | 581 int Month; local 856 sscanf(optarg, "%2d%2d%2d%2d%2d%2d", &Year, &Month, &DayOfMonth, 1064 DayOfYear = ConvertMonthDayToDayOfYear (Year, Month, DayOfMonth);
|