Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c124 efi_time->Month = 0; in to_efi_time()
126 CumulativeDays[lyear][efi_time->Month] * SECSPERDAY) { in to_efi_time()
127 efi_time->Month++; in to_efi_time()
130 month = efi_time->Month - 1; in to_efi_time()
161 ETime->Month == 0 || ETime->Month > 12 || in from_efi_time()
162 ETime->Day == 0 || ETime->Month > 31 || in from_efi_time()
182 UTime += (CumulativeDays[isleap(ETime->Year)][ETime->Month] * in from_efi_time()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y633 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
634 time_t Month; in Convert()
658 || Month < 1 || Month > 12
660 || Day < 1 || Day > DaysInMonth[(int)--Month])
663 for (Julian = Day - 1, i = 0; i < Month; i++)
717 time_t Month; local
724 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth;
725 Year = Month / 12;
726 Month = Month % 12 + 1;
727 ret = Convert(Month, (time_t)tm->tm_mday, Year,
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y516 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument
517 time_t Month; in Convert()
540 || Month < 1 || Month > 12
542 || Day < 1 || Day > DaysInMonth[(int)--Month])
545 for (Julian = Day - 1, i = 0; i < Month; i++)
598 time_t Month; local
604 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth;
605 Year = Month / 12;
606 Month = Month % 12 + 1;
608 Convert(Month, (time_t)tm->tm_mday, Year,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c113 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in __posix_asctime_r() local
126 ncp = Month + (3 * t->tm_mon); in __posix_asctime_r()
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c161 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in __posix_asctime_r() local
179 ncp = Month + ((*tp) * 3); in __posix_asctime_r()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c171 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in asctime() local
183 ncp = Month + ((*tp) * 3); in asctime()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.awk234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0)
665 label = Volume "(" Number "):" Month ":" Year
974 return ("Volume " wrap(Volume) ", Number " wrap(Number) ", " wrap(Month) ", " wrap(Year))
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiBaseType.h69 UINT8 Month; member
H A DUefiInternalFormRepresentation.h665 UINT8 Month; member
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h192 UINT8 Month; member
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h208 UINT8 Month; /* 1 - 12 */ member
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man335 %T The Mythical Man-Month
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h359 uint32_t Month:4; /* 1-12 */ member
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.