Home
last modified time | relevance | path

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

/src/contrib/bsddialog/lib/
H A Ddatebox.c46 #define ISLEAP(year) ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0) macro
92 days = ISLEAP(yy) ? 29 : 28; in month_days()