Home
last modified time | relevance | path

Searched refs:Month (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_getdate.c76 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 Dtime.c66 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 Dtime.c109 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 Ddate.d13 $(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 Dtimezone.d3104 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 Ddate.d682 @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 Dparsedate.y781 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 Dfunstack.awk234 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 Dconvert.d761 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 DREADME7 sed -i -e 's/\$Mdocdate\$/Month DD, YYYY/g' *.3
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defigetsecs.c43 r += daytab[isleap(t.Year) ? 1 : 0][t.Month] + t.Day; in getsecs()
/netbsd-src/sys/stand/efiboot/
H A Defigetsecs.c47 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 Dvms_term_sock.c547 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 Dvms_term_sock.c547 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 Defidef.h83 UINT8 Month; // 1 - 12 member
/netbsd-src/external/public-domain/tz/dist/
H A Dleap-seconds.list82 # Day Month Year : epoch in clear
84 #NTP Time DTAI Day Month Year
/netbsd-src/external/gpl2/texinfo/dist/doc/
H A Dtxi-nl.tex60 % Produces Day Month Year style of output.
H A Dtxi-it.tex61 % Produces Day Month Year style of output.
H A Dtxi-pl.tex64 % Produces Day Month Year style of output.
H A Dtxi-fr.tex64 % Produces Day Month Year style of output.
H A Dtxi-en.tex61 % Produces Day Month Year style of output.
H A Dtxi-tr.tex74 % Produces Day Month Year style of output.
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d82 enum Month : ubyte in issue19005() enum
89 Month _month; in issue19005()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d90 enum Month : ubyte in issue19005() enum
97 Month _month; in issue19005()
/netbsd-src/external/bsd/ntp/dist/util/
H A Dtg2.c581 int Month; local
856 sscanf(optarg, "%2d%2d%2d%2d%2d%2d", &Year, &Month, &DayOfMonth,
1064 DayOfYear = ConvertMonthDayToDayOfYear (Year, Month, DayOfMonth);

123