Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y635 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_41/usr/src/cmd/backup/lib/
H A Dgetdate.y517 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_41/usr/src/lib/libc/port/gen/
H A Dctime.c115 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in __posix_asctime_r() local
128 ncp = Month + (3 * t->tm_mon); in __posix_asctime_r()
/titanic_41/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()
/titanic_41/usr/src/stand/lib/sa/
H A Dtime.c171 const char *Month = "JanFebMarAprMayJunJulAugSepOctNovDec"; in asctime() local
183 ncp = Month + ((*tp) * 3); in asctime()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h84 UINT8 Month; member
/titanic_41/usr/src/cmd/lms/heci/
H A DPTHICommand.h467 UINT16 Month; member
/titanic_41/usr/src/cmd/refer/papers/
H A DRv7man335 %T The Mythical Man-Month
/titanic_41/usr/src/uts/common/io/aac/
H A Daac_regs.h359 uint32_t Month:4; /* 1-12 */ member
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2275 % This produces Day Month Year style of output.