Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y645 static int DaysInMonth[12] = { local
656 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
662 || Day < 1 || Day > DaysInMonth[(int)--Month])
666 Julian += DaysInMonth[i];
/titanic_50/usr/src/cmd/backup/lib/
H A Dgetdate.y527 static int DaysInMonth[12] = { local
538 DaysInMonth[1] = Year % 4 == 0 && (Year % 100 != 0 || Year % 400 == 0)
543 || Day < 1 || Day > DaysInMonth[(int)--Month])
547 Julian += DaysInMonth[i];