/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | time.c | 124 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 D | getdate.y | 633 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 D | getdate.y | 515 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 516 time_t Month; in Convert() 539 || Month < 1 || Month > 12 541 || Day < 1 || Day > DaysInMonth[(int)--Month]) 544 for (Julian = Day - 1, i = 0; i < Month; i++) 597 time_t Month; local 603 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; 604 Year = Month / 12; 605 Month = Month % 12 + 1; 607 Convert(Month, (time_t)tm->tm_mday, Year,
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 113 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 D | ctime.c | 161 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 D | time.c | 171 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 D | funstack.awk | 234 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 D | UefiBaseType.h | 69 UINT8 Month; member
|
H A D | UefiInternalFormRepresentation.h | 665 UINT8 Month; member
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acbuffer.h | 192 UINT8 Month; member
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefiex.h | 208 UINT8 Month; /* 1 - 12 */ member
|
/illumos-gate/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 335 %T The Mythical Man-Month
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 359 uint32_t Month:4; /* 1-12 */ member
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2275 % This produces Day Month Year style of output.
|