Home
last modified time | relevance | path

Searched refs:DaysInMonth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y643 static int DaysInMonth[12] = { local
654 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
660 || Day < 1 || Day > DaysInMonth[(int)--Month])
664 Julian += DaysInMonth[i];
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y525 static int DaysInMonth[12] = { local
536 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
541 || Day < 1 || Day > DaysInMonth[(int)--Month])
545 Julian += DaysInMonth[i];