Home
last modified time | relevance | path

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

12

/openbsd-src/sys/arch/luna88k/stand/boot/
H A Dgetsecs.c55 uint Month; member
74 t->Month = bcdtobin(mclock[MK_MONTH] >> 24); in mk_gettime()
115 t->Month = bcdtobin(*chipdata); in ds_gettime()
151 r += daytab[isleap(t.Year)? 1 : 0][t.Month] + t.Day; in getsecs()
/openbsd-src/usr.bin/cvs/
H A Ddate.y534 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, in Convert() argument
558 Month < 1 || Month > 12 || in Convert()
560 Day < 1 || Day > DaysInMonth[(int)--Month]) in Convert()
563 for (julian = Day - 1, i = 0; i < Month; i++) in Convert()
611 time_t Month; in RelativeMonth() local
617 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
618 Year = Month / 12; in RelativeMonth()
619 Month = Month % 12 + 1; in RelativeMonth()
621 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetdate.y599 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
600 time_t Month; in Convert()
630 || Month < 1 || Month > 12
632 || Day < 1 || Day > DaysInMonth[(int)--Month])
635 for (Julian = Day - 1, i = 0; i < Month; i++)
688 time_t Month; local
694 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
695 Year = Month / 12;
696 Month = Month % 12 + 1;
698 Convert(Month, (time_t)tm->tm_mday, Year,
H A Dgetdate.c1616 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
1617 time_t Month; in Convert()
1644 || Month < 1 || Month > 12
1646 || Day < 1 || Day > DaysInMonth[(int)--Month])
1649 for (Julian = Day - 1, i = 0; i < Month; i++)
1702 time_t Month; local
1708 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
1709 Year = Month / 12;
1710 Month = Month % 12 + 1;
1712 Convert(Month, (time_t)tm->tm_mday, Year,
/openbsd-src/usr.bin/rcs/
H A Ddate.y539 Convert(time_t Month, time_t Day, time_t Year, time_t Hours, time_t Minutes, in Convert() argument
563 Month < 1 || Month > 12 || in Convert()
565 Day < 1 || Day > DaysInMonth[(int)--Month]) in Convert()
568 for (julian = Day - 1, i = 0; i < Month; i++) in Convert()
616 time_t Month; in RelativeMonth() local
622 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth; in RelativeMonth()
623 Year = Month / 12; in RelativeMonth()
624 Month = Month % 12 + 1; in RelativeMonth()
626 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
/openbsd-src/sys/stand/efi/include/
H A Defidef.h87 UINT8 Month; // 1 - 12 member
/openbsd-src/sys/arch/arm64/dev/
H A Defi_machdep.c305 dt.dt_mon = time.Month; in efi_gettime()
333 time.Month = dt.dt_mon; in efi_settime()
/openbsd-src/share/zoneinfo/datfiles/
H A Dleap-seconds.list83 # Day Month Year : epoch in clear
85 #NTP Time DTAI Day Month Year
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtxi-nl.tex60 % 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-it.tex61 % Produces Day Month Year style of output.
H A Dtxi-tr.tex74 % Produces Day Month Year style of output.
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.
/openbsd-src/sys/dev/efi/
H A Defi.h127 UINT8 Month; member
/openbsd-src/sys/dev/ic/
H A Daacreg.h373 u_int32_t Month:4; /* 1-12 */ member
/openbsd-src/sys/arch/amd64/stand/efiboot/
H A Defiboot.c1066 r += daytab[isleap(t.Year)? 1 : 0][t.Month] + t.Day; in getsecs()
/openbsd-src/share/misc/
H A Dusb_hid_usages712 0x144 Phone Date Month
1845 0x522 Data Field: Month
/openbsd-src/games/fortune/datfiles/
H A Dfortunes1280 -- Frederick Brooks, "The Mythical Man Month"
4219 fortune's Contribution of the Month to the Animal Rights Debate:
9954 Inspection Month? And I answer that FWWAAAAAAPPPP.") This would save
15629 Worst Month of 1981 for Downhill Skiing:
15633 Worst Month of the Year:
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dtexinfo.tex1713 % This produces Day Month Year style of output.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/include/
H A Dtexinfo.tex1949 % This produces Day Month Year style of output.
/openbsd-src/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex2171 % This produces Day Month Year style of output.
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.4612499 Month Day, Year format to a Day Month Year format. Left old
/openbsd-src/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex2376 % This produces Day Month Year style of output.

12