Searched refs:Month (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 635 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 636 time_t Month; in Convert() 660 || Month < 1 || Month > 12 662 || Day < 1 || Day > DaysInMonth[(int)--Month]) 665 for (Julian = Day - 1, i = 0; i < Month; i++) 719 time_t Month; local 726 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; 727 Year = Month / 12; 728 Month = Month % 12 + 1; 729 ret = Convert(Month, (time_t)tm->tm_mday, Year,
|
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 517 Convert(Month, Day, Year, Hours, Minutes, Seconds, Meridian, DSTmode) in Convert() argument 518 time_t Month; in Convert() 541 || Month < 1 || Month > 12 543 || Day < 1 || Day > DaysInMonth[(int)--Month]) 546 for (Julian = Day - 1, i = 0; i < Month; i++) 599 time_t Month; local 605 Month = 12 * tm->tm_year + tm->tm_mon + RelMonth; 606 Year = Month / 12; 607 Month = Month % 12 + 1; 609 Convert(Month, (time_t)tm->tm_mday, Year,
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 115 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in __posix_asctime_r() local 128 ncp = Month + (3 * t->tm_mon); in __posix_asctime_r()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acbuffer.h | 84 UINT8 Month; member
|
/titanic_50/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 335 %T The Mythical Man-Month
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 359 uint32_t Month:4; /* 1-12 */ member
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2275 % This produces Day Month Year style of output.
|